@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.
@@ -117,6 +117,7 @@ if (false) {
117
117
  ConfigurationsService.prototype.activeLocaleGroup;
118
118
  ConfigurationsService.prototype.completedActivity;
119
119
  ConfigurationsService.prototype.completedTour;
120
+ ConfigurationsService.prototype.competency;
120
121
  ConfigurationsService.prototype.profileSettings;
121
122
  ConfigurationsService.prototype.primaryNavBar;
122
123
  ConfigurationsService.prototype.pageNavBar;
@@ -3313,6 +3314,16 @@ var NsInstanceConfig;
3313
3314
  IConfig.prototype.forgotPasswordConfig;
3314
3315
  IConfig.prototype.hubs;
3315
3316
  IConfig.prototype.courseContentPath;
3317
+ IConfig.prototype.competency;
3318
+ }
3319
+ function ICompetencyKeys() { }
3320
+ NsInstanceConfig.ICompetencyKeys = ICompetencyKeys;
3321
+ if (false) {
3322
+ ICompetencyKeys.prototype.vKey;
3323
+ ICompetencyKeys.prototype.vCompetencyArea;
3324
+ ICompetencyKeys.prototype.vCompetencyAreaDescription;
3325
+ ICompetencyKeys.prototype.vCompetencyTheme;
3326
+ ICompetencyKeys.prototype.vCompetencySubTheme;
3316
3327
  }
3317
3328
  function IForgotPassword() { }
3318
3329
  NsInstanceConfig.IForgotPassword = IForgotPassword;