cloud-ide-lms-model 1.0.341 → 1.0.342

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.
@@ -16,8 +16,8 @@ export type log_type = 'TRACE' | 'SECURITY' | 'APPLICATION_ERROR';
16
16
  export type diagnostic_code = "APPLICATION_ERR_200" | "APPLICATION_ERR_500" | "APPLICATION_ERR_201" | "APPLICATION_ERR_401" | "APPLICATION_ERR_400" | "APPLICATION_ERR_427" | "APPLICATION_ERR_783" | "APPLICATION_ERR_430" | "APPLICATION_ERR_449" | "APPLICATION_ERR_419" | "APPLICATION_ERR_403" | "APPLICATION_ERR_404" | "APPLICATION_ERR_409";
17
17
  declare class ICoreSylog {
18
18
  _id?: string;
19
- sylog_id_user?: string;
20
- sylog_id_logses?: string;
19
+ sylog_id_user?: string | null;
20
+ sylog_id_logses?: string | null;
21
21
  sylog_log_type?: log_type;
22
22
  sylog_action?: string;
23
23
  sylog_id_sypg?: 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.341",
8
+ "version": "1.0.342",
9
9
  "description": "Package for Model management of Cloud IDEsys LMS",
10
10
  "main": "lib/index.js",
11
11
  "types": "lib/index.d.ts",