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 942 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BlacklistedConsumer = void 0; var core_1 = require("@aurahelper/core"); exports.BlacklistedConsumer = { blockedByApiWhitelisting: new core_1.BooleanXMLField('blockedByApiWhitelisting', 'Blocked By API Whitelisting') .setMinApi(49) .setEditable(), consumerKey: new core_1.StringXMLField('consumerKey', 'Consumer Key') .setMinApi(49) .setEditable() .setRequired() .setUnique(), consumerName: new core_1.StringXMLField('consumerName', 'Consumer Name') .setMinApi(49) .setEditable() .setRequired() .setMetadataType(core_1.MetadataTypes.CONNECTED_APP), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(49) .setEditable() .setRequired(), }; //# sourceMappingURL=blacklistedConsumer.js.map