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

51 lines 2.29 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MobileApplicationDetail = void 0; var core_1 = require("@aurahelper/core"); exports.MobileApplicationDetail = { applicationBinaryFile: new core_1.StringXMLField('applicationBinaryFile', 'Application Binary File') .setMinApi(47) .setEditable() .setBase64(), applicationBinaryFileName: new core_1.StringXMLField('applicationBinaryFileName', 'Application Binary File Name') .setMinApi(47) .setEditable(), applicationBundleIdentifier: new core_1.StringXMLField('applicationBundleIdentifier', 'Application Bundle Identifier') .setMinApi(47) .setEditable(), applicationFileLength: new core_1.IntegerXMLField('applicationFileLength', 'Application File Length') .setMinApi(47) .setEditable(), applicationIconFile: new core_1.StringXMLField('applicationIconFile', 'Application Icon File') .setMinApi(47) .setEditable(), applicationIconFileName: new core_1.StringXMLField('applicationIconFileName', 'Application Icon File Name') .setMinApi(47) .setEditable(), applicationInstallUrl: new core_1.StringXMLField('applicationInstallUrl', 'Application Install URL') .setMinApi(47) .setEditable(), devicePlatform: new core_1.EnumXMLField('devicePlatform', 'Device Platform') .setMinApi(47) .setEditable() .setRequired() .addEnumValue('Android', 'android') .addEnumValue('iOS', 'ios'), deviceType: new core_1.EnumXMLField('deviceType', 'Device Type') .setMinApi(47) .setEditable() .addEnumValue('Mini Tablet', 'minitablet') .addEnumValue('Phone', 'phone') .addEnumValue('Tablet', 'tablet'), minimumOsVersion: new core_1.StringXMLField('minimumOsVersion', 'Minimum OS Version') .setMinApi(47) .setEditable(), privateApp: new core_1.BooleanXMLField('privateApp', 'Private App') .setMinApi(47) .setEditable(), version: new core_1.StringXMLField('version', 'Version') .setMinApi(47) .setEditable() .setRequired(), }; //# sourceMappingURL=mobileApplicationDetail.js.map