cloud-ide-lms-model 1.0.125 → 1.0.126

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,4 +1,5 @@
1
1
  import { MTableQueries } from "../../common-types/common";
2
+ import { ICoreSyen } from "../../schema";
2
3
  import { controllerResponse } from "../../utilities";
3
4
  type IEntityErrorLogger = {
4
5
  [key in keyof MEntity]: string;
@@ -12,7 +13,7 @@ interface entityControllerResponse extends controllerResponse {
12
13
  data?: entityResponseData[];
13
14
  }
14
15
  interface entityInsertUpdateControllerResponse extends controllerResponse {
15
- data?: entityResponseData;
16
+ data?: ICoreSyen;
16
17
  }
17
18
  interface entityResponseData {
18
19
  _id?: string;
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.125",
8
+ "version": "1.0.126",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",