UNPKG

@aurahelper/xml-definitions

Version:

Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini

17 lines 887 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApexEmailNotification = void 0; var core_1 = require("@aurahelper/core"); exports.ApexEmailNotification = { apexEmailNotification: new core_1.ObjectXMLField('apexEmailNotification', 'Apex Email Notification') .setMinApi(49) .setEditable() .setFieldKey('email') .addField('email', new core_1.StringXMLField('email', 'Email') .setEditable() .addDependencyField(new core_1.XMLDependencyField('user', core_1.DataValues.NOT_NULL, core_1.DataValues.NOT_AVAILABLE))) .addField('user', new core_1.StringXMLField('user', 'user') .setEditable() .addDependencyField(new core_1.XMLDependencyField('email', core_1.DataValues.NOT_NULL, core_1.DataValues.NOT_AVAILABLE))) }; //# sourceMappingURL=apexEmailNotifications.js.map