tnx-shared 5.3.29 → 5.3.30

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.
@@ -27513,8 +27513,11 @@
27513
27513
  };
27514
27514
  return PermissionUtilsInterceptor;
27515
27515
  }());
27516
+ PermissionUtilsInterceptor.ɵprov = i0__namespace.ɵɵdefineInjectable({ factory: function PermissionUtilsInterceptor_Factory() { return new PermissionUtilsInterceptor(i0__namespace.ɵɵinject(AuthenService), i0__namespace.ɵɵinject(ModuleConfigService), i0__namespace.ɵɵinject(ApplicationContextService)); }, token: PermissionUtilsInterceptor, providedIn: "root" });
27516
27517
  PermissionUtilsInterceptor.decorators = [
27517
- { type: i0.Injectable }
27518
+ { type: i0.Injectable, args: [{
27519
+ providedIn: 'root'
27520
+ },] }
27518
27521
  ];
27519
27522
  PermissionUtilsInterceptor.ctorParameters = function () { return [
27520
27523
  { type: AuthenService },