@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @eeplatform/basic-edu
2
2
 
3
+ ## 1.10.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e4bf10: Set status to 'screening' for specialProgram
8
+
3
9
  ## 1.10.23
4
10
 
5
11
  ### Patch Changes
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);