@acorex/connectivity 20.0.4 → 20.0.6

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.
package/mock/index.d.ts CHANGED
@@ -40,10 +40,16 @@ declare class AXCFOrganizationManagementMockModule {
40
40
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCFOrganizationManagementMockModule>;
41
41
  }
42
42
 
43
+ declare class AXCReportManagementMockModule {
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
45
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, never, never>;
46
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
47
+ }
48
+
43
49
  declare class AXCMockModule {
44
50
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
45
51
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
46
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof i1.AXPAuthModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule], never>;
52
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof i1.AXPAuthModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule, typeof AXCReportManagementMockModule], never>;
47
53
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
48
54
  }
49
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/connectivity",
3
- "version": "20.0.4",
3
+ "version": "20.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"