@sunbird-cb/utils 1.0.12 → 1.0.13

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