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

34 lines 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AIApplicationConfig = void 0; var core_1 = require("@aurahelper/core"); exports.AIApplicationConfig = { aiApplicationDeveloperName: new core_1.StringXMLField('aiApplicationDeveloperName', 'AI Application Developer Name') .setMinApi(50) .setUnique() .setRequired(), applicationId: new core_1.StringXMLField('applicationId', 'Application ID') .setMinApi(50) .setUnique() .setRequired(), developerName: new core_1.StringXMLField('developerName', 'Developer Name') .setMinApi(50) .setUnique() .setRequired(), insightReasonEnabled: new core_1.BooleanXMLField('insightReasonEnabled', 'Insight Reason Enabled') .setMinApi(50) .setRequired(), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(50) .setRequired(), rank: new core_1.IntegerXMLField('rank', 'Rank') .setMinApi(50) .setRequired(), scoringMode: new core_1.EnumXMLField('scoringMode', 'Scoring Mode') .setMinApi(50) .setRequired() .addEnumValue('Batch', 'Batch') .addEnumValue('On Demand', 'OnDemand') .addEnumValue('Streaming', 'Streaming'), }; //# sourceMappingURL=aIApplicationConfig.js.map