@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.
@@ -3718,6 +3718,7 @@
3718
3718
  if (false) {
3719
3719
  IUserProfile.prototype.userId;
3720
3720
  IUserProfile.prototype.email;
3721
+ IUserProfile.prototype.mobile;
3721
3722
  IUserProfile.prototype.departmentName;
3722
3723
  IUserProfile.prototype.userName;
3723
3724
  IUserProfile.prototype.firstName;
@@ -4274,14 +4275,10 @@
4274
4275
  subType: subType,
4275
4276
  type: exports.WsEvents.EnumInteractTypes.CLICK,
4276
4277
  id: ___default.camelCase(data.label) + "-tab",
4277
- }, __assign({ context: {
4278
- position: data.index,
4279
- } }, object), {
4278
+ }, __assign({}, object), {
4280
4279
  pageIdExt: ___default.camelCase(data.label) + "-tab",
4281
4280
  });
4282
- this.raiseCustomImpression(__assign({ context: {
4283
- position: data.index,
4284
- } }, object), {
4281
+ this.raiseCustomImpression(__assign({}, object), {
4285
4282
  pageIdExt: ___default.camelCase(data.label) + "-tab",
4286
4283
  });
4287
4284
  };
@@ -4633,7 +4630,6 @@
4633
4630
  try {
4634
4631
  var page = this.getPageDetails();
4635
4632
  if (data && data.pageContext) {
4636
- page.pageid = data.pageContext.pageId;
4637
4633
  page.module = data.pageContext.module;
4638
4634
  }
4639
4635
  var edata = {