UNPKG

@sap/adp-common

Version:
14 lines 751 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GeneratorTypes = void 0; var GeneratorTypes; (function (GeneratorTypes) { GeneratorTypes["ADD_ANNOTATIONS_TO_DATA"] = "Add Local Annotation File"; GeneratorTypes["ADD_COMPONENT_USAGES"] = "Add SAPUI5 Component Usages"; GeneratorTypes["ADD_NEW_MODEL"] = "Add OData Service And SAPUI5 Model"; GeneratorTypes["CHANGE_DATA_SOURCE"] = "Replace OData Service"; GeneratorTypes["CREATION"] = "Adaptation Project"; GeneratorTypes["CHANGE_INBOUND"] = "Change Inbound"; GeneratorTypes["DEPLOYMENT_WIZARD"] = "Deployment Wizard"; })(GeneratorTypes = exports.GeneratorTypes || (exports.GeneratorTypes = {})); //# sourceMappingURL=GeneratorTypes.js.map