@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.
@@ -234,6 +234,7 @@ export declare namespace NsUser {
234
234
  interface IUserProfile {
235
235
  userId: string;
236
236
  email?: string;
237
+ mobile?: string;
237
238
  departmentName?: string;
238
239
  userName?: string;
239
240
  firstName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunbird-cb/utils",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "bundles/sunbird-cb-utils.umd.js",
5
5
  "dependencies": {
6
6
  "tslib": "^1.9.0"