@shieldiot/ngx-pulseiot-lib 2.18.1125 → 2.18.1127

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,11 +1,11 @@
1
1
  import { RestUtils } from '../../rest-utils';
2
2
  import { AppConfig } from '../../config';
3
+ import { EntitiesResponse } from '../model';
4
+ import { Insight } from '../model';
3
5
  import { InsightTypeCode } from '../model';
4
6
  import { SeverityTypeCode } from '../model';
5
7
  import { EntityResponse } from '../model';
6
8
  import { Distribution } from '../model';
7
- import { EntitiesResponse } from '../model';
8
- import { Insight } from '../model';
9
9
  import * as i0 from "@angular/core";
10
10
  export declare class UsrInsightsService {
11
11
  private config;
@@ -27,7 +27,7 @@ export declare class UsrInsightsService {
27
27
  /**
28
28
  * Get alerts distribution by severity filtered by query
29
29
  */
30
- countAlertsBySeverity(streamId?: string, search?: string, from?: number, to?: number, type?: InsightTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
30
+ countAlertsBySeverity(id?: string, streamId?: string, search?: string, from?: number, to?: number, type?: InsightTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<UsrInsightsService, never>;
32
32
  static ɵprov: i0.ɵɵInjectableDeclaration<UsrInsightsService>;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shieldiot/ngx-pulseiot-lib",
3
- "version": "2.18.1125",
3
+ "version": "2.18.1127",
4
4
  "description": "Angular client library for PulseIoT backend",
5
5
  "publishConfig": {
6
6
  "access": "public"