UNPKG

boldsign

Version:

NodeJS client for boldsign

87 lines 2.12 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationSettings = void 0; class NotificationSettings { constructor() { this['viewed'] = true; this['sent'] = false; this['deliveryFailed'] = true; this['declined'] = true; this['revoked'] = true; this['reassigned'] = true; this['completed'] = true; this['signed'] = true; this['expired'] = true; this['authenticationFailed'] = true; this['reminders'] = true; this['attachSignedDocument'] = false; } static getAttributeTypeMap() { return NotificationSettings.attributeTypeMap; } } exports.NotificationSettings = NotificationSettings; NotificationSettings.discriminator = undefined; NotificationSettings.attributeTypeMap = [ { "name": "viewed", "baseName": "viewed", "type": "boolean" }, { "name": "sent", "baseName": "sent", "type": "boolean" }, { "name": "deliveryFailed", "baseName": "deliveryFailed", "type": "boolean" }, { "name": "declined", "baseName": "declined", "type": "boolean" }, { "name": "revoked", "baseName": "revoked", "type": "boolean" }, { "name": "reassigned", "baseName": "reassigned", "type": "boolean" }, { "name": "completed", "baseName": "completed", "type": "boolean" }, { "name": "signed", "baseName": "signed", "type": "boolean" }, { "name": "expired", "baseName": "expired", "type": "boolean" }, { "name": "authenticationFailed", "baseName": "authenticationFailed", "type": "boolean" }, { "name": "reminders", "baseName": "reminders", "type": "boolean" }, { "name": "attachSignedDocument", "baseName": "attachSignedDocument", "type": "boolean" } ]; //# sourceMappingURL=notificationSettings.js.map