@sunbird-cb/utils 1.0.12 → 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.
@@ -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;
@@ -4064,14 +4065,10 @@ var EventService = (function () {
4064
4065
  subType: subType,
4065
4066
  type: WsEvents.EnumInteractTypes.CLICK,
4066
4067
  id: _.camelCase(data.label) + "-tab",
4067
- }, __assign({ context: {
4068
- position: data.index,
4069
- } }, object), {
4068
+ }, __assign({}, object), {
4070
4069
  pageIdExt: _.camelCase(data.label) + "-tab",
4071
4070
  });
4072
- this.raiseCustomImpression(__assign({ context: {
4073
- position: data.index,
4074
- } }, object), {
4071
+ this.raiseCustomImpression(__assign({}, object), {
4075
4072
  pageIdExt: _.camelCase(data.label) + "-tab",
4076
4073
  });
4077
4074
  };
@@ -4423,7 +4420,6 @@ var TelemetryService = (function () {
4423
4420
  try {
4424
4421
  var page = this.getPageDetails();
4425
4422
  if (data && data.pageContext) {
4426
- page.pageid = data.pageContext.pageId;
4427
4423
  page.module = data.pageContext.module;
4428
4424
  }
4429
4425
  var edata = {