@gravitee/ui-policy-studio-angular 7.52.0-angular15-eac6eb7 → 7.52.0-angular15-85bd9b8

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.
@@ -1,5 +1,6 @@
1
1
  import { Observable } from 'rxjs';
2
2
  import { Policy, PolicyDocumentationFetcher, PolicySchemaFetcher } from './models';
3
+ import * as i0 from "@angular/core";
3
4
  export declare class GioPolicyStudioService {
4
5
  private schemasCache;
5
6
  private documentationsCache;
@@ -23,4 +24,6 @@ export declare class GioPolicyStudioService {
23
24
  * @returns the documentation for the policy
24
25
  */
25
26
  getPolicyDocumentation(policy: Policy): Observable<string>;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<GioPolicyStudioService, never>;
28
+ static ɵprov: i0.ɵɵInjectableDeclaration<GioPolicyStudioService>;
26
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-policy-studio-angular",
3
- "version": "7.52.0-angular15-eac6eb7",
3
+ "version": "7.52.0-angular15-85bd9b8",
4
4
  "description": "Gravitee.io - UI Policy Studio Angular",
5
5
  "repository": {
6
6
  "type": "git",