cloud-ide-model-schema 1.1.0 → 1.1.2
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.
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
/// <reference types="mongoose/types/validation" />
|
|
23
23
|
/// <reference types="mongoose/types/virtuals" />
|
|
24
24
|
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
import {
|
|
25
|
+
import { ICoreSype } from "cloud-ide-lms-model";
|
|
26
26
|
import mongoose from "mongoose";
|
|
27
|
-
declare const CCoreSypc: mongoose.Model<
|
|
27
|
+
declare const CCoreSypc: mongoose.Model<ICoreSype, {}, {}, {}, mongoose.Document<unknown, {}, ICoreSype> & ICoreSype & Required<{
|
|
28
28
|
_id: string;
|
|
29
29
|
}>, any>;
|
|
30
30
|
export { CCoreSypc };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"cloud-ide-lms-model": "^1.0.
|
|
3
|
+
"cloud-ide-lms-model": "^1.0.22",
|
|
4
4
|
"dotenv": "^16.4.5",
|
|
5
5
|
"mongoose": "^8.2.1"
|
|
6
6
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"typescript": "^5.4.2"
|
|
10
10
|
},
|
|
11
11
|
"name": "cloud-ide-model-schema",
|
|
12
|
-
"version": "1.1.
|
|
12
|
+
"version": "1.1.2",
|
|
13
13
|
"description": "Pachage for schema management of Cloud IDEsys LMS",
|
|
14
14
|
"main": "lib/index.js",
|
|
15
15
|
"types": "lib/index.d.ts",
|