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

24 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataPackageKitObject = void 0; var core_1 = require("@aurahelper/core"); exports.DataPackageKitObject = { developerName: new core_1.StringXMLField('developerName', 'Developer Name') .setMinApi(53) .setEditable() .setRequired(), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(53) .setEditable() .setRequired(), parentDataPackageKitDefinitionName: new core_1.StringXMLField('parentDataPackageKitDefinitionName', 'Parent Data Package Kit Definition Name') .setMinApi(53) .setEditable() .setRequired() .setMetadataType(core_1.MetadataTypes.DATA_PACKAGE_KIT_DEFINITION), referenceObjectName: new core_1.StringXMLField('referenceObjectName', 'Reference Object Name') .setMinApi(53) .setEditable() .setRequired(), }; //# sourceMappingURL=dataPackageKitObject.js.map