mario-core 2.9.314-release → 2.9.315-release

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.
@@ -10,7 +10,7 @@ declare type UserDetail = {
10
10
  isActive: boolean;
11
11
  profileImageFileName: string;
12
12
  sourcedId?: string;
13
- teacherUserId?: string;
13
+ teacherUserId?: string[];
14
14
  };
15
15
  declare const useUserDetail: (id?: string | undefined) => {
16
16
  userDetail: UserDetail;
package/dist/index.js CHANGED
@@ -44680,7 +44680,7 @@ var initValue$3 = {
44680
44680
  roles: [],
44681
44681
  isActive: true,
44682
44682
  profileImageFileName: "",
44683
- teacherUserId: ""
44683
+ teacherUserId: []
44684
44684
  };
44685
44685
  var USER_LIST_URL = "/admin/users/user-list";
44686
44686
  var TITLE$9 = "User detail";