@credo-ts/core 0.5.2 → 0.5.4
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/agent/Agent.js.map +1 -1
- package/build/agent/AgentConfig.d.ts +8 -8
- package/build/agent/AgentConfig.js.map +1 -1
- package/build/agent/AgentDependencies.d.ts +0 -2
- package/build/agent/AgentMessage.d.ts +9 -9
- package/build/agent/AgentMessage.js +1 -1
- package/build/agent/AgentMessage.js.map +1 -1
- package/build/agent/AgentModules.js +2 -3
- package/build/agent/AgentModules.js.map +1 -1
- package/build/agent/BaseAgent.js.map +1 -1
- package/build/agent/BaseMessage.js +1 -1
- package/build/agent/BaseMessage.js.map +1 -1
- package/build/agent/Dispatcher.d.ts +1 -0
- package/build/agent/Dispatcher.js +34 -6
- package/build/agent/Dispatcher.js.map +1 -1
- package/build/agent/EnvelopeService.js +2 -2
- package/build/agent/EnvelopeService.js.map +1 -1
- package/build/agent/EventEmitter.js +2 -2
- package/build/agent/EventEmitter.js.map +1 -1
- package/build/agent/Events.js +3 -3
- package/build/agent/Events.js.map +1 -1
- package/build/agent/FeatureRegistry.js +2 -2
- package/build/agent/FeatureRegistry.js.map +1 -1
- package/build/agent/MessageHandlerMiddleware.d.ts +7 -0
- package/build/agent/MessageHandlerMiddleware.js +26 -0
- package/build/agent/MessageHandlerMiddleware.js.map +1 -0
- package/build/agent/MessageHandlerRegistry.d.ts +10 -0
- package/build/agent/MessageHandlerRegistry.js +16 -2
- package/build/agent/MessageHandlerRegistry.js.map +1 -1
- package/build/agent/MessageReceiver.js +5 -8
- package/build/agent/MessageReceiver.js.map +1 -1
- package/build/agent/MessageSender.js +42 -52
- package/build/agent/MessageSender.js.map +1 -1
- package/build/agent/TransportService.js +2 -2
- package/build/agent/TransportService.js.map +1 -1
- package/build/agent/context/DefaultAgentContextProvider.js +2 -2
- package/build/agent/context/DefaultAgentContextProvider.js.map +1 -1
- package/build/agent/getOutboundMessageContext.js +2 -3
- package/build/agent/getOutboundMessageContext.js.map +1 -1
- package/build/agent/models/InboundMessageContext.d.ts +7 -1
- package/build/agent/models/InboundMessageContext.js +6 -0
- package/build/agent/models/InboundMessageContext.js.map +1 -1
- package/build/agent/models/OutboundMessageContext.js.map +1 -1
- package/build/agent/models/OutboundMessageSendStatus.js +1 -1
- package/build/agent/models/OutboundMessageSendStatus.js.map +1 -1
- package/build/agent/models/features/Feature.js +1 -1
- package/build/agent/models/features/Feature.js.map +1 -1
- package/build/agent/models/features/FeatureQuery.js +1 -1
- package/build/agent/models/features/FeatureQuery.js.map +1 -1
- package/build/agent/models/features/Protocol.js +1 -1
- package/build/agent/models/features/Protocol.js.map +1 -1
- package/build/crypto/JwsService.js +2 -2
- package/build/crypto/JwsService.js.map +1 -1
- package/build/crypto/KeyType.js +1 -1
- package/build/crypto/KeyType.js.map +1 -1
- package/build/crypto/WalletKeyPair.js +1 -2
- package/build/crypto/WalletKeyPair.js.map +1 -1
- package/build/crypto/jose/jwa/alg.js +2 -2
- package/build/crypto/jose/jwa/alg.js.map +1 -1
- package/build/crypto/jose/jwa/crv.js +1 -1
- package/build/crypto/jose/jwa/crv.js.map +1 -1
- package/build/crypto/jose/jwa/kty.js +1 -1
- package/build/crypto/jose/jwa/kty.js.map +1 -1
- package/build/crypto/jose/jwk/Ed25519Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/K256Jwk.js +2 -2
- package/build/crypto/jose/jwk/K256Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/P256Jwk.js +2 -2
- package/build/crypto/jose/jwk/P256Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/P384Jwk.js +2 -2
- package/build/crypto/jose/jwk/P384Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/P521Jwk.js +2 -2
- package/build/crypto/jose/jwk/P521Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/X25519Jwk.js.map +1 -1
- package/build/crypto/jose/jwk/ecCompression.js +2 -3
- package/build/crypto/jose/jwk/ecCompression.js.map +1 -1
- package/build/crypto/jose/jwk/transform.js +4 -5
- package/build/crypto/jose/jwk/transform.js.map +1 -1
- package/build/crypto/jose/jwk/validate.js +5 -6
- package/build/crypto/jose/jwk/validate.js.map +1 -1
- package/build/crypto/jose/jwt/Jwt.js.map +1 -1
- package/build/crypto/jose/jwt/JwtPayload.js.map +1 -1
- package/build/crypto/keyUtils.js +4 -5
- package/build/crypto/keyUtils.js.map +1 -1
- package/build/crypto/multiCodecKey.js +2 -3
- package/build/crypto/multiCodecKey.js.map +1 -1
- package/build/crypto/signing-provider/SigningProviderRegistry.js +2 -2
- package/build/crypto/signing-provider/SigningProviderRegistry.js.map +1 -1
- package/build/decorators/ack/AckDecorator.js +2 -2
- package/build/decorators/ack/AckDecorator.js.map +1 -1
- package/build/decorators/ack/AckDecoratorExtension.d.ts +1 -1
- package/build/decorators/ack/AckDecoratorExtension.js +1 -2
- package/build/decorators/ack/AckDecoratorExtension.js.map +1 -1
- package/build/decorators/attachment/Attachment.js +2 -2
- package/build/decorators/attachment/Attachment.js.map +1 -1
- package/build/decorators/attachment/AttachmentExtension.d.ts +1 -1
- package/build/decorators/attachment/AttachmentExtension.js +1 -2
- package/build/decorators/attachment/AttachmentExtension.js.map +1 -1
- package/build/decorators/l10n/L10nDecoratorExtension.d.ts +1 -1
- package/build/decorators/l10n/L10nDecoratorExtension.js +1 -2
- package/build/decorators/l10n/L10nDecoratorExtension.js.map +1 -1
- package/build/decorators/service/ServiceDecorator.js +1 -1
- package/build/decorators/service/ServiceDecorator.js.map +1 -1
- package/build/decorators/service/ServiceDecoratorExtension.d.ts +1 -1
- package/build/decorators/service/ServiceDecoratorExtension.js +1 -2
- package/build/decorators/service/ServiceDecoratorExtension.js.map +1 -1
- package/build/decorators/signature/SignatureDecorator.js +1 -1
- package/build/decorators/signature/SignatureDecorator.js.map +1 -1
- package/build/decorators/signature/SignatureDecoratorUtils.js +2 -3
- package/build/decorators/signature/SignatureDecoratorUtils.js.map +1 -1
- package/build/decorators/thread/ThreadDecorator.js +1 -1
- package/build/decorators/thread/ThreadDecorator.js.map +1 -1
- package/build/decorators/thread/ThreadDecoratorExtension.d.ts +1 -1
- package/build/decorators/thread/ThreadDecoratorExtension.js +1 -2
- package/build/decorators/thread/ThreadDecoratorExtension.js.map +1 -1
- package/build/decorators/timing/TimingDecorator.js +1 -1
- package/build/decorators/timing/TimingDecorator.js.map +1 -1
- package/build/decorators/timing/TimingDecoratorExtension.d.ts +1 -1
- package/build/decorators/timing/TimingDecoratorExtension.js +1 -2
- package/build/decorators/timing/TimingDecoratorExtension.js.map +1 -1
- package/build/decorators/transport/TransportDecorator.js +2 -2
- package/build/decorators/transport/TransportDecorator.js.map +1 -1
- package/build/decorators/transport/TransportDecoratorExtension.d.ts +1 -1
- package/build/decorators/transport/TransportDecoratorExtension.js +1 -2
- package/build/decorators/transport/TransportDecoratorExtension.js.map +1 -1
- package/build/error/BaseError.js +2 -2
- package/build/error/BaseError.js.map +1 -1
- package/build/error/ValidationErrorUtils.js +1 -2
- package/build/error/ValidationErrorUtils.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/logger/ConsoleLogger.js.map +1 -1
- package/build/logger/Logger.js +1 -1
- package/build/logger/Logger.js.map +1 -1
- package/build/logger/replaceError.js +1 -2
- package/build/logger/replaceError.js.map +1 -1
- package/build/modules/basic-messages/BasicMessageEvents.js +1 -1
- package/build/modules/basic-messages/BasicMessageEvents.js.map +1 -1
- package/build/modules/basic-messages/BasicMessageRole.js +1 -1
- package/build/modules/basic-messages/BasicMessageRole.js.map +1 -1
- package/build/modules/basic-messages/BasicMessagesApi.d.ts +3 -2
- package/build/modules/basic-messages/BasicMessagesApi.js +5 -4
- package/build/modules/basic-messages/BasicMessagesApi.js.map +1 -1
- package/build/modules/basic-messages/messages/BasicMessage.js +1 -1
- package/build/modules/basic-messages/messages/BasicMessage.js.map +1 -1
- package/build/modules/basic-messages/repository/BasicMessageRecord.js.map +1 -1
- package/build/modules/basic-messages/repository/BasicMessageRepository.js +2 -2
- package/build/modules/basic-messages/repository/BasicMessageRepository.js.map +1 -1
- package/build/modules/basic-messages/services/BasicMessageService.d.ts +2 -2
- package/build/modules/basic-messages/services/BasicMessageService.js +4 -4
- package/build/modules/basic-messages/services/BasicMessageService.js.map +1 -1
- package/build/modules/cache/CacheModule.js.map +1 -1
- package/build/modules/cache/InMemoryLruCache.js.map +1 -1
- package/build/modules/cache/singleContextLruCache/SingleContextLruCacheRecord.js +1 -1
- package/build/modules/cache/singleContextLruCache/SingleContextLruCacheRecord.js.map +1 -1
- package/build/modules/cache/singleContextLruCache/SingleContextLruCacheRepository.js +2 -2
- package/build/modules/cache/singleContextLruCache/SingleContextLruCacheRepository.js.map +1 -1
- package/build/modules/cache/singleContextLruCache/SingleContextStorageLruCache.js.map +1 -1
- package/build/modules/common/messages/AckMessage.js +2 -2
- package/build/modules/common/messages/AckMessage.js.map +1 -1
- package/build/modules/connections/ConnectionEvents.js +1 -1
- package/build/modules/connections/ConnectionEvents.js.map +1 -1
- package/build/modules/connections/ConnectionsApi.d.ts +4 -4
- package/build/modules/connections/ConnectionsApi.js +6 -6
- package/build/modules/connections/ConnectionsApi.js.map +1 -1
- package/build/modules/connections/DidExchangeProtocol.js +2 -2
- package/build/modules/connections/DidExchangeProtocol.js.map +1 -1
- package/build/modules/connections/DidExchangeStateMachine.js.map +1 -1
- package/build/modules/connections/TrustPingEvents.js +1 -1
- package/build/modules/connections/TrustPingEvents.js.map +1 -1
- package/build/modules/connections/errors/ConnectionProblemReportReason.js +1 -1
- package/build/modules/connections/errors/ConnectionProblemReportReason.js.map +1 -1
- package/build/modules/connections/errors/DidExchangeProblemReportReason.js +1 -1
- package/build/modules/connections/errors/DidExchangeProblemReportReason.js.map +1 -1
- package/build/modules/connections/handlers/ConnectionRequestHandler.js.map +1 -1
- package/build/modules/connections/handlers/ConnectionResponseHandler.js.map +1 -1
- package/build/modules/connections/handlers/DidExchangeCompleteHandler.js.map +1 -1
- package/build/modules/connections/handlers/DidExchangeRequestHandler.js.map +1 -1
- package/build/modules/connections/handlers/DidExchangeResponseHandler.js.map +1 -1
- package/build/modules/connections/handlers/DidRotateHandler.js.map +1 -1
- package/build/modules/connections/handlers/TrustPingMessageHandler.js.map +1 -1
- package/build/modules/connections/messages/ConnectionInvitationMessage.js +1 -1
- package/build/modules/connections/messages/ConnectionInvitationMessage.js.map +1 -1
- package/build/modules/connections/messages/ConnectionProblemReportMessage.js +1 -1
- package/build/modules/connections/messages/ConnectionProblemReportMessage.js.map +1 -1
- package/build/modules/connections/messages/ConnectionRequestMessage.js +1 -1
- package/build/modules/connections/messages/ConnectionRequestMessage.js.map +1 -1
- package/build/modules/connections/messages/ConnectionResponseMessage.js +1 -1
- package/build/modules/connections/messages/ConnectionResponseMessage.js.map +1 -1
- package/build/modules/connections/messages/DidExchangeCompleteMessage.js +1 -1
- package/build/modules/connections/messages/DidExchangeCompleteMessage.js.map +1 -1
- package/build/modules/connections/messages/DidExchangeProblemReportMessage.js +1 -1
- package/build/modules/connections/messages/DidExchangeProblemReportMessage.js.map +1 -1
- package/build/modules/connections/messages/DidExchangeRequestMessage.js +1 -1
- package/build/modules/connections/messages/DidExchangeRequestMessage.js.map +1 -1
- package/build/modules/connections/messages/DidExchangeResponseMessage.js +1 -1
- package/build/modules/connections/messages/DidExchangeResponseMessage.js.map +1 -1
- package/build/modules/connections/messages/DidRotateAckMessage.js +1 -1
- package/build/modules/connections/messages/DidRotateAckMessage.js.map +1 -1
- package/build/modules/connections/messages/DidRotateMessage.js +1 -1
- package/build/modules/connections/messages/DidRotateMessage.js.map +1 -1
- package/build/modules/connections/messages/DidRotateProblemReportMessage.js +1 -1
- package/build/modules/connections/messages/DidRotateProblemReportMessage.js.map +1 -1
- package/build/modules/connections/messages/HangupMessage.js +1 -1
- package/build/modules/connections/messages/HangupMessage.js.map +1 -1
- package/build/modules/connections/messages/TrustPingMessage.js +1 -1
- package/build/modules/connections/messages/TrustPingMessage.js.map +1 -1
- package/build/modules/connections/messages/TrustPingResponseMessage.js +1 -1
- package/build/modules/connections/messages/TrustPingResponseMessage.js.map +1 -1
- package/build/modules/connections/models/Connection.js +1 -1
- package/build/modules/connections/models/Connection.js.map +1 -1
- package/build/modules/connections/models/ConnectionRole.js +1 -1
- package/build/modules/connections/models/ConnectionRole.js.map +1 -1
- package/build/modules/connections/models/ConnectionState.js +3 -3
- package/build/modules/connections/models/ConnectionState.js.map +1 -1
- package/build/modules/connections/models/ConnectionType.js +1 -1
- package/build/modules/connections/models/ConnectionType.js.map +1 -1
- package/build/modules/connections/models/DidExchangeRole.js +1 -1
- package/build/modules/connections/models/DidExchangeRole.js.map +1 -1
- package/build/modules/connections/models/DidExchangeState.js +1 -1
- package/build/modules/connections/models/DidExchangeState.js.map +1 -1
- package/build/modules/connections/models/DidRotateRole.js +1 -1
- package/build/modules/connections/models/DidRotateRole.js.map +1 -1
- package/build/modules/connections/models/HandshakeProtocol.js +1 -1
- package/build/modules/connections/models/HandshakeProtocol.js.map +1 -1
- package/build/modules/connections/models/did/DidDoc.js +1 -1
- package/build/modules/connections/models/did/DidDoc.js.map +1 -1
- package/build/modules/connections/models/did/authentication/EmbeddedAuthentication.js +1 -1
- package/build/modules/connections/models/did/authentication/EmbeddedAuthentication.js.map +1 -1
- package/build/modules/connections/models/did/authentication/ReferencedAuthentication.js +1 -1
- package/build/modules/connections/models/did/authentication/ReferencedAuthentication.js.map +1 -1
- package/build/modules/connections/models/did/authentication/index.js +2 -2
- package/build/modules/connections/models/did/authentication/index.js.map +1 -1
- package/build/modules/connections/models/did/publicKey/Ed25119Sig2018.js +1 -1
- package/build/modules/connections/models/did/publicKey/Ed25119Sig2018.js.map +1 -1
- package/build/modules/connections/models/did/publicKey/EddsaSaSigSecp256k1.js +1 -1
- package/build/modules/connections/models/did/publicKey/EddsaSaSigSecp256k1.js.map +1 -1
- package/build/modules/connections/models/did/publicKey/PublicKey.js +1 -1
- package/build/modules/connections/models/did/publicKey/PublicKey.js.map +1 -1
- package/build/modules/connections/models/did/publicKey/RsaSig2018.js +1 -1
- package/build/modules/connections/models/did/publicKey/RsaSig2018.js.map +1 -1
- package/build/modules/connections/models/did/publicKey/index.js +2 -2
- package/build/modules/connections/models/did/publicKey/index.js.map +1 -1
- package/build/modules/connections/repository/ConnectionMetadataTypes.js +1 -1
- package/build/modules/connections/repository/ConnectionMetadataTypes.js.map +1 -1
- package/build/modules/connections/repository/ConnectionRecord.js +1 -1
- package/build/modules/connections/repository/ConnectionRecord.js.map +1 -1
- package/build/modules/connections/repository/ConnectionRepository.js +2 -2
- package/build/modules/connections/repository/ConnectionRepository.js.map +1 -1
- package/build/modules/connections/services/ConnectionService.d.ts +4 -3
- package/build/modules/connections/services/ConnectionService.js +12 -11
- package/build/modules/connections/services/ConnectionService.js.map +1 -1
- package/build/modules/connections/services/DidRotateService.js +2 -3
- package/build/modules/connections/services/DidRotateService.js.map +1 -1
- package/build/modules/connections/services/TrustPingService.js +2 -2
- package/build/modules/connections/services/TrustPingService.js.map +1 -1
- package/build/modules/connections/services/helpers.js +5 -6
- package/build/modules/connections/services/helpers.js.map +1 -1
- package/build/modules/credentials/CredentialEvents.js +1 -1
- package/build/modules/credentials/CredentialEvents.js.map +1 -1
- package/build/modules/credentials/CredentialsApi.d.ts +2 -2
- package/build/modules/credentials/CredentialsApi.js +16 -2
- package/build/modules/credentials/CredentialsApi.js.map +1 -1
- package/build/modules/credentials/CredentialsApiOptions.d.ts +8 -0
- package/build/modules/credentials/CredentialsModule.js.map +1 -1
- package/build/modules/credentials/formats/dataIntegrity/dataIntegrityExchange.js +4 -4
- package/build/modules/credentials/formats/dataIntegrity/dataIntegrityExchange.js.map +1 -1
- package/build/modules/credentials/formats/jsonld/JsonLdCredentialDetail.js +1 -1
- package/build/modules/credentials/formats/jsonld/JsonLdCredentialDetail.js.map +1 -1
- package/build/modules/credentials/formats/jsonld/JsonLdCredentialDetailOptions.js +2 -2
- package/build/modules/credentials/formats/jsonld/JsonLdCredentialDetailOptions.js.map +1 -1
- package/build/modules/credentials/formats/jsonld/JsonLdCredentialFormatService.js.map +1 -1
- package/build/modules/credentials/models/CredentialAutoAcceptType.js +1 -1
- package/build/modules/credentials/models/CredentialAutoAcceptType.js.map +1 -1
- package/build/modules/credentials/models/CredentialFormatSpec.js +1 -1
- package/build/modules/credentials/models/CredentialFormatSpec.js.map +1 -1
- package/build/modules/credentials/models/CredentialPreviewAttribute.js +1 -1
- package/build/modules/credentials/models/CredentialPreviewAttribute.js.map +1 -1
- package/build/modules/credentials/models/CredentialProblemReportReason.js +1 -1
- package/build/modules/credentials/models/CredentialProblemReportReason.js.map +1 -1
- package/build/modules/credentials/models/CredentialRole.js +1 -1
- package/build/modules/credentials/models/CredentialRole.js.map +1 -1
- package/build/modules/credentials/models/CredentialState.js +1 -1
- package/build/modules/credentials/models/CredentialState.js.map +1 -1
- package/build/modules/credentials/protocol/BaseCredentialProtocol.d.ts +2 -2
- package/build/modules/credentials/protocol/BaseCredentialProtocol.js +16 -5
- package/build/modules/credentials/protocol/BaseCredentialProtocol.js.map +1 -1
- package/build/modules/credentials/protocol/CredentialProtocol.d.ts +2 -2
- package/build/modules/credentials/protocol/revocation-notification/messages/V1RevocationNotificationMessage.js +1 -1
- package/build/modules/credentials/protocol/revocation-notification/messages/V1RevocationNotificationMessage.js.map +1 -1
- package/build/modules/credentials/protocol/revocation-notification/messages/V2RevocationNotificationMessage.js +1 -1
- package/build/modules/credentials/protocol/revocation-notification/messages/V2RevocationNotificationMessage.js.map +1 -1
- package/build/modules/credentials/protocol/revocation-notification/services/RevocationNotificationService.js +17 -3
- package/build/modules/credentials/protocol/revocation-notification/services/RevocationNotificationService.js.map +1 -1
- package/build/modules/credentials/protocol/v2/CredentialFormatCoordinator.js.map +1 -1
- package/build/modules/credentials/protocol/v2/V2CredentialProtocol.js +5 -0
- package/build/modules/credentials/protocol/v2/V2CredentialProtocol.js.map +1 -1
- package/build/modules/credentials/protocol/v2/handlers/V2IssueCredentialHandler.js.map +1 -1
- package/build/modules/credentials/protocol/v2/handlers/V2OfferCredentialHandler.js.map +1 -1
- package/build/modules/credentials/protocol/v2/handlers/V2ProposeCredentialHandler.js.map +1 -1
- package/build/modules/credentials/protocol/v2/handlers/V2RequestCredentialHandler.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialAckMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialAckMessage.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialPreview.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialPreview.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialProblemReportMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2CredentialProblemReportMessage.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2IssueCredentialMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2IssueCredentialMessage.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2OfferCredentialMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2OfferCredentialMessage.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2ProposeCredentialMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2ProposeCredentialMessage.js.map +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2RequestCredentialMessage.js +1 -1
- package/build/modules/credentials/protocol/v2/messages/V2RequestCredentialMessage.js.map +1 -1
- package/build/modules/credentials/repository/CredentialExchangeRecord.js +1 -1
- package/build/modules/credentials/repository/CredentialExchangeRecord.js.map +1 -1
- package/build/modules/credentials/repository/CredentialRepository.js +2 -2
- package/build/modules/credentials/repository/CredentialRepository.js.map +1 -1
- package/build/modules/credentials/util/composeAutoAccept.js +1 -2
- package/build/modules/credentials/util/composeAutoAccept.js.map +1 -1
- package/build/modules/credentials/util/previewAttributes.js +1 -2
- package/build/modules/credentials/util/previewAttributes.js.map +1 -1
- package/build/modules/didcomm/services/DidCommDocumentService.js +9 -4
- package/build/modules/didcomm/services/DidCommDocumentService.js.map +1 -1
- package/build/modules/didcomm/util/matchingEd25519Key.js +2 -3
- package/build/modules/didcomm/util/matchingEd25519Key.js.map +1 -1
- package/build/modules/dids/DidsApi.js +2 -4
- package/build/modules/dids/DidsApi.js.map +1 -1
- package/build/modules/dids/DidsModuleConfig.js.map +1 -1
- package/build/modules/dids/domain/DidDocument.d.ts +2 -2
- package/build/modules/dids/domain/DidDocument.js +23 -41
- package/build/modules/dids/domain/DidDocument.js.map +1 -1
- package/build/modules/dids/domain/DidDocumentBuilder.js.map +1 -1
- package/build/modules/dids/domain/DidDocumentRole.js +1 -1
- package/build/modules/dids/domain/DidDocumentRole.js.map +1 -1
- package/build/modules/dids/domain/DidResolver.d.ts +8 -0
- package/build/modules/dids/domain/key-type/bls12381g1.js.map +1 -1
- package/build/modules/dids/domain/key-type/bls12381g1g2.js +2 -2
- package/build/modules/dids/domain/key-type/bls12381g1g2.js.map +1 -1
- package/build/modules/dids/domain/key-type/bls12381g2.js.map +1 -1
- package/build/modules/dids/domain/key-type/ed25519.js.map +1 -1
- package/build/modules/dids/domain/key-type/keyDidJsonWebKey.js.map +1 -1
- package/build/modules/dids/domain/key-type/keyDidMapping.js +3 -4
- package/build/modules/dids/domain/key-type/keyDidMapping.js.map +1 -1
- package/build/modules/dids/domain/key-type/secp256k1.js.map +1 -1
- package/build/modules/dids/domain/key-type/x25519.js.map +1 -1
- package/build/modules/dids/domain/keyDidDocument.js +2 -3
- package/build/modules/dids/domain/keyDidDocument.js.map +1 -1
- package/build/modules/dids/domain/parse.js +2 -3
- package/build/modules/dids/domain/parse.js.map +1 -1
- package/build/modules/dids/domain/service/DidCommV1Service.js +1 -1
- package/build/modules/dids/domain/service/DidCommV1Service.js.map +1 -1
- package/build/modules/dids/domain/service/DidCommV2Service.js +1 -1
- package/build/modules/dids/domain/service/DidCommV2Service.js.map +1 -1
- package/build/modules/dids/domain/service/DidDocumentService.js +1 -1
- package/build/modules/dids/domain/service/DidDocumentService.js.map +1 -1
- package/build/modules/dids/domain/service/IndyAgentService.js +1 -1
- package/build/modules/dids/domain/service/IndyAgentService.js.map +1 -1
- package/build/modules/dids/domain/service/ServiceTransformer.js +2 -2
- package/build/modules/dids/domain/service/ServiceTransformer.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/Bls12381G1Key2020.js +4 -4
- package/build/modules/dids/domain/verificationMethod/Bls12381G1Key2020.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/Bls12381G2Key2020.js +4 -4
- package/build/modules/dids/domain/verificationMethod/Bls12381G2Key2020.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/EcdsaSecp256k1VerificationKey2019.js +4 -4
- package/build/modules/dids/domain/verificationMethod/EcdsaSecp256k1VerificationKey2019.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/Ed25519VerificationKey2018.js +4 -4
- package/build/modules/dids/domain/verificationMethod/Ed25519VerificationKey2018.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/Ed25519VerificationKey2020.js +4 -4
- package/build/modules/dids/domain/verificationMethod/Ed25519VerificationKey2020.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/JsonWebKey2020.d.ts +1 -1
- package/build/modules/dids/domain/verificationMethod/JsonWebKey2020.js +10 -11
- package/build/modules/dids/domain/verificationMethod/JsonWebKey2020.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/Multikey.js +4 -4
- package/build/modules/dids/domain/verificationMethod/Multikey.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/VerificationMethod.js +1 -1
- package/build/modules/dids/domain/verificationMethod/VerificationMethod.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/VerificationMethodTransformer.js +2 -3
- package/build/modules/dids/domain/verificationMethod/VerificationMethodTransformer.js.map +1 -1
- package/build/modules/dids/domain/verificationMethod/X25519KeyAgreementKey2019.js +4 -4
- package/build/modules/dids/domain/verificationMethod/X25519KeyAgreementKey2019.js.map +1 -1
- package/build/modules/dids/helpers.js +5 -6
- package/build/modules/dids/helpers.js.map +1 -1
- package/build/modules/dids/methods/jwk/JwkDidRegistrar.js.map +1 -1
- package/build/modules/dids/methods/jwk/JwkDidResolver.d.ts +5 -0
- package/build/modules/dids/methods/jwk/JwkDidResolver.js +5 -0
- package/build/modules/dids/methods/jwk/JwkDidResolver.js.map +1 -1
- package/build/modules/dids/methods/jwk/didJwkDidDocument.js +1 -2
- package/build/modules/dids/methods/jwk/didJwkDidDocument.js.map +1 -1
- package/build/modules/dids/methods/key/KeyDidRegistrar.js.map +1 -1
- package/build/modules/dids/methods/key/KeyDidResolver.d.ts +5 -0
- package/build/modules/dids/methods/key/KeyDidResolver.js +5 -0
- package/build/modules/dids/methods/key/KeyDidResolver.js.map +1 -1
- package/build/modules/dids/methods/peer/PeerDidRegistrar.js.map +1 -1
- package/build/modules/dids/methods/peer/PeerDidResolver.d.ts +5 -0
- package/build/modules/dids/methods/peer/PeerDidResolver.js +5 -0
- package/build/modules/dids/methods/peer/PeerDidResolver.js.map +1 -1
- package/build/modules/dids/methods/peer/createPeerDidDocumentFromServices.js +1 -2
- package/build/modules/dids/methods/peer/createPeerDidDocumentFromServices.js.map +1 -1
- package/build/modules/dids/methods/peer/didPeer.js +5 -5
- package/build/modules/dids/methods/peer/didPeer.js.map +1 -1
- package/build/modules/dids/methods/peer/peerDidNumAlgo0.js +2 -3
- package/build/modules/dids/methods/peer/peerDidNumAlgo0.js.map +1 -1
- package/build/modules/dids/methods/peer/peerDidNumAlgo1.js +1 -2
- package/build/modules/dids/methods/peer/peerDidNumAlgo1.js.map +1 -1
- package/build/modules/dids/methods/peer/peerDidNumAlgo2.js +4 -5
- package/build/modules/dids/methods/peer/peerDidNumAlgo2.js.map +1 -1
- package/build/modules/dids/methods/peer/peerDidNumAlgo4.js +5 -5
- package/build/modules/dids/methods/peer/peerDidNumAlgo4.js.map +1 -1
- package/build/modules/dids/methods/web/WebDidResolver.d.ts +1 -0
- package/build/modules/dids/methods/web/WebDidResolver.js +1 -0
- package/build/modules/dids/methods/web/WebDidResolver.js.map +1 -1
- package/build/modules/dids/repository/DidRecord.d.ts +3 -2
- package/build/modules/dids/repository/DidRecord.js +6 -2
- package/build/modules/dids/repository/DidRecord.js.map +1 -1
- package/build/modules/dids/repository/DidRepository.js +2 -2
- package/build/modules/dids/repository/DidRepository.js.map +1 -1
- package/build/modules/dids/repository/didRecordMetadataTypes.js +1 -1
- package/build/modules/dids/repository/didRecordMetadataTypes.js.map +1 -1
- package/build/modules/dids/services/DidRegistrarService.d.ts +3 -1
- package/build/modules/dids/services/DidRegistrarService.js +11 -4
- package/build/modules/dids/services/DidRegistrarService.js.map +1 -1
- package/build/modules/dids/services/DidResolverService.d.ts +5 -1
- package/build/modules/dids/services/DidResolverService.js +32 -6
- package/build/modules/dids/services/DidResolverService.js.map +1 -1
- package/build/modules/dids/types.d.ts +18 -0
- package/build/modules/dif-presentation-exchange/DifPresentationExchangeService.js +7 -5
- package/build/modules/dif-presentation-exchange/DifPresentationExchangeService.js.map +1 -1
- package/build/modules/dif-presentation-exchange/utils/credentialSelection.js +2 -3
- package/build/modules/dif-presentation-exchange/utils/credentialSelection.js.map +1 -1
- package/build/modules/dif-presentation-exchange/utils/presentationsToCreate.js +1 -2
- package/build/modules/dif-presentation-exchange/utils/presentationsToCreate.js.map +1 -1
- package/build/modules/dif-presentation-exchange/utils/transform.js +3 -4
- package/build/modules/dif-presentation-exchange/utils/transform.js.map +1 -1
- package/build/modules/discover-features/DiscoverFeaturesApi.js +2 -2
- package/build/modules/discover-features/DiscoverFeaturesApi.js.map +1 -1
- package/build/modules/discover-features/DiscoverFeaturesEvents.js +1 -1
- package/build/modules/discover-features/DiscoverFeaturesEvents.js.map +1 -1
- package/build/modules/discover-features/protocol/v1/V1DiscoverFeaturesService.js +2 -2
- package/build/modules/discover-features/protocol/v1/V1DiscoverFeaturesService.js.map +1 -1
- package/build/modules/discover-features/protocol/v1/handlers/V1QueryMessageHandler.js.map +1 -1
- package/build/modules/discover-features/protocol/v1/messages/DiscloseMessage.js +2 -2
- package/build/modules/discover-features/protocol/v1/messages/DiscloseMessage.js.map +1 -1
- package/build/modules/discover-features/protocol/v1/messages/QueryMessage.js +1 -1
- package/build/modules/discover-features/protocol/v1/messages/QueryMessage.js.map +1 -1
- package/build/modules/discover-features/protocol/v2/V2DiscoverFeaturesService.js +2 -2
- package/build/modules/discover-features/protocol/v2/V2DiscoverFeaturesService.js.map +1 -1
- package/build/modules/discover-features/protocol/v2/handlers/V2QueriesMessageHandler.js.map +1 -1
- package/build/modules/discover-features/protocol/v2/messages/V2DisclosuresMessage.js +1 -1
- package/build/modules/discover-features/protocol/v2/messages/V2DisclosuresMessage.js.map +1 -1
- package/build/modules/discover-features/protocol/v2/messages/V2QueriesMessage.js +1 -1
- package/build/modules/discover-features/protocol/v2/messages/V2QueriesMessage.js.map +1 -1
- package/build/modules/generic-records/GenericRecordsApi.d.ts +2 -2
- package/build/modules/generic-records/GenericRecordsApi.js +4 -4
- package/build/modules/generic-records/GenericRecordsApi.js.map +1 -1
- package/build/modules/generic-records/repository/GenericRecord.js.map +1 -1
- package/build/modules/generic-records/repository/GenericRecordsRepository.js +2 -2
- package/build/modules/generic-records/repository/GenericRecordsRepository.js.map +1 -1
- package/build/modules/generic-records/services/GenericRecordService.d.ts +2 -2
- package/build/modules/generic-records/services/GenericRecordService.js +4 -4
- package/build/modules/generic-records/services/GenericRecordService.js.map +1 -1
- package/build/modules/message-pickup/MessagePickupApi.js +7 -4
- package/build/modules/message-pickup/MessagePickupApi.js.map +1 -1
- package/build/modules/message-pickup/MessagePickupEvents.js +1 -1
- package/build/modules/message-pickup/MessagePickupEvents.js.map +1 -1
- package/build/modules/message-pickup/MessagePickupModule.js.map +1 -1
- package/build/modules/message-pickup/MessagePickupSession.js +1 -1
- package/build/modules/message-pickup/MessagePickupSession.js.map +1 -1
- package/build/modules/message-pickup/protocol/v1/V1MessagePickupProtocol.js +3 -3
- package/build/modules/message-pickup/protocol/v1/V1MessagePickupProtocol.js.map +1 -1
- package/build/modules/message-pickup/protocol/v1/handlers/V1BatchHandler.js.map +1 -1
- package/build/modules/message-pickup/protocol/v1/messages/V1BatchMessage.js +2 -2
- package/build/modules/message-pickup/protocol/v1/messages/V1BatchMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v1/messages/V1BatchPickupMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v1/messages/V1BatchPickupMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/V2MessagePickupProtocol.js +2 -2
- package/build/modules/message-pickup/protocol/v2/V2MessagePickupProtocol.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/handlers/V2MessageDeliveryHandler.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/handlers/V2StatusHandler.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2DeliveryRequestMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2DeliveryRequestMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2LiveDeliveryChangeMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2LiveDeliveryChangeMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2MessageDeliveryMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2MessageDeliveryMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2MessagesReceivedMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2MessagesReceivedMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2StatusMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2StatusMessage.js.map +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2StatusRequestMessage.js +1 -1
- package/build/modules/message-pickup/protocol/v2/messages/V2StatusRequestMessage.js.map +1 -1
- package/build/modules/message-pickup/services/MessagePickupSessionService.d.ts +2 -2
- package/build/modules/message-pickup/services/MessagePickupSessionService.js +2 -2
- package/build/modules/message-pickup/services/MessagePickupSessionService.js.map +1 -1
- package/build/modules/message-pickup/storage/InMemoryMessagePickupRepository.js +2 -2
- package/build/modules/message-pickup/storage/InMemoryMessagePickupRepository.js.map +1 -1
- package/build/modules/oob/OutOfBandApi.d.ts +4 -4
- package/build/modules/oob/OutOfBandApi.js +5 -5
- package/build/modules/oob/OutOfBandApi.js.map +1 -1
- package/build/modules/oob/OutOfBandService.d.ts +2 -2
- package/build/modules/oob/OutOfBandService.js +4 -4
- package/build/modules/oob/OutOfBandService.js.map +1 -1
- package/build/modules/oob/domain/OutOfBandDidCommService.js +1 -1
- package/build/modules/oob/domain/OutOfBandDidCommService.js.map +1 -1
- package/build/modules/oob/domain/OutOfBandEvents.js +1 -1
- package/build/modules/oob/domain/OutOfBandEvents.js.map +1 -1
- package/build/modules/oob/domain/OutOfBandRole.js +1 -1
- package/build/modules/oob/domain/OutOfBandRole.js.map +1 -1
- package/build/modules/oob/domain/OutOfBandState.js +1 -1
- package/build/modules/oob/domain/OutOfBandState.js.map +1 -1
- package/build/modules/oob/helpers.js +2 -3
- package/build/modules/oob/helpers.js.map +1 -1
- package/build/modules/oob/messages/HandshakeReuseAcceptedMessage.js +1 -1
- package/build/modules/oob/messages/HandshakeReuseAcceptedMessage.js.map +1 -1
- package/build/modules/oob/messages/HandshakeReuseMessage.js +1 -1
- package/build/modules/oob/messages/HandshakeReuseMessage.js.map +1 -1
- package/build/modules/oob/messages/OutOfBandInvitation.js +2 -2
- package/build/modules/oob/messages/OutOfBandInvitation.js.map +1 -1
- package/build/modules/oob/repository/OutOfBandRecord.js +1 -1
- package/build/modules/oob/repository/OutOfBandRecord.js.map +1 -1
- package/build/modules/oob/repository/OutOfBandRepository.js +2 -2
- package/build/modules/oob/repository/OutOfBandRepository.js.map +1 -1
- package/build/modules/oob/repository/outOfBandRecordMetadataTypes.js +1 -1
- package/build/modules/oob/repository/outOfBandRecordMetadataTypes.js.map +1 -1
- package/build/modules/problem-reports/messages/ProblemReportMessage.js +5 -5
- package/build/modules/problem-reports/messages/ProblemReportMessage.js.map +1 -1
- package/build/modules/problem-reports/models/ProblemReportReason.js +1 -1
- package/build/modules/problem-reports/models/ProblemReportReason.js.map +1 -1
- package/build/modules/proofs/ProofEvents.js +1 -1
- package/build/modules/proofs/ProofEvents.js.map +1 -1
- package/build/modules/proofs/ProofsApi.d.ts +2 -2
- package/build/modules/proofs/ProofsApi.js +11 -4
- package/build/modules/proofs/ProofsApi.js.map +1 -1
- package/build/modules/proofs/ProofsApiOptions.d.ts +8 -6
- package/build/modules/proofs/ProofsModule.js.map +1 -1
- package/build/modules/proofs/errors/PresentationProblemReportReason.js +1 -1
- package/build/modules/proofs/errors/PresentationProblemReportReason.js.map +1 -1
- package/build/modules/proofs/formats/dif-presentation-exchange/DifPresentationExchangeProofFormatService.js.map +1 -1
- package/build/modules/proofs/models/ProofAutoAcceptType.js +1 -1
- package/build/modules/proofs/models/ProofAutoAcceptType.js.map +1 -1
- package/build/modules/proofs/models/ProofFormatSpec.js +1 -1
- package/build/modules/proofs/models/ProofFormatSpec.js.map +1 -1
- package/build/modules/proofs/models/ProofRole.js +1 -1
- package/build/modules/proofs/models/ProofRole.js.map +1 -1
- package/build/modules/proofs/models/ProofState.js +1 -1
- package/build/modules/proofs/models/ProofState.js.map +1 -1
- package/build/modules/proofs/protocol/BaseProofProtocol.d.ts +2 -2
- package/build/modules/proofs/protocol/BaseProofProtocol.js +15 -3
- package/build/modules/proofs/protocol/BaseProofProtocol.js.map +1 -1
- package/build/modules/proofs/protocol/ProofProtocol.d.ts +2 -2
- package/build/modules/proofs/protocol/v2/ProofFormatCoordinator.js.map +1 -1
- package/build/modules/proofs/protocol/v2/V2ProofProtocol.js +4 -0
- package/build/modules/proofs/protocol/v2/V2ProofProtocol.js.map +1 -1
- package/build/modules/proofs/protocol/v2/handlers/V2PresentationHandler.js.map +1 -1
- package/build/modules/proofs/protocol/v2/handlers/V2ProposePresentationHandler.js.map +1 -1
- package/build/modules/proofs/protocol/v2/handlers/V2RequestPresentationHandler.js.map +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationAckMessage.js +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationAckMessage.js.map +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationMessage.js +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationMessage.js.map +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationProblemReportMessage.js +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2PresentationProblemReportMessage.js.map +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2ProposePresentationMessage.js +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2ProposePresentationMessage.js.map +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2RequestPresentationMessage.js +1 -1
- package/build/modules/proofs/protocol/v2/messages/V2RequestPresentationMessage.js.map +1 -1
- package/build/modules/proofs/repository/ProofExchangeRecord.js.map +1 -1
- package/build/modules/proofs/repository/ProofRepository.js +2 -2
- package/build/modules/proofs/repository/ProofRepository.js.map +1 -1
- package/build/modules/proofs/utils/composeAutoAccept.js +1 -2
- package/build/modules/proofs/utils/composeAutoAccept.js.map +1 -1
- package/build/modules/routing/MediationRecipientApi.d.ts +10 -1
- package/build/modules/routing/MediationRecipientApi.js +17 -7
- package/build/modules/routing/MediationRecipientApi.js.map +1 -1
- package/build/modules/routing/MediatorApi.js +2 -2
- package/build/modules/routing/MediatorApi.js.map +1 -1
- package/build/modules/routing/MediatorPickupStrategy.js +1 -1
- package/build/modules/routing/MediatorPickupStrategy.js.map +1 -1
- package/build/modules/routing/MessageForwardingStrategy.js +1 -1
- package/build/modules/routing/MessageForwardingStrategy.js.map +1 -1
- package/build/modules/routing/RoutingEvents.js +1 -1
- package/build/modules/routing/RoutingEvents.js.map +1 -1
- package/build/modules/routing/error/RoutingProblemReportReason.js +1 -1
- package/build/modules/routing/error/RoutingProblemReportReason.js.map +1 -1
- package/build/modules/routing/handlers/MediationRequestHandler.js.map +1 -1
- package/build/modules/routing/messages/ForwardMessage.js +1 -1
- package/build/modules/routing/messages/ForwardMessage.js.map +1 -1
- package/build/modules/routing/messages/KeylistMessage.js +1 -1
- package/build/modules/routing/messages/KeylistMessage.js.map +1 -1
- package/build/modules/routing/messages/KeylistUpdateMessage.js +3 -3
- package/build/modules/routing/messages/KeylistUpdateMessage.js.map +1 -1
- package/build/modules/routing/messages/KeylistUpdateResponseMessage.js +3 -3
- package/build/modules/routing/messages/KeylistUpdateResponseMessage.js.map +1 -1
- package/build/modules/routing/messages/MediationDenyMessage.js +1 -1
- package/build/modules/routing/messages/MediationDenyMessage.js.map +1 -1
- package/build/modules/routing/messages/MediationGrantMessage.js +1 -1
- package/build/modules/routing/messages/MediationGrantMessage.js.map +1 -1
- package/build/modules/routing/messages/MediationRequestMessage.js +1 -1
- package/build/modules/routing/messages/MediationRequestMessage.js.map +1 -1
- package/build/modules/routing/models/MediationRole.js +1 -1
- package/build/modules/routing/models/MediationRole.js.map +1 -1
- package/build/modules/routing/models/MediationState.js +1 -1
- package/build/modules/routing/models/MediationState.js.map +1 -1
- package/build/modules/routing/repository/MediationRecord.d.ts +1 -1
- package/build/modules/routing/repository/MediationRecord.js +1 -1
- package/build/modules/routing/repository/MediationRecord.js.map +1 -1
- package/build/modules/routing/repository/MediationRepository.js +2 -2
- package/build/modules/routing/repository/MediationRepository.js.map +1 -1
- package/build/modules/routing/repository/MediatorRoutingRecord.js.map +1 -1
- package/build/modules/routing/repository/MediatorRoutingRepository.js +2 -2
- package/build/modules/routing/repository/MediatorRoutingRepository.js.map +1 -1
- package/build/modules/routing/services/MediationRecipientService.d.ts +2 -2
- package/build/modules/routing/services/MediationRecipientService.js +4 -4
- package/build/modules/routing/services/MediationRecipientService.js.map +1 -1
- package/build/modules/routing/services/MediatorService.d.ts +2 -2
- package/build/modules/routing/services/MediatorService.js +4 -4
- package/build/modules/routing/services/MediatorService.js.map +1 -1
- package/build/modules/routing/services/RoutingService.js +2 -2
- package/build/modules/routing/services/RoutingService.js.map +1 -1
- package/build/modules/routing/services/helpers.js +1 -2
- package/build/modules/routing/services/helpers.js.map +1 -1
- package/build/modules/sd-jwt-vc/SdJwtVcApi.d.ts +9 -8
- package/build/modules/sd-jwt-vc/SdJwtVcApi.js +4 -4
- package/build/modules/sd-jwt-vc/SdJwtVcApi.js.map +1 -1
- package/build/modules/sd-jwt-vc/SdJwtVcOptions.d.ts +7 -2
- package/build/modules/sd-jwt-vc/SdJwtVcService.d.ts +15 -10
- package/build/modules/sd-jwt-vc/SdJwtVcService.js +144 -70
- package/build/modules/sd-jwt-vc/SdJwtVcService.js.map +1 -1
- package/build/modules/sd-jwt-vc/repository/SdJwtVcRecord.js.map +1 -1
- package/build/modules/sd-jwt-vc/repository/SdJwtVcRepository.js +2 -2
- package/build/modules/sd-jwt-vc/repository/SdJwtVcRepository.js.map +1 -1
- package/build/modules/vc/W3cCredentialService.d.ts +2 -2
- package/build/modules/vc/W3cCredentialService.js +4 -4
- package/build/modules/vc/W3cCredentialService.js.map +1 -1
- package/build/modules/vc/W3cCredentialsApi.d.ts +2 -2
- package/build/modules/vc/W3cCredentialsApi.js +4 -4
- package/build/modules/vc/W3cCredentialsApi.js.map +1 -1
- package/build/modules/vc/data-integrity/SignatureSuiteRegistry.js +2 -2
- package/build/modules/vc/data-integrity/SignatureSuiteRegistry.js.map +1 -1
- package/build/modules/vc/data-integrity/W3cJsonLdCredentialService.js +3 -3
- package/build/modules/vc/data-integrity/W3cJsonLdCredentialService.js.map +1 -1
- package/build/modules/vc/data-integrity/deriveProof.js.map +1 -1
- package/build/modules/vc/data-integrity/jsonldUtil.js +2 -2
- package/build/modules/vc/data-integrity/jsonldUtil.js.map +1 -1
- package/build/modules/vc/data-integrity/libraries/documentLoader.js +1 -2
- package/build/modules/vc/data-integrity/libraries/documentLoader.js.map +1 -1
- package/build/modules/vc/data-integrity/libraries/jsonld-signatures.d.ts +3 -1
- package/build/modules/vc/data-integrity/libraries/nativeDocumentLoader.js +1 -2
- package/build/modules/vc/data-integrity/libraries/nativeDocumentLoader.js.map +1 -1
- package/build/modules/vc/data-integrity/libraries/nativeDocumentLoader.native.js +1 -2
- package/build/modules/vc/data-integrity/libraries/nativeDocumentLoader.native.js.map +1 -1
- package/build/modules/vc/data-integrity/models/DataIntegrityProof.js +1 -1
- package/build/modules/vc/data-integrity/models/DataIntegrityProof.js.map +1 -1
- package/build/modules/vc/data-integrity/models/LdKeyPair.js.map +1 -1
- package/build/modules/vc/data-integrity/models/LinkedDataProof.js +1 -1
- package/build/modules/vc/data-integrity/models/LinkedDataProof.js.map +1 -1
- package/build/modules/vc/data-integrity/models/ProofTransformer.js +1 -2
- package/build/modules/vc/data-integrity/models/ProofTransformer.js.map +1 -1
- package/build/modules/vc/data-integrity/models/W3cJsonLdVerifiableCredential.js +1 -1
- package/build/modules/vc/data-integrity/models/W3cJsonLdVerifiableCredential.js.map +1 -1
- package/build/modules/vc/data-integrity/models/W3cJsonLdVerifiablePresentation.js +1 -1
- package/build/modules/vc/data-integrity/models/W3cJsonLdVerifiablePresentation.js.map +1 -1
- package/build/modules/vc/data-integrity/proof-purposes/CredentialIssuancePurpose.js.map +1 -1
- package/build/modules/vc/data-integrity/signature-suites/JwsLinkedDataSignature.js.map +1 -1
- package/build/modules/vc/data-integrity/signature-suites/ed25519/Ed25519Signature2018.js.map +1 -1
- package/build/modules/vc/jwt-vc/W3cJwtCredentialService.js +2 -2
- package/build/modules/vc/jwt-vc/W3cJwtCredentialService.js.map +1 -1
- package/build/modules/vc/jwt-vc/W3cJwtVerifiablePresentation.js.map +1 -1
- package/build/modules/vc/jwt-vc/credentialTransformer.js +2 -3
- package/build/modules/vc/jwt-vc/credentialTransformer.js.map +1 -1
- package/build/modules/vc/jwt-vc/presentationTransformer.js +2 -3
- package/build/modules/vc/jwt-vc/presentationTransformer.js.map +1 -1
- package/build/modules/vc/models/ClaimFormat.js +1 -1
- package/build/modules/vc/models/ClaimFormat.js.map +1 -1
- package/build/modules/vc/models/credential/W3cCredential.js +3 -3
- package/build/modules/vc/models/credential/W3cCredential.js.map +1 -1
- package/build/modules/vc/models/credential/W3cCredentialSchema.js +1 -1
- package/build/modules/vc/models/credential/W3cCredentialSchema.js.map +1 -1
- package/build/modules/vc/models/credential/W3cCredentialStatus.js +1 -1
- package/build/modules/vc/models/credential/W3cCredentialStatus.js.map +1 -1
- package/build/modules/vc/models/credential/W3cCredentialSubject.js +4 -4
- package/build/modules/vc/models/credential/W3cCredentialSubject.js.map +1 -1
- package/build/modules/vc/models/credential/W3cIssuer.js +4 -4
- package/build/modules/vc/models/credential/W3cIssuer.js.map +1 -1
- package/build/modules/vc/models/credential/W3cVerifiableCredential.js +1 -2
- package/build/modules/vc/models/credential/W3cVerifiableCredential.js.map +1 -1
- package/build/modules/vc/models/presentation/W3cHolder.js +4 -4
- package/build/modules/vc/models/presentation/W3cHolder.js.map +1 -1
- package/build/modules/vc/models/presentation/W3cPresentation.js +3 -3
- package/build/modules/vc/models/presentation/W3cPresentation.js.map +1 -1
- package/build/modules/vc/repository/W3cCredentialRecord.js +1 -1
- package/build/modules/vc/repository/W3cCredentialRecord.js.map +1 -1
- package/build/modules/vc/repository/W3cCredentialRepository.js +2 -2
- package/build/modules/vc/repository/W3cCredentialRepository.js.map +1 -1
- package/build/modules/vc/util.js.map +1 -1
- package/build/modules/vc/validators.js +1 -2
- package/build/modules/vc/validators.js.map +1 -1
- package/build/plugins/DependencyManager.d.ts +9 -0
- package/build/plugins/DependencyManager.js +20 -0
- package/build/plugins/DependencyManager.js.map +1 -1
- package/build/plugins/utils.js +3 -4
- package/build/plugins/utils.js.map +1 -1
- package/build/storage/BaseRecord.js +1 -1
- package/build/storage/BaseRecord.js.map +1 -1
- package/build/storage/Repository.d.ts +2 -2
- package/build/storage/Repository.js +2 -2
- package/build/storage/Repository.js.map +1 -1
- package/build/storage/RepositoryEvents.js +1 -1
- package/build/storage/RepositoryEvents.js.map +1 -1
- package/build/storage/StorageService.d.ts +9 -3
- package/build/storage/didcomm/DidCommMessageRecord.js.map +1 -1
- package/build/storage/didcomm/DidCommMessageRepository.js +2 -2
- package/build/storage/didcomm/DidCommMessageRepository.js.map +1 -1
- package/build/storage/didcomm/DidCommMessageRole.js +1 -1
- package/build/storage/didcomm/DidCommMessageRole.js.map +1 -1
- package/build/storage/migration/StorageUpdateService.js +2 -2
- package/build/storage/migration/StorageUpdateService.js.map +1 -1
- package/build/storage/migration/UpdateAssistant.js.map +1 -1
- package/build/storage/migration/isUpToDate.js +1 -2
- package/build/storage/migration/isUpToDate.js.map +1 -1
- package/build/storage/migration/repository/StorageVersionRecord.js.map +1 -1
- package/build/storage/migration/repository/StorageVersionRepository.js +2 -2
- package/build/storage/migration/repository/StorageVersionRepository.js.map +1 -1
- package/build/storage/migration/updates/0.1-0.2/connection.js +6 -13
- package/build/storage/migration/updates/0.1-0.2/connection.js.map +1 -1
- package/build/storage/migration/updates/0.1-0.2/credential.js +7 -7
- package/build/storage/migration/updates/0.1-0.2/credential.js.map +1 -1
- package/build/storage/migration/updates/0.1-0.2/index.js +1 -2
- package/build/storage/migration/updates/0.1-0.2/index.js.map +1 -1
- package/build/storage/migration/updates/0.1-0.2/mediation.js +2 -3
- package/build/storage/migration/updates/0.1-0.2/mediation.js.map +1 -1
- package/build/storage/migration/updates/0.2-0.3/connection.js +2 -3
- package/build/storage/migration/updates/0.2-0.3/connection.js.map +1 -1
- package/build/storage/migration/updates/0.2-0.3/index.js +1 -2
- package/build/storage/migration/updates/0.2-0.3/index.js.map +1 -1
- package/build/storage/migration/updates/0.2-0.3/proof.js +6 -6
- package/build/storage/migration/updates/0.2-0.3/proof.js.map +1 -1
- package/build/storage/migration/updates/0.3-0.3.1/did.js +1 -2
- package/build/storage/migration/updates/0.3-0.3.1/did.js.map +1 -1
- package/build/storage/migration/updates/0.3-0.3.1/index.js +1 -2
- package/build/storage/migration/updates/0.3-0.3.1/index.js.map +1 -1
- package/build/storage/migration/updates/0.3.1-0.4/cache.js +1 -2
- package/build/storage/migration/updates/0.3.1-0.4/cache.js.map +1 -1
- package/build/storage/migration/updates/0.3.1-0.4/did.js +2 -3
- package/build/storage/migration/updates/0.3.1-0.4/did.js.map +1 -1
- package/build/storage/migration/updates/0.3.1-0.4/index.js +1 -2
- package/build/storage/migration/updates/0.3.1-0.4/index.js.map +1 -1
- package/build/storage/migration/updates/0.3.1-0.4/w3cCredentialRecord.js +1 -2
- package/build/storage/migration/updates/0.3.1-0.4/w3cCredentialRecord.js.map +1 -1
- package/build/storage/migration/updates/0.4-0.5/credentialExchangeRecord.js +3 -4
- package/build/storage/migration/updates/0.4-0.5/credentialExchangeRecord.js.map +1 -1
- package/build/storage/migration/updates/0.4-0.5/index.js +1 -2
- package/build/storage/migration/updates/0.4-0.5/index.js.map +1 -1
- package/build/storage/migration/updates/0.4-0.5/proofExchangeRecord.js +3 -4
- package/build/storage/migration/updates/0.4-0.5/proofExchangeRecord.js.map +1 -1
- package/build/storage/migration/updates/0.4-0.5/w3cCredentialRecord.js +2 -3
- package/build/storage/migration/updates/0.4-0.5/w3cCredentialRecord.js.map +1 -1
- package/build/storage/migration/updates.d.ts +3 -1
- package/build/transport/HttpOutboundTransport.js.map +1 -1
- package/build/transport/TransportEventTypes.js +1 -1
- package/build/transport/TransportEventTypes.js.map +1 -1
- package/build/transport/WsOutboundTransport.js.map +1 -1
- package/build/types.js +2 -2
- package/build/types.js.map +1 -1
- package/build/utils/Hasher.js.map +1 -1
- package/build/utils/HashlinkEncoder.js.map +1 -1
- package/build/utils/JWE.js +1 -2
- package/build/utils/JWE.js.map +1 -1
- package/build/utils/JsonTransformer.js.map +1 -1
- package/build/utils/LinkedAttachment.js +1 -1
- package/build/utils/LinkedAttachment.js.map +1 -1
- package/build/utils/MessageValidator.js.map +1 -1
- package/build/utils/MultiBaseEncoder.js.map +1 -1
- package/build/utils/MultiHashEncoder.js.map +1 -1
- package/build/utils/array.d.ts +2 -2
- package/build/utils/attachment.js +2 -3
- package/build/utils/attachment.js.map +1 -1
- package/build/utils/base58.js +2 -3
- package/build/utils/base58.js.map +1 -1
- package/build/utils/base64.js +1 -2
- package/build/utils/base64.js.map +1 -1
- package/build/utils/deepEquality.js +2 -3
- package/build/utils/deepEquality.js.map +1 -1
- package/build/utils/did.js +2 -3
- package/build/utils/did.js.map +1 -1
- package/build/utils/fetch.d.ts +7 -0
- package/build/utils/fetch.js +17 -0
- package/build/utils/fetch.js.map +1 -0
- package/build/utils/index.d.ts +1 -0
- package/build/utils/index.js +1 -0
- package/build/utils/index.js.map +1 -1
- package/build/utils/messageType.js +10 -11
- package/build/utils/messageType.js.map +1 -1
- package/build/utils/mixins.js +1 -2
- package/build/utils/mixins.js.map +1 -1
- package/build/utils/objectEquality.js +1 -2
- package/build/utils/objectEquality.js.map +1 -1
- package/build/utils/parseInvitation.js +2 -2
- package/build/utils/parseInvitation.js.map +1 -1
- package/build/utils/path.js +2 -3
- package/build/utils/path.js.map +1 -1
- package/build/utils/promises.js +3 -4
- package/build/utils/promises.js.map +1 -1
- package/build/utils/sleep.js +1 -2
- package/build/utils/sleep.js.map +1 -1
- package/build/utils/thread.js +1 -2
- package/build/utils/thread.js.map +1 -1
- package/build/utils/timestamp.d.ts +4 -0
- package/build/utils/timestamp.js +8 -1
- package/build/utils/timestamp.js.map +1 -1
- package/build/utils/transformers.js +5 -6
- package/build/utils/transformers.js.map +1 -1
- package/build/utils/uri.js +1 -2
- package/build/utils/uri.js.map +1 -1
- package/build/utils/uuid.js +2 -3
- package/build/utils/uuid.js.map +1 -1
- package/build/utils/validators.js +6 -6
- package/build/utils/validators.js.map +1 -1
- package/build/utils/version.js +3 -4
- package/build/utils/version.js.map +1 -1
- package/build/wallet/WalletApi.js +2 -2
- package/build/wallet/WalletApi.js.map +1 -1
- package/package.json +14 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeResponseHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/DidExchangeResponseHandler.ts"],"names":[],"mappings":";;;AAOA,kDAA8D;AAC9D,yFAAmF;AACnF,0CAA2C;AAC3C,oEAAgE;AAChE,0CAAwD;AACxD,sCAA8D;AAE9D,MAAa,0BAA0B;IAQrC,YACE,mBAAwC,EACxC,gBAAkC,EAClC,iBAAoC,EACpC,kBAAsC,EACtC,uBAAgD;QAP3C,sBAAiB,GAAG,CAAC,qCAA0B,CAAC,CAAA;QASrD,IAAI,CAAC,mBAAmB,GAAG,mBAAmB,CAAA;QAC9C,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;QACxC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;QAC1C,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAA;QAC5C,IAAI,CAAC,uBAAuB,GAAG,uBAAuB,CAAA;IACxD,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAwE;;QAC1F,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,cAAc,CAAA;QAEzE,IAAI,CAAC,YAAY,IAAI,CAAC,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"DidExchangeResponseHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/DidExchangeResponseHandler.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidRotateHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/DidRotateHandler.ts"],"names":[],"mappings":";;;AAIA,0CAA2C;AAC3C,0CAA8C;AAE9C,MAAa,gBAAgB;IAK3B,YAAmB,gBAAkC,EAAE,iBAAoC;QAFpF,sBAAiB,GAAG,CAAC,2BAAgB,CAAC,CAAA;QAG3C,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;QACxC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAA8D;QAChF,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,cAAc,CAAA;QACnD,IAAI,CAAC,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"DidRotateHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/DidRotateHandler.ts"],"names":[],"mappings":";;;AAIA,0CAA2C;AAC3C,0CAA8C;AAE9C,MAAa,gBAAgB;IAK3B,YAAmB,gBAAkC,EAAE,iBAAoC;QAFpF,sBAAiB,GAAG,CAAC,2BAAgB,CAAC,CAAA;QAG3C,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;QACxC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAA8D;QAChF,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,cAAc,CAAA;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,kBAAU,CAAC,yBAAyB,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,WAAW,aAAa,CAAC,CAAA;QACvF,CAAC;QAED,OAAO,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,cAAc,CAAC,CAAA;IAC5D,CAAC;CACF;AAlBD,4CAkBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrustPingMessageHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/TrustPingMessageHandler.ts"],"names":[],"mappings":";;;AAIA,0CAA2C;AAC3C,0CAA8C;AAC9C,sCAA4C;AAE5C,MAAa,uBAAuB;IAKlC,YAAmB,gBAAkC,EAAE,iBAAoC;QAFpF,sBAAiB,GAAG,CAAC,2BAAgB,CAAC,CAAA;QAG3C,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;QACxC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAqE;QACvF,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,cAAc,CAAA;QACnD,IAAI,CAAC,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"TrustPingMessageHandler.js","sourceRoot":"","sources":["../../../../src/modules/connections/handlers/TrustPingMessageHandler.ts"],"names":[],"mappings":";;;AAIA,0CAA2C;AAC3C,0CAA8C;AAC9C,sCAA4C;AAE5C,MAAa,uBAAuB;IAKlC,YAAmB,gBAAkC,EAAE,iBAAoC;QAFpF,sBAAiB,GAAG,CAAC,2BAAgB,CAAC,CAAA;QAG3C,IAAI,CAAC,gBAAgB,GAAG,gBAAgB,CAAA;QACxC,IAAI,CAAC,iBAAiB,GAAG,iBAAiB,CAAA;IAC5C,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,cAAqE;QACvF,MAAM,EAAE,UAAU,EAAE,YAAY,EAAE,GAAG,cAAc,CAAA;QACnD,IAAI,CAAC,UAAU,EAAE,CAAC;YAChB,MAAM,IAAI,kBAAU,CAAC,yBAAyB,YAAY,aAAZ,YAAY,uBAAZ,YAAY,CAAE,WAAW,aAAa,CAAC,CAAA;QACvF,CAAC;QAED,sEAAsE;QACtE,kFAAkF;QAClF,IAAI,UAAU,CAAC,KAAK,KAAK,yBAAgB,CAAC,YAAY,EAAE,CAAC;YACvD,MAAM,IAAI,CAAC,iBAAiB,CAAC,WAAW,CAAC,cAAc,CAAC,YAAY,EAAE,UAAU,EAAE,yBAAgB,CAAC,SAAS,CAAC,CAAA;QAC/G,CAAC;QAED,OAAO,IAAI,CAAC,gBAAgB,CAAC,WAAW,CAAC,cAAc,EAAE,UAAU,CAAC,CAAA;IACtE,CAAC;CACF;AAxBD,0DAwBC"}
|
|
@@ -85,6 +85,7 @@ class ConnectionInvitationMessage extends AgentMessage_1.AgentMessage {
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
+
exports.ConnectionInvitationMessage = ConnectionInvitationMessage;
|
|
88
89
|
ConnectionInvitationMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/connections/1.0/invitation');
|
|
89
90
|
__decorate([
|
|
90
91
|
(0, messageType_1.IsValidMessageType)(ConnectionInvitationMessage.type),
|
|
@@ -129,7 +130,6 @@ __decorate([
|
|
|
129
130
|
(0, class_validator_1.IsUrl)(),
|
|
130
131
|
__metadata("design:type", String)
|
|
131
132
|
], ConnectionInvitationMessage.prototype, "imageUrl", void 0);
|
|
132
|
-
exports.ConnectionInvitationMessage = ConnectionInvitationMessage;
|
|
133
133
|
/**
|
|
134
134
|
* Check whether an invitation is a `DIDInvitationData` object
|
|
135
135
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionInvitationMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionInvitationMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yDAA6C;AAC7C,qDAAiG;AACjG,+CAAuC;AAEvC,8DAA0D;AAC1D,0CAA2C;AAC3C,4DAAwD;AACxD,oEAAgE;AAChE,4DAA4G;AAmB5G;;;;GAIG;AACH,MAAa,2BAA4B,SAAQ,2BAAY;IAG3D;;;OAGG;IACH,YAAmB,OAAiF;QAClG,KAAK,EAAE,CAAA;QAPO,sBAAiB,GAAG,IAAI,CAAA;QAqCxB,SAAI,GAAG,2BAA2B,CAAC,IAAI,CAAC,cAAc,CAAA;QA5BpE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"ConnectionInvitationMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionInvitationMessage.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,10 +26,10 @@ class ConnectionProblemReportMessage extends ProblemReportMessage_1.ProblemRepor
|
|
|
26
26
|
this.type = ConnectionProblemReportMessage.type.messageTypeUri;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
exports.ConnectionProblemReportMessage = ConnectionProblemReportMessage;
|
|
29
30
|
ConnectionProblemReportMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/connection/1.0/problem-report');
|
|
30
31
|
__decorate([
|
|
31
32
|
(0, messageType_1.IsValidMessageType)(ConnectionProblemReportMessage.type),
|
|
32
33
|
__metadata("design:type", Object)
|
|
33
34
|
], ConnectionProblemReportMessage.prototype, "type", void 0);
|
|
34
|
-
exports.ConnectionProblemReportMessage = ConnectionProblemReportMessage;
|
|
35
35
|
//# sourceMappingURL=ConnectionProblemReportMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,8BAA+B,SAAQ,2CAAoB;IAGtE;;;OAGG;IACH,YAAmB,OAA8C;QAC/D,KAAK,CAAC,OAAO,CAAC,CAAA;QAPA,sBAAiB,GAAG,IAAI,CAAA;QAWxB,SAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAA;IAHzE,CAAC;;
|
|
1
|
+
{"version":3,"file":"ConnectionProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,8BAA+B,SAAQ,2CAAoB;IAGtE;;;OAGG;IACH,YAAmB,OAA8C;QAC/D,KAAK,CAAC,OAAO,CAAC,CAAA;QAPA,sBAAiB,GAAG,IAAI,CAAA;QAWxB,SAAI,GAAG,8BAA8B,CAAC,IAAI,CAAC,cAAc,CAAA;IAHzE,CAAC;;AATH,wEAcC;AADwB,mCAAI,GAAG,IAAA,8BAAgB,EAAC,mDAAmD,CAAC,AAAxE,CAAwE;AADnF;IADf,IAAA,gCAAkB,EAAC,8BAA8B,CAAC,IAAI,CAAC;;4DACiB"}
|
|
@@ -40,6 +40,7 @@ class ConnectionRequestMessage extends AgentMessage_1.AgentMessage {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
+
exports.ConnectionRequestMessage = ConnectionRequestMessage;
|
|
43
44
|
ConnectionRequestMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/connections/1.0/request');
|
|
44
45
|
__decorate([
|
|
45
46
|
(0, messageType_1.IsValidMessageType)(ConnectionRequestMessage.type),
|
|
@@ -60,5 +61,4 @@ __decorate([
|
|
|
60
61
|
(0, class_validator_1.IsUrl)(),
|
|
61
62
|
__metadata("design:type", String)
|
|
62
63
|
], ConnectionRequestMessage.prototype, "imageUrl", void 0);
|
|
63
|
-
exports.ConnectionRequestMessage = ConnectionRequestMessage;
|
|
64
64
|
//# sourceMappingURL=ConnectionRequestMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionRequestMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionRequestMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yDAAwC;AACxC,qDAAyF;AAEzF,8DAA0D;AAC1D,4DAAiF;AACjF,sCAAsC;AAUtC;;;;GAIG;AACH,MAAa,wBAAyB,SAAQ,2BAAY;IAGxD;;;OAGG;IACH,YAAmB,OAAwC;QACzD,KAAK,EAAE,CAAA;QAPO,sBAAiB,GAAG,IAAI,CAAA;QAsBxB,SAAI,GAAG,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAA;QAbjE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"ConnectionRequestMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionRequestMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yDAAwC;AACxC,qDAAyF;AAEzF,8DAA0D;AAC1D,4DAAiF;AACjF,sCAAsC;AAUtC;;;;GAIG;AACH,MAAa,wBAAyB,SAAQ,2BAAY;IAGxD;;;OAGG;IACH,YAAmB,OAAwC;QACzD,KAAK,EAAE,CAAA;QAPO,sBAAiB,GAAG,IAAI,CAAA;QAsBxB,SAAI,GAAG,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAA;QAbjE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAA;YAC1B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAA;YAEhC,IAAI,CAAC,UAAU,GAAG,IAAI,mBAAU,CAAC;gBAC/B,GAAG,EAAE,OAAO,CAAC,GAAG;gBAChB,MAAM,EAAE,OAAO,CAAC,MAAM;aACvB,CAAC,CAAA;QACJ,CAAC;IACH,CAAC;;AApBH,4DAqCC;AAbwB,6BAAI,GAAG,IAAA,8BAAgB,EAAC,6CAA6C,CAAC,AAAlE,CAAkE;AAD7E;IADf,IAAA,gCAAkB,EAAC,wBAAwB,CAAC,IAAI,CAAC;;sDACiB;AAI5D;IADN,IAAA,0BAAQ,GAAE;;uDACU;AAKd;IAHN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,mBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,EAAC,mBAAU,CAAC;8BACH,mBAAU;4DAAA;AAIvB;IAFN,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;0DACgB"}
|
|
@@ -36,6 +36,7 @@ class ConnectionResponseMessage extends AgentMessage_1.AgentMessage {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
+
exports.ConnectionResponseMessage = ConnectionResponseMessage;
|
|
39
40
|
ConnectionResponseMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/connections/1.0/response');
|
|
40
41
|
__decorate([
|
|
41
42
|
(0, messageType_1.IsValidMessageType)(ConnectionResponseMessage.type),
|
|
@@ -48,5 +49,4 @@ __decorate([
|
|
|
48
49
|
(0, class_transformer_1.Expose)({ name: 'connection~sig' }),
|
|
49
50
|
__metadata("design:type", SignatureDecorator_1.SignatureDecorator)
|
|
50
51
|
], ConnectionResponseMessage.prototype, "connectionSig", void 0);
|
|
51
|
-
exports.ConnectionResponseMessage = ConnectionResponseMessage;
|
|
52
52
|
//# sourceMappingURL=ConnectionResponseMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAA4D;AAE5D,8DAA0D;AAC1D,yFAAqF;AACrF,4DAAiF;AAQjF;;;;GAIG;AACH,MAAa,yBAA0B,SAAQ,2BAAY;IAGzD;;;OAGG;IACH,YAAmB,OAAyC;QAC1D,KAAK,EAAE,CAAA;QAPO,sBAAiB,GAAG,IAAI,CAAA;QAkBxB,SAAI,GAAG,yBAAyB,CAAC,IAAI,CAAC,cAAc,CAAA;QATlE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"ConnectionResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/ConnectionResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAA4D;AAE5D,8DAA0D;AAC1D,yFAAqF;AACrF,4DAAiF;AAQjF;;;;GAIG;AACH,MAAa,yBAA0B,SAAQ,2BAAY;IAGzD;;;OAGG;IACH,YAAmB,OAAyC;QAC1D,KAAK,EAAE,CAAA;QAPO,sBAAiB,GAAG,IAAI,CAAA;QAkBxB,SAAI,GAAG,yBAAyB,CAAC,IAAI,CAAC,cAAc,CAAA;QATlE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,aAAa,GAAG,OAAO,CAAC,aAAa,CAAA;YAE1C,IAAI,CAAC,SAAS,CAAC,EAAE,QAAQ,EAAE,OAAO,CAAC,QAAQ,EAAE,CAAC,CAAA;QAChD,CAAC;IACH,CAAC;;AAhBH,8DA2BC;AAPwB,8BAAI,GAAG,IAAA,8BAAgB,EAAC,8CAA8C,CAAC,AAAnE,CAAmE;AAD9E;IADf,IAAA,gCAAkB,EAAC,yBAAyB,CAAC,IAAI,CAAC;;uDACiB;AAO7D;IAJN,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uCAAkB,CAAC;IAC9B,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,EAAC,uCAAkB,CAAC;IAC9B,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BACZ,uCAAkB;gEAAA"}
|
|
@@ -29,10 +29,10 @@ class DidExchangeCompleteMessage extends AgentMessage_1.AgentMessage {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
+
exports.DidExchangeCompleteMessage = DidExchangeCompleteMessage;
|
|
32
33
|
DidExchangeCompleteMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/didexchange/1.1/complete');
|
|
33
34
|
__decorate([
|
|
34
35
|
(0, messageType_1.IsValidMessageType)(DidExchangeCompleteMessage.type),
|
|
35
36
|
__metadata("design:type", Object)
|
|
36
37
|
], DidExchangeCompleteMessage.prototype, "type", void 0);
|
|
37
|
-
exports.DidExchangeCompleteMessage = DidExchangeCompleteMessage;
|
|
38
38
|
//# sourceMappingURL=DidExchangeCompleteMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeCompleteMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeCompleteMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,4DAAiF;AAQjF;;GAEG;AACH,MAAa,0BAA2B,SAAQ,2BAAY;IAC1D,YAAmB,OAA0C;;QAC3D,KAAK,EAAE,CAAA;QAaO,SAAI,GAAG,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAA;QAXnE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"DidExchangeCompleteMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeCompleteMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,4DAAiF;AAQjF;;GAEG;AACH,MAAa,0BAA2B,SAAQ,2BAAY;IAC1D,YAAmB,OAA0C;;QAC3D,KAAK,EAAE,CAAA;QAaO,SAAI,GAAG,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAA;QAXnE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,MAAA,OAAO,CAAC,EAAE,mCAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YAEzC,IAAI,CAAC,SAAS,CAAC;gBACb,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,cAAc,EAAE,OAAO,CAAC,cAAc;aACvC,CAAC,CAAA;QACJ,CAAC;IACH,CAAC;;AAZH,gEAiBC;AADwB,+BAAI,GAAG,IAAA,8BAAgB,EAAC,8CAA8C,CAAC,AAAnE,CAAmE;AAD9E;IADf,IAAA,gCAAkB,EAAC,0BAA0B,CAAC,IAAI,CAAC;;wDACiB"}
|
|
@@ -21,10 +21,10 @@ class DidExchangeProblemReportMessage extends ProblemReportMessage_1.ProblemRepo
|
|
|
21
21
|
this.type = DidExchangeProblemReportMessage.type.messageTypeUri;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
exports.DidExchangeProblemReportMessage = DidExchangeProblemReportMessage;
|
|
24
25
|
DidExchangeProblemReportMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/didexchange/1.1/problem-report');
|
|
25
26
|
__decorate([
|
|
26
27
|
(0, messageType_1.IsValidMessageType)(DidExchangeProblemReportMessage.type),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], DidExchangeProblemReportMessage.prototype, "type", void 0);
|
|
29
|
-
exports.DidExchangeProblemReportMessage = DidExchangeProblemReportMessage;
|
|
30
30
|
//# sourceMappingURL=DidExchangeProblemReportMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,+BAAgC,SAAQ,2CAAoB;IACvE,YAAmB,OAA+C;QAChE,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,+BAA+B,CAAC,IAAI,CAAC,cAAc,CAAA;IAH1E,CAAC;;
|
|
1
|
+
{"version":3,"file":"DidExchangeProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,+BAAgC,SAAQ,2CAAoB;IACvE,YAAmB,OAA+C;QAChE,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,+BAA+B,CAAC,IAAI,CAAC,cAAc,CAAA;IAH1E,CAAC;;AAHH,0EAQC;AADwB,oCAAI,GAAG,IAAA,8BAAgB,EAAC,oDAAoD,CAAC,AAAzE,CAAyE;AADpF;IADf,IAAA,gCAAkB,EAAC,+BAA+B,CAAC,IAAI,CAAC;;6DACiB"}
|
|
@@ -40,6 +40,7 @@ class DidExchangeRequestMessage extends AgentMessage_1.AgentMessage {
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
+
exports.DidExchangeRequestMessage = DidExchangeRequestMessage;
|
|
43
44
|
DidExchangeRequestMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/didexchange/1.1/request');
|
|
44
45
|
__decorate([
|
|
45
46
|
(0, messageType_1.IsValidMessageType)(DidExchangeRequestMessage.type),
|
|
@@ -69,5 +70,4 @@ __decorate([
|
|
|
69
70
|
(0, class_validator_1.ValidateNested)(),
|
|
70
71
|
__metadata("design:type", Attachment_1.Attachment)
|
|
71
72
|
], DidExchangeRequestMessage.prototype, "didDoc", void 0);
|
|
72
|
-
exports.DidExchangeRequestMessage = DidExchangeRequestMessage;
|
|
73
73
|
//# sourceMappingURL=DidExchangeRequestMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeRequestMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeRequestMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAsE;AAEtE,8DAA0D;AAC1D,0EAAsE;AACtE,4DAAiF;AAWjF;;;;GAIG;AACH,MAAa,yBAA0B,SAAQ,2BAAY;IACzD;;;OAGG;IACH,YAAmB,OAAyC;QAC1D,KAAK,EAAE,CAAA;QAgBO,SAAI,GAAG,yBAAyB,CAAC,IAAI,CAAC,cAAc,CAAA;QAdlE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"DidExchangeRequestMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeRequestMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAsE;AAEtE,8DAA0D;AAC1D,0EAAsE;AACtE,4DAAiF;AAWjF;;;;GAIG;AACH,MAAa,yBAA0B,SAAQ,2BAAY;IACzD;;;OAGG;IACH,YAAmB,OAAyC;QAC1D,KAAK,EAAE,CAAA;QAgBO,SAAI,GAAG,yBAAyB,CAAC,IAAI,CAAC,cAAc,CAAA;QAdlE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAA;YAC1B,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAA;YAChC,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC,IAAI,CAAA;YACxB,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAA;YAEtB,IAAI,CAAC,SAAS,CAAC;gBACb,cAAc,EAAE,OAAO,CAAC,cAAc;aACvC,CAAC,CAAA;QACJ,CAAC;IACH,CAAC;;AAnBH,8DA2CC;AApBwB,8BAAI,GAAG,IAAA,8BAAgB,EAAC,6CAA6C,CAAC,AAAlE,CAAkE;AAD7E;IADf,IAAA,gCAAkB,EAAC,yBAAyB,CAAC,IAAI,CAAC;;uDACiB;AAIpD;IADf,IAAA,0BAAQ,GAAE;;wDACmB;AAId;IAFf,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;IAC7B,IAAA,4BAAU,GAAE;;2DACoB;AAIjB;IAFf,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACgB;AAGb;IADf,IAAA,0BAAQ,GAAE;;sDACiB;AAKrB;IAHN,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAClC,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACD,uBAAU;yDAAA"}
|
|
@@ -37,6 +37,7 @@ class DidExchangeResponseMessage extends AgentMessage_1.AgentMessage {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
+
exports.DidExchangeResponseMessage = DidExchangeResponseMessage;
|
|
40
41
|
DidExchangeResponseMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/didexchange/1.1/response');
|
|
41
42
|
__decorate([
|
|
42
43
|
(0, messageType_1.IsValidMessageType)(DidExchangeResponseMessage.type),
|
|
@@ -60,5 +61,4 @@ __decorate([
|
|
|
60
61
|
(0, class_validator_1.ValidateNested)(),
|
|
61
62
|
__metadata("design:type", Attachment_1.Attachment)
|
|
62
63
|
], DidExchangeResponseMessage.prototype, "didRotate", void 0);
|
|
63
|
-
exports.DidExchangeResponseMessage = DidExchangeResponseMessage;
|
|
64
64
|
//# sourceMappingURL=DidExchangeResponseMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAsE;AAEtE,8DAA0D;AAC1D,0EAAsE;AACtE,4DAAiF;AAQjF;;;;GAIG;AACH,MAAa,0BAA2B,SAAQ,2BAAY;IAC1D;;;OAGG;IACH,YAAmB,OAA0C;QAC3D,KAAK,EAAE,CAAA;QAaO,SAAI,GAAG,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAA;QAXnE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"DidExchangeResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidExchangeResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAsE;AAEtE,8DAA0D;AAC1D,0EAAsE;AACtE,4DAAiF;AAQjF;;;;GAIG;AACH,MAAa,0BAA2B,SAAQ,2BAAY;IAC1D;;;OAGG;IACH,YAAmB,OAA0C;QAC3D,KAAK,EAAE,CAAA;QAaO,SAAI,GAAG,0BAA0B,CAAC,IAAI,CAAC,cAAc,CAAA;QAXnE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAA;YAEtB,IAAI,CAAC,SAAS,CAAC;gBACb,QAAQ,EAAE,OAAO,CAAC,QAAQ;aAC3B,CAAC,CAAA;QACJ,CAAC;IACH,CAAC;;AAhBH,gEAoCC;AAhBwB,+BAAI,GAAG,IAAA,8BAAgB,EAAC,8CAA8C,CAAC,AAAnE,CAAmE;AAD9E;IADf,IAAA,gCAAkB,EAAC,0BAA0B,CAAC,IAAI,CAAC;;wDACiB;AAIrD;IADf,IAAA,0BAAQ,GAAE;;uDACiB;AAMrB;IAJN,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAClC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACD,uBAAU;0DAAA;AAMnB;IAJN,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,mBAAmB,EAAE,CAAC;IACrC,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,uBAAU,CAAC;IACtB,IAAA,gCAAc,GAAE;8BACE,uBAAU;6DAAA"}
|
|
@@ -22,10 +22,10 @@ class DidRotateAckMessage extends AckMessage_1.AckMessage {
|
|
|
22
22
|
this.type = DidRotateAckMessage.type.messageTypeUri;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
+
exports.DidRotateAckMessage = DidRotateAckMessage;
|
|
25
26
|
DidRotateAckMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/did-rotate/1.0/ack');
|
|
26
27
|
__decorate([
|
|
27
28
|
(0, messageType_1.IsValidMessageType)(DidRotateAckMessage.type),
|
|
28
29
|
__metadata("design:type", Object)
|
|
29
30
|
], DidRotateAckMessage.prototype, "type", void 0);
|
|
30
|
-
exports.DidRotateAckMessage = DidRotateAckMessage;
|
|
31
31
|
//# sourceMappingURL=DidRotateAckMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidRotateAckMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateAckMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,iEAA6D;AAI7D,MAAa,mBAAoB,SAAQ,uBAAU;IACjD;;;OAGG;IACH,YAAmB,OAAmC;QACpD,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,mBAAmB,CAAC,IAAI,CAAC,cAAc,CAAA;IAH9D,CAAC;;
|
|
1
|
+
{"version":3,"file":"DidRotateAckMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateAckMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,iEAA6D;AAI7D,MAAa,mBAAoB,SAAQ,uBAAU;IACjD;;;OAGG;IACH,YAAmB,OAAmC;QACpD,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,mBAAmB,CAAC,IAAI,CAAC,cAAc,CAAA;IAH9D,CAAC;;AAPH,kDAYC;AADwB,wBAAI,GAAG,IAAA,8BAAgB,EAAC,wCAAwC,CAAC,AAA7D,CAA6D;AADxE;IADf,IAAA,gCAAkB,EAAC,mBAAmB,CAAC,IAAI,CAAC;;iDACiB"}
|
|
@@ -33,6 +33,7 @@ class DidRotateMessage extends AgentMessage_1.AgentMessage {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
+
exports.DidRotateMessage = DidRotateMessage;
|
|
36
37
|
DidRotateMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/did-rotate/1.0/rotate');
|
|
37
38
|
__decorate([
|
|
38
39
|
(0, messageType_1.IsValidMessageType)(DidRotateMessage.type),
|
|
@@ -43,5 +44,4 @@ __decorate([
|
|
|
43
44
|
(0, class_validator_1.IsString)(),
|
|
44
45
|
__metadata("design:type", String)
|
|
45
46
|
], DidRotateMessage.prototype, "toDid", void 0);
|
|
46
|
-
exports.DidRotateMessage = DidRotateMessage;
|
|
47
47
|
//# sourceMappingURL=DidRotateMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidRotateMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA0C;AAC1C,qDAA0C;AAE1C,8DAA0D;AAC1D,4DAAiF;AAOjF;;;;GAIG;AACH,MAAa,gBAAiB,SAAQ,2BAAY;IAChD;;;OAGG;IACH,YAAmB,OAAgC;QACjD,KAAK,EAAE,CAAA;QASO,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,cAAc,CAAA;QAPzD,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"DidRotateMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA0C;AAC1C,qDAA0C;AAE1C,8DAA0D;AAC1D,4DAAiF;AAOjF;;;;GAIG;AACH,MAAa,gBAAiB,SAAQ,2BAAY;IAChD;;;OAGG;IACH,YAAmB,OAAgC;QACjD,KAAK,EAAE,CAAA;QASO,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,cAAc,CAAA;QAPzD,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,CAAA;QAC5B,CAAC;IACH,CAAC;;AAZH,4CAqBC;AALwB,qBAAI,GAAG,IAAA,8BAAgB,EAAC,2CAA2C,CAAC,AAAhE,CAAgE;AAD3E;IADf,IAAA,gCAAkB,EAAC,gBAAgB,CAAC,IAAI,CAAC;;8CACiB;AAK3C;IAFf,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAC1B,IAAA,0BAAQ,GAAE;;+CACmB"}
|
|
@@ -21,10 +21,10 @@ class DidRotateProblemReportMessage extends ProblemReportMessage_1.ProblemReport
|
|
|
21
21
|
this.type = DidRotateProblemReportMessage.type.messageTypeUri;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
exports.DidRotateProblemReportMessage = DidRotateProblemReportMessage;
|
|
24
25
|
DidRotateProblemReportMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/did-rotate/1.0/problem-report');
|
|
25
26
|
__decorate([
|
|
26
27
|
(0, messageType_1.IsValidMessageType)(DidRotateProblemReportMessage.type),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], DidRotateProblemReportMessage.prototype, "type", void 0);
|
|
29
|
-
exports.DidRotateProblemReportMessage = DidRotateProblemReportMessage;
|
|
30
30
|
//# sourceMappingURL=DidRotateProblemReportMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidRotateProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,6BAA8B,SAAQ,2CAAoB;IACrE,YAAmB,OAA6C;QAC9D,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,6BAA6B,CAAC,IAAI,CAAC,cAAc,CAAA;IAHxE,CAAC;;
|
|
1
|
+
{"version":3,"file":"DidRotateProblemReportMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/DidRotateProblemReportMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,4DAAiF;AACjF,8FAA0F;AAI1F;;GAEG;AACH,MAAa,6BAA8B,SAAQ,2CAAoB;IACrE,YAAmB,OAA6C;QAC9D,KAAK,CAAC,OAAO,CAAC,CAAA;QAIA,SAAI,GAAG,6BAA6B,CAAC,IAAI,CAAC,cAAc,CAAA;IAHxE,CAAC;;AAHH,sEAQC;AADwB,kCAAI,GAAG,IAAA,8BAAgB,EAAC,mDAAmD,CAAC,AAAxE,CAAwE;AADnF;IADf,IAAA,gCAAkB,EAAC,6BAA6B,CAAC,IAAI,CAAC;;2DACiB"}
|
|
@@ -31,10 +31,10 @@ class HangupMessage extends AgentMessage_1.AgentMessage {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
+
exports.HangupMessage = HangupMessage;
|
|
34
35
|
HangupMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/did-rotate/1.0/hangup');
|
|
35
36
|
__decorate([
|
|
36
37
|
(0, messageType_1.IsValidMessageType)(HangupMessage.type),
|
|
37
38
|
__metadata("design:type", Object)
|
|
38
39
|
], HangupMessage.prototype, "type", void 0);
|
|
39
|
-
exports.HangupMessage = HangupMessage;
|
|
40
40
|
//# sourceMappingURL=HangupMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HangupMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/HangupMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,4DAAiF;AAMjF;;;;;GAKG;AACH,MAAa,aAAc,SAAQ,2BAAY;IAC7C;;;OAGG;IACH,YAAmB,OAA6B;QAC9C,KAAK,EAAE,CAAA;QAQO,SAAI,GAAG,aAAa,CAAC,IAAI,CAAC,cAAc,CAAA;QANtD,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"HangupMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/HangupMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA0D;AAC1D,4DAAiF;AAMjF;;;;;GAKG;AACH,MAAa,aAAc,SAAQ,2BAAY;IAC7C;;;OAGG;IACH,YAAmB,OAA6B;QAC9C,KAAK,EAAE,CAAA;QAQO,SAAI,GAAG,aAAa,CAAC,IAAI,CAAC,cAAc,CAAA;QANtD,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;QAC3C,CAAC;IACH,CAAC;;AAXH,sCAgBC;AADwB,kBAAI,GAAG,IAAA,8BAAgB,EAAC,2CAA2C,CAAC,AAAhE,CAAgE;AAD3E;IADf,IAAA,gCAAkB,EAAC,aAAa,CAAC,IAAI,CAAC;;2CACiB"}
|
|
@@ -44,6 +44,7 @@ class TrustPingMessage extends AgentMessage_1.AgentMessage {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
+
exports.TrustPingMessage = TrustPingMessage;
|
|
47
48
|
TrustPingMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/trust_ping/1.0/ping');
|
|
48
49
|
__decorate([
|
|
49
50
|
(0, messageType_1.IsValidMessageType)(TrustPingMessage.type),
|
|
@@ -59,5 +60,4 @@ __decorate([
|
|
|
59
60
|
(0, class_transformer_1.Expose)({ name: 'response_requested' }),
|
|
60
61
|
__metadata("design:type", Object)
|
|
61
62
|
], TrustPingMessage.prototype, "responseRequested", void 0);
|
|
62
|
-
exports.TrustPingMessage = TrustPingMessage;
|
|
63
63
|
//# sourceMappingURL=TrustPingMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrustPingMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/TrustPingMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yDAA0C;AAC1C,qDAAiE;AAEjE,8DAA0D;AAC1D,4DAAiF;AASjF;;;;GAIG;AACH,MAAa,gBAAiB,SAAQ,2BAAY;IAGhD;;;;OAIG;IACH,YAAmB,OAAgC;QACjD,KAAK,EAAE,CAAA;QARO,sBAAiB,GAAG,IAAI,CAAA;QA0BxB,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,cAAc,CAAA;QASpD,sBAAiB,GAAG,IAAI,CAAA;QAzB7B,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"TrustPingMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/TrustPingMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,yDAA0C;AAC1C,qDAAiE;AAEjE,8DAA0D;AAC1D,4DAAiF;AASjF;;;;GAIG;AACH,MAAa,gBAAiB,SAAQ,2BAAY;IAGhD;;;;OAIG;IACH,YAAmB,OAAgC;QACjD,KAAK,EAAE,CAAA;QARO,sBAAiB,GAAG,IAAI,CAAA;QA0BxB,SAAI,GAAG,gBAAgB,CAAC,IAAI,CAAC,cAAc,CAAA;QASpD,sBAAiB,GAAG,IAAI,CAAA;QAzB7B,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;YAC9B,IAAI,CAAC,iBAAiB,GAAG,OAAO,CAAC,iBAAiB,KAAK,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAAI,CAAA;YAEnG,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;gBACnB,IAAI,CAAC,SAAS,CAAC;oBACb,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,OAAO;oBAC/B,WAAW,EAAE,OAAO,CAAC,MAAM,CAAC,WAAW;oBACvC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU;iBACtC,CAAC,CAAA;YACJ,CAAC;QACH,CAAC;IACH,CAAC;;AAxBH,4CAqCC;AATwB,qBAAI,GAAG,IAAA,8BAAgB,EAAC,yCAAyC,CAAC,AAA9D,CAA8D;AADzE;IADf,IAAA,gCAAkB,EAAC,gBAAgB,CAAC,IAAI,CAAC;;8CACiB;AAKpD;IAFN,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;iDACU;AAIhB;IAFN,IAAA,2BAAS,GAAE;IACX,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,oBAAoB,EAAE,CAAC;;2DACR"}
|
|
@@ -43,6 +43,7 @@ class TrustPingResponseMessage extends AgentMessage_1.AgentMessage {
|
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
+
exports.TrustPingResponseMessage = TrustPingResponseMessage;
|
|
46
47
|
TrustPingResponseMessage.type = (0, messageType_1.parseMessageType)('https://didcomm.org/trust_ping/1.0/ping_response');
|
|
47
48
|
__decorate([
|
|
48
49
|
(0, messageType_1.IsValidMessageType)(TrustPingResponseMessage.type),
|
|
@@ -53,5 +54,4 @@ __decorate([
|
|
|
53
54
|
(0, class_validator_1.IsOptional)(),
|
|
54
55
|
__metadata("design:type", String)
|
|
55
56
|
], TrustPingResponseMessage.prototype, "comment", void 0);
|
|
56
|
-
exports.TrustPingResponseMessage = TrustPingResponseMessage;
|
|
57
57
|
//# sourceMappingURL=TrustPingResponseMessage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TrustPingResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/TrustPingResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,qDAAsD;AAEtD,8DAA0D;AAC1D,4DAAiF;AASjF;;;;GAIG;AACH,MAAa,wBAAyB,SAAQ,2BAAY;IAGxD;;;;OAIG;IACH,YAAmB,OAAwC;QACzD,KAAK,EAAE,CAAA;QARO,sBAAiB,GAAG,IAAI,CAAA;QA4BxB,SAAI,GAAG,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAA;QAlBjE,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"TrustPingResponseMessage.js","sourceRoot":"","sources":["../../../../src/modules/connections/messages/TrustPingResponseMessage.ts"],"names":[],"mappings":";;;;;;;;;;;;AAEA,qDAAsD;AAEtD,8DAA0D;AAC1D,4DAAiF;AASjF;;;;GAIG;AACH,MAAa,wBAAyB,SAAQ,2BAAY;IAGxD;;;;OAIG;IACH,YAAmB,OAAwC;QACzD,KAAK,EAAE,CAAA;QARO,sBAAiB,GAAG,IAAI,CAAA;QA4BxB,SAAI,GAAG,wBAAwB,CAAC,IAAI,CAAC,cAAc,CAAA;QAlBjE,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,IAAI,IAAI,CAAC,UAAU,EAAE,CAAA;YACzC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;YAE9B,IAAI,CAAC,SAAS,CAAC;gBACb,QAAQ,EAAE,OAAO,CAAC,QAAQ;aAC3B,CAAC,CAAA;YAEF,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;gBACnB,IAAI,CAAC,SAAS,CAAC;oBACb,MAAM,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM;oBAC7B,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,OAAO;iBAChC,CAAC,CAAA;YACJ,CAAC;QACH,CAAC;IACH,CAAC;;AA1BH,4DAmCC;AALwB,6BAAI,GAAG,IAAA,8BAAgB,EAAC,kDAAkD,CAAC,AAAvE,CAAuE;AADlF;IADf,IAAA,gCAAkB,EAAC,wBAAwB,CAAC,IAAI,CAAC;;sDACiB;AAK5D;IAFN,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACU"}
|
|
@@ -21,6 +21,7 @@ class Connection {
|
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
exports.Connection = Connection;
|
|
24
25
|
__decorate([
|
|
25
26
|
(0, class_validator_1.IsString)(),
|
|
26
27
|
(0, class_transformer_1.Expose)({ name: 'DID' }),
|
|
@@ -34,5 +35,4 @@ __decorate([
|
|
|
34
35
|
(0, class_validator_1.IsOptional)(),
|
|
35
36
|
__metadata("design:type", DidDoc_1.DidDoc)
|
|
36
37
|
], Connection.prototype, "didDoc", void 0);
|
|
37
|
-
exports.Connection = Connection;
|
|
38
38
|
//# sourceMappingURL=Connection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Connection.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/Connection.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAkF;AAElF,yCAAqC;AAOrC,MAAa,UAAU;IACrB,YAAmB,OAA0B;QAC3C,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"Connection.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/Connection.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAgD;AAChD,qDAAkF;AAElF,yCAAqC;AAOrC,MAAa,UAAU;IACrB,YAAmB,OAA0B;QAC3C,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,GAAG,GAAG,OAAO,CAAC,GAAG,CAAA;YACtB,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,CAAA;QAC9B,CAAC;IACH,CAAC;CAYF;AAlBD,gCAkBC;AARQ;IAFN,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;;uCACL;AAOZ;IALN,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;IAC1B,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,eAAM,CAAC;IAClB,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,EAAC,eAAM,CAAC;IAClB,IAAA,4BAAU,GAAE;8BACG,eAAM;0CAAA"}
|
|
@@ -5,5 +5,5 @@ var ConnectionRole;
|
|
|
5
5
|
(function (ConnectionRole) {
|
|
6
6
|
ConnectionRole["Inviter"] = "inviter";
|
|
7
7
|
ConnectionRole["Invitee"] = "invitee";
|
|
8
|
-
})(ConnectionRole
|
|
8
|
+
})(ConnectionRole || (exports.ConnectionRole = ConnectionRole = {}));
|
|
9
9
|
//# sourceMappingURL=ConnectionRole.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;AACrB,CAAC,EAHW,cAAc,
|
|
1
|
+
{"version":3,"file":"ConnectionRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAGX;AAHD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,qCAAmB,CAAA;AACrB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ConnectionState = void 0;
|
|
4
|
+
exports.rfc0160StateFromDidExchangeState = rfc0160StateFromDidExchangeState;
|
|
4
5
|
const DidExchangeState_1 = require("./DidExchangeState");
|
|
5
6
|
/**
|
|
6
7
|
* Connection states as defined in RFC 0160.
|
|
@@ -14,7 +15,7 @@ var ConnectionState;
|
|
|
14
15
|
ConnectionState["Requested"] = "requested";
|
|
15
16
|
ConnectionState["Responded"] = "responded";
|
|
16
17
|
ConnectionState["Complete"] = "complete";
|
|
17
|
-
})(ConnectionState
|
|
18
|
+
})(ConnectionState || (exports.ConnectionState = ConnectionState = {}));
|
|
18
19
|
function rfc0160StateFromDidExchangeState(didExchangeState) {
|
|
19
20
|
const stateMapping = {
|
|
20
21
|
[DidExchangeState_1.DidExchangeState.Start]: ConnectionState.Null,
|
|
@@ -29,5 +30,4 @@ function rfc0160StateFromDidExchangeState(didExchangeState) {
|
|
|
29
30
|
};
|
|
30
31
|
return stateMapping[didExchangeState];
|
|
31
32
|
}
|
|
32
|
-
exports.rfc0160StateFromDidExchangeState = rfc0160StateFromDidExchangeState;
|
|
33
33
|
//# sourceMappingURL=ConnectionState.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionState.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionState.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ConnectionState.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionState.ts"],"names":[],"mappings":";;;AAeA,4EAcC;AA7BD,yDAAqD;AAErD;;;;GAIG;AACH,IAAY,eAMX;AAND,WAAY,eAAe;IACzB,gCAAa,CAAA;IACb,sCAAmB,CAAA;IACnB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;AACvB,CAAC,EANW,eAAe,+BAAf,eAAe,QAM1B;AAED,SAAgB,gCAAgC,CAAC,gBAAkC;IACjF,MAAM,YAAY,GAAG;QACnB,CAAC,mCAAgB,CAAC,KAAK,CAAC,EAAE,eAAe,CAAC,IAAI;QAC9C,CAAC,mCAAgB,CAAC,SAAS,CAAC,EAAE,eAAe,CAAC,IAAI;QAClD,CAAC,mCAAgB,CAAC,kBAAkB,CAAC,EAAE,eAAe,CAAC,OAAO;QAC9D,CAAC,mCAAgB,CAAC,cAAc,CAAC,EAAE,eAAe,CAAC,OAAO;QAC1D,CAAC,mCAAgB,CAAC,eAAe,CAAC,EAAE,eAAe,CAAC,SAAS;QAC7D,CAAC,mCAAgB,CAAC,WAAW,CAAC,EAAE,eAAe,CAAC,SAAS;QACzD,CAAC,mCAAgB,CAAC,gBAAgB,CAAC,EAAE,eAAe,CAAC,SAAS;QAC9D,CAAC,mCAAgB,CAAC,YAAY,CAAC,EAAE,eAAe,CAAC,SAAS;QAC1D,CAAC,mCAAgB,CAAC,SAAS,CAAC,EAAE,eAAe,CAAC,QAAQ;KACvD,CAAA;IAED,OAAO,YAAY,CAAC,gBAAgB,CAAC,CAAA;AACvC,CAAC"}
|
|
@@ -4,5 +4,5 @@ exports.ConnectionType = void 0;
|
|
|
4
4
|
var ConnectionType;
|
|
5
5
|
(function (ConnectionType) {
|
|
6
6
|
ConnectionType["Mediator"] = "mediator";
|
|
7
|
-
})(ConnectionType
|
|
7
|
+
})(ConnectionType || (exports.ConnectionType = ConnectionType = {}));
|
|
8
8
|
//# sourceMappingURL=ConnectionType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConnectionType.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAEX;AAFD,WAAY,cAAc;IACxB,uCAAqB,CAAA;AACvB,CAAC,EAFW,cAAc,
|
|
1
|
+
{"version":3,"file":"ConnectionType.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/ConnectionType.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAEX;AAFD,WAAY,cAAc;IACxB,uCAAqB,CAAA;AACvB,CAAC,EAFW,cAAc,8BAAd,cAAc,QAEzB"}
|
|
@@ -5,5 +5,5 @@ var DidExchangeRole;
|
|
|
5
5
|
(function (DidExchangeRole) {
|
|
6
6
|
DidExchangeRole["Requester"] = "requester";
|
|
7
7
|
DidExchangeRole["Responder"] = "responder";
|
|
8
|
-
})(DidExchangeRole
|
|
8
|
+
})(DidExchangeRole || (exports.DidExchangeRole = DidExchangeRole = {}));
|
|
9
9
|
//# sourceMappingURL=DidExchangeRole.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidExchangeRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;AACzB,CAAC,EAHW,eAAe,
|
|
1
|
+
{"version":3,"file":"DidExchangeRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidExchangeRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,eAGX;AAHD,WAAY,eAAe;IACzB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;AACzB,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B"}
|
|
@@ -17,5 +17,5 @@ var DidExchangeState;
|
|
|
17
17
|
DidExchangeState["ResponseReceived"] = "response-received";
|
|
18
18
|
DidExchangeState["Abandoned"] = "abandoned";
|
|
19
19
|
DidExchangeState["Completed"] = "completed";
|
|
20
|
-
})(DidExchangeState
|
|
20
|
+
})(DidExchangeState || (exports.DidExchangeState = DidExchangeState = {}));
|
|
21
21
|
//# sourceMappingURL=DidExchangeState.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidExchangeState.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidExchangeState.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,sDAAkC,CAAA;IAClC,8DAA0C,CAAA;IAC1C,gDAA4B,CAAA;IAC5B,wDAAoC,CAAA;IACpC,kDAA8B,CAAA;IAC9B,0DAAsC,CAAA;IACtC,2CAAuB,CAAA;IACvB,2CAAuB,CAAA;AACzB,CAAC,EAVW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"DidExchangeState.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidExchangeState.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,IAAY,gBAUX;AAVD,WAAY,gBAAgB;IAC1B,mCAAe,CAAA;IACf,sDAAkC,CAAA;IAClC,8DAA0C,CAAA;IAC1C,gDAA4B,CAAA;IAC5B,wDAAoC,CAAA;IACpC,kDAA8B,CAAA;IAC9B,0DAAsC,CAAA;IACtC,2CAAuB,CAAA;IACvB,2CAAuB,CAAA;AACzB,CAAC,EAVW,gBAAgB,gCAAhB,gBAAgB,QAU3B"}
|
|
@@ -5,5 +5,5 @@ var DidRotateRole;
|
|
|
5
5
|
(function (DidRotateRole) {
|
|
6
6
|
DidRotateRole["RotatingParty"] = "rotating_party";
|
|
7
7
|
DidRotateRole["ObservingParty"] = "observing_party";
|
|
8
|
-
})(DidRotateRole
|
|
8
|
+
})(DidRotateRole || (exports.DidRotateRole = DidRotateRole = {}));
|
|
9
9
|
//# sourceMappingURL=DidRotateRole.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidRotateRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidRotateRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,iDAAgC,CAAA;IAChC,mDAAkC,CAAA;AACpC,CAAC,EAHW,aAAa,
|
|
1
|
+
{"version":3,"file":"DidRotateRole.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/DidRotateRole.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,iDAAgC,CAAA;IAChC,mDAAkC,CAAA;AACpC,CAAC,EAHW,aAAa,6BAAb,aAAa,QAGxB"}
|
|
@@ -9,5 +9,5 @@ var HandshakeProtocol;
|
|
|
9
9
|
(function (HandshakeProtocol) {
|
|
10
10
|
HandshakeProtocol["DidExchange"] = "https://didcomm.org/didexchange/1.x";
|
|
11
11
|
HandshakeProtocol["Connections"] = "https://didcomm.org/connections/1.x";
|
|
12
|
-
})(HandshakeProtocol
|
|
12
|
+
})(HandshakeProtocol || (exports.HandshakeProtocol = HandshakeProtocol = {}));
|
|
13
13
|
//# sourceMappingURL=HandshakeProtocol.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HandshakeProtocol.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/HandshakeProtocol.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wEAAmD,CAAA;IACnD,wEAAmD,CAAA;AACrD,CAAC,EAHW,iBAAiB,
|
|
1
|
+
{"version":3,"file":"HandshakeProtocol.js","sourceRoot":"","sources":["../../../../src/modules/connections/models/HandshakeProtocol.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,IAAY,iBAGX;AAHD,WAAY,iBAAiB;IAC3B,wEAAmD,CAAA;IACnD,wEAAmD,CAAA;AACrD,CAAC,EAHW,iBAAiB,iCAAjB,iBAAiB,QAG5B"}
|
|
@@ -63,6 +63,7 @@ class DidDoc {
|
|
|
63
63
|
return services.sort((a, b) => a.priority - b.priority);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
+
exports.DidDoc = DidDoc;
|
|
66
67
|
__decorate([
|
|
67
68
|
(0, class_transformer_1.Expose)({ name: '@context' }),
|
|
68
69
|
(0, class_validator_1.Equals)('https://w3id.org/did/v1'),
|
|
@@ -90,5 +91,4 @@ __decorate([
|
|
|
90
91
|
(0, authentication_1.AuthenticationTransformer)(),
|
|
91
92
|
__metadata("design:type", Array)
|
|
92
93
|
], DidDoc.prototype, "authentication", void 0);
|
|
93
|
-
exports.DidDoc = DidDoc;
|
|
94
94
|
//# sourceMappingURL=DidDoc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DidDoc.js","sourceRoot":"","sources":["../../../../../src/modules/connections/models/did/DidDoc.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,yDAA0C;AAC1C,qDAA2E;AAE3E,0DAAqG;AAErG,qDAA4D;AAC5D,2CAAkD;AAIlD,MAAa,MAAM;IAuBjB,YAAmB,OAAsB;QApBlC,YAAO,GAAG,yBAAyB,CAAA;QAQnC,cAAS,GAAgB,EAAE,CAAA;QAK3B,YAAO,GAAyB,EAAE,CAAA;QAKlC,mBAAc,GAAqB,EAAE,CAAA;QAG1C,IAAI,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"DidDoc.js","sourceRoot":"","sources":["../../../../../src/modules/connections/models/did/DidDoc.ts"],"names":[],"mappings":";;;;;;;;;;;;AAIA,yDAA0C;AAC1C,qDAA2E;AAE3E,0DAAqG;AAErG,qDAA4D;AAC5D,2CAAkD;AAIlD,MAAa,MAAM;IAuBjB,YAAmB,OAAsB;QApBlC,YAAO,GAAG,yBAAyB,CAAA;QAQnC,cAAS,GAAgB,EAAE,CAAA;QAK3B,YAAO,GAAyB,EAAE,CAAA;QAKlC,mBAAc,GAAqB,EAAE,CAAA;QAG1C,IAAI,OAAO,EAAE,CAAC;YACZ,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,CAAA;YACpB,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,CAAA;YAClC,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC,OAAO,CAAA;YAC9B,IAAI,CAAC,cAAc,GAAG,OAAO,CAAC,cAAc,CAAA;QAC9C,CAAC;IACH,CAAC;IAED;;;;OAIG;IACI,YAAY,CAAC,EAAU;QAC5B,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC,CAAA;IACtD,CAAC;IAED;;;;OAIG;IACI,iBAAiB,CAAoD,IAAY;QACtF,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,KAAK,IAAI,CAAQ,CAAA;IACvE,CAAC;IAED;;;;OAIG;IACI,sBAAsB,CAC3B,SAAsC;QAEtC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,YAAY,SAAS,CAAQ,CAAA;IAC9E,CAAC;IAED;;;OAGG;IACH,IAAW,eAAe;QACxB,MAAM,mBAAmB,GAAG,CAAC,0BAAgB,CAAC,IAAI,EAAE,0BAAgB,CAAC,IAAI,CAAC,CAAA;QAC1E,MAAM,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,mBAAmB,CAAC,QAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,CAE3F,CAAA;QAED,4CAA4C;QAC5C,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAA;IACzD,CAAC;CACF;AA1ED,wBA0EC;AAvEQ;IAFN,IAAA,0BAAM,EAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;IAC5B,IAAA,wBAAM,EAAC,yBAAyB,CAAC;;uCACQ;AAGnC;IADN,IAAA,0BAAQ,GAAE;;kCACO;AAKX;IAHN,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,GAAE;IAChB,IAAA,gCAAoB,GAAE;;yCACW;AAK3B;IAHN,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAkB,GAAE;;uCACoB;AAKlC;IAHN,IAAA,yBAAO,GAAE;IACT,IAAA,gCAAc,GAAE;IAChB,IAAA,0CAAyB,GAAE;;8CACgB"}
|
|
@@ -19,11 +19,11 @@ class EmbeddedAuthentication extends Authentication_1.Authentication {
|
|
|
19
19
|
this.publicKey = publicKey;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
+
exports.EmbeddedAuthentication = EmbeddedAuthentication;
|
|
22
23
|
__decorate([
|
|
23
24
|
(0, class_validator_1.IsNotEmpty)(),
|
|
24
25
|
(0, class_validator_1.ValidateNested)(),
|
|
25
26
|
(0, class_validator_1.IsInstance)(PublicKey_1.PublicKey),
|
|
26
27
|
__metadata("design:type", PublicKey_1.PublicKey)
|
|
27
28
|
], EmbeddedAuthentication.prototype, "publicKey", void 0);
|
|
28
|
-
exports.EmbeddedAuthentication = EmbeddedAuthentication;
|
|
29
29
|
//# sourceMappingURL=EmbeddedAuthentication.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddedAuthentication.js","sourceRoot":"","sources":["../../../../../../src/modules/connections/models/did/authentication/EmbeddedAuthentication.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AAExE,sDAAkD;AAElD,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,+BAAc;IAMxD,YAAmB,SAAoB;QACrC,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;IAC5B,CAAC;CACF;
|
|
1
|
+
{"version":3,"file":"EmbeddedAuthentication.js","sourceRoot":"","sources":["../../../../../../src/modules/connections/models/did/authentication/EmbeddedAuthentication.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAAwE;AAExE,sDAAkD;AAElD,qDAAiD;AAEjD,MAAa,sBAAuB,SAAQ,+BAAc;IAMxD,YAAmB,SAAoB;QACrC,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;IAC5B,CAAC;CACF;AAXD,wDAWC;AAPQ;IAHN,IAAA,4BAAU,GAAE;IACZ,IAAA,gCAAc,GAAE;IAChB,IAAA,4BAAU,EAAC,qBAAS,CAAC;8BACH,qBAAS;yDAAA"}
|
|
@@ -21,6 +21,7 @@ class ReferencedAuthentication extends Authentication_1.Authentication {
|
|
|
21
21
|
this.type = type;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
+
exports.ReferencedAuthentication = ReferencedAuthentication;
|
|
24
25
|
__decorate([
|
|
25
26
|
(0, class_validator_1.IsString)(),
|
|
26
27
|
__metadata("design:type", String)
|
|
@@ -31,5 +32,4 @@ __decorate([
|
|
|
31
32
|
}),
|
|
32
33
|
__metadata("design:type", PublicKey_1.PublicKey)
|
|
33
34
|
], ReferencedAuthentication.prototype, "publicKey", void 0);
|
|
34
|
-
exports.ReferencedAuthentication = ReferencedAuthentication;
|
|
35
35
|
//# sourceMappingURL=ReferencedAuthentication.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReferencedAuthentication.js","sourceRoot":"","sources":["../../../../../../src/modules/connections/models/did/authentication/ReferencedAuthentication.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA6C;AAC7C,qDAA0C;AAE1C,sDAAkD;AAElD,qDAAiD;AAEjD,MAAa,wBAAyB,SAAQ,+BAAc;IAC1D,YAAmB,SAAoB,EAAE,IAAY;QACnD,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;QAC1B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;IAClB,CAAC;CASF;
|
|
1
|
+
{"version":3,"file":"ReferencedAuthentication.js","sourceRoot":"","sources":["../../../../../../src/modules/connections/models/did/authentication/ReferencedAuthentication.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA6C;AAC7C,qDAA0C;AAE1C,sDAAkD;AAElD,qDAAiD;AAEjD,MAAa,wBAAyB,SAAQ,+BAAc;IAC1D,YAAmB,SAAoB,EAAE,IAAY;QACnD,KAAK,EAAE,CAAA;QAEP,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;QAC1B,IAAI,CAAC,IAAI,GAAG,IAAI,CAAA;IAClB,CAAC;CASF;AAfD,4DAeC;AANQ;IADN,IAAA,0BAAQ,GAAE;;sDACS;AAKb;IAHN,IAAA,6BAAS,EAAC,CAAC,EAAE,KAAK,EAAwB,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,EAAE;QACxD,WAAW,EAAE,IAAI;KAClB,CAAC;8BACiB,qBAAS;2DAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ReferencedAuthentication = exports.EmbeddedAuthentication = exports.Authentication = exports.
|
|
3
|
+
exports.ReferencedAuthentication = exports.EmbeddedAuthentication = exports.Authentication = exports.authenticationTypes = void 0;
|
|
4
|
+
exports.AuthenticationTransformer = AuthenticationTransformer;
|
|
4
5
|
const class_transformer_1 = require("class-transformer");
|
|
5
6
|
const error_1 = require("../../../../../error");
|
|
6
7
|
const publicKey_1 = require("../publicKey");
|
|
@@ -55,5 +56,4 @@ function AuthenticationTransformer() {
|
|
|
55
56
|
}
|
|
56
57
|
});
|
|
57
58
|
}
|
|
58
|
-
exports.AuthenticationTransformer = AuthenticationTransformer;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|