@eeplatform/basic-edu 1.10.41 → 1.10.42

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
@@ -35210,7 +35210,7 @@ function useSchoolService() {
35210
35210
  name: `${user.firstName} ${user.lastName}`,
35211
35211
  role: roleId.toString(),
35212
35212
  roleName,
35213
- type: roleType
35213
+ app: roleType
35214
35214
  },
35215
35215
  session
35216
35216
  );
@@ -35267,7 +35267,7 @@ function useSchoolService() {
35267
35267
  name: `${user.firstName} ${user.lastName}`,
35268
35268
  role: roleId.toString(),
35269
35269
  roleName,
35270
- type: roleType
35270
+ app: roleType
35271
35271
  },
35272
35272
  session
35273
35273
  );