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

47 lines 2.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmbeddedServiceFieldService = void 0; var core_1 = require("@aurahelper/core"); exports.EmbeddedServiceFieldService = { appointmentBookingFlowName: new core_1.StringXMLField('appointmentBookingFlowName', 'Appointment Booking Flow Name') .setMinApi(43) .setEditable(), cancelApptBookingFlowName: new core_1.StringXMLField('cancelApptBookingFlowName', 'Cancel Appointment Booking Flow Name') .setMinApi(43) .setEditable(), embeddedServiceConfig: new core_1.StringXMLField('embeddedServiceConfig', 'Embedded Service Config') .setMinApi(43) .setEditable() .setRequired() .setMetadataType(core_1.MetadataTypes.EMBEDDED_SERVICE_CONFIG), enabled: new core_1.BooleanXMLField('enabled', 'Enabled') .setMinApi(43) .setEditable() .setRequired(), fieldServiceConfirmCardImg: new core_1.StringXMLField('fieldServiceConfirmCardImg', 'Field Service Confirm Card Image') .setMinApi(43) .setEditable(), fieldServiceHomeImg: new core_1.StringXMLField('fieldServiceHomeImg', 'Field Service Home Image') .setMinApi(43) .setEditable(), fieldServiceLogoImg: new core_1.StringXMLField('fieldServiceLogoImg', 'Field Service Logo Image') .setMinApi(43) .setEditable(), masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label') .setMinApi(43) .setEditable() .setRequired() .setUnique(), modifyApptBookingFlowName: new core_1.StringXMLField('modifyApptBookingFlowName', 'Modify Appointment Booking Flow Name') .setMinApi(43) .setEditable(), shouldShowExistingAppointment: new core_1.BooleanXMLField('shouldShowExistingAppointment', 'Should Show Existing Appointment') .setMinApi(43) .setEditable() .setDefaultValue(false), shouldShowNewAppointment: new core_1.BooleanXMLField('shouldShowNewAppointment', 'Should Show New Appointment') .setMinApi(43) .setEditable() .setDefaultValue(false) }; //# sourceMappingURL=embeddedServiceFieldService.js.map