Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ula-aca/webhook-event-models

ula-aca15Apache-2.00.0.2TypeScript support: included

Helper package with base models for creating plugins that interact with Aries Cloudagent webhook events

aries, cloudagent, ula, universal-ledger-agent, ssi, did, identity, blockchain, indy, webhook-event-models

readme

Universal Ledger Agent - Aries Cloudagent Webhook Event Models

npm (scoped)

This is a helper package with base models for creating plugins that interact with Aries Cloudagent webhook events. It is used by the Webhook Event Handlers to react to webhook events (e.g. PresentProofEventHandler from @ula-aca/present-proof). It is also used by the plugins that emit the Webhook events to the Universal Ledger Agent (ULA). Currently only the @ula-aca/webhook-relay-event-router package uses it to emit events, but it could be used to build for example a Webhook receiver directly into the ULA.

Webhook events are documentend in the Aries Cloud Agent Python repository.

Unless you are creating a plugin you should only directly use this package for type definitions in received events in the event handlers.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.2 (2020-05-04)

  • build: remove noEmit from tsconfig (2cc05fc)

0.0.1 (2020-02-05)

  • docs: updated code climate badges (7c0a0f0)