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

20 lines 777 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WaveDataset = void 0; var core_1 = require("@aurahelper/core"); exports.WaveDataset = { application: new core_1.StringXMLField('application', 'Application') .setMinApi(37) .setEditable(), description: new core_1.StringXMLField('description', 'Description') .setMinApi(37) .setEditable(), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(37) .setEditable() .setRequired(), templateAssetSourceName: new core_1.StringXMLField('templateAssetSourceName', 'Template Asset Source Name') .setMinApi(37) .setEditable(), }; //# sourceMappingURL=waveDataset.js.map