@shieldiot/pulse-lib 1.0.377 → 1.0.379
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/dist/cjs/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DevicesMap.d.ts +1 -1
- package/dist/cjs/lib/common/SeriesData.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/common/TokenData.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +4 -4
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/ApiKey.d.ts +1 -1
- package/dist/cjs/lib/entities/ApiKey.js.map +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +1 -1
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +6 -6
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +2 -2
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +1 -1
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/Radius.d.ts +1 -1
- package/dist/cjs/lib/entities/Radius.js.map +1 -1
- package/dist/cjs/lib/entities/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +2 -2
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +2 -2
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/cjs/lib/services/sysInsightsService.d.ts +0 -10
- package/dist/cjs/lib/services/sysInsightsService.js +0 -37
- package/dist/cjs/lib/services/sysInsightsService.js.map +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrInsightsService.d.ts +10 -1
- package/dist/cjs/lib/services/usrInsightsService.js +37 -0
- package/dist/cjs/lib/services/usrInsightsService.js.map +1 -1
- package/dist/cjs/lib/services/usrReportsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DevicesMap.d.ts +1 -1
- package/dist/esm/lib/common/SeriesData.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/common/TokenData.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +1 -1
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +4 -4
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/ApiKey.d.ts +1 -1
- package/dist/esm/lib/entities/ApiKey.js.map +1 -1
- package/dist/esm/lib/entities/Device.d.ts +1 -1
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +6 -6
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +2 -2
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +1 -1
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/Radius.d.ts +1 -1
- package/dist/esm/lib/entities/Radius.js.map +1 -1
- package/dist/esm/lib/entities/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +2 -2
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +2 -2
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/esm/lib/services/sysInsightsService.d.ts +0 -10
- package/dist/esm/lib/services/sysInsightsService.js +0 -37
- package/dist/esm/lib/services/sysInsightsService.js.map +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrInsightsService.d.ts +10 -1
- package/dist/esm/lib/services/usrInsightsService.js +37 -0
- package/dist/esm/lib/services/usrInsightsService.js.map +1 -1
- package/dist/esm/lib/services/usrReportsService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DevicesMap.d.ts +1 -1
- package/dist/types/lib/common/SeriesData.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/common/TokenData.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +4 -4
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +1 -1
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/types/lib/entities/Event.d.ts +6 -6
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/IdsRule.d.ts +2 -2
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/Radius.d.ts +1 -1
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
- package/dist/types/lib/entities/StreamConfig.d.ts +2 -2
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
- package/dist/types/lib/services/sysInsightsService.d.ts +0 -10
- package/dist/types/lib/services/usrAlertsService.d.ts +10 -10
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrInsightsService.d.ts +10 -1
- package/dist/types/lib/services/usrReportsService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
1
|
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { DataSourceCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Thresholds } from '../common';
|
|
2
|
-
import { ShieldexConfig } from '../common';
|
|
3
1
|
import { EventSeverityConfig } from '../common';
|
|
4
2
|
import { DeviceConfig } from '../common';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { Thresholds } from '../common';
|
|
5
|
+
import { ShieldexConfig } from '../common';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { DataIngestion } from '../entities';
|
|
2
|
-
import { SessionTransform } from '../common';
|
|
3
2
|
import { UsageTransform } from '../common';
|
|
4
|
-
import { Thresholds } from '../common';
|
|
5
3
|
import { ShieldexConfig } from '../common';
|
|
6
4
|
import { EventSeverityConfig } from '../common';
|
|
7
5
|
import { DeviceActionCode } from '../enums';
|
|
8
6
|
import { DeviceConfig } from '../common';
|
|
9
7
|
import { IdsConfig } from '../entities';
|
|
8
|
+
import { SessionTransform } from '../common';
|
|
9
|
+
import { Thresholds } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { UserTypeCode } from '../enums';
|
|
1
2
|
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { AccountRole } from '../common';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class UserMemberships extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Account } from '../entities';
|
|
3
|
-
import { AccountSettings } from '../entities';
|
|
4
2
|
import { AccountTypeCode } from '../enums';
|
|
5
3
|
import { AccountStatusCode } from '../enums';
|
|
6
4
|
import { Image } from '../entities';
|
|
7
5
|
import { AccountReportDTO } from '../entities';
|
|
6
|
+
import { Account } from '../entities';
|
|
7
|
+
import { AccountSettings } from '../entities';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { InsightQuery } from '../entities';
|
|
3
3
|
import { InsightSpec } from '../entities';
|
|
4
|
-
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { Insight } from '../entities';
|
|
6
4
|
export declare class SysInsightsService {
|
|
7
5
|
private apiUrl;
|
|
8
6
|
private rest;
|
|
@@ -52,12 +50,4 @@ export declare class SysInsightsService {
|
|
|
52
50
|
* Find list of insight specs
|
|
53
51
|
*/
|
|
54
52
|
findSpecsQueries(accountId?: string, streamId?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<InsightQuery>>;
|
|
55
|
-
/**
|
|
56
|
-
* Find list of insights
|
|
57
|
-
*/
|
|
58
|
-
find(streamId?: string, severity?: SeverityTypeCode[], search?: string, sort?: string, page?: number, size?: number, from?: number, to?: number): import("rxjs").Observable<EntitiesResponse<Insight>>;
|
|
59
|
-
/**
|
|
60
|
-
* Get single insight by id
|
|
61
|
-
*/
|
|
62
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<Insight>>;
|
|
63
53
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { MaliciousIPData } from '../common';
|
|
4
|
-
import { DeviceActionCode } from '../enums';
|
|
5
|
-
import { Alert } from '../entities';
|
|
6
|
-
import { EventTypeCode } from '../enums';
|
|
7
|
-
import { EventCategoryCode } from '../enums';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
9
3
|
import { TimeSeriesOf2D } from '../common';
|
|
10
|
-
import {
|
|
4
|
+
import { MaliciousIPCard } from '../common';
|
|
5
|
+
import { Alert } from '../entities';
|
|
11
6
|
import { SeverityTypeCode } from '../enums';
|
|
12
|
-
import {
|
|
7
|
+
import { MaliciousIPData } from '../common';
|
|
8
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
13
9
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import {
|
|
10
|
+
import { IntDistribution } from '../entities';
|
|
15
11
|
import { StringKeyValue } from '../common';
|
|
12
|
+
import { EventTypeCode } from '../enums';
|
|
13
|
+
import { EventCategoryCode } from '../enums';
|
|
14
|
+
import { AlertWithDevice } from '../entities';
|
|
15
|
+
import { DeviceActionCode } from '../enums';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
3
|
-
import { NetworkMap } from '../common';
|
|
4
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
5
|
-
import { Device } from '../entities';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
2
|
+
import { MapBounds } from '../common';
|
|
8
3
|
import { DevicesMap } from '../common';
|
|
9
|
-
import { SeverityTypeCode } from '../enums';
|
|
10
4
|
import { IntDistribution } from '../entities';
|
|
5
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
6
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
11
7
|
import { DeviceReport } from '../entities';
|
|
12
|
-
import {
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
13
9
|
import { DeviceWithEvents } from '../entities';
|
|
14
10
|
import { DeviceStatusCode } from '../enums';
|
|
15
|
-
import {
|
|
11
|
+
import { DeviceActionCode } from '../enums';
|
|
16
12
|
import { BulkDevices } from '../entities';
|
|
13
|
+
import { DeviceTypeCode } from '../enums';
|
|
14
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
15
|
+
import { Device } from '../entities';
|
|
16
|
+
import { NetworkMap } from '../common';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
4
|
+
import { EventStatusCode } from '../enums';
|
|
5
|
+
import { MaliciousIPData } from '../common';
|
|
4
6
|
import { IntDistribution } from '../entities';
|
|
5
|
-
import {
|
|
6
|
-
import { StringKeyValue } from '../common';
|
|
7
|
+
import { TimeSeriesOf2D } from '../common';
|
|
7
8
|
import { MaliciousIPCard } from '../common';
|
|
9
|
+
import { StringKeyValue } from '../common';
|
|
8
10
|
import { Event } from '../entities';
|
|
9
11
|
import { EventTypeCode } from '../enums';
|
|
10
|
-
import {
|
|
12
|
+
import { EventCategoryCode } from '../enums';
|
|
11
13
|
import { RuleTypeCode } from '../enums';
|
|
12
14
|
import { EventWithDevice } from '../entities';
|
|
13
|
-
import { MaliciousIPData } from '../common';
|
|
14
|
-
import { TimeSeriesOf2D } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { RestUtil, EntitiesResponse } from '../../utils';
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
2
|
import { Insight } from '../entities';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
export declare class UsrInsightsService {
|
|
4
5
|
private apiUrl;
|
|
5
6
|
private rest;
|
|
@@ -9,4 +10,12 @@ export declare class UsrInsightsService {
|
|
|
9
10
|
* Find list of insights by day
|
|
10
11
|
*/
|
|
11
12
|
getDailyInsights(dayId?: string): import("rxjs").Observable<EntitiesResponse<Insight>>;
|
|
13
|
+
/**
|
|
14
|
+
* Find list of insights
|
|
15
|
+
*/
|
|
16
|
+
find(streamId?: string, severity?: SeverityTypeCode[], search?: string, sort?: string, page?: number, size?: number, from?: number, to?: number): import("rxjs").Observable<EntitiesResponse<Insight>>;
|
|
17
|
+
/**
|
|
18
|
+
* Get single insight by id
|
|
19
|
+
*/
|
|
20
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<Insight>>;
|
|
12
21
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Report } from '../entities';
|
|
2
3
|
import { ReportSourceCode } from '../enums';
|
|
3
4
|
import { TimeSeries } from '../common';
|
|
4
5
|
import { GraphSeries } from '../common';
|
|
5
|
-
import { Report } from '../entities';
|
|
6
6
|
export declare class UsrReportsService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
|
-
import { Rule } from '../entities';
|
|
4
2
|
import { SeverityTypeCode } from '../enums';
|
|
5
3
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
4
|
import { EventTypeCode } from '../enums';
|
|
7
5
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
6
|
import { IntDistribution } from '../entities';
|
|
7
|
+
import { Distribution } from '../entities';
|
|
8
|
+
import { Rule } from '../entities';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Image } from '../entities';
|
|
3
|
+
import { Stream } from '../entities';
|
|
4
|
+
import { FeatureCode } from '../enums';
|
|
2
5
|
import { LoginParams } from '../common';
|
|
3
6
|
import { User } from '../entities';
|
|
7
|
+
import { AccountDTO } from '../entities';
|
|
4
8
|
import { Feature } from '../entities';
|
|
5
9
|
import { UserMemberships } from '../entities';
|
|
6
|
-
import { AccountDTO } from '../entities';
|
|
7
|
-
import { Image } from '../entities';
|
|
8
|
-
import { Stream } from '../entities';
|
|
9
|
-
import { FeatureCode } from '../enums';
|
|
10
10
|
import { ConfigParam } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|