cloud-ide-lms-model 1.0.225 → 1.0.227

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.
@@ -70,3 +70,5 @@ exports.AuthUserMstGetByIdPayload = AuthUserMstGetByIdPayload;
70
70
  class AuthUserMstGetByIdData {
71
71
  }
72
72
  exports.AuthUserMstGetByIdData = AuthUserMstGetByIdData;
73
+ class AuthUserCoreEntityMapping extends schema_1.CoreEntityMapping {
74
+ }
@@ -1,15 +1,18 @@
1
- interface CoreEntityMapping {
1
+ declare class CoreEntityMapping {
2
2
  _id?: string;
3
- syenm_id_user: string;
4
- syenm_role_id_syusrol: string;
5
- syenm_id_logses: string;
6
- syenm_activefrom: string;
7
- syenm_activeupto: string;
8
- syenm_designation_id_sydsg: string;
9
- syenm_department_id_sydept: string;
10
- syenm_entity_id_syen: string;
11
- syenm_isactive: boolean;
12
- syenm_isdefault: boolean;
13
- syenm_isloggedin: boolean;
3
+ syenm_id_user?: string;
4
+ syenm_role_id_syusrol?: string;
5
+ syenm_id_logses?: string;
6
+ syenm_activefrom?: string;
7
+ syenm_activeupto?: string;
8
+ syenm_designation_id_sydsg?: string;
9
+ syenm_department_id_sydept?: string;
10
+ syenm_entity_id_syen?: string | {
11
+ _id: string;
12
+ syen_name: string;
13
+ };
14
+ syenm_isactive?: boolean;
15
+ syenm_isdefault?: boolean;
16
+ syenm_isloggedin?: boolean;
14
17
  }
15
18
  export { CoreEntityMapping };
@@ -1,2 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CoreEntityMapping = void 0;
4
+ /* INTERFASE START */
5
+ class CoreEntityMapping {
6
+ }
7
+ exports.CoreEntityMapping = CoreEntityMapping;
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.225",
8
+ "version": "1.0.227",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",