monkey-front-core 0.0.55 → 0.0.56

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.
@@ -2665,9 +2665,10 @@ class MonkeyEcxTokenStorageService {
2665
2665
  companyType: '',
2666
2666
  programAdmin: false,
2667
2667
  programType: '',
2668
+ accessType: '',
2668
2669
  role: '',
2669
2670
  _clearIgnore: {
2670
- ignore: ['username', 'program'],
2671
+ ignore: ['username', 'program', 'accessType'],
2671
2672
  },
2672
2673
  };
2673
2674
  this.token$ = new BehaviorSubject(null);