UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

54 lines (53 loc) 1.66 kB
declare const coreRoutesUrl: { module: string; /** 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: string; /** * @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: string; /** * @description Endpoint to insert list of country (iso-country-insert) */ isoCountryInsert: string; /** * @description Endpoint to create the language (create-language) */ createLanguage: string; /** * @description to get the notes taken by the user (get-system-page-notes-manager) */ systemPageNotesManager: string; /** * @description Endpoint to get the entitly list (get-entity-list) */ entity: string; /** * @description Endpoint to get the entity by id (entity-by-id) */ entityById: string; /** * @description Endpoint to get the general master (general-master) */ generalMaster: string; /** * @description Endpoint to get the pin code (pin-code) */ pinCode: string; /** * @description Endpoint to get the currency (currency) */ currency: string; /** * @description Endpoint to get the country (country) */ country: string; /** * @description Endpoint to get the menu (menu) */ menu: string; }; export { coreRoutesUrl };