@credo-ts/anoncreds 0.6.1-pr-2091-20241119140918 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/AnonCredsApi.d.mts +113 -0
- package/build/AnonCredsApi.d.mts.map +1 -0
- package/build/AnonCredsApi.mjs +439 -0
- package/build/AnonCredsApi.mjs.map +1 -0
- package/build/AnonCredsApiOptions.d.mts +28 -0
- package/build/AnonCredsApiOptions.d.mts.map +1 -0
- package/build/AnonCredsModule.d.mts +29 -0
- package/build/AnonCredsModule.d.mts.map +1 -0
- package/build/AnonCredsModule.mjs +62 -0
- package/build/AnonCredsModule.mjs.map +1 -0
- package/build/AnonCredsModuleConfig.d.mts +79 -0
- package/build/AnonCredsModuleConfig.d.mts.map +1 -0
- package/build/AnonCredsModuleConfig.mjs +31 -0
- package/build/AnonCredsModuleConfig.mjs.map +1 -0
- package/build/_virtual/_@oxc-project_runtime@0.99.0/helpers/decorate.mjs +10 -0
- package/build/_virtual/_@oxc-project_runtime@0.99.0/helpers/decorateMetadata.mjs +7 -0
- package/build/_virtual/_@oxc-project_runtime@0.99.0/helpers/decorateParam.mjs +9 -0
- package/build/anoncreds-rs/AnonCredsDataIntegrityService.mjs +203 -0
- package/build/anoncreds-rs/AnonCredsDataIntegrityService.mjs.map +1 -0
- package/build/anoncreds-rs/AnonCredsRsHolderService.mjs +488 -0
- package/build/anoncreds-rs/AnonCredsRsHolderService.mjs.map +1 -0
- package/build/anoncreds-rs/AnonCredsRsIssuerService.mjs +213 -0
- package/build/anoncreds-rs/AnonCredsRsIssuerService.mjs.map +1 -0
- package/build/anoncreds-rs/AnonCredsRsVerifierService.mjs +122 -0
- package/build/anoncreds-rs/AnonCredsRsVerifierService.mjs.map +1 -0
- package/build/anoncreds-rs/index.mjs +3 -0
- package/build/anoncreds-rs/utils.mjs +60 -0
- package/build/anoncreds-rs/utils.mjs.map +1 -0
- package/build/error/AnonCredsError.d.mts +13 -0
- package/build/error/AnonCredsError.d.mts.map +1 -0
- package/build/error/AnonCredsError.mjs +12 -0
- package/build/error/AnonCredsError.mjs.map +1 -0
- package/build/error/AnonCredsRsError.d.mts +13 -0
- package/build/error/AnonCredsRsError.d.mts.map +1 -0
- package/build/error/AnonCredsRsError.mjs +12 -0
- package/build/error/AnonCredsRsError.mjs.map +1 -0
- package/build/error/AnonCredsStoreRecordError.d.mts +13 -0
- package/build/error/AnonCredsStoreRecordError.d.mts.map +1 -0
- package/build/error/AnonCredsStoreRecordError.mjs +12 -0
- package/build/error/AnonCredsStoreRecordError.mjs.map +1 -0
- package/build/error/index.d.mts +3 -0
- package/build/error/index.mjs +3 -0
- package/build/formats/AnonCredsDidCommCredentialFormat.d.mts +82 -0
- package/build/formats/AnonCredsDidCommCredentialFormat.d.mts.map +1 -0
- package/build/formats/AnonCredsDidCommCredentialFormatService.d.mts +120 -0
- package/build/formats/AnonCredsDidCommCredentialFormatService.d.mts.map +1 -0
- package/build/formats/AnonCredsDidCommCredentialFormatService.mjs +331 -0
- package/build/formats/AnonCredsDidCommCredentialFormatService.mjs.map +1 -0
- package/build/formats/AnonCredsDidCommProofFormat.d.mts +77 -0
- package/build/formats/AnonCredsDidCommProofFormat.d.mts.map +1 -0
- package/build/formats/AnonCredsDidCommProofFormatService.d.mts +93 -0
- package/build/formats/AnonCredsDidCommProofFormatService.d.mts.map +1 -0
- package/build/formats/AnonCredsDidCommProofFormatService.mjs +250 -0
- package/build/formats/AnonCredsDidCommProofFormatService.mjs.map +1 -0
- package/build/formats/DataIntegrityDidCommCredentialFormatService.d.mts +118 -0
- package/build/formats/DataIntegrityDidCommCredentialFormatService.d.mts.map +1 -0
- package/build/formats/DataIntegrityDidCommCredentialFormatService.mjs +587 -0
- package/build/formats/DataIntegrityDidCommCredentialFormatService.mjs.map +1 -0
- package/build/formats/LegacyIndyDidCommCredentialFormat.d.mts +38 -0
- package/build/formats/LegacyIndyDidCommCredentialFormat.d.mts.map +1 -0
- package/build/formats/LegacyIndyDidCommCredentialFormatService.d.mts +122 -0
- package/build/formats/LegacyIndyDidCommCredentialFormatService.d.mts.map +1 -0
- package/build/formats/LegacyIndyDidCommCredentialFormatService.mjs +309 -0
- package/build/formats/LegacyIndyDidCommCredentialFormatService.mjs.map +1 -0
- package/build/formats/LegacyIndyDidCommProofFormat.d.mts +36 -0
- package/build/formats/LegacyIndyDidCommProofFormat.d.mts.map +1 -0
- package/build/formats/LegacyIndyDidCommProofFormatService.d.mts +98 -0
- package/build/formats/LegacyIndyDidCommProofFormatService.d.mts.map +1 -0
- package/build/formats/LegacyIndyDidCommProofFormatService.mjs +322 -0
- package/build/formats/LegacyIndyDidCommProofFormatService.mjs.map +1 -0
- package/build/formats/index.d.mts +9 -0
- package/build/formats/index.mjs +5 -0
- package/build/index.d.mts +86 -0
- package/build/index.mjs +69 -0
- package/build/models/AnonCredsCredentialProposal.mjs +75 -0
- package/build/models/AnonCredsCredentialProposal.mjs.map +1 -0
- package/build/models/AnonCredsProofRequest.mjs +62 -0
- package/build/models/AnonCredsProofRequest.mjs.map +1 -0
- package/build/models/AnonCredsRequestedAttribute.mjs +50 -0
- package/build/models/AnonCredsRequestedAttribute.mjs.map +1 -0
- package/build/models/AnonCredsRequestedPredicate.mjs +53 -0
- package/build/models/AnonCredsRequestedPredicate.mjs.map +1 -0
- package/build/models/AnonCredsRestriction.d.mts +29 -0
- package/build/models/AnonCredsRestriction.d.mts.map +1 -0
- package/build/models/AnonCredsRestriction.mjs +137 -0
- package/build/models/AnonCredsRestriction.mjs.map +1 -0
- package/build/models/AnonCredsRestrictionWrapper.d.mts +9 -0
- package/build/models/AnonCredsRestrictionWrapper.d.mts.map +1 -0
- package/build/models/AnonCredsRestrictionWrapper.mjs +18 -0
- package/build/models/AnonCredsRestrictionWrapper.mjs.map +1 -0
- package/build/models/AnonCredsRevocationInterval.mjs +27 -0
- package/build/models/AnonCredsRevocationInterval.mjs.map +1 -0
- package/build/models/exchange.d.mts +104 -0
- package/build/models/exchange.d.mts.map +1 -0
- package/build/models/exchange.mjs +11 -0
- package/build/models/exchange.mjs.map +1 -0
- package/build/models/index.d.mts +4 -0
- package/build/models/index.mjs +2 -0
- package/build/models/internal.d.mts +40 -0
- package/build/models/internal.d.mts.map +1 -0
- package/build/models/registry.d.mts +44 -0
- package/build/models/registry.d.mts.map +1 -0
- package/build/models/utils.d.mts +27 -0
- package/build/models/utils.d.mts.map +1 -0
- package/build/protocols/credentials/v1/DidCommCredentialV1Protocol.d.mts +215 -0
- package/build/protocols/credentials/v1/DidCommCredentialV1Protocol.d.mts.map +1 -0
- package/build/protocols/credentials/v1/DidCommCredentialV1Protocol.mjs +827 -0
- package/build/protocols/credentials/v1/DidCommCredentialV1Protocol.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommCredentialV1AckHandler.mjs +17 -0
- package/build/protocols/credentials/v1/handlers/DidCommCredentialV1AckHandler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommCredentialV1ProblemReportHandler.mjs +17 -0
- package/build/protocols/credentials/v1/handlers/DidCommCredentialV1ProblemReportHandler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommIssueCredentialV1Handler.mjs +36 -0
- package/build/protocols/credentials/v1/handlers/DidCommIssueCredentialV1Handler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommOfferCredentialV1Handler.mjs +32 -0
- package/build/protocols/credentials/v1/handlers/DidCommOfferCredentialV1Handler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommProposeCredentialV1Handler.mjs +35 -0
- package/build/protocols/credentials/v1/handlers/DidCommProposeCredentialV1Handler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/DidCommRequestCredentialV1Handler.mjs +36 -0
- package/build/protocols/credentials/v1/handlers/DidCommRequestCredentialV1Handler.mjs.map +1 -0
- package/build/protocols/credentials/v1/handlers/index.mjs +6 -0
- package/build/protocols/credentials/v1/index.d.mts +9 -0
- package/build/protocols/credentials/v1/index.mjs +9 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1AckMessage.d.mts +16 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1AckMessage.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1AckMessage.mjs +21 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1AckMessage.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1Preview.d.mts +32 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1Preview.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1Preview.mjs +57 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1Preview.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1ProblemReportMessage.d.mts +16 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1ProblemReportMessage.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1ProblemReportMessage.mjs +21 -0
- package/build/protocols/credentials/v1/messages/DidCommCredentialV1ProblemReportMessage.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommIssueCredentialV1Message.d.mts +26 -0
- package/build/protocols/credentials/v1/messages/DidCommIssueCredentialV1Message.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommIssueCredentialV1Message.mjs +46 -0
- package/build/protocols/credentials/v1/messages/DidCommIssueCredentialV1Message.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommOfferCredentialV1Message.d.mts +34 -0
- package/build/protocols/credentials/v1/messages/DidCommOfferCredentialV1Message.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommOfferCredentialV1Message.mjs +61 -0
- package/build/protocols/credentials/v1/messages/DidCommOfferCredentialV1Message.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommProposeCredentialV1Message.d.mts +64 -0
- package/build/protocols/credentials/v1/messages/DidCommProposeCredentialV1Message.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommProposeCredentialV1Message.mjs +95 -0
- package/build/protocols/credentials/v1/messages/DidCommProposeCredentialV1Message.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommRequestCredentialV1Message.d.mts +26 -0
- package/build/protocols/credentials/v1/messages/DidCommRequestCredentialV1Message.d.mts.map +1 -0
- package/build/protocols/credentials/v1/messages/DidCommRequestCredentialV1Message.mjs +46 -0
- package/build/protocols/credentials/v1/messages/DidCommRequestCredentialV1Message.mjs.map +1 -0
- package/build/protocols/credentials/v1/messages/index.d.mts +7 -0
- package/build/protocols/credentials/v1/messages/index.mjs +7 -0
- package/build/protocols/index.d.mts +18 -0
- package/build/protocols/index.mjs +18 -0
- package/build/protocols/proofs/v1/DidCommProofV1Protocol.d.mts +105 -0
- package/build/protocols/proofs/v1/DidCommProofV1Protocol.d.mts.map +1 -0
- package/build/protocols/proofs/v1/DidCommProofV1Protocol.mjs +723 -0
- package/build/protocols/proofs/v1/DidCommProofV1Protocol.mjs.map +1 -0
- package/build/protocols/proofs/v1/errors/DidCommPresentationV1ProblemReportError.d.mts +18 -0
- package/build/protocols/proofs/v1/errors/DidCommPresentationV1ProblemReportError.d.mts.map +1 -0
- package/build/protocols/proofs/v1/errors/DidCommPresentationV1ProblemReportError.mjs +19 -0
- package/build/protocols/proofs/v1/errors/DidCommPresentationV1ProblemReportError.mjs.map +1 -0
- package/build/protocols/proofs/v1/errors/index.d.mts +1 -0
- package/build/protocols/proofs/v1/errors/index.mjs +1 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1AckHandler.mjs +17 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1AckHandler.mjs.map +1 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1Handler.mjs +36 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1Handler.mjs.map +1 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1ProblemReportHandler.mjs +16 -0
- package/build/protocols/proofs/v1/handlers/DidCommPresentationV1ProblemReportHandler.mjs.map +1 -0
- package/build/protocols/proofs/v1/handlers/DidCommProposePresentationV1Handler.mjs +35 -0
- package/build/protocols/proofs/v1/handlers/DidCommProposePresentationV1Handler.mjs.map +1 -0
- package/build/protocols/proofs/v1/handlers/DidCommRequestPresentationV1Handler.mjs +32 -0
- package/build/protocols/proofs/v1/handlers/DidCommRequestPresentationV1Handler.mjs.map +1 -0
- package/build/protocols/proofs/v1/handlers/index.mjs +5 -0
- package/build/protocols/proofs/v1/index.d.mts +11 -0
- package/build/protocols/proofs/v1/index.mjs +11 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1AckMessage.d.mts +12 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1AckMessage.d.mts.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1AckMessage.mjs +18 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1AckMessage.mjs.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1Message.d.mts +38 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1Message.d.mts.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1Message.mjs +52 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1Message.mjs.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1ProblemReportMessage.d.mts +16 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1ProblemReportMessage.d.mts.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1ProblemReportMessage.mjs +21 -0
- package/build/protocols/proofs/v1/messages/DidCommPresentationV1ProblemReportMessage.mjs.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommProposePresentationV1Message.d.mts +32 -0
- package/build/protocols/proofs/v1/messages/DidCommProposePresentationV1Message.d.mts.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommProposePresentationV1Message.mjs +44 -0
- package/build/protocols/proofs/v1/messages/DidCommProposePresentationV1Message.mjs.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommRequestPresentationV1Message.d.mts +36 -0
- package/build/protocols/proofs/v1/messages/DidCommRequestPresentationV1Message.d.mts.map +1 -0
- package/build/protocols/proofs/v1/messages/DidCommRequestPresentationV1Message.mjs +50 -0
- package/build/protocols/proofs/v1/messages/DidCommRequestPresentationV1Message.mjs.map +1 -0
- package/build/protocols/proofs/v1/messages/index.d.mts +5 -0
- package/build/protocols/proofs/v1/messages/index.mjs +5 -0
- package/build/protocols/proofs/v1/models/DidCommPresentationV1Preview.d.mts +57 -0
- package/build/protocols/proofs/v1/models/DidCommPresentationV1Preview.d.mts.map +1 -0
- package/build/protocols/proofs/v1/models/DidCommPresentationV1Preview.mjs +113 -0
- package/build/protocols/proofs/v1/models/DidCommPresentationV1Preview.mjs.map +1 -0
- package/build/protocols/proofs/v1/models/index.d.mts +1 -0
- package/build/protocols/proofs/v1/models/index.mjs +1 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.d.mts +25 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.mjs +26 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.mjs.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.d.mts +12 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.mjs +28 -0
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.mjs.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionRecord.d.mts +44 -0
- package/build/repository/AnonCredsCredentialDefinitionRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionRecord.mjs +38 -0
- package/build/repository/AnonCredsCredentialDefinitionRecord.mjs.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionRepository.d.mts +12 -0
- package/build/repository/AnonCredsCredentialDefinitionRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialDefinitionRepository.mjs +28 -0
- package/build/repository/AnonCredsCredentialDefinitionRepository.mjs.map +1 -0
- package/build/repository/AnonCredsCredentialRecord.d.mts +53 -0
- package/build/repository/AnonCredsCredentialRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialRecord.mjs +46 -0
- package/build/repository/AnonCredsCredentialRecord.mjs.map +1 -0
- package/build/repository/AnonCredsCredentialRepository.d.mts +14 -0
- package/build/repository/AnonCredsCredentialRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsCredentialRepository.mjs +34 -0
- package/build/repository/AnonCredsCredentialRepository.mjs.map +1 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.d.mts +25 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.mjs +26 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.mjs.map +1 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.d.mts +12 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.mjs +28 -0
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.mjs.map +1 -0
- package/build/repository/AnonCredsLinkSecretRecord.d.mts +28 -0
- package/build/repository/AnonCredsLinkSecretRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsLinkSecretRecord.mjs +25 -0
- package/build/repository/AnonCredsLinkSecretRecord.mjs.map +1 -0
- package/build/repository/AnonCredsLinkSecretRepository.d.mts +14 -0
- package/build/repository/AnonCredsLinkSecretRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsLinkSecretRepository.mjs +34 -0
- package/build/repository/AnonCredsLinkSecretRepository.mjs.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.d.mts +37 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.mjs +35 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.mjs.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.d.mts +13 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.mjs +34 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.mjs.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.d.mts +30 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.mjs +27 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.mjs.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.d.mts +13 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.mjs +31 -0
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.mjs.map +1 -0
- package/build/repository/AnonCredsSchemaRecord.d.mts +44 -0
- package/build/repository/AnonCredsSchemaRecord.d.mts.map +1 -0
- package/build/repository/AnonCredsSchemaRecord.mjs +38 -0
- package/build/repository/AnonCredsSchemaRecord.mjs.map +1 -0
- package/build/repository/AnonCredsSchemaRepository.d.mts +12 -0
- package/build/repository/AnonCredsSchemaRepository.d.mts.map +1 -0
- package/build/repository/AnonCredsSchemaRepository.mjs +28 -0
- package/build/repository/AnonCredsSchemaRepository.mjs.map +1 -0
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.d.mts +14 -0
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.d.mts.map +1 -0
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.mjs +10 -0
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.mjs.map +1 -0
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.d.mts +14 -0
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.d.mts.map +1 -0
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.mjs +10 -0
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.mjs.map +1 -0
- package/build/repository/anonCredsSchemaRecordMetadataTypes.d.mts +14 -0
- package/build/repository/anonCredsSchemaRecordMetadataTypes.d.mts.map +1 -0
- package/build/repository/index.d.mts +16 -0
- package/build/repository/index.mjs +16 -0
- package/build/services/AnonCredsHolderService.d.mts +28 -0
- package/build/services/AnonCredsHolderService.d.mts.map +1 -0
- package/build/services/AnonCredsHolderService.mjs +6 -0
- package/build/services/AnonCredsHolderService.mjs.map +1 -0
- package/build/services/AnonCredsHolderServiceOptions.d.mts +107 -0
- package/build/services/AnonCredsHolderServiceOptions.d.mts.map +1 -0
- package/build/services/AnonCredsIssuerService.d.mts +19 -0
- package/build/services/AnonCredsIssuerService.d.mts.map +1 -0
- package/build/services/AnonCredsIssuerService.mjs +6 -0
- package/build/services/AnonCredsIssuerService.mjs.map +1 -0
- package/build/services/AnonCredsIssuerServiceOptions.d.mts +66 -0
- package/build/services/AnonCredsIssuerServiceOptions.d.mts.map +1 -0
- package/build/services/AnonCredsVerifierService.d.mts +12 -0
- package/build/services/AnonCredsVerifierService.d.mts.map +1 -0
- package/build/services/AnonCredsVerifierService.mjs +6 -0
- package/build/services/AnonCredsVerifierService.mjs.map +1 -0
- package/build/services/AnonCredsVerifierServiceOptions.d.mts +30 -0
- package/build/services/AnonCredsVerifierServiceOptions.d.mts.map +1 -0
- package/build/services/index.d.mts +17 -0
- package/build/services/index.mjs +7 -0
- package/build/services/registry/AnonCredsRegistry.d.mts +43 -0
- package/build/services/registry/AnonCredsRegistry.d.mts.map +1 -0
- package/build/services/registry/AnonCredsRegistryService.d.mts +27 -0
- package/build/services/registry/AnonCredsRegistryService.d.mts.map +1 -0
- package/build/services/registry/AnonCredsRegistryService.mjs +226 -0
- package/build/services/registry/AnonCredsRegistryService.mjs.map +1 -0
- package/build/services/registry/CredentialDefinitionOptions.d.mts +39 -0
- package/build/services/registry/CredentialDefinitionOptions.d.mts.map +1 -0
- package/build/services/registry/RevocationRegistryDefinitionOptions.d.mts +39 -0
- package/build/services/registry/RevocationRegistryDefinitionOptions.d.mts.map +1 -0
- package/build/services/registry/RevocationStatusListOptions.d.mts +37 -0
- package/build/services/registry/RevocationStatusListOptions.d.mts.map +1 -0
- package/build/services/registry/SchemaOptions.d.mts +39 -0
- package/build/services/registry/SchemaOptions.d.mts.map +1 -0
- package/build/services/registry/base.d.mts +65 -0
- package/build/services/registry/base.d.mts.map +1 -0
- package/build/services/registry/index.d.mts +7 -0
- package/build/services/registry/index.mjs +1 -0
- package/build/services/tails/BasicTailsFileService.d.mts +29 -0
- package/build/services/tails/BasicTailsFileService.d.mts.map +1 -0
- package/build/services/tails/BasicTailsFileService.mjs +52 -0
- package/build/services/tails/BasicTailsFileService.mjs.map +1 -0
- package/build/services/tails/TailsFileService.d.mts +48 -0
- package/build/services/tails/TailsFileService.d.mts.map +1 -0
- package/build/services/tails/index.d.mts +2 -0
- package/build/services/tails/index.mjs +1 -0
- package/build/updates/0.3.1-0.4/credentialDefinition.mjs +49 -0
- package/build/updates/0.3.1-0.4/credentialDefinition.mjs.map +1 -0
- package/build/updates/0.3.1-0.4/credentialExchangeRecord.mjs +118 -0
- package/build/updates/0.3.1-0.4/credentialExchangeRecord.mjs.map +1 -0
- package/build/updates/0.3.1-0.4/index.d.mts +7 -0
- package/build/updates/0.3.1-0.4/index.d.mts.map +1 -0
- package/build/updates/0.3.1-0.4/index.mjs +16 -0
- package/build/updates/0.3.1-0.4/index.mjs.map +1 -0
- package/build/updates/0.3.1-0.4/linkSecret.mjs +21 -0
- package/build/updates/0.3.1-0.4/linkSecret.mjs.map +1 -0
- package/build/updates/0.3.1-0.4/schema.mjs +39 -0
- package/build/updates/0.3.1-0.4/schema.mjs.map +1 -0
- package/build/updates/0.4-0.5/anonCredsCredentialRecord.mjs +126 -0
- package/build/updates/0.4-0.5/anonCredsCredentialRecord.mjs.map +1 -0
- package/build/updates/0.4-0.5/index.d.mts +7 -0
- package/build/updates/0.4-0.5/index.d.mts.map +1 -0
- package/build/updates/0.4-0.5/index.mjs +10 -0
- package/build/updates/0.4-0.5/index.mjs.map +1 -0
- package/build/utils/anonCredsObjects.d.mts +27 -0
- package/build/utils/anonCredsObjects.d.mts.map +1 -0
- package/build/utils/anonCredsObjects.mjs +57 -0
- package/build/utils/anonCredsObjects.mjs.map +1 -0
- package/build/utils/areRequestsEqual.d.mts +1 -0
- package/build/utils/areRequestsEqual.mjs +86 -0
- package/build/utils/areRequestsEqual.mjs.map +1 -0
- package/build/utils/bytesToBigint.mjs +11 -0
- package/build/utils/bytesToBigint.mjs.map +1 -0
- package/build/utils/composeAutoAccept.d.mts +1 -0
- package/build/utils/composeAutoAccept.mjs +25 -0
- package/build/utils/composeAutoAccept.mjs.map +1 -0
- package/build/utils/createRequestFromPreview.d.mts +2 -0
- package/build/utils/createRequestFromPreview.mjs +50 -0
- package/build/utils/createRequestFromPreview.mjs.map +1 -0
- package/build/utils/credential.d.mts +12 -0
- package/build/utils/credential.d.mts.map +1 -0
- package/build/utils/credential.mjs +119 -0
- package/build/utils/credential.mjs.map +1 -0
- package/build/utils/credentialPreviewAttributes.d.mts +1 -0
- package/build/utils/credentialPreviewAttributes.mjs +21 -0
- package/build/utils/credentialPreviewAttributes.mjs.map +1 -0
- package/build/utils/getCredentialsForAnonCredsRequest.d.mts +11 -0
- package/build/utils/getCredentialsForAnonCredsRequest.d.mts.map +1 -0
- package/build/utils/getCredentialsForAnonCredsRequest.mjs +70 -0
- package/build/utils/getCredentialsForAnonCredsRequest.mjs.map +1 -0
- package/build/utils/getRevocationRegistries.d.mts +4 -0
- package/build/utils/getRevocationRegistries.mjs +121 -0
- package/build/utils/getRevocationRegistries.mjs.map +1 -0
- package/build/utils/hasDuplicateGroupNames.d.mts +1 -0
- package/build/utils/hasDuplicateGroupNames.mjs +22 -0
- package/build/utils/hasDuplicateGroupNames.mjs.map +1 -0
- package/build/utils/index.d.mts +17 -0
- package/build/utils/index.mjs +17 -0
- package/build/utils/indyIdentifiers.d.mts +71 -0
- package/build/utils/indyIdentifiers.d.mts.map +1 -0
- package/build/utils/indyIdentifiers.mjs +249 -0
- package/build/utils/indyIdentifiers.mjs.map +1 -0
- package/build/utils/isMap.d.mts +1 -0
- package/build/utils/isMap.mjs +19 -0
- package/build/utils/isMap.mjs.map +1 -0
- package/build/utils/linkSecret.d.mts +13 -0
- package/build/utils/linkSecret.d.mts.map +1 -0
- package/build/utils/linkSecret.mjs +35 -0
- package/build/utils/linkSecret.mjs.map +1 -0
- package/build/utils/metadata.d.mts +30 -0
- package/build/utils/metadata.d.mts.map +1 -0
- package/build/utils/metadata.mjs +23 -0
- package/build/utils/metadata.mjs.map +1 -0
- package/build/utils/proofRequest.mjs +10 -0
- package/build/utils/proofRequest.mjs.map +1 -0
- package/build/utils/proverDid.d.mts +12 -0
- package/build/utils/proverDid.d.mts.map +1 -0
- package/build/utils/proverDid.mjs +17 -0
- package/build/utils/proverDid.mjs.map +1 -0
- package/build/utils/revocationInterval.d.mts +12 -0
- package/build/utils/revocationInterval.d.mts.map +1 -0
- package/build/utils/revocationInterval.mjs +11 -0
- package/build/utils/revocationInterval.mjs.map +1 -0
- package/build/utils/sortRequestedCredentialsMatches.d.mts +1 -0
- package/build/utils/sortRequestedCredentialsMatches.mjs +22 -0
- package/build/utils/sortRequestedCredentialsMatches.mjs.map +1 -0
- package/build/utils/timestamp.d.mts +5 -0
- package/build/utils/timestamp.d.mts.map +1 -0
- package/build/utils/timestamp.mjs +6 -0
- package/build/utils/timestamp.mjs.map +1 -0
- package/build/utils/w3cAnonCredsUtils.d.mts +28 -0
- package/build/utils/w3cAnonCredsUtils.d.mts.map +1 -0
- package/build/utils/w3cAnonCredsUtils.mjs +101 -0
- package/build/utils/w3cAnonCredsUtils.mjs.map +1 -0
- package/package.json +20 -21
- package/build/AnonCredsApi.d.ts +0 -97
- package/build/AnonCredsApi.js +0 -582
- package/build/AnonCredsApi.js.map +0 -1
- package/build/AnonCredsApiOptions.d.ts +0 -24
- package/build/AnonCredsApiOptions.js +0 -3
- package/build/AnonCredsApiOptions.js.map +0 -1
- package/build/AnonCredsModule.d.ts +0 -24
- package/build/AnonCredsModule.js +0 -56
- package/build/AnonCredsModule.js.map +0 -1
- package/build/AnonCredsModuleConfig.d.ts +0 -72
- package/build/AnonCredsModuleConfig.js +0 -31
- package/build/AnonCredsModuleConfig.js.map +0 -1
- package/build/anoncreds-rs/AnonCredsDataIntegrityService.d.ts +0 -27
- package/build/anoncreds-rs/AnonCredsDataIntegrityService.js +0 -241
- package/build/anoncreds-rs/AnonCredsDataIntegrityService.js.map +0 -1
- package/build/anoncreds-rs/AnonCredsRsHolderService.d.ts +0 -38
- package/build/anoncreds-rs/AnonCredsRsHolderService.js +0 -622
- package/build/anoncreds-rs/AnonCredsRsHolderService.js.map +0 -1
- package/build/anoncreds-rs/AnonCredsRsIssuerService.d.ts +0 -12
- package/build/anoncreds-rs/AnonCredsRsIssuerService.js +0 -253
- package/build/anoncreds-rs/AnonCredsRsIssuerService.js.map +0 -1
- package/build/anoncreds-rs/AnonCredsRsVerifierService.d.ts +0 -8
- package/build/anoncreds-rs/AnonCredsRsVerifierService.js +0 -157
- package/build/anoncreds-rs/AnonCredsRsVerifierService.js.map +0 -1
- package/build/anoncreds-rs/index.d.ts +0 -3
- package/build/anoncreds-rs/index.js +0 -10
- package/build/anoncreds-rs/index.js.map +0 -1
- package/build/anoncreds-rs/utils.d.ts +0 -23
- package/build/anoncreds-rs/utils.js +0 -71
- package/build/anoncreds-rs/utils.js.map +0 -1
- package/build/error/AnonCredsError.d.ts +0 -6
- package/build/error/AnonCredsError.js +0 -11
- package/build/error/AnonCredsError.js.map +0 -1
- package/build/error/AnonCredsRsError.d.ts +0 -6
- package/build/error/AnonCredsRsError.js +0 -11
- package/build/error/AnonCredsRsError.js.map +0 -1
- package/build/error/AnonCredsStoreRecordError.d.ts +0 -6
- package/build/error/AnonCredsStoreRecordError.js +0 -11
- package/build/error/AnonCredsStoreRecordError.js.map +0 -1
- package/build/error/index.d.ts +0 -3
- package/build/error/index.js +0 -20
- package/build/error/index.js.map +0 -1
- package/build/formats/AnonCredsCredentialFormat.d.ts +0 -79
- package/build/formats/AnonCredsCredentialFormat.js +0 -3
- package/build/formats/AnonCredsCredentialFormat.js.map +0 -1
- package/build/formats/AnonCredsCredentialFormatService.d.ts +0 -80
- package/build/formats/AnonCredsCredentialFormatService.js +0 -433
- package/build/formats/AnonCredsCredentialFormatService.js.map +0 -1
- package/build/formats/AnonCredsProofFormat.d.ts +0 -70
- package/build/formats/AnonCredsProofFormat.js +0 -3
- package/build/formats/AnonCredsProofFormat.js.map +0 -1
- package/build/formats/AnonCredsProofFormatService.d.ts +0 -55
- package/build/formats/AnonCredsProofFormatService.js +0 -289
- package/build/formats/AnonCredsProofFormatService.js.map +0 -1
- package/build/formats/DataIntegrityCredentialFormatService.d.ts +0 -89
- package/build/formats/DataIntegrityCredentialFormatService.js +0 -773
- package/build/formats/DataIntegrityCredentialFormatService.js.map +0 -1
- package/build/formats/LegacyIndyCredentialFormat.d.ts +0 -32
- package/build/formats/LegacyIndyCredentialFormat.js +0 -3
- package/build/formats/LegacyIndyCredentialFormat.js.map +0 -1
- package/build/formats/LegacyIndyCredentialFormatService.d.ts +0 -80
- package/build/formats/LegacyIndyCredentialFormatService.js +0 -379
- package/build/formats/LegacyIndyCredentialFormatService.js.map +0 -1
- package/build/formats/LegacyIndyProofFormat.d.ts +0 -29
- package/build/formats/LegacyIndyProofFormat.js +0 -3
- package/build/formats/LegacyIndyProofFormat.js.map +0 -1
- package/build/formats/LegacyIndyProofFormatService.d.ts +0 -58
- package/build/formats/LegacyIndyProofFormatService.js +0 -374
- package/build/formats/LegacyIndyProofFormatService.js.map +0 -1
- package/build/formats/index.d.ts +0 -9
- package/build/formats/index.js +0 -32
- package/build/formats/index.js.map +0 -1
- package/build/index.d.ts +0 -21
- package/build/index.js +0 -54
- package/build/index.js.map +0 -1
- package/build/models/AnonCredsCredentialProposal.d.ts +0 -62
- package/build/models/AnonCredsCredentialProposal.js +0 -81
- package/build/models/AnonCredsCredentialProposal.js.map +0 -1
- package/build/models/AnonCredsProofRequest.d.ts +0 -27
- package/build/models/AnonCredsProofRequest.js +0 -82
- package/build/models/AnonCredsProofRequest.js.map +0 -1
- package/build/models/AnonCredsRequestedAttribute.d.ts +0 -16
- package/build/models/AnonCredsRequestedAttribute.js +0 -56
- package/build/models/AnonCredsRequestedAttribute.js.map +0 -1
- package/build/models/AnonCredsRequestedPredicate.d.ts +0 -19
- package/build/models/AnonCredsRequestedPredicate.js +0 -61
- package/build/models/AnonCredsRequestedPredicate.js.map +0 -1
- package/build/models/AnonCredsRestriction.d.ts +0 -55
- package/build/models/AnonCredsRestriction.js +0 -160
- package/build/models/AnonCredsRestriction.js.map +0 -1
- package/build/models/AnonCredsRestrictionWrapper.d.ts +0 -4
- package/build/models/AnonCredsRestrictionWrapper.js +0 -25
- package/build/models/AnonCredsRestrictionWrapper.js.map +0 -1
- package/build/models/AnonCredsRevocationInterval.d.ts +0 -5
- package/build/models/AnonCredsRevocationInterval.js +0 -33
- package/build/models/AnonCredsRevocationInterval.js.map +0 -1
- package/build/models/exchange.d.ts +0 -99
- package/build/models/exchange.js +0 -5
- package/build/models/exchange.js.map +0 -1
- package/build/models/index.d.ts +0 -4
- package/build/models/index.js +0 -21
- package/build/models/index.js.map +0 -1
- package/build/models/internal.d.ts +0 -35
- package/build/models/internal.js +0 -3
- package/build/models/internal.js.map +0 -1
- package/build/models/registry.d.ts +0 -39
- package/build/models/registry.js +0 -3
- package/build/models/registry.js.map +0 -1
- package/build/models/utils.d.ts +0 -22
- package/build/models/utils.js +0 -3
- package/build/models/utils.js.map +0 -1
- package/build/protocols/credentials/v1/V1CredentialProtocol.d.ts +0 -162
- package/build/protocols/credentials/v1/V1CredentialProtocol.js +0 -948
- package/build/protocols/credentials/v1/V1CredentialProtocol.js.map +0 -1
- package/build/protocols/credentials/v1/errors/V1CredentialProblemReportError.d.ts +0 -10
- package/build/protocols/credentials/v1/errors/V1CredentialProblemReportError.js +0 -18
- package/build/protocols/credentials/v1/errors/V1CredentialProblemReportError.js.map +0 -1
- package/build/protocols/credentials/v1/errors/index.d.ts +0 -1
- package/build/protocols/credentials/v1/errors/index.js +0 -6
- package/build/protocols/credentials/v1/errors/index.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1CredentialAckHandler.d.ts +0 -9
- package/build/protocols/credentials/v1/handlers/V1CredentialAckHandler.js +0 -15
- package/build/protocols/credentials/v1/handlers/V1CredentialAckHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.d.ts +0 -9
- package/build/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.js +0 -15
- package/build/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1IssueCredentialHandler.d.ts +0 -10
- package/build/protocols/credentials/v1/handlers/V1IssueCredentialHandler.js +0 -40
- package/build/protocols/credentials/v1/handlers/V1IssueCredentialHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1OfferCredentialHandler.d.ts +0 -10
- package/build/protocols/credentials/v1/handlers/V1OfferCredentialHandler.js +0 -33
- package/build/protocols/credentials/v1/handlers/V1OfferCredentialHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.d.ts +0 -10
- package/build/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.js +0 -38
- package/build/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/V1RequestCredentialHandler.d.ts +0 -10
- package/build/protocols/credentials/v1/handlers/V1RequestCredentialHandler.js +0 -40
- package/build/protocols/credentials/v1/handlers/V1RequestCredentialHandler.js.map +0 -1
- package/build/protocols/credentials/v1/handlers/index.d.ts +0 -6
- package/build/protocols/credentials/v1/handlers/index.js +0 -23
- package/build/protocols/credentials/v1/handlers/index.js.map +0 -1
- package/build/protocols/credentials/v1/index.d.ts +0 -2
- package/build/protocols/credentials/v1/index.js +0 -19
- package/build/protocols/credentials/v1/index.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1CredentialAckMessage.d.ts +0 -16
- package/build/protocols/credentials/v1/messages/V1CredentialAckMessage.js +0 -34
- package/build/protocols/credentials/v1/messages/V1CredentialAckMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1CredentialPreview.d.ts +0 -26
- package/build/protocols/credentials/v1/messages/V1CredentialPreview.js +0 -69
- package/build/protocols/credentials/v1/messages/V1CredentialPreview.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.d.ts +0 -16
- package/build/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.js +0 -34
- package/build/protocols/credentials/v1/messages/V1CredentialProblemReportMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1IssueCredentialMessage.d.ts +0 -19
- package/build/protocols/credentials/v1/messages/V1IssueCredentialMessage.js +0 -62
- package/build/protocols/credentials/v1/messages/V1IssueCredentialMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1OfferCredentialMessage.d.ts +0 -27
- package/build/protocols/credentials/v1/messages/V1OfferCredentialMessage.js +0 -75
- package/build/protocols/credentials/v1/messages/V1OfferCredentialMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1ProposeCredentialMessage.d.ts +0 -59
- package/build/protocols/credentials/v1/messages/V1ProposeCredentialMessage.js +0 -109
- package/build/protocols/credentials/v1/messages/V1ProposeCredentialMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/V1RequestCredentialMessage.d.ts +0 -19
- package/build/protocols/credentials/v1/messages/V1RequestCredentialMessage.js +0 -61
- package/build/protocols/credentials/v1/messages/V1RequestCredentialMessage.js.map +0 -1
- package/build/protocols/credentials/v1/messages/index.d.ts +0 -7
- package/build/protocols/credentials/v1/messages/index.js +0 -24
- package/build/protocols/credentials/v1/messages/index.js.map +0 -1
- package/build/protocols/index.d.ts +0 -2
- package/build/protocols/index.js +0 -19
- package/build/protocols/index.js.map +0 -1
- package/build/protocols/proofs/v1/V1ProofProtocol.d.ts +0 -50
- package/build/protocols/proofs/v1/V1ProofProtocol.js +0 -864
- package/build/protocols/proofs/v1/V1ProofProtocol.js.map +0 -1
- package/build/protocols/proofs/v1/errors/V1PresentationProblemReportError.d.ts +0 -12
- package/build/protocols/proofs/v1/errors/V1PresentationProblemReportError.js +0 -19
- package/build/protocols/proofs/v1/errors/V1PresentationProblemReportError.js.map +0 -1
- package/build/protocols/proofs/v1/errors/index.d.ts +0 -1
- package/build/protocols/proofs/v1/errors/index.js +0 -18
- package/build/protocols/proofs/v1/errors/index.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/V1PresentationAckHandler.d.ts +0 -9
- package/build/protocols/proofs/v1/handlers/V1PresentationAckHandler.js +0 -15
- package/build/protocols/proofs/v1/handlers/V1PresentationAckHandler.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/V1PresentationHandler.d.ts +0 -10
- package/build/protocols/proofs/v1/handlers/V1PresentationHandler.js +0 -40
- package/build/protocols/proofs/v1/handlers/V1PresentationHandler.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.d.ts +0 -9
- package/build/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.js +0 -15
- package/build/protocols/proofs/v1/handlers/V1PresentationProblemReportHandler.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/V1ProposePresentationHandler.d.ts +0 -11
- package/build/protocols/proofs/v1/handlers/V1ProposePresentationHandler.js +0 -38
- package/build/protocols/proofs/v1/handlers/V1ProposePresentationHandler.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/V1RequestPresentationHandler.d.ts +0 -10
- package/build/protocols/proofs/v1/handlers/V1RequestPresentationHandler.js +0 -35
- package/build/protocols/proofs/v1/handlers/V1RequestPresentationHandler.js.map +0 -1
- package/build/protocols/proofs/v1/handlers/index.d.ts +0 -5
- package/build/protocols/proofs/v1/handlers/index.js +0 -22
- package/build/protocols/proofs/v1/handlers/index.js.map +0 -1
- package/build/protocols/proofs/v1/index.d.ts +0 -4
- package/build/protocols/proofs/v1/index.js +0 -21
- package/build/protocols/proofs/v1/index.js.map +0 -1
- package/build/protocols/proofs/v1/messages/V1PresentationAckMessage.d.ts +0 -8
- package/build/protocols/proofs/v1/messages/V1PresentationAckMessage.js +0 -27
- package/build/protocols/proofs/v1/messages/V1PresentationAckMessage.js.map +0 -1
- package/build/protocols/proofs/v1/messages/V1PresentationMessage.d.ts +0 -31
- package/build/protocols/proofs/v1/messages/V1PresentationMessage.js +0 -67
- package/build/protocols/proofs/v1/messages/V1PresentationMessage.js.map +0 -1
- package/build/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.d.ts +0 -16
- package/build/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.js +0 -34
- package/build/protocols/proofs/v1/messages/V1PresentationProblemReportMessage.js.map +0 -1
- package/build/protocols/proofs/v1/messages/V1ProposePresentationMessage.d.ts +0 -26
- package/build/protocols/proofs/v1/messages/V1ProposePresentationMessage.js +0 -53
- package/build/protocols/proofs/v1/messages/V1ProposePresentationMessage.js.map +0 -1
- package/build/protocols/proofs/v1/messages/V1RequestPresentationMessage.d.ts +0 -29
- package/build/protocols/proofs/v1/messages/V1RequestPresentationMessage.js +0 -65
- package/build/protocols/proofs/v1/messages/V1RequestPresentationMessage.js.map +0 -1
- package/build/protocols/proofs/v1/messages/index.d.ts +0 -5
- package/build/protocols/proofs/v1/messages/index.js +0 -22
- package/build/protocols/proofs/v1/messages/index.js.map +0 -1
- package/build/protocols/proofs/v1/models/V1PresentationPreview.d.ts +0 -50
- package/build/protocols/proofs/v1/models/V1PresentationPreview.js +0 -130
- package/build/protocols/proofs/v1/models/V1PresentationPreview.js.map +0 -1
- package/build/protocols/proofs/v1/models/index.d.ts +0 -1
- package/build/protocols/proofs/v1/models/index.js +0 -18
- package/build/protocols/proofs/v1/models/index.js.map +0 -1
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.d.ts +0 -21
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.js +0 -23
- package/build/repository/AnonCredsCredentialDefinitionPrivateRecord.js.map +0 -1
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.d.ts +0 -8
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.js +0 -35
- package/build/repository/AnonCredsCredentialDefinitionPrivateRepository.js.map +0 -1
- package/build/repository/AnonCredsCredentialDefinitionRecord.d.ts +0 -39
- package/build/repository/AnonCredsCredentialDefinitionRecord.js +0 -30
- package/build/repository/AnonCredsCredentialDefinitionRecord.js.map +0 -1
- package/build/repository/AnonCredsCredentialDefinitionRepository.d.ts +0 -8
- package/build/repository/AnonCredsCredentialDefinitionRepository.js +0 -53
- package/build/repository/AnonCredsCredentialDefinitionRepository.js.map +0 -1
- package/build/repository/AnonCredsCredentialRecord.d.ts +0 -48
- package/build/repository/AnonCredsCredentialRecord.js +0 -37
- package/build/repository/AnonCredsCredentialRecord.js.map +0 -1
- package/build/repository/AnonCredsCredentialRepository.d.ts +0 -10
- package/build/repository/AnonCredsCredentialRepository.js +0 -41
- package/build/repository/AnonCredsCredentialRepository.js.map +0 -1
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.d.ts +0 -21
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.js +0 -23
- package/build/repository/AnonCredsKeyCorrectnessProofRecord.js.map +0 -1
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.d.ts +0 -8
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.js +0 -35
- package/build/repository/AnonCredsKeyCorrectnessProofRepository.js.map +0 -1
- package/build/repository/AnonCredsLinkSecretRecord.d.ts +0 -23
- package/build/repository/AnonCredsLinkSecretRecord.js +0 -22
- package/build/repository/AnonCredsLinkSecretRecord.js.map +0 -1
- package/build/repository/AnonCredsLinkSecretRepository.d.ts +0 -10
- package/build/repository/AnonCredsLinkSecretRepository.js +0 -41
- package/build/repository/AnonCredsLinkSecretRepository.js.map +0 -1
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.d.ts +0 -34
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.js +0 -30
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRecord.js.map +0 -1
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.d.ts +0 -10
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.js +0 -38
- package/build/repository/AnonCredsRevocationRegistryDefinitionPrivateRepository.js.map +0 -1
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.d.ts +0 -25
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.js +0 -23
- package/build/repository/AnonCredsRevocationRegistryDefinitionRecord.js.map +0 -1
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.d.ts +0 -9
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.js +0 -38
- package/build/repository/AnonCredsRevocationRegistryDefinitionRepository.js.map +0 -1
- package/build/repository/AnonCredsSchemaRecord.d.ts +0 -39
- package/build/repository/AnonCredsSchemaRecord.js +0 -30
- package/build/repository/AnonCredsSchemaRecord.js.map +0 -1
- package/build/repository/AnonCredsSchemaRepository.d.ts +0 -8
- package/build/repository/AnonCredsSchemaRepository.js +0 -53
- package/build/repository/AnonCredsSchemaRepository.js.map +0 -1
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.d.ts +0 -9
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.js +0 -9
- package/build/repository/anonCredsCredentialDefinitionRecordMetadataTypes.js.map +0 -1
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.d.ts +0 -9
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.js +0 -9
- package/build/repository/anonCredsRevocationRegistryDefinitionRecordMetadataTypes.js.map +0 -1
- package/build/repository/anonCredsSchemaRecordMetadataTypes.d.ts +0 -9
- package/build/repository/anonCredsSchemaRecordMetadataTypes.js +0 -9
- package/build/repository/anonCredsSchemaRecordMetadataTypes.js.map +0 -1
- package/build/repository/index.d.ts +0 -16
- package/build/repository/index.js +0 -33
- package/build/repository/index.js.map +0 -1
- package/build/services/AnonCredsHolderService.d.ts +0 -18
- package/build/services/AnonCredsHolderService.js +0 -5
- package/build/services/AnonCredsHolderService.js.map +0 -1
- package/build/services/AnonCredsHolderServiceOptions.d.ts +0 -101
- package/build/services/AnonCredsHolderServiceOptions.js +0 -3
- package/build/services/AnonCredsHolderServiceOptions.js.map +0 -1
- package/build/services/AnonCredsIssuerService.d.ts +0 -14
- package/build/services/AnonCredsIssuerService.js +0 -5
- package/build/services/AnonCredsIssuerService.js.map +0 -1
- package/build/services/AnonCredsIssuerServiceOptions.d.ts +0 -61
- package/build/services/AnonCredsIssuerServiceOptions.js +0 -3
- package/build/services/AnonCredsIssuerServiceOptions.js.map +0 -1
- package/build/services/AnonCredsVerifierService.d.ts +0 -7
- package/build/services/AnonCredsVerifierService.js +0 -5
- package/build/services/AnonCredsVerifierService.js.map +0 -1
- package/build/services/AnonCredsVerifierServiceOptions.d.ts +0 -25
- package/build/services/AnonCredsVerifierServiceOptions.js +0 -3
- package/build/services/AnonCredsVerifierServiceOptions.js.map +0 -1
- package/build/services/index.d.ts +0 -8
- package/build/services/index.js +0 -27
- package/build/services/index.js.map +0 -1
- package/build/services/registry/AnonCredsRegistry.d.ts +0 -25
- package/build/services/registry/AnonCredsRegistry.js +0 -3
- package/build/services/registry/AnonCredsRegistry.js.map +0 -1
- package/build/services/registry/AnonCredsRegistryService.d.ts +0 -10
- package/build/services/registry/AnonCredsRegistryService.js +0 -33
- package/build/services/registry/AnonCredsRegistryService.js.map +0 -1
- package/build/services/registry/CredentialDefinitionOptions.d.ts +0 -34
- package/build/services/registry/CredentialDefinitionOptions.js +0 -3
- package/build/services/registry/CredentialDefinitionOptions.js.map +0 -1
- package/build/services/registry/RevocationRegistryDefinitionOptions.d.ts +0 -34
- package/build/services/registry/RevocationRegistryDefinitionOptions.js +0 -3
- package/build/services/registry/RevocationRegistryDefinitionOptions.js.map +0 -1
- package/build/services/registry/RevocationStatusListOptions.d.ts +0 -32
- package/build/services/registry/RevocationStatusListOptions.js +0 -3
- package/build/services/registry/RevocationStatusListOptions.js.map +0 -1
- package/build/services/registry/SchemaOptions.d.ts +0 -34
- package/build/services/registry/SchemaOptions.js +0 -3
- package/build/services/registry/SchemaOptions.js.map +0 -1
- package/build/services/registry/base.d.ts +0 -19
- package/build/services/registry/base.js +0 -3
- package/build/services/registry/base.js.map +0 -1
- package/build/services/registry/index.d.ts +0 -7
- package/build/services/registry/index.js +0 -23
- package/build/services/registry/index.js.map +0 -1
- package/build/services/tails/BasicTailsFileService.d.ts +0 -23
- package/build/services/tails/BasicTailsFileService.js +0 -65
- package/build/services/tails/BasicTailsFileService.js.map +0 -1
- package/build/services/tails/TailsFileService.d.ts +0 -42
- package/build/services/tails/TailsFileService.js +0 -3
- package/build/services/tails/TailsFileService.js.map +0 -1
- package/build/services/tails/index.d.ts +0 -2
- package/build/services/tails/index.js +0 -19
- package/build/services/tails/index.js.map +0 -1
- package/build/updates/0.3.1-0.4/credentialDefinition.d.ts +0 -18
- package/build/updates/0.3.1-0.4/credentialDefinition.js +0 -56
- package/build/updates/0.3.1-0.4/credentialDefinition.js.map +0 -1
- package/build/updates/0.3.1-0.4/credentialExchangeRecord.d.ts +0 -69
- package/build/updates/0.3.1-0.4/credentialExchangeRecord.js +0 -121
- package/build/updates/0.3.1-0.4/credentialExchangeRecord.js.map +0 -1
- package/build/updates/0.3.1-0.4/index.d.ts +0 -2
- package/build/updates/0.3.1-0.4/index.js +0 -14
- package/build/updates/0.3.1-0.4/index.js.map +0 -1
- package/build/updates/0.3.1-0.4/linkSecret.d.ts +0 -6
- package/build/updates/0.3.1-0.4/linkSecret.js +0 -35
- package/build/updates/0.3.1-0.4/linkSecret.js.map +0 -1
- package/build/updates/0.3.1-0.4/schema.d.ts +0 -15
- package/build/updates/0.3.1-0.4/schema.js +0 -41
- package/build/updates/0.3.1-0.4/schema.js.map +0 -1
- package/build/updates/0.4-0.5/anonCredsCredentialRecord.d.ts +0 -5
- package/build/updates/0.4-0.5/anonCredsCredentialRecord.js +0 -149
- package/build/updates/0.4-0.5/anonCredsCredentialRecord.js.map +0 -1
- package/build/updates/0.4-0.5/index.d.ts +0 -2
- package/build/updates/0.4-0.5/index.js +0 -8
- package/build/updates/0.4-0.5/index.js.map +0 -1
- package/build/utils/anonCredsObjects.d.ts +0 -26
- package/build/utils/anonCredsObjects.js +0 -81
- package/build/utils/anonCredsObjects.js.map +0 -1
- package/build/utils/areRequestsEqual.d.ts +0 -6
- package/build/utils/areRequestsEqual.js +0 -135
- package/build/utils/areRequestsEqual.js.map +0 -1
- package/build/utils/composeAutoAccept.d.ts +0 -15
- package/build/utils/composeAutoAccept.js +0 -26
- package/build/utils/composeAutoAccept.js.map +0 -1
- package/build/utils/createRequestFromPreview.d.ts +0 -10
- package/build/utils/createRequestFromPreview.js +0 -71
- package/build/utils/createRequestFromPreview.js.map +0 -1
- package/build/utils/credential.d.ts +0 -68
- package/build/utils/credential.js +0 -188
- package/build/utils/credential.js.map +0 -1
- package/build/utils/credentialPreviewAttributes.d.ts +0 -2
- package/build/utils/credentialPreviewAttributes.js +0 -24
- package/build/utils/credentialPreviewAttributes.js.map +0 -1
- package/build/utils/getCredentialsForAnonCredsRequest.d.ts +0 -4
- package/build/utils/getCredentialsForAnonCredsRequest.js +0 -81
- package/build/utils/getCredentialsForAnonCredsRequest.js.map +0 -1
- package/build/utils/getRevocationRegistries.d.ts +0 -14
- package/build/utils/getRevocationRegistries.js +0 -151
- package/build/utils/getRevocationRegistries.js.map +0 -1
- package/build/utils/hasDuplicateGroupNames.d.ts +0 -2
- package/build/utils/hasDuplicateGroupNames.js +0 -22
- package/build/utils/hasDuplicateGroupNames.js.map +0 -1
- package/build/utils/index.d.ts +0 -17
- package/build/utils/index.js +0 -48
- package/build/utils/index.js.map +0 -1
- package/build/utils/indyIdentifiers.d.ts +0 -66
- package/build/utils/indyIdentifiers.js +0 -298
- package/build/utils/indyIdentifiers.js.map +0 -1
- package/build/utils/isMap.d.ts +0 -5
- package/build/utils/isMap.js +0 -17
- package/build/utils/isMap.js.map +0 -1
- package/build/utils/linkSecret.d.ts +0 -9
- package/build/utils/linkSecret.js +0 -43
- package/build/utils/linkSecret.js.map +0 -1
- package/build/utils/metadata.d.ts +0 -35
- package/build/utils/metadata.js +0 -24
- package/build/utils/metadata.js.map +0 -1
- package/build/utils/proofRequest.d.ts +0 -2
- package/build/utils/proofRequest.js +0 -21
- package/build/utils/proofRequest.js.map +0 -1
- package/build/utils/proverDid.d.ts +0 -8
- package/build/utils/proverDid.js +0 -15
- package/build/utils/proverDid.js.map +0 -1
- package/build/utils/revocationInterval.d.ts +0 -7
- package/build/utils/revocationInterval.js +0 -14
- package/build/utils/revocationInterval.js.map +0 -1
- package/build/utils/sortRequestedCredentialsMatches.d.ts +0 -8
- package/build/utils/sortRequestedCredentialsMatches.js +0 -31
- package/build/utils/sortRequestedCredentialsMatches.js.map +0 -1
- package/build/utils/timestamp.d.ts +0 -1
- package/build/utils/timestamp.js +0 -7
- package/build/utils/timestamp.js.map +0 -1
- package/build/utils/w3cAnonCredsUtils.d.ts +0 -37
- package/build/utils/w3cAnonCredsUtils.js +0 -132
- package/build/utils/w3cAnonCredsUtils.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1CredentialProtocol.js","sourceRoot":"","sources":["../../../../src/protocols/credentials/v1/V1CredentialProtocol.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { ProblemReportErrorOptions, CredentialProblemReportReason } from '@credo-ts/core';
|
|
2
|
-
import { ProblemReportError } from '@credo-ts/core';
|
|
3
|
-
import { V1CredentialProblemReportMessage } from '../messages';
|
|
4
|
-
export interface V1CredentialProblemReportErrorOptions extends ProblemReportErrorOptions {
|
|
5
|
-
problemCode: CredentialProblemReportReason;
|
|
6
|
-
}
|
|
7
|
-
export declare class V1CredentialProblemReportError extends ProblemReportError {
|
|
8
|
-
problemReport: V1CredentialProblemReportMessage;
|
|
9
|
-
constructor(message: string, { problemCode }: V1CredentialProblemReportErrorOptions);
|
|
10
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1CredentialProblemReportError = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const messages_1 = require("../messages");
|
|
6
|
-
class V1CredentialProblemReportError extends core_1.ProblemReportError {
|
|
7
|
-
constructor(message, { problemCode }) {
|
|
8
|
-
super(message, { problemCode });
|
|
9
|
-
this.problemReport = new messages_1.V1CredentialProblemReportMessage({
|
|
10
|
-
description: {
|
|
11
|
-
en: message,
|
|
12
|
-
code: problemCode,
|
|
13
|
-
},
|
|
14
|
-
});
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
exports.V1CredentialProblemReportError = V1CredentialProblemReportError;
|
|
18
|
-
//# sourceMappingURL=V1CredentialProblemReportError.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1CredentialProblemReportError.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/errors/V1CredentialProblemReportError.ts"],"names":[],"mappings":";;;AAEA,yCAAmD;AAEnD,0CAA8D;AAM9D,MAAa,8BAA+B,SAAQ,yBAAkB;IAGpE,YAAmB,OAAe,EAAE,EAAE,WAAW,EAAyC;QACxF,KAAK,CAAC,OAAO,EAAE,EAAE,WAAW,EAAE,CAAC,CAAA;QAC/B,IAAI,CAAC,aAAa,GAAG,IAAI,2CAAgC,CAAC;YACxD,WAAW,EAAE;gBACX,EAAE,EAAE,OAAO;gBACX,IAAI,EAAE,WAAW;aAClB;SACF,CAAC,CAAA;IACJ,CAAC;CACF;AAZD,wEAYC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { V1CredentialProblemReportError, V1CredentialProblemReportErrorOptions } from './V1CredentialProblemReportError';
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1CredentialProblemReportError = void 0;
|
|
4
|
-
var V1CredentialProblemReportError_1 = require("./V1CredentialProblemReportError");
|
|
5
|
-
Object.defineProperty(exports, "V1CredentialProblemReportError", { enumerable: true, get: function () { return V1CredentialProblemReportError_1.V1CredentialProblemReportError; } });
|
|
6
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/errors/index.ts"],"names":[],"mappings":";;;AAAA,mFAAwH;AAA/G,gJAAA,8BAA8B,OAAA"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1CredentialAckMessage } from '../messages';
|
|
4
|
-
export declare class V1CredentialAckHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1CredentialAckMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1CredentialAckHandler>): Promise<void>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1CredentialAckHandler = void 0;
|
|
4
|
-
const messages_1 = require("../messages");
|
|
5
|
-
class V1CredentialAckHandler {
|
|
6
|
-
constructor(credentialProtocol) {
|
|
7
|
-
this.supportedMessages = [messages_1.V1CredentialAckMessage];
|
|
8
|
-
this.credentialProtocol = credentialProtocol;
|
|
9
|
-
}
|
|
10
|
-
async handle(messageContext) {
|
|
11
|
-
await this.credentialProtocol.processAck(messageContext);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.V1CredentialAckHandler = V1CredentialAckHandler;
|
|
15
|
-
//# sourceMappingURL=V1CredentialAckHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1CredentialAckHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1CredentialAckHandler.ts"],"names":[],"mappings":";;;AAGA,0CAAoD;AAEpD,MAAa,sBAAsB;IAIjC,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,iCAAsB,CAAC,CAAA;QAGjD,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAoE;QACtF,MAAM,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,cAAc,CAAC,CAAA;IAC1D,CAAC;CACF;AAXD,wDAWC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1CredentialProblemReportMessage } from '../messages';
|
|
4
|
-
export declare class V1CredentialProblemReportHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1CredentialProblemReportMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1CredentialProblemReportHandler>): Promise<void>;
|
|
9
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1CredentialProblemReportHandler = void 0;
|
|
4
|
-
const messages_1 = require("../messages");
|
|
5
|
-
class V1CredentialProblemReportHandler {
|
|
6
|
-
constructor(credentialProtocol) {
|
|
7
|
-
this.supportedMessages = [messages_1.V1CredentialProblemReportMessage];
|
|
8
|
-
this.credentialProtocol = credentialProtocol;
|
|
9
|
-
}
|
|
10
|
-
async handle(messageContext) {
|
|
11
|
-
await this.credentialProtocol.processProblemReport(messageContext);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
exports.V1CredentialProblemReportHandler = V1CredentialProblemReportHandler;
|
|
15
|
-
//# sourceMappingURL=V1CredentialProblemReportHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1CredentialProblemReportHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1CredentialProblemReportHandler.ts"],"names":[],"mappings":";;;AAGA,0CAA8D;AAE9D,MAAa,gCAAgC;IAI3C,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,2CAAgC,CAAC,CAAA;QAG3D,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAA8E;QAChG,MAAM,IAAI,CAAC,kBAAkB,CAAC,oBAAoB,CAAC,cAAc,CAAC,CAAA;IACpE,CAAC;CACF;AAXD,4EAWC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1IssueCredentialMessage } from '../messages';
|
|
4
|
-
export declare class V1IssueCredentialHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1IssueCredentialMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1IssueCredentialHandler>): Promise<import("@credo-ts/core").OutboundMessageContext<import("@credo-ts/core").AgentMessage> | undefined>;
|
|
9
|
-
private acceptCredential;
|
|
10
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1IssueCredentialHandler = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const messages_1 = require("../messages");
|
|
6
|
-
class V1IssueCredentialHandler {
|
|
7
|
-
constructor(credentialProtocol) {
|
|
8
|
-
this.supportedMessages = [messages_1.V1IssueCredentialMessage];
|
|
9
|
-
this.credentialProtocol = credentialProtocol;
|
|
10
|
-
}
|
|
11
|
-
async handle(messageContext) {
|
|
12
|
-
const credentialRecord = await this.credentialProtocol.processCredential(messageContext);
|
|
13
|
-
const shouldAutoRespond = await this.credentialProtocol.shouldAutoRespondToCredential(messageContext.agentContext, {
|
|
14
|
-
credentialRecord,
|
|
15
|
-
credentialMessage: messageContext.message,
|
|
16
|
-
});
|
|
17
|
-
if (shouldAutoRespond) {
|
|
18
|
-
return await this.acceptCredential(credentialRecord, messageContext);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
async acceptCredential(credentialRecord, messageContext) {
|
|
22
|
-
messageContext.agentContext.config.logger.info(`Automatically sending acknowledgement with autoAccept`);
|
|
23
|
-
const { message } = await this.credentialProtocol.acceptCredential(messageContext.agentContext, {
|
|
24
|
-
credentialRecord,
|
|
25
|
-
});
|
|
26
|
-
const requestMessage = await this.credentialProtocol.findRequestMessage(messageContext.agentContext, credentialRecord.id);
|
|
27
|
-
if (!requestMessage) {
|
|
28
|
-
throw new core_1.CredoError(`No request message found for credential record with id '${credentialRecord.id}'`);
|
|
29
|
-
}
|
|
30
|
-
return (0, core_1.getOutboundMessageContext)(messageContext.agentContext, {
|
|
31
|
-
connectionRecord: messageContext.connection,
|
|
32
|
-
message,
|
|
33
|
-
associatedRecord: credentialRecord,
|
|
34
|
-
lastReceivedMessage: messageContext.message,
|
|
35
|
-
lastSentMessage: requestMessage,
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
exports.V1IssueCredentialHandler = V1IssueCredentialHandler;
|
|
40
|
-
//# sourceMappingURL=V1IssueCredentialHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1IssueCredentialHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1IssueCredentialHandler.ts"],"names":[],"mappings":";;;AAGA,yCAAsE;AAEtE,0CAAsD;AAEtD,MAAa,wBAAwB;IAKnC,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,mCAAwB,CAAC,CAAA;QAGnD,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAsE;QACxF,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,iBAAiB,CAAC,cAAc,CAAC,CAAA;QAExF,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,6BAA6B,CAAC,cAAc,CAAC,YAAY,EAAE;YACjH,gBAAgB;YAChB,iBAAiB,EAAE,cAAc,CAAC,OAAO;SAC1C,CAAC,CAAA;QAEF,IAAI,iBAAiB,EAAE,CAAC;YACtB,OAAO,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAA;QACtE,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,gBAAgB,CAC5B,gBAA0C,EAC1C,cAAsE;QAEtE,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,uDAAuD,CAAC,CAAA;QACvG,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CAAC,cAAc,CAAC,YAAY,EAAE;YAC9F,gBAAgB;SACjB,CAAC,CAAA;QAEF,MAAM,cAAc,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,kBAAkB,CACrE,cAAc,CAAC,YAAY,EAC3B,gBAAgB,CAAC,EAAE,CACpB,CAAA;QACD,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,MAAM,IAAI,iBAAU,CAAC,2DAA2D,gBAAgB,CAAC,EAAE,GAAG,CAAC,CAAA;QACzG,CAAC;QAED,OAAO,IAAA,gCAAyB,EAAC,cAAc,CAAC,YAAY,EAAE;YAC5D,gBAAgB,EAAE,cAAc,CAAC,UAAU;YAC3C,OAAO;YACP,gBAAgB,EAAE,gBAAgB;YAClC,mBAAmB,EAAE,cAAc,CAAC,OAAO;YAC3C,eAAe,EAAE,cAAc;SAChC,CAAC,CAAA;IACJ,CAAC;CACF;AA/CD,4DA+CC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1OfferCredentialMessage } from '../messages';
|
|
4
|
-
export declare class V1OfferCredentialHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1OfferCredentialMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1OfferCredentialHandler>): Promise<import("@credo-ts/core").OutboundMessageContext<import("@credo-ts/core").AgentMessage> | undefined>;
|
|
9
|
-
private acceptOffer;
|
|
10
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1OfferCredentialHandler = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const messages_1 = require("../messages");
|
|
6
|
-
class V1OfferCredentialHandler {
|
|
7
|
-
constructor(credentialProtocol) {
|
|
8
|
-
this.supportedMessages = [messages_1.V1OfferCredentialMessage];
|
|
9
|
-
this.credentialProtocol = credentialProtocol;
|
|
10
|
-
}
|
|
11
|
-
async handle(messageContext) {
|
|
12
|
-
const credentialRecord = await this.credentialProtocol.processOffer(messageContext);
|
|
13
|
-
const shouldAutoRespond = await this.credentialProtocol.shouldAutoRespondToOffer(messageContext.agentContext, {
|
|
14
|
-
credentialRecord,
|
|
15
|
-
offerMessage: messageContext.message,
|
|
16
|
-
});
|
|
17
|
-
if (shouldAutoRespond) {
|
|
18
|
-
return await this.acceptOffer(credentialRecord, messageContext);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
async acceptOffer(credentialRecord, messageContext) {
|
|
22
|
-
messageContext.agentContext.config.logger.info(`Automatically sending request with autoAccept`);
|
|
23
|
-
const { message } = await this.credentialProtocol.acceptOffer(messageContext.agentContext, { credentialRecord });
|
|
24
|
-
return (0, core_1.getOutboundMessageContext)(messageContext.agentContext, {
|
|
25
|
-
connectionRecord: messageContext.connection,
|
|
26
|
-
message,
|
|
27
|
-
associatedRecord: credentialRecord,
|
|
28
|
-
lastReceivedMessage: messageContext.message,
|
|
29
|
-
});
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.V1OfferCredentialHandler = V1OfferCredentialHandler;
|
|
33
|
-
//# sourceMappingURL=V1OfferCredentialHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1OfferCredentialHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1OfferCredentialHandler.ts"],"names":[],"mappings":";;;AAGA,yCAA0D;AAE1D,0CAAsD;AAEtD,MAAa,wBAAwB;IAInC,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,mCAAwB,CAAC,CAAA;QAGnD,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAsE;QACxF,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,YAAY,CAAC,cAAc,CAAC,CAAA;QAEnF,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,wBAAwB,CAAC,cAAc,CAAC,YAAY,EAAE;YAC5G,gBAAgB;YAChB,YAAY,EAAE,cAAc,CAAC,OAAO;SACrC,CAAC,CAAA;QAEF,IAAI,iBAAiB,EAAE,CAAC;YACtB,OAAO,MAAM,IAAI,CAAC,WAAW,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAA;QACjE,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,WAAW,CACvB,gBAA0C,EAC1C,cAAsE;QAEtE,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,+CAA+C,CAAC,CAAA;QAC/F,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,WAAW,CAAC,cAAc,CAAC,YAAY,EAAE,EAAE,gBAAgB,EAAE,CAAC,CAAA;QAEhH,OAAO,IAAA,gCAAyB,EAAC,cAAc,CAAC,YAAY,EAAE;YAC5D,gBAAgB,EAAE,cAAc,CAAC,UAAU;YAC3C,OAAO;YACP,gBAAgB,EAAE,gBAAgB;YAClC,mBAAmB,EAAE,cAAc,CAAC,OAAO;SAC5C,CAAC,CAAA;IACJ,CAAC;CACF;AAnCD,4DAmCC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1ProposeCredentialMessage } from '../messages';
|
|
4
|
-
export declare class V1ProposeCredentialHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1ProposeCredentialMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1ProposeCredentialHandler>): Promise<import("@credo-ts/core").OutboundMessageContext<import("@credo-ts/core").AgentMessage> | undefined>;
|
|
9
|
-
private acceptProposal;
|
|
10
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1ProposeCredentialHandler = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const messages_1 = require("../messages");
|
|
6
|
-
class V1ProposeCredentialHandler {
|
|
7
|
-
constructor(credentialProtocol) {
|
|
8
|
-
this.supportedMessages = [messages_1.V1ProposeCredentialMessage];
|
|
9
|
-
this.credentialProtocol = credentialProtocol;
|
|
10
|
-
}
|
|
11
|
-
async handle(messageContext) {
|
|
12
|
-
const credentialRecord = await this.credentialProtocol.processProposal(messageContext);
|
|
13
|
-
const shouldAutoAcceptProposal = await this.credentialProtocol.shouldAutoRespondToProposal(messageContext.agentContext, {
|
|
14
|
-
credentialRecord,
|
|
15
|
-
proposalMessage: messageContext.message,
|
|
16
|
-
});
|
|
17
|
-
if (shouldAutoAcceptProposal) {
|
|
18
|
-
return await this.acceptProposal(credentialRecord, messageContext);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
async acceptProposal(credentialRecord, messageContext) {
|
|
22
|
-
messageContext.agentContext.config.logger.info(`Automatically sending offer with autoAccept`);
|
|
23
|
-
if (!messageContext.connection) {
|
|
24
|
-
messageContext.agentContext.config.logger.error('No connection on the messageContext, aborting auto accept');
|
|
25
|
-
return;
|
|
26
|
-
}
|
|
27
|
-
const { message } = await this.credentialProtocol.acceptProposal(messageContext.agentContext, {
|
|
28
|
-
credentialRecord,
|
|
29
|
-
});
|
|
30
|
-
return (0, core_1.getOutboundMessageContext)(messageContext.agentContext, {
|
|
31
|
-
message,
|
|
32
|
-
connectionRecord: messageContext.connection,
|
|
33
|
-
associatedRecord: credentialRecord,
|
|
34
|
-
});
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
exports.V1ProposeCredentialHandler = V1ProposeCredentialHandler;
|
|
38
|
-
//# sourceMappingURL=V1ProposeCredentialHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1ProposeCredentialHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1ProposeCredentialHandler.ts"],"names":[],"mappings":";;;AAGA,yCAA0D;AAE1D,0CAAwD;AAExD,MAAa,0BAA0B;IAIrC,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,qCAA0B,CAAC,CAAA;QAGrD,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAwE;QAC1F,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,eAAe,CAAC,cAAc,CAAC,CAAA;QAEtF,MAAM,wBAAwB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,2BAA2B,CACxF,cAAc,CAAC,YAAY,EAC3B;YACE,gBAAgB;YAChB,eAAe,EAAE,cAAc,CAAC,OAAO;SACxC,CACF,CAAA;QAED,IAAI,wBAAwB,EAAE,CAAC;YAC7B,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAA;QACpE,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,cAAc,CAC1B,gBAA0C,EAC1C,cAAwE;QAExE,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,6CAA6C,CAAC,CAAA;QAE7F,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE,CAAC;YAC/B,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,2DAA2D,CAAC,CAAA;YAC5G,OAAM;QACR,CAAC;QAED,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,YAAY,EAAE;YAC5F,gBAAgB;SACjB,CAAC,CAAA;QAEF,OAAO,IAAA,gCAAyB,EAAC,cAAc,CAAC,YAAY,EAAE;YAC5D,OAAO;YACP,gBAAgB,EAAE,cAAc,CAAC,UAAU;YAC3C,gBAAgB,EAAE,gBAAgB;SACnC,CAAC,CAAA;IACJ,CAAC;CACF;AA7CD,gEA6CC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { V1CredentialProtocol } from '../V1CredentialProtocol';
|
|
2
|
-
import type { MessageHandler, MessageHandlerInboundMessage } from '@credo-ts/core';
|
|
3
|
-
import { V1RequestCredentialMessage } from '../messages';
|
|
4
|
-
export declare class V1RequestCredentialHandler implements MessageHandler {
|
|
5
|
-
private credentialProtocol;
|
|
6
|
-
supportedMessages: (typeof V1RequestCredentialMessage)[];
|
|
7
|
-
constructor(credentialProtocol: V1CredentialProtocol);
|
|
8
|
-
handle(messageContext: MessageHandlerInboundMessage<V1RequestCredentialHandler>): Promise<import("@credo-ts/core").OutboundMessageContext<import("@credo-ts/core").AgentMessage> | undefined>;
|
|
9
|
-
private acceptRequest;
|
|
10
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.V1RequestCredentialHandler = void 0;
|
|
4
|
-
const core_1 = require("@credo-ts/core");
|
|
5
|
-
const messages_1 = require("../messages");
|
|
6
|
-
class V1RequestCredentialHandler {
|
|
7
|
-
constructor(credentialProtocol) {
|
|
8
|
-
this.supportedMessages = [messages_1.V1RequestCredentialMessage];
|
|
9
|
-
this.credentialProtocol = credentialProtocol;
|
|
10
|
-
}
|
|
11
|
-
async handle(messageContext) {
|
|
12
|
-
const credentialRecord = await this.credentialProtocol.processRequest(messageContext);
|
|
13
|
-
const shouldAutoRespond = await this.credentialProtocol.shouldAutoRespondToRequest(messageContext.agentContext, {
|
|
14
|
-
credentialRecord,
|
|
15
|
-
requestMessage: messageContext.message,
|
|
16
|
-
});
|
|
17
|
-
if (shouldAutoRespond) {
|
|
18
|
-
return await this.acceptRequest(credentialRecord, messageContext);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
async acceptRequest(credentialRecord, messageContext) {
|
|
22
|
-
messageContext.agentContext.config.logger.info(`Automatically sending credential with autoAccept`);
|
|
23
|
-
const offerMessage = await this.credentialProtocol.findOfferMessage(messageContext.agentContext, credentialRecord.id);
|
|
24
|
-
if (!offerMessage) {
|
|
25
|
-
throw new core_1.CredoError(`Could not find offer message for credential record with id ${credentialRecord.id}`);
|
|
26
|
-
}
|
|
27
|
-
const { message } = await this.credentialProtocol.acceptRequest(messageContext.agentContext, {
|
|
28
|
-
credentialRecord,
|
|
29
|
-
});
|
|
30
|
-
return (0, core_1.getOutboundMessageContext)(messageContext.agentContext, {
|
|
31
|
-
connectionRecord: messageContext.connection,
|
|
32
|
-
message,
|
|
33
|
-
associatedRecord: credentialRecord,
|
|
34
|
-
lastReceivedMessage: messageContext.message,
|
|
35
|
-
lastSentMessage: offerMessage,
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
exports.V1RequestCredentialHandler = V1RequestCredentialHandler;
|
|
40
|
-
//# sourceMappingURL=V1RequestCredentialHandler.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1RequestCredentialHandler.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/V1RequestCredentialHandler.ts"],"names":[],"mappings":";;;AAGA,yCAAsE;AAEtE,0CAAwD;AAExD,MAAa,0BAA0B;IAIrC,YAAmB,kBAAwC;QAFpD,sBAAiB,GAAG,CAAC,qCAA0B,CAAC,CAAA;QAGrD,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;IAC9C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAwE;QAC1F,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,cAAc,CAAC,CAAA;QAErF,MAAM,iBAAiB,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,0BAA0B,CAAC,cAAc,CAAC,YAAY,EAAE;YAC9G,gBAAgB;YAChB,cAAc,EAAE,cAAc,CAAC,OAAO;SACvC,CAAC,CAAA;QAEF,IAAI,iBAAiB,EAAE,CAAC;YACtB,OAAO,MAAM,IAAI,CAAC,aAAa,CAAC,gBAAgB,EAAE,cAAc,CAAC,CAAA;QACnE,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,aAAa,CACzB,gBAA0C,EAC1C,cAAwE;QAExE,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,kDAAkD,CAAC,CAAA;QAElG,MAAM,YAAY,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,gBAAgB,CACjE,cAAc,CAAC,YAAY,EAC3B,gBAAgB,CAAC,EAAE,CACpB,CAAA;QACD,IAAI,CAAC,YAAY,EAAE,CAAC;YAClB,MAAM,IAAI,iBAAU,CAAC,8DAA8D,gBAAgB,CAAC,EAAE,EAAE,CAAC,CAAA;QAC3G,CAAC;QAED,MAAM,EAAE,OAAO,EAAE,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,aAAa,CAAC,cAAc,CAAC,YAAY,EAAE;YAC3F,gBAAgB;SACjB,CAAC,CAAA;QAEF,OAAO,IAAA,gCAAyB,EAAC,cAAc,CAAC,YAAY,EAAE;YAC5D,gBAAgB,EAAE,cAAc,CAAC,UAAU;YAC3C,OAAO;YACP,gBAAgB,EAAE,gBAAgB;YAClC,mBAAmB,EAAE,cAAc,CAAC,OAAO;YAC3C,eAAe,EAAE,YAAY;SAC9B,CAAC,CAAA;IACJ,CAAC;CACF;AA/CD,gEA+CC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from './V1CredentialAckHandler';
|
|
2
|
-
export * from './V1IssueCredentialHandler';
|
|
3
|
-
export * from './V1OfferCredentialHandler';
|
|
4
|
-
export * from './V1ProposeCredentialHandler';
|
|
5
|
-
export * from './V1RequestCredentialHandler';
|
|
6
|
-
export * from './V1CredentialProblemReportHandler';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./V1CredentialAckHandler"), exports);
|
|
18
|
-
__exportStar(require("./V1IssueCredentialHandler"), exports);
|
|
19
|
-
__exportStar(require("./V1OfferCredentialHandler"), exports);
|
|
20
|
-
__exportStar(require("./V1ProposeCredentialHandler"), exports);
|
|
21
|
-
__exportStar(require("./V1RequestCredentialHandler"), exports);
|
|
22
|
-
__exportStar(require("./V1CredentialProblemReportHandler"), exports);
|
|
23
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/handlers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAwC;AACxC,6DAA0C;AAC1C,6DAA0C;AAC1C,+DAA4C;AAC5C,+DAA4C;AAC5C,qEAAkD"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./V1CredentialProtocol"), exports);
|
|
18
|
-
__exportStar(require("./messages"), exports);
|
|
19
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/protocols/credentials/v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAsC;AACtC,6CAA0B"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import type { AckMessageOptions } from '@credo-ts/core';
|
|
2
|
-
import { AckMessage } from '@credo-ts/core';
|
|
3
|
-
export type V1CredentialAckMessageOptions = AckMessageOptions;
|
|
4
|
-
/**
|
|
5
|
-
* @see https://github.com/hyperledger/aries-rfcs/blob/master/features/0015-acks/README.md#explicit-acks
|
|
6
|
-
*/
|
|
7
|
-
export declare class V1CredentialAckMessage extends AckMessage {
|
|
8
|
-
readonly allowDidSovPrefix = true;
|
|
9
|
-
/**
|
|
10
|
-
* Create new CredentialAckMessage instance.
|
|
11
|
-
* @param options
|
|
12
|
-
*/
|
|
13
|
-
constructor(options: V1CredentialAckMessageOptions);
|
|
14
|
-
readonly type: string;
|
|
15
|
-
static readonly type: import("@credo-ts/core").ParsedMessageType;
|
|
16
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
-
};
|
|
8
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
-
};
|
|
11
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.V1CredentialAckMessage = void 0;
|
|
13
|
-
const core_1 = require("@credo-ts/core");
|
|
14
|
-
/**
|
|
15
|
-
* @see https://github.com/hyperledger/aries-rfcs/blob/master/features/0015-acks/README.md#explicit-acks
|
|
16
|
-
*/
|
|
17
|
-
class V1CredentialAckMessage extends core_1.AckMessage {
|
|
18
|
-
/**
|
|
19
|
-
* Create new CredentialAckMessage instance.
|
|
20
|
-
* @param options
|
|
21
|
-
*/
|
|
22
|
-
constructor(options) {
|
|
23
|
-
super(options);
|
|
24
|
-
this.allowDidSovPrefix = true;
|
|
25
|
-
this.type = V1CredentialAckMessage.type.messageTypeUri;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
exports.V1CredentialAckMessage = V1CredentialAckMessage;
|
|
29
|
-
V1CredentialAckMessage.type = (0, core_1.parseMessageType)('https://didcomm.org/issue-credential/1.0/ack');
|
|
30
|
-
__decorate([
|
|
31
|
-
(0, core_1.IsValidMessageType)(V1CredentialAckMessage.type),
|
|
32
|
-
__metadata("design:type", Object)
|
|
33
|
-
], V1CredentialAckMessage.prototype, "type", void 0);
|
|
34
|
-
//# sourceMappingURL=V1CredentialAckMessage.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"V1CredentialAckMessage.js","sourceRoot":"","sources":["../../../../../src/protocols/credentials/v1/messages/V1CredentialAckMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yCAAiF;AAIjF;;GAEG;AACH,MAAa,sBAAuB,SAAQ,iBAAU;IAGpD;;;OAGG;IACH,YAAmB,OAAsC;QACvD,KAAK,CAAC,OAAO,CAAC,CAAA;QAPA,sBAAiB,GAAG,IAAI,CAAA;QAWxB,SAAI,GAAG,sBAAsB,CAAC,IAAI,CAAC,cAAc,CAAA;IAHjE,CAAC;;AATH,wDAcC;AADwB,2BAAI,GAAG,IAAA,uBAAgB,EAAC,8CAA8C,CAAC,AAAnE,CAAmE;AAD9E;IADf,IAAA,yBAAkB,EAAC,sBAAsB,CAAC,IAAI,CAAC;;oDACiB"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import type { CredentialPreviewOptions } from '@credo-ts/core';
|
|
2
|
-
import { CredentialPreviewAttribute } from '@credo-ts/core';
|
|
3
|
-
/**
|
|
4
|
-
* Credential preview inner message class.
|
|
5
|
-
*
|
|
6
|
-
* This is not a message but an inner object for other messages in this protocol. It is used construct a preview of the data for the credential.
|
|
7
|
-
*
|
|
8
|
-
* @see https://github.com/hyperledger/aries-rfcs/blob/master/features/0036-issue-credential/README.md#preview-credential
|
|
9
|
-
*/
|
|
10
|
-
export declare class V1CredentialPreview {
|
|
11
|
-
constructor(options: CredentialPreviewOptions);
|
|
12
|
-
readonly type: string;
|
|
13
|
-
static readonly type: import("@credo-ts/core").ParsedMessageType;
|
|
14
|
-
attributes: CredentialPreviewAttribute[];
|
|
15
|
-
toJSON(): Record<string, unknown>;
|
|
16
|
-
/**
|
|
17
|
-
* Create a credential preview from a record with name and value entries.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* const preview = CredentialPreview.fromRecord({
|
|
21
|
-
* name: "Bob",
|
|
22
|
-
* age: "20"
|
|
23
|
-
* })
|
|
24
|
-
*/
|
|
25
|
-
static fromRecord(record: Record<string, string>): V1CredentialPreview;
|
|
26
|
-
}
|