@eeplatform/basic-edu 1.10.23 → 1.10.24
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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -36113,6 +36113,9 @@ function useEnrollmentService() {
|
|
|
36113
36113
|
);
|
|
36114
36114
|
}
|
|
36115
36115
|
}
|
|
36116
|
+
if (value.specialProgram) {
|
|
36117
|
+
value.status = "screening";
|
|
36118
|
+
}
|
|
36116
36119
|
const enrollmentId = await _add(value, session);
|
|
36117
36120
|
if (value.specialProgram) {
|
|
36118
36121
|
const programId = String(value.specialProgram);
|