cloud-ide-lms-model 1.0.136 → 1.0.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,5 +15,5 @@ declare class MSyctrList extends MTableQueries {
15
15
  interface countryListControllerResponse extends controllerResponse {
16
16
  data?: ICoreSyctr[];
17
17
  }
18
- export { ICoreSyctrErrorLogger, //interface
18
+ export { MSyctrList, ICoreSyctrErrorLogger, //interface
19
19
  ICoreSyctrListErrorLogger, countryListControllerResponse };
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MSyctrList = void 0;
3
4
  const common_types_1 = require("../../common-types");
4
5
  /* INTERFACE END */
5
6
  class MSyctrList extends common_types_1.MTableQueries {
@@ -14,3 +15,4 @@ class MSyctrList extends common_types_1.MTableQueries {
14
15
  return errorLogger;
15
16
  }
16
17
  }
18
+ exports.MSyctrList = MSyctrList;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "typescript": "^5.4.2"
6
6
  },
7
7
  "name": "cloud-ide-lms-model",
8
- "version": "1.0.136",
8
+ "version": "1.0.138",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",