@sunbird-cb/utils 1.0.18 → 1.0.19

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.
@@ -324,6 +324,7 @@
324
324
  ConfigurationsService.prototype.activeLocaleGroup;
325
325
  ConfigurationsService.prototype.completedActivity;
326
326
  ConfigurationsService.prototype.completedTour;
327
+ ConfigurationsService.prototype.competency;
327
328
  ConfigurationsService.prototype.profileSettings;
328
329
  ConfigurationsService.prototype.primaryNavBar;
329
330
  ConfigurationsService.prototype.pageNavBar;
@@ -3520,6 +3521,16 @@
3520
3521
  IConfig.prototype.forgotPasswordConfig;
3521
3522
  IConfig.prototype.hubs;
3522
3523
  IConfig.prototype.courseContentPath;
3524
+ IConfig.prototype.competency;
3525
+ }
3526
+ function ICompetencyKeys() { }
3527
+ NsInstanceConfig.ICompetencyKeys = ICompetencyKeys;
3528
+ if (false) {
3529
+ ICompetencyKeys.prototype.vKey;
3530
+ ICompetencyKeys.prototype.vCompetencyArea;
3531
+ ICompetencyKeys.prototype.vCompetencyAreaDescription;
3532
+ ICompetencyKeys.prototype.vCompetencyTheme;
3533
+ ICompetencyKeys.prototype.vCompetencySubTheme;
3523
3534
  }
3524
3535
  function IForgotPassword() { }
3525
3536
  NsInstanceConfig.IForgotPassword = IForgotPassword;