monkey-front-core 0.0.142 → 0.0.143

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.
@@ -3181,6 +3181,7 @@ class MonkeyEcxAuthenticationService {
3181
3181
  this.redirectLoginWelcomeBack =
3182
3182
  args?.redirectLoginWelcomeBack || this.redirectLoginWelcomeBack.bind(this);
3183
3183
  this.isAuthorized = args?.isAuthorized || this.isAuthorized.bind(this);
3184
+ this.isCompanyAuthorized = args?.isCompanyAuthorized || this.isCompanyAuthorized.bind(this);
3184
3185
  this.getRequestWithHeaders =
3185
3186
  args?.getRequestWithHeaders || this.getRequestWithHeaders.bind(this);
3186
3187
  this.getRequestWithHeadersOb = args?.getRequestWithHeadersOb.bind(this);