tnx-shared 5.3.30 → 5.3.31

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,11 +27513,8 @@
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" });
27517
27516
  PermissionUtilsInterceptor.decorators = [
27518
- { type: i0.Injectable, args: [{
27519
- providedIn: 'root'
27520
- },] }
27517
+ { type: i0.Injectable }
27521
27518
  ];
27522
27519
  PermissionUtilsInterceptor.ctorParameters = function () { return [
27523
27520
  { type: AuthenService },