@kipicore/dbcore 1.1.679 → 1.1.681
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.
|
@@ -43,7 +43,7 @@ const targetSkillSchema = new mongoose_1.Schema({
|
|
|
43
43
|
const assessmentTestSchema = new mongoose_1.Schema({
|
|
44
44
|
sportId: { type: String, required: false },
|
|
45
45
|
sportRoleId: { type: String, required: false },
|
|
46
|
-
ageGroupId: { type: String, required: false },
|
|
46
|
+
// ageGroupId: { type: String, required: false },
|
|
47
47
|
name: { type: String, required: true },
|
|
48
48
|
code: { type: String, required: true },
|
|
49
49
|
description: { type: String, required: false },
|
package/package.json
CHANGED