@sunbird-cb/utils 1.0.13 → 1.0.14
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/bundles/sunbird-cb-utils.umd.js +1 -0
- package/bundles/sunbird-cb-utils.umd.js.map +1 -1
- package/bundles/sunbird-cb-utils.umd.min.js.map +1 -1
- package/esm2015/lib/services/configurations.model.js +2 -1
- package/esm5/lib/services/configurations.model.js +2 -1
- package/fesm2015/sunbird-cb-utils.js +1 -0
- package/fesm2015/sunbird-cb-utils.js.map +1 -1
- package/fesm5/sunbird-cb-utils.js +1 -0
- package/fesm5/sunbird-cb-utils.js.map +1 -1
- package/lib/services/configurations.model.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3508,6 +3508,7 @@ var NsUser;
|
|
|
3508
3508
|
if (false) {
|
|
3509
3509
|
IUserProfile.prototype.userId;
|
|
3510
3510
|
IUserProfile.prototype.email;
|
|
3511
|
+
IUserProfile.prototype.mobile;
|
|
3511
3512
|
IUserProfile.prototype.departmentName;
|
|
3512
3513
|
IUserProfile.prototype.userName;
|
|
3513
3514
|
IUserProfile.prototype.firstName;
|