UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

58 lines (57 loc) 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.coreRoutesUrl = void 0; const coreRoutesUrl = { module: 'core', /** Endpoint to get file details (get-file-details) * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.nhxx52qzdmct */ getFileDetails: "get-file-details", /** * @description Endpoint to get sidebar menu (menu) * for more details refer @link {https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1&tab=t.0#bookmark=id.ze2wrml3eew3} */ getSidebarMenues: "menu", /** * @description Endpoint to insert list of country (iso-country-insert) */ isoCountryInsert: "iso-country-insert", /** * @description Endpoint to create the language (create-language) */ createLanguage: "create-language", /** * @description to get the notes taken by the user (get-system-page-notes-manager) */ systemPageNotesManager: "system-page-notes-manager", /** * @description Endpoint to get the entitly list (get-entity-list) */ entity: "entity", /** * @description Endpoint to get the entity by id (entity-by-id) */ entityById: "entity-by-id", /** * @description Endpoint to get the general master (general-master) */ generalMaster: "general-master", /** * @description Endpoint to get the pin code (pin-code) */ pinCode: "pin-code", /** * @description Endpoint to get the currency (currency) */ currency: "currency", /** * @description Endpoint to get the country (country) */ country: "country", /** * @description Endpoint to get the menu (menu) */ menu: "core-menu" }; exports.coreRoutesUrl = coreRoutesUrl; Object.freeze(coreRoutesUrl);