1.2.2 • Published 4 years ago

@twec/notification-schemas v1.2.2

Weekly downloads
1
License
UNCLICENSED
Repository
-
Last release
4 years ago

TWEC Notification Schemas

A repo to hold common schemas for sending notifications

Install

yarn add @twec/notification-schemas

or

npm install @twec/notification-schemas

Usage

const { ProcessNotification, PagerDuty } = require('@twec/notification-schemas');

const processNotification = new ProcessNotification({...processParams});
const pagerDuty = new PagerDuty({...pagerDutyParams});

The fields validate when each constructor is instantiated and will throw with an error containing the fileds that did not validate.

Schema Wiki

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago