@resolveio/client-lib-core 1.3.15 → 1.3.16

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.
@@ -21,7 +21,6 @@ export declare class AuthGuard implements CanActivate {
21
21
  canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Promise<boolean> | boolean;
22
22
  doesLinkHaveParameter(link: string): boolean;
23
23
  isLinkFakeRoute(link: string): boolean;
24
- isLinkPartialRoute(link: string): boolean;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthGuard, never>;
26
25
  static ɵprov: i0.ɵɵInjectableDeclaration<AuthGuard>;
27
26
  }
@@ -7,7 +7,6 @@ export interface ModulePermissionViewModel {
7
7
  link: string;
8
8
  label: string;
9
9
  has_parameter?: boolean;
10
- partial_route?: boolean;
11
10
  fake_route?: boolean;
12
11
  }
13
12
  export interface ModulePermissionApprovalModel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
4
4
  "peerDependencies": {
5
5
  "@ng-bootstrap/ng-bootstrap": "11.0.0",
6
6
  "@ng-select/ng-select": "9.0.2",