UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

178 lines (177 loc) 5.83 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.coreRoutesUrl = void 0; const coreRoutesUrl = { module: 'core', /** Endpoint to get file details (file-manager) * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.nhxx52qzdmct */ fileManager: "file-manager", /** * @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 entity by domain (entity-by-domain) */ entityByDomain: "entity-by-domain", /** * @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 manage financial configuration (financial-config) */ financialConfig: "financial-config", /** * @description Endpoint to manage system configuration (system-config) */ systemConfig: "system-config", /** * @description Endpoint to get the country (country) */ country: "country", /** * @description Endpoint to get the nationality (nationality) */ nationality: "nationality", /** * @description Endpoint to get the menu (menu) */ menu: "core-menu", /** * @description Endpoint to get the department (department) */ department: "department", /** * @description Endpoint to get the designation (designation) */ designation: "designation", /** * @description Endpoint to get the grade level (grade-level) */ gradeLevel: "grade-level", /** * @description Endpoint to get the page (page) */ page: "page", /** * @description Endpoint to get the page theme (page-theme) */ pageTheme: "page-theme", /** * @description Endpoint to get the page control (page-control) */ pageControl: "page-control", /** * @description Endpoint to get the page control mapping (page-control-mapping) */ pageControlMapping: "page-control-mapping", /** * @description Endpoint to get the general master type (general-master-type) */ generalMasterType: "general-master-type", /** * @description Endpoint to get the user role (user-role) */ userRole: "user-role", /** * @description Endpoint to get the class program master (class-program-master) */ classProgramMaster: "class-program-master", /** * @description Endpoint to get the class program term (class-program-term) */ classProgramTerm: "class-program-term", /** * @description Endpoint to get the program term section (program-term-section) */ programTermSection: "program-term-section", /** * generic path to get the mapping of entity access pass management for any form */ coreEntityAccessPassManagement: "core-entity-access-pass-management", /** * @description Endpoint to get the breadcrumb (breadcrumb) */ breadcrumb: "breadcrumb", /** * @description Endpoint to manage dashboard cards (dashboard-cards) */ dashboardCards: "dashboard-cards", /** * @description Endpoint to manage workflow registry (workflow/registry) */ workflowRegistry: "workflow/registry", /** * @description Endpoint to manage workflow configuration (workflow/config) */ workflowConfig: "workflow/config", /** * @description Endpoint to manage workflow engine operations (workflow) */ workflow: "workflow", /** * @description Endpoint to get workflow status (workflow/status) */ workflowStatus: "workflow/status", /** * @description Endpoint to manage school board affiliation (school-board-affiliation) */ schoolBoardAffiliation: "school-board-affiliation", /** * @description Endpoint to manage API endpoint master (api-endpoint-master) */ apiEndpointMaster: "api-endpoint-master", /** * @description Endpoint to manage document type registry (doc-type) */ docType: "doc-type", /** * @description Endpoint to manage document series master (doc-series) */ docSeries: "doc-series", /** * @description Endpoint to manage document series assignments (doc-series-assignment) */ docSeriesAssignment: "doc-series-assignment", /** * @description Endpoint to get selectable series for a doc type (doc-series-assignment/selectable) */ docSeriesSelectable: "doc-series-assignment/selectable", /** * @description Endpoint to preview next document number (doc-series/preview) */ docSeriesPreview: "doc-series/preview", }; exports.coreRoutesUrl = coreRoutesUrl; Object.freeze(coreRoutesUrl);