@eeplatform/basic-edu 1.5.0 → 1.5.1

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/dist/index.mjs CHANGED
@@ -37488,12 +37488,14 @@ export {
37488
37488
  MLearner,
37489
37489
  MPlantilla,
37490
37490
  MStockCard,
37491
+ allowedSectionStudentStatuses,
37491
37492
  modelBasicEduCount,
37492
37493
  modelDivision,
37493
37494
  modelRegion,
37494
37495
  modelSchool,
37495
37496
  modelSection,
37496
37497
  modelSectionPreset,
37498
+ modelSectionStudent,
37497
37499
  schemaAsset,
37498
37500
  schemaAssetUpdateOption,
37499
37501
  schemaBasicEduCount,
@@ -37509,6 +37511,7 @@ export {
37509
37511
  schemaSchoolUpdate,
37510
37512
  schemaSection,
37511
37513
  schemaSectionPreset,
37514
+ schemaSectionStudent,
37512
37515
  schemaStockCard,
37513
37516
  schemaUpdateStatus,
37514
37517
  useAssetController,
@@ -37538,6 +37541,7 @@ export {
37538
37541
  useSectionPresetController,
37539
37542
  useSectionPresetRepo,
37540
37543
  useSectionRepo,
37544
+ useSectionStudentRepo,
37541
37545
  useStockCardController,
37542
37546
  useStockCardRepository,
37543
37547
  useStockCardService
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eeplatform/basic-edu",
3
3
  "license": "MIT",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",