@acorex/connectivity 19.2.4 → 19.2.5

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.
@@ -0,0 +1 @@
1
+ export * from './app-term.seeder';
@@ -0,0 +1,2 @@
1
+ import { AXMAppVersionEntityModel } from '@acorex/modules/platform-management';
2
+ export declare const APP_VERSIONS: AXMAppVersionEntityModel[];
@@ -0,0 +1,8 @@
1
+ import { AXPDataSeeder } from '@acorex/platform/common';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
4
+ private storageService;
5
+ seed(): Promise<void>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
8
+ }
@@ -0,0 +1 @@
1
+ export * from './app-version.seeder';
@@ -1,8 +1,8 @@
1
1
  import { AXPDataSeeder } from '@acorex/platform/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXPGlobalVariablesDataSeeder implements AXPDataSeeder {
3
+ export declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
4
4
  private storageService;
5
5
  seed(): Promise<void>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPGlobalVariablesDataSeeder, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPGlobalVariablesDataSeeder>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
8
8
  }
@@ -1 +1,3 @@
1
+ export * from './app-term';
2
+ export * from './app-version';
1
3
  export * from './global-variables';
@@ -1,8 +1,8 @@
1
1
  import { AXPDataSeeder } from '@acorex/platform/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXPSchedulerJobDataSeeder implements AXPDataSeeder {
3
+ export declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
4
4
  private storageService;
5
5
  seed(): Promise<void>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPSchedulerJobDataSeeder, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPSchedulerJobDataSeeder>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
8
8
  }
@@ -1,8 +1,8 @@
1
1
  import { AXPDataSeeder } from '@acorex/platform/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXPTextTemplateCategoryDataSeeder implements AXPDataSeeder {
3
+ export declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
4
4
  private storageService;
5
5
  seed(): Promise<void>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPTextTemplateCategoryDataSeeder, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPTextTemplateCategoryDataSeeder>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateCategoryDataSeeder, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
8
8
  }
@@ -1,8 +1,8 @@
1
1
  import { AXPDataSeeder } from '@acorex/platform/common';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AXPTextTemplateDataSeeder implements AXPDataSeeder {
3
+ export declare class AXCTextTemplateDataSeeder implements AXPDataSeeder {
4
4
  private storageService;
5
5
  seed(): Promise<void>;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPTextTemplateDataSeeder, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPTextTemplateDataSeeder>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateDataSeeder, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/connectivity",
3
- "version": "19.2.4",
3
+ "version": "19.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"