cloud-ide-lms-model 1.0.96 → 1.0.98

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.
@@ -1,6 +1,9 @@
1
1
  type IPageNotesManagerErrorLogger = {
2
2
  [key in keyof ICoreSypn]: string;
3
3
  };
4
+ /**
5
+ * @description core_system_page_notes_manager (Reference: sypn)
6
+ */
4
7
  declare class ICoreSypn {
5
8
  _id?: string;
6
9
  sypn_titile?: string;
@@ -3,6 +3,9 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.ICoreSypn = void 0;
5
5
  /* INTERFACE END */
6
+ /**
7
+ * @description core_system_page_notes_manager (Reference: sypn)
8
+ */
6
9
  class ICoreSypn {
7
10
  constructor(init) {
8
11
  Object.assign(this, init);
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.96",
8
+ "version": "1.0.98",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",