@shieldiot/ngx-pulseiot-lib 2.18.1125 → 2.18.1128
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/esm2022/lib/model/AICheckpoint.mjs +3 -3
- package/esm2022/lib/model/Account.mjs +1 -1
- package/esm2022/lib/model/AccountInfo.mjs +5 -5
- package/esm2022/lib/model/AccountReportDTO.mjs +1 -1
- package/esm2022/lib/model/Alert.mjs +1 -1
- package/esm2022/lib/model/BaseEntityEx.mjs +1 -1
- package/esm2022/lib/model/DataIngestion.mjs +1 -1
- package/esm2022/lib/model/DeploymentInfo.mjs +1 -1
- package/esm2022/lib/model/Device.mjs +1 -1
- package/esm2022/lib/model/DeviceReport.mjs +2 -2
- package/esm2022/lib/model/DeviceScoreConfig.mjs +1 -1
- package/esm2022/lib/model/Event.mjs +1 -1
- package/esm2022/lib/model/Insight.mjs +1 -1
- package/esm2022/lib/model/InsightQuery.mjs +1 -1
- package/esm2022/lib/model/Integration.mjs +1 -1
- package/esm2022/lib/model/IntegrationContext.mjs +1 -1
- package/esm2022/lib/model/NotificationMessage.mjs +1 -1
- package/esm2022/lib/model/Rule.mjs +1 -1
- package/esm2022/lib/model/ServiceStatus.mjs +2 -2
- package/esm2022/lib/model/StreamConfig.mjs +1 -1
- package/esm2022/lib/model/TimeSeriesConsumption.mjs +1 -1
- package/esm2022/lib/model/UsageRecord.mjs +4 -4
- package/esm2022/lib/model/index.mjs +141 -141
- package/esm2022/lib/services/SysAccountsService.mjs +14 -2
- package/esm2022/lib/services/SysIdsRulesService.mjs +5 -11
- package/esm2022/lib/services/SysKeysService.mjs +1 -1
- package/esm2022/lib/services/SysMembersService.mjs +1 -1
- package/esm2022/lib/services/SysRulesService.mjs +1 -1
- package/esm2022/lib/services/SysUsersService.mjs +1 -1
- package/esm2022/lib/services/UsrAlertsService.mjs +13 -184
- package/esm2022/lib/services/UsrDevicesService.mjs +10 -46
- package/esm2022/lib/services/UsrEventsService.mjs +16 -178
- package/esm2022/lib/services/UsrInsightsService.mjs +5 -9
- package/esm2022/lib/services/UsrNetworkService.mjs +10 -4
- package/esm2022/lib/services/UsrReportsInstanceService.mjs +1 -1
- package/esm2022/lib/services/UsrReportsService.mjs +1 -1
- package/esm2022/lib/services/UsrRulesService.mjs +4 -22
- package/esm2022/lib/services/UsrUserService.mjs +1 -1
- package/esm2022/lib/services/index.mjs +21 -22
- package/fesm2022/shieldiot-ngx-pulseiot-lib.mjs +5302 -5753
- package/fesm2022/shieldiot-ngx-pulseiot-lib.mjs.map +1 -1
- package/lib/model/AICheckpoint.d.ts +2 -2
- package/lib/model/Account.d.ts +2 -2
- package/lib/model/AccountInfo.d.ts +4 -4
- package/lib/model/AccountReportDTO.d.ts +1 -1
- package/lib/model/Alert.d.ts +6 -6
- package/lib/model/BaseEntityEx.d.ts +2 -2
- package/lib/model/DataIngestion.d.ts +1 -1
- package/lib/model/DeploymentInfo.d.ts +1 -1
- package/lib/model/Device.d.ts +3 -3
- package/lib/model/DeviceReport.d.ts +1 -2
- package/lib/model/DeviceScoreConfig.d.ts +6 -7
- package/lib/model/Event.d.ts +5 -5
- package/lib/model/Insight.d.ts +3 -3
- package/lib/model/InsightQuery.d.ts +1 -1
- package/lib/model/Integration.d.ts +2 -2
- package/lib/model/IntegrationContext.d.ts +4 -4
- package/lib/model/NotificationMessage.d.ts +1 -1
- package/lib/model/Rule.d.ts +3 -3
- package/lib/model/ServiceStatus.d.ts +1 -1
- package/lib/model/StreamConfig.d.ts +4 -4
- package/lib/model/TimeSeriesConsumption.d.ts +1 -1
- package/lib/model/UsageRecord.d.ts +3 -3
- package/lib/model/index.d.ts +140 -140
- package/lib/services/SysAccountsService.d.ts +6 -4
- package/lib/services/SysIdsRulesService.d.ts +4 -8
- package/lib/services/SysKeysService.d.ts +1 -1
- package/lib/services/SysMembersService.d.ts +2 -2
- package/lib/services/SysRulesService.d.ts +3 -3
- package/lib/services/SysUsersService.d.ts +4 -4
- package/lib/services/UsrAlertsService.d.ts +23 -25
- package/lib/services/UsrDevicesService.d.ts +21 -22
- package/lib/services/UsrEventsService.d.ts +20 -23
- package/lib/services/UsrInsightsService.d.ts +1 -1
- package/lib/services/UsrNetworkService.d.ts +7 -7
- package/lib/services/UsrReportsInstanceService.d.ts +3 -3
- package/lib/services/UsrReportsService.d.ts +1 -1
- package/lib/services/UsrRulesService.d.ts +7 -7
- package/lib/services/UsrUserService.d.ts +8 -11
- package/lib/services/index.d.ts +20 -21
- package/package.json +1 -1
- package/esm2022/lib/services/SupportStreamAnalyticsConfigService.mjs +0 -77
- package/lib/services/SupportStreamAnalyticsConfigService.d.ts +0 -39
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { EventTypeCode } from '../model';
|
|
4
3
|
import { EntityResponse } from '../model';
|
|
5
4
|
import { ActionResponse } from '../model';
|
|
6
|
-
import { SeverityTypeCode } from '../model';
|
|
7
5
|
import { EntitiesResponse } from '../model';
|
|
8
6
|
import { Rule } from '../model';
|
|
9
|
-
import { IdsRule } from '../model';
|
|
10
|
-
import { RuleActivityStatusCode } from '../model';
|
|
11
7
|
import * as i0 from "@angular/core";
|
|
12
8
|
export declare class SysIdsRulesService {
|
|
13
9
|
private config;
|
|
@@ -18,11 +14,11 @@ export declare class SysIdsRulesService {
|
|
|
18
14
|
* region Endpoint REST handlers ---------------------------------------------------------------------------------------
|
|
19
15
|
* Create new rule configuration
|
|
20
16
|
*/
|
|
21
|
-
create(body?: Rule): import("rxjs").Observable<EntityResponse<
|
|
17
|
+
create(body?: Rule): import("rxjs").Observable<EntityResponse<Rule>>;
|
|
22
18
|
/**
|
|
23
19
|
* Update existing rule configuration
|
|
24
20
|
*/
|
|
25
|
-
update(body?: Rule): import("rxjs").Observable<EntityResponse<
|
|
21
|
+
update(body?: Rule): import("rxjs").Observable<EntityResponse<Rule>>;
|
|
26
22
|
/**
|
|
27
23
|
* Delete rule configuration
|
|
28
24
|
*/
|
|
@@ -30,11 +26,11 @@ export declare class SysIdsRulesService {
|
|
|
30
26
|
/**
|
|
31
27
|
* Get a single rule by id
|
|
32
28
|
*/
|
|
33
|
-
get(id?: string): import("rxjs").Observable<EntityResponse<
|
|
29
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<Rule>>;
|
|
34
30
|
/**
|
|
35
31
|
* Find rules by query
|
|
36
32
|
*/
|
|
37
|
-
find(
|
|
33
|
+
find(accountId?: string, streamId?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Rule>>;
|
|
38
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<SysIdsRulesService, never>;
|
|
39
35
|
static ɵprov: i0.ɵɵInjectableDeclaration<SysIdsRulesService>;
|
|
40
36
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { StringIntValue } from '../model';
|
|
4
3
|
import { ApiKey } from '../model';
|
|
5
4
|
import { EntityResponse } from '../model';
|
|
6
5
|
import { ActionResponse } from '../model';
|
|
7
6
|
import { EntitiesResponse } from '../model';
|
|
7
|
+
import { StringIntValue } from '../model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class SysKeysService {
|
|
10
10
|
private config;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { MemberRoleCode } from '../model';
|
|
4
|
-
import { EntitiesResponse } from '../model';
|
|
5
3
|
import { Member } from '../model';
|
|
6
4
|
import { EntityResponse } from '../model';
|
|
7
5
|
import { ActionResponse } from '../model';
|
|
6
|
+
import { MemberRoleCode } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class SysMembersService {
|
|
10
10
|
private config;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { ActionResponse } from '../model';
|
|
4
|
-
import { EntitiesResponse } from '../model';
|
|
5
|
-
import { TimeSeries } from '../model';
|
|
6
3
|
import { RuleWithSQL } from '../model';
|
|
7
4
|
import { Rule } from '../model';
|
|
8
5
|
import { EntityResponse } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
|
+
import { TimeSeries } from '../model';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class SysRulesService {
|
|
11
11
|
private config;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { EntityResponse } from '../model';
|
|
4
3
|
import { UserMemberships } from '../model';
|
|
4
|
+
import { ActionResponse } from '../model';
|
|
5
5
|
import { UserTypeCode } from '../model';
|
|
6
|
-
import {
|
|
6
|
+
import { EntitiesResponse } from '../model';
|
|
7
7
|
import { User } from '../model';
|
|
8
|
+
import { EntityResponse } from '../model';
|
|
8
9
|
import { UserMembership } from '../model';
|
|
9
|
-
import {
|
|
10
|
-
import { EntitiesResponse } from '../model';
|
|
10
|
+
import { UserStatusCode } from '../model';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
export declare class SysUsersService {
|
|
13
13
|
private config;
|
|
@@ -1,22 +1,20 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { EventCategoryCode } from '../model';
|
|
4
|
-
import { EventStatusCode } from '../model';
|
|
5
|
-
import { ActionResponse } from '../model';
|
|
6
|
-
import { MaliciousIPData } from '../model';
|
|
7
|
-
import { TimeSeries } from '../model';
|
|
8
|
-
import { Tuple } from '../model';
|
|
9
|
-
import { DeviceActionCode } from '../model';
|
|
10
|
-
import { Distribution } from '../model';
|
|
11
3
|
import { EntitiesResponse } from '../model';
|
|
4
|
+
import { Distribution } from '../model';
|
|
12
5
|
import { StringKeyValue } from '../model';
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { EntityResponse } from '../model';
|
|
6
|
+
import { DeviceActionCode } from '../model';
|
|
7
|
+
import { SeverityTypeCode } from '../model';
|
|
8
|
+
import { StringIntValue } from '../model';
|
|
17
9
|
import { Alert } from '../model';
|
|
18
10
|
import { EventTypeCode } from '../model';
|
|
19
|
-
import {
|
|
11
|
+
import { TimeSeries } from '../model';
|
|
12
|
+
import { Tuple } from '../model';
|
|
13
|
+
import { EntityResponse } from '../model';
|
|
14
|
+
import { EventStatusCode } from '../model';
|
|
15
|
+
import { ActionResponse } from '../model';
|
|
16
|
+
import { AlertWithDevice } from '../model';
|
|
17
|
+
import { MaliciousIpCard } from '../model';
|
|
20
18
|
import * as i0 from "@angular/core";
|
|
21
19
|
export declare class UsrAlertsService {
|
|
22
20
|
private config;
|
|
@@ -30,11 +28,11 @@ export declare class UsrAlertsService {
|
|
|
30
28
|
/**
|
|
31
29
|
* Find alerts by query
|
|
32
30
|
*/
|
|
33
|
-
find(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[],
|
|
31
|
+
find(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Alert>>;
|
|
34
32
|
/**
|
|
35
33
|
* Export alerts by query to a file
|
|
36
34
|
*/
|
|
37
|
-
export(format?: string, streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[],
|
|
35
|
+
export(format?: string, streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
38
36
|
/**
|
|
39
37
|
* Export alerts source file as stream of source file (pcap)
|
|
40
38
|
*/
|
|
@@ -46,31 +44,31 @@ export declare class UsrAlertsService {
|
|
|
46
44
|
/**
|
|
47
45
|
* Get top 10 alerts by their severity and time
|
|
48
46
|
*/
|
|
49
|
-
findTop(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[],
|
|
47
|
+
findTop(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<AlertWithDevice>>;
|
|
50
48
|
/**
|
|
51
49
|
* Get top 10 alerts by their severity and time
|
|
52
50
|
*/
|
|
53
|
-
findTopMaliciousIPs(streamId?: string, top?: number
|
|
51
|
+
findTopMaliciousIPs(streamId?: string, top?: number): import("rxjs").Observable<EntityResponse<StringIntValue>>;
|
|
54
52
|
/**
|
|
55
53
|
* Get alerts distribution by type filtered by query
|
|
56
54
|
*/
|
|
57
|
-
countByType(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
55
|
+
countByType(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
58
56
|
/**
|
|
59
57
|
* Get alerts distribution by status filtered by query
|
|
60
58
|
*/
|
|
61
|
-
countByStatus(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
59
|
+
countByStatus(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
62
60
|
/**
|
|
63
61
|
* Get alerts distribution by severity filtered by query
|
|
64
62
|
*/
|
|
65
|
-
countBySeverity(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
63
|
+
countBySeverity(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
66
64
|
/**
|
|
67
65
|
* Get alerts distribution by rule filtered by query
|
|
68
66
|
*/
|
|
69
|
-
countByRule(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
67
|
+
countByRule(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
70
68
|
/**
|
|
71
69
|
* Get alerts distribution by category filtered by query
|
|
72
70
|
*/
|
|
73
|
-
countByCategory(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
71
|
+
countByCategory(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
74
72
|
/**
|
|
75
73
|
* Get current shield as ActionResponse, the Key contains the shield index and the data includes the trend
|
|
76
74
|
*/
|
|
@@ -78,15 +76,15 @@ export declare class UsrAlertsService {
|
|
|
78
76
|
/**
|
|
79
77
|
* Get alerts histogram over the provided time period
|
|
80
78
|
*/
|
|
81
|
-
alertsTimeline(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
79
|
+
alertsTimeline(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<TimeSeries<Tuple<number, number>[]>>>;
|
|
82
80
|
/**
|
|
83
81
|
* Get shieldex histogram over the provided time period
|
|
84
82
|
*/
|
|
85
|
-
shieldexTimeline(streamId?: string
|
|
83
|
+
shieldexTimeline(streamId?: string): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
86
84
|
/**
|
|
87
85
|
* Get devices at risk number for specific alerts criteria and return the number of devices at risk for specific alerts criteria
|
|
88
86
|
*/
|
|
89
|
-
getDevicesAtRisk(streamId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
87
|
+
getDevicesAtRisk(streamId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<ActionResponse>;
|
|
90
88
|
/**
|
|
91
89
|
* Get malicious IP data card for specific malicious IP
|
|
92
90
|
*/
|
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
+
import { ActionResponse } from '../model';
|
|
3
4
|
import { NetworkMap } from '../model';
|
|
4
|
-
import {
|
|
5
|
-
import { DevicesMap } from '../model';
|
|
6
|
-
import { EntityResponse } from '../model';
|
|
5
|
+
import { MapBounds } from '../model';
|
|
7
6
|
import { EntitiesResponse } from '../model';
|
|
8
|
-
import { ActionResponse } from '../model';
|
|
9
|
-
import { SeverityTypeCode } from '../model';
|
|
10
|
-
import { DeviceWithEvents } from '../model';
|
|
11
|
-
import { TimeSeriesConsumption } from '../model';
|
|
12
|
-
import { Device } from '../model';
|
|
13
|
-
import { Entities } from '../model';
|
|
14
7
|
import { DeviceTypeCode } from '../model';
|
|
15
|
-
import { DeviceStatusCode } from '../model';
|
|
16
8
|
import { DeviceActionCode } from '../model';
|
|
9
|
+
import { NetworkMapTypeCode } from '../model';
|
|
10
|
+
import { EntityResponse } from '../model';
|
|
11
|
+
import { DeviceWithEvents } from '../model';
|
|
17
12
|
import { Distribution } from '../model';
|
|
18
13
|
import { DeviceReport } from '../model';
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
14
|
+
import { TimeSeries } from '../model';
|
|
15
|
+
import { TimeSeriesConsumption } from '../model';
|
|
16
|
+
import { DevicesMap } from '../model';
|
|
17
|
+
import { Device } from '../model';
|
|
18
|
+
import { DeviceStatusCode } from '../model';
|
|
19
|
+
import { Entities } from '../model';
|
|
21
20
|
import * as i0 from "@angular/core";
|
|
22
21
|
export declare class UsrDevicesService {
|
|
23
22
|
private config;
|
|
@@ -51,15 +50,15 @@ export declare class UsrDevicesService {
|
|
|
51
50
|
/**
|
|
52
51
|
* Find devices by query
|
|
53
52
|
*/
|
|
54
|
-
find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
53
|
+
find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number, sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntitiesResponse<Device>>;
|
|
55
54
|
/**
|
|
56
55
|
* Export devices by query to a file as a stream of CSV | JSON | XML | XLSX
|
|
57
56
|
*/
|
|
58
|
-
export(format?: string, streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
57
|
+
export(format?: string, streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
59
58
|
/**
|
|
60
59
|
* Upload device list from csv file
|
|
61
60
|
*/
|
|
62
|
-
upload(
|
|
61
|
+
upload(streamId?: string, ip?: string[], iccid?: string[], imsi?: string[], msisdn?: string[], imei?: string, name?: string, operator?: string, label?: string[], tag?: string[], country?: string, city?: string, street?: string, postal?: string, lon?: string, lat?: string): import("rxjs").Observable<ActionResponse>;
|
|
63
62
|
/**
|
|
64
63
|
* Add tag to a device
|
|
65
64
|
*/
|
|
@@ -75,19 +74,19 @@ export declare class UsrDevicesService {
|
|
|
75
74
|
/**
|
|
76
75
|
* Find top 10 devices by their score and filter criteria
|
|
77
76
|
*/
|
|
78
|
-
findTop(streamId?: string, search?: string,
|
|
77
|
+
findTop(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<DeviceWithEvents>>;
|
|
79
78
|
/**
|
|
80
79
|
* Get device distribution by type filtered by query
|
|
81
80
|
*/
|
|
82
|
-
countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
81
|
+
countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
83
82
|
/**
|
|
84
83
|
* Get device distribution by status filtered by query
|
|
85
84
|
*/
|
|
86
|
-
countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
85
|
+
countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
87
86
|
/**
|
|
88
87
|
* Get device distribution by action filtered by query
|
|
89
88
|
*/
|
|
90
|
-
countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
89
|
+
countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
91
90
|
/**
|
|
92
91
|
* Get network map of devices
|
|
93
92
|
*/
|
|
@@ -107,7 +106,7 @@ export declare class UsrDevicesService {
|
|
|
107
106
|
/**
|
|
108
107
|
* Get device / group of devices consumption trend: 7 days consumption compared to the average of the previous weeks
|
|
109
108
|
*/
|
|
110
|
-
getConsumptionTrend(streamId?: string,
|
|
109
|
+
getConsumptionTrend(streamId?: string, type?: DeviceTypeCode[], tag?: string[], id?: string[]): import("rxjs").Observable<ActionResponse>;
|
|
111
110
|
/**
|
|
112
111
|
* Find devices by insight id query
|
|
113
112
|
*/
|
|
@@ -115,11 +114,11 @@ export declare class UsrDevicesService {
|
|
|
115
114
|
/**
|
|
116
115
|
* Find devices by query
|
|
117
116
|
*/
|
|
118
|
-
findDevicesMap(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
117
|
+
findDevicesMap(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number, sort?: string, page?: number, size?: number, mapBounds?: MapBounds): import("rxjs").Observable<EntityResponse<DevicesMap>>;
|
|
119
118
|
/**
|
|
120
119
|
* Get device distribution by risk filtered by query
|
|
121
120
|
*/
|
|
122
|
-
countByRisk(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?:
|
|
121
|
+
countByRisk(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: number): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
123
122
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsrDevicesService, never>;
|
|
124
123
|
static ɵprov: i0.ɵɵInjectableDeclaration<UsrDevicesService>;
|
|
125
124
|
}
|
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
+
import { EntityResponse } from '../model';
|
|
4
|
+
import { SeverityTypeCode } from '../model';
|
|
5
|
+
import { EventWithDevice } from '../model';
|
|
6
|
+
import { ActionResponse } from '../model';
|
|
3
7
|
import { TimeSeries } from '../model';
|
|
4
8
|
import { Tuple } from '../model';
|
|
5
|
-
import { EventTypeCode } from '../model';
|
|
6
|
-
import { SimpleEntity } from '../model';
|
|
7
9
|
import { Event } from '../model';
|
|
8
|
-
import {
|
|
9
|
-
import { EventStatusCode } from '../model';
|
|
10
|
-
import { ActionResponse } from '../model';
|
|
11
|
-
import { MaliciousIpCard } from '../model';
|
|
12
|
-
import { EventWithDevice } from '../model';
|
|
13
|
-
import { Device } from '../model';
|
|
14
|
-
import { EntityResponse } from '../model';
|
|
15
|
-
import { SeverityTypeCode } from '../model';
|
|
16
|
-
import { RuleTypeCode } from '../model';
|
|
10
|
+
import { EventTypeCode } from '../model';
|
|
17
11
|
import { EntitiesResponse } from '../model';
|
|
12
|
+
import { Device } from '../model';
|
|
18
13
|
import { MaliciousIPData } from '../model';
|
|
19
14
|
import { Distribution } from '../model';
|
|
15
|
+
import { MaliciousIpCard } from '../model';
|
|
16
|
+
import { SimpleEntity } from '../model';
|
|
20
17
|
import * as i0 from "@angular/core";
|
|
21
18
|
export declare class UsrEventsService {
|
|
22
19
|
private config;
|
|
@@ -30,11 +27,11 @@ export declare class UsrEventsService {
|
|
|
30
27
|
/**
|
|
31
28
|
* Find events by query
|
|
32
29
|
*/
|
|
33
|
-
find(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[],
|
|
30
|
+
find(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Device>>;
|
|
34
31
|
/**
|
|
35
32
|
* Export events by query to a file in a stream of CSV | JSON | XML | XLSX
|
|
36
33
|
*/
|
|
37
|
-
export(format?: string, streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[],
|
|
34
|
+
export(format?: string, streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<import("@angular/common/http").HttpEvent<Blob>>;
|
|
38
35
|
/**
|
|
39
36
|
* Export event source file as a stream of source file (pcap)
|
|
40
37
|
*/
|
|
@@ -42,31 +39,31 @@ export declare class UsrEventsService {
|
|
|
42
39
|
/**
|
|
43
40
|
* Get top 10 events by their severity and time
|
|
44
41
|
*/
|
|
45
|
-
findTop(streamId?: string, deviceId?: string,
|
|
42
|
+
findTop(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<EventWithDevice>>;
|
|
46
43
|
/**
|
|
47
44
|
* Get top 10 events by their severity and time
|
|
48
45
|
*/
|
|
49
|
-
findTopMaliciousIPs(streamId?: string, top?: number
|
|
46
|
+
findTopMaliciousIPs(streamId?: string, top?: number): import("rxjs").Observable<EntityResponse<MaliciousIPData>>;
|
|
50
47
|
/**
|
|
51
48
|
* Get events distribution by type filtered by query
|
|
52
49
|
*/
|
|
53
|
-
countByType(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
50
|
+
countByType(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
54
51
|
/**
|
|
55
52
|
* Get events distribution by status filtered by query
|
|
56
53
|
*/
|
|
57
|
-
countByStatus(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
54
|
+
countByStatus(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
58
55
|
/**
|
|
59
56
|
* Get events distribution by severity filtered by query
|
|
60
57
|
*/
|
|
61
|
-
countBySeverity(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
58
|
+
countBySeverity(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
62
59
|
/**
|
|
63
60
|
* Get events distribution by rule filtered by query
|
|
64
61
|
*/
|
|
65
|
-
countByRule(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
62
|
+
countByRule(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
66
63
|
/**
|
|
67
64
|
* Get events distribution by category filtered by query
|
|
68
65
|
*/
|
|
69
|
-
countByCategory(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
66
|
+
countByCategory(streamId?: string, deviceId?: string, alertId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
70
67
|
/**
|
|
71
68
|
* Get current shield as ActionResponse, the Key contains the shield index and the data includes the trend
|
|
72
69
|
*/
|
|
@@ -74,15 +71,15 @@ export declare class UsrEventsService {
|
|
|
74
71
|
/**
|
|
75
72
|
* Get events histogram over the provided time period
|
|
76
73
|
*/
|
|
77
|
-
eventsTimeline(streamId?: string, deviceId?: string, alertId?: string, dimension?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
74
|
+
eventsTimeline(streamId?: string, deviceId?: string, alertId?: string, dimension?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<EntityResponse<TimeSeries<Tuple<number, number>[]>>>;
|
|
78
75
|
/**
|
|
79
76
|
* Get shieldex histogram over the provided time period
|
|
80
77
|
*/
|
|
81
|
-
shieldexTimeline(streamId?: string
|
|
78
|
+
shieldexTimeline(streamId?: string): import("rxjs").Observable<EntityResponse<TimeSeries<number>>>;
|
|
82
79
|
/**
|
|
83
80
|
* Get devices at risk number for specific events criteria
|
|
84
81
|
*/
|
|
85
|
-
getDevicesAtRisk(streamId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]
|
|
82
|
+
getDevicesAtRisk(streamId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[]): import("rxjs").Observable<ActionResponse>;
|
|
86
83
|
/**
|
|
87
84
|
* Get malicious IP data card for specific malicious IP
|
|
88
85
|
*/
|
|
@@ -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
|
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { EntitiesResponse } from '../model';
|
|
4
|
-
import { UsageRecord } from '../model';
|
|
5
3
|
import { EntityResponse } from '../model';
|
|
6
|
-
import { NetworkTopologyReport } from '../model';
|
|
7
4
|
import { NetworkTopologyRecord } from '../model';
|
|
8
5
|
import { SessionRecord } from '../model';
|
|
9
6
|
import { Distribution } from '../model';
|
|
10
|
-
import { FlowRecord } from '../model';
|
|
11
7
|
import { BoolTypeCode } from '../model';
|
|
8
|
+
import { NetworkTopologyReport } from '../model';
|
|
9
|
+
import { EntitiesResponse } from '../model';
|
|
10
|
+
import { UsageRecord } from '../model';
|
|
11
|
+
import { FlowRecord } from '../model';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
export declare class UsrNetworkService {
|
|
14
14
|
private config;
|
|
@@ -26,15 +26,15 @@ export declare class UsrNetworkService {
|
|
|
26
26
|
/**
|
|
27
27
|
* Find most common ports by query
|
|
28
28
|
*/
|
|
29
|
-
getMostCommonPorts(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<
|
|
29
|
+
getMostCommonPorts(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntitiesResponse<Distribution<number>>>;
|
|
30
30
|
/**
|
|
31
31
|
* Find most common IPs by query
|
|
32
32
|
*/
|
|
33
|
-
getMostCommonIPs(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<
|
|
33
|
+
getMostCommonIPs(streamId?: string, deviceId?: string, from?: number, to?: number, limit?: number): import("rxjs").Observable<EntitiesResponse<Distribution<string>>>;
|
|
34
34
|
/**
|
|
35
35
|
* Find flow data records
|
|
36
36
|
*/
|
|
37
|
-
findTraffic(streamId?: string, deviceId?: string, from?: number, to?: number,
|
|
37
|
+
findTraffic(streamId?: string, deviceId?: string, simId?: string, from?: number, to?: number, include?: number, sort?: string, page?: number, size?: number, search?: string): import("rxjs").Observable<EntitiesResponse<FlowRecord>>;
|
|
38
38
|
/**
|
|
39
39
|
* Get network topology report with KPIs and distributions for stream (without endpoint records)
|
|
40
40
|
* Use /topology-records endpoint for paginated endpoint records
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { ReportSourceCode } from '../model';
|
|
4
|
-
import { EntitiesResponse } from '../model';
|
|
5
3
|
import { ReportInstance } from '../model';
|
|
6
4
|
import { EntityResponse } from '../model';
|
|
7
5
|
import { ActionResponse } from '../model';
|
|
6
|
+
import { ReportSourceCode } from '../model';
|
|
7
|
+
import { EntitiesResponse } from '../model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class UsrReportsInstanceService {
|
|
10
10
|
private config;
|
|
@@ -26,7 +26,7 @@ export declare class UsrReportsInstanceService {
|
|
|
26
26
|
/**
|
|
27
27
|
* Find reports by query
|
|
28
28
|
*/
|
|
29
|
-
find(accountId?: string, search?: string, sort?: string, page?: number, size?: number, from?: number, to?: number, reportTriggerSource?: ReportSourceCode
|
|
29
|
+
find(accountId?: string, search?: string, sort?: string, page?: number, size?: number, from?: number, to?: number, reportTriggerSource?: ReportSourceCode): import("rxjs").Observable<EntitiesResponse<ReportInstance>>;
|
|
30
30
|
/**
|
|
31
31
|
* Download report file as stream of PDF
|
|
32
32
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
+
import { Report } from '../model';
|
|
3
4
|
import { EntityResponse } from '../model';
|
|
4
5
|
import { ActionResponse } from '../model';
|
|
5
6
|
import { EntitiesResponse } from '../model';
|
|
6
7
|
import { TimeSeries } from '../model';
|
|
7
8
|
import { GraphSeries } from '../model';
|
|
8
|
-
import { Report } from '../model';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export declare class UsrReportsService {
|
|
11
11
|
private config;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
3
|
import { Rule } from '../model';
|
|
4
|
+
import { EntityResponse } from '../model';
|
|
4
5
|
import { ActionResponse } from '../model';
|
|
5
|
-
import { RuleWithSQL } from '../model';
|
|
6
6
|
import { EntitiesResponse } from '../model';
|
|
7
7
|
import { SeverityTypeCode } from '../model';
|
|
8
|
-
import { TimeSeries } from '../model';
|
|
9
|
-
import { EntityResponse } from '../model';
|
|
10
8
|
import { RuleActivityStatusCode } from '../model';
|
|
11
|
-
import { EventTypeCode } from '../model';
|
|
12
9
|
import { Distribution } from '../model';
|
|
10
|
+
import { RuleWithSQL } from '../model';
|
|
11
|
+
import { EventTypeCode } from '../model';
|
|
12
|
+
import { TimeSeries } from '../model';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class UsrRulesService {
|
|
15
15
|
private config;
|
|
@@ -44,7 +44,7 @@ export declare class UsrRulesService {
|
|
|
44
44
|
/**
|
|
45
45
|
* Find rules by query
|
|
46
46
|
*/
|
|
47
|
-
find(streamId?: string, search?: string,
|
|
47
|
+
find(streamId?: string, search?: string, eventSeverity?: SeverityTypeCode[], activityStatus?: RuleActivityStatusCode[], eventType?: EventTypeCode[], includeSysRules?: boolean, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Rule>>;
|
|
48
48
|
/**
|
|
49
49
|
* Analyze rule configuration against historic data
|
|
50
50
|
*/
|
|
@@ -52,11 +52,11 @@ export declare class UsrRulesService {
|
|
|
52
52
|
/**
|
|
53
53
|
* Get rules distribution by severity filtered by query
|
|
54
54
|
*/
|
|
55
|
-
countBySeverity(streamId?: string, search?: string,
|
|
55
|
+
countBySeverity(streamId?: string, search?: string, eventSeverity?: SeverityTypeCode[], activityStatus?: RuleActivityStatusCode[], eventType?: EventTypeCode[], includeSysRules?: boolean): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
56
56
|
/**
|
|
57
57
|
* Get alerts count by rule filtered by query
|
|
58
58
|
*/
|
|
59
|
-
countAlertsByRule(streamId?: string, search?: string,
|
|
59
|
+
countAlertsByRule(streamId?: string, search?: string, eventSeverity?: SeverityTypeCode[], activityStatus?: RuleActivityStatusCode[], eventType?: EventTypeCode[], includeSysRules?: boolean): import("rxjs").Observable<EntityResponse<Distribution<number>>>;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsrRulesService, never>;
|
|
61
61
|
static ɵprov: i0.ɵɵInjectableDeclaration<UsrRulesService>;
|
|
62
62
|
}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
import { RestUtils } from '../../rest-utils';
|
|
2
2
|
import { AppConfig } from '../../config';
|
|
3
|
-
import { LoginParams } from '../model';
|
|
4
|
-
import { EntityResponse } from '../model';
|
|
5
|
-
import { AccountDTO } from '../model';
|
|
6
|
-
import { Stream } from '../model';
|
|
7
|
-
import { ActionResponse } from '../model';
|
|
8
|
-
import { ConfigParam } from '../model';
|
|
9
|
-
import { User } from '../model';
|
|
10
|
-
import { Image } from '../model';
|
|
11
3
|
import { EntitiesResponse } from '../model';
|
|
12
4
|
import { Feature } from '../model';
|
|
5
|
+
import { ConfigParam } from '../model';
|
|
6
|
+
import { AccountDTO } from '../model';
|
|
7
|
+
import { Image } from '../model';
|
|
8
|
+
import { Stream } from '../model';
|
|
13
9
|
import { UserMemberships } from '../model';
|
|
14
|
-
import {
|
|
10
|
+
import { ActionResponse } from '../model';
|
|
11
|
+
import { EntityResponse } from '../model';
|
|
15
12
|
import * as i0 from "@angular/core";
|
|
16
13
|
export declare class UsrUserService {
|
|
17
14
|
private config;
|
|
@@ -22,7 +19,7 @@ export declare class UsrUserService {
|
|
|
22
19
|
* Authorize user, verify user against account
|
|
23
20
|
* The response includes access token valid for 20 minutes. The client side should renew the token before expiration using refresh-token method
|
|
24
21
|
*/
|
|
25
|
-
authorize(body?:
|
|
22
|
+
authorize(body?: string): import("rxjs").Observable<ActionResponse>;
|
|
26
23
|
/**
|
|
27
24
|
* Refresh token (set new expiration time) and associate with new account if required
|
|
28
25
|
* The response includes the newly refreshed token both in the HTTP header and the new account details
|
|
@@ -75,7 +72,7 @@ export declare class UsrUserService {
|
|
|
75
72
|
/**
|
|
76
73
|
* Ask for premium request
|
|
77
74
|
*/
|
|
78
|
-
premiumRequest(featureCode?:
|
|
75
|
+
premiumRequest(featureCode?: string): import("rxjs").Observable<ActionResponse>;
|
|
79
76
|
/**
|
|
80
77
|
* Get system configuration parameters
|
|
81
78
|
*/
|