@shieldiot/pulse-lib 1.0.336 → 1.0.337
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/DeviceScoreConfig.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfDataConsumption.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 +3 -3
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +5 -5
- 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/DataIngestion.d.ts +1 -1
- package/dist/cjs/lib/entities/Device.d.ts +3 -3
- package/dist/cjs/lib/entities/Device.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 +4 -4
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +1 -1
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/ReportInstance.d.ts +16 -0
- package/dist/cjs/lib/entities/ReportInstance.js +9 -0
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -0
- package/dist/cjs/lib/entities/Rule.d.ts +3 -3
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +1 -0
- package/dist/cjs/lib/entities/index.js +1 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +2 -0
- package/dist/cjs/lib/pulse-client.js +4 -2
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/index.d.ts +1 -0
- package/dist/cjs/lib/services/index.js +1 -0
- package/dist/cjs/lib/services/index.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +8 -7
- package/dist/cjs/lib/services/services.export.js +14 -12
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/cjs/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/cjs/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/cjs/lib/services/usrEventsService.d.ts +4 -4
- package/dist/cjs/lib/services/usrMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +28 -0
- package/dist/cjs/lib/services/usrReportsInstanceService.js +64 -0
- package/dist/cjs/lib/services/usrReportsInstanceService.js.map +1 -0
- package/dist/cjs/lib/services/usrRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrUserService.d.ts +3 -3
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfDataConsumption.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 +3 -3
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +5 -5
- 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/DataIngestion.d.ts +1 -1
- package/dist/esm/lib/entities/Device.d.ts +3 -3
- package/dist/esm/lib/entities/Device.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 +4 -4
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +1 -1
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/ReportInstance.d.ts +16 -0
- package/dist/esm/lib/entities/ReportInstance.js +5 -0
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -0
- package/dist/esm/lib/entities/Rule.d.ts +3 -3
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
- package/dist/esm/lib/entities/UserMembership.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +1 -0
- package/dist/esm/lib/entities/index.js +1 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +2 -0
- package/dist/esm/lib/pulse-client.js +2 -0
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/index.d.ts +1 -0
- package/dist/esm/lib/services/index.js +1 -0
- package/dist/esm/lib/services/index.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +8 -7
- package/dist/esm/lib/services/services.export.js +14 -12
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/esm/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/esm/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/esm/lib/services/usrEventsService.d.ts +4 -4
- package/dist/esm/lib/services/usrMembersService.d.ts +1 -1
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +28 -0
- package/dist/esm/lib/services/usrReportsInstanceService.js +60 -0
- package/dist/esm/lib/services/usrReportsInstanceService.js.map +1 -0
- package/dist/esm/lib/services/usrRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrUserService.d.ts +3 -3
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfDataConsumption.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 +3 -3
- package/dist/types/lib/entities/Alert.d.ts +5 -5
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +3 -3
- package/dist/types/lib/entities/Event.d.ts +6 -6
- package/dist/types/lib/entities/EventWithDevice.d.ts +4 -4
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +1 -1
- package/dist/types/lib/entities/ReportInstance.d.ts +16 -0
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/RuleTemplate.d.ts +2 -2
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +1 -0
- package/dist/types/lib/pulse-client.d.ts +2 -0
- package/dist/types/lib/services/index.d.ts +1 -0
- package/dist/types/lib/services/services.export.d.ts +8 -7
- package/dist/types/lib/services/sysAuditLogService.d.ts +1 -1
- package/dist/types/lib/services/sysGroupsService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/types/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/types/lib/services/usrEventsService.d.ts +4 -4
- package/dist/types/lib/services/usrMembersService.d.ts +1 -1
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +28 -0
- package/dist/types/lib/services/usrRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsService } from './usrReportsService';
|
|
6
|
-
import { UsrRulesService } from './usrRulesService';
|
|
7
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
8
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
9
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -23,4 +17,11 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
23
17
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
24
18
|
import { UsrMembersService } from './usrMembersService';
|
|
25
19
|
import { UsrUserService } from './usrUserService';
|
|
26
|
-
|
|
20
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
21
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
22
|
+
import { UsrEventsService } from './usrEventsService';
|
|
23
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
24
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
25
|
+
import { UsrReportsService } from './usrReportsService';
|
|
26
|
+
import { UsrRulesService } from './usrRulesService';
|
|
27
|
+
export declare const Services: (typeof SupportStreamAnalyticsConfig | typeof SysAccountsService | typeof SysAuditLogService | typeof SysCheckpointsService | typeof SysConfigService | typeof SysFeaturesService | typeof SysGroupsService | typeof SysInsightsService | typeof SysKeysService | typeof SysMembersService | typeof SysRuleTemplatesService | typeof SysRulesService | typeof SysStatisticsService | typeof SysStreamsService | typeof SysUsersService | typeof UsrInsightsService | typeof UsrIntegrationsService | typeof UsrMembersService | typeof UsrUserService | typeof UsrAlertsService | typeof UsrDevicesService | typeof UsrEventsService | typeof UsrNetworkService | typeof UsrReportsInstanceService | typeof UsrReportsService | typeof UsrRulesService)[];
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsService } from './usrReportsService';
|
|
6
|
-
import { UsrRulesService } from './usrRulesService';
|
|
7
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
8
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
9
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -23,13 +17,14 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
23
17
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
24
18
|
import { UsrMembersService } from './usrMembersService';
|
|
25
19
|
import { UsrUserService } from './usrUserService';
|
|
20
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
21
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
22
|
+
import { UsrEventsService } from './usrEventsService';
|
|
23
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
24
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
25
|
+
import { UsrReportsService } from './usrReportsService';
|
|
26
|
+
import { UsrRulesService } from './usrRulesService';
|
|
26
27
|
export const Services = [
|
|
27
|
-
UsrAlertsService,
|
|
28
|
-
UsrDevicesService,
|
|
29
|
-
UsrEventsService,
|
|
30
|
-
UsrNetworkService,
|
|
31
|
-
UsrReportsService,
|
|
32
|
-
UsrRulesService,
|
|
33
28
|
SupportStreamAnalyticsConfig,
|
|
34
29
|
SysAccountsService,
|
|
35
30
|
SysAuditLogService,
|
|
@@ -49,5 +44,12 @@ export const Services = [
|
|
|
49
44
|
UsrIntegrationsService,
|
|
50
45
|
UsrMembersService,
|
|
51
46
|
UsrUserService,
|
|
47
|
+
UsrAlertsService,
|
|
48
|
+
UsrDevicesService,
|
|
49
|
+
UsrEventsService,
|
|
50
|
+
UsrNetworkService,
|
|
51
|
+
UsrReportsInstanceService,
|
|
52
|
+
UsrReportsService,
|
|
53
|
+
UsrRulesService,
|
|
52
54
|
];
|
|
53
55
|
//# sourceMappingURL=services.export.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"services.export.js","sourceRoot":"","sources":["../../../../src/lib/services/services.export.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"services.export.js","sourceRoot":"","sources":["../../../../src/lib/services/services.export.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEpD,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,4BAA4B;IAC5B,kBAAkB;IAClB,kBAAkB;IAClB,qBAAqB;IACrB,gBAAgB;IAChB,kBAAkB;IAClB,gBAAgB;IAChB,kBAAkB;IAClB,cAAc;IACd,iBAAiB;IACjB,uBAAuB;IACvB,eAAe;IACf,oBAAoB;IACpB,iBAAiB;IACjB,eAAe;IACf,kBAAkB;IAClB,sBAAsB;IACtB,iBAAiB;IACjB,cAAc;IACd,gBAAgB;IAChB,iBAAiB;IACjB,gBAAgB;IAChB,iBAAiB;IACjB,yBAAyB;IACzB,iBAAiB;IACjB,eAAe;CAElB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
2
|
import { AuditLog } from '../entities';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
4
4
|
export declare class SysAuditLogService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { Group } from '../entities';
|
|
3
|
+
import { User } from '../entities';
|
|
4
4
|
export declare class SysGroupsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringIntValue } from '../common';
|
|
3
2
|
import { ApiKey } from '../entities';
|
|
3
|
+
import { StringIntValue } from '../common';
|
|
4
4
|
export declare class SysKeysService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { MaliciousIPData } from '../common';
|
|
3
|
-
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
8
2
|
import { DeviceActionCode } from '../enums';
|
|
9
3
|
import { TimeSeriesOf2D } from '../common';
|
|
10
|
-
import {
|
|
4
|
+
import { Alert } from '../entities';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventCategoryCode } from '../enums';
|
|
11
7
|
import { EventStatusCode } from '../enums';
|
|
12
|
-
import { RuleTypeCode } from '../enums';
|
|
13
8
|
import { AlertWithDevice } from '../entities';
|
|
14
9
|
import { IntDistribution } from '../entities';
|
|
15
|
-
import {
|
|
10
|
+
import { MaliciousIPData } from '../common';
|
|
11
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
12
|
+
import { MaliciousIPCard } from '../common';
|
|
13
|
+
import { EventTypeCode } from '../enums';
|
|
14
|
+
import { RuleTypeCode } from '../enums';
|
|
15
|
+
import { StringKeyValue } from '../common';
|
|
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 { DeviceTypeCode } from '../enums';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { IntDistribution } from '../entities';
|
|
5
2
|
import { NetworkMapTypeCode } from '../enums';
|
|
3
|
+
import { NetworkMap } from '../common';
|
|
6
4
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
7
|
-
import { Device } from '../entities';
|
|
8
|
-
import { DeviceWithEvents } from '../entities';
|
|
9
5
|
import { MapBounds } from '../common';
|
|
10
6
|
import { DevicesMap } from '../common';
|
|
7
|
+
import { Device } from '../entities';
|
|
11
8
|
import { DeviceStatusCode } from '../enums';
|
|
12
|
-
import {
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { DeviceTypeCode } from '../enums';
|
|
11
|
+
import { IntDistribution } from '../entities';
|
|
13
12
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
14
|
-
import {
|
|
13
|
+
import { DeviceWithEvents } from '../entities';
|
|
15
14
|
import { BulkDevices } from '../entities';
|
|
16
|
-
import {
|
|
15
|
+
import { DeviceActionCode } from '../enums';
|
|
16
|
+
import { DeviceReport } from '../entities';
|
|
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
2
|
import { EventCategoryCode } from '../enums';
|
|
3
|
-
import {
|
|
3
|
+
import { EventWithDevice } from '../entities';
|
|
4
4
|
import { IntDistribution } from '../entities';
|
|
5
5
|
import { TimeSeriesOf2D } from '../common';
|
|
6
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
7
|
-
import { StringKeyValue } from '../common';
|
|
8
6
|
import { MaliciousIPCard } from '../common';
|
|
9
7
|
import { Event } from '../entities';
|
|
10
8
|
import { EventTypeCode } from '../enums';
|
|
11
9
|
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { EventStatusCode } from '../enums';
|
|
12
11
|
import { RuleTypeCode } from '../enums';
|
|
13
|
-
import { EventWithDevice } from '../entities';
|
|
14
12
|
import { MaliciousIPData } from '../common';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
14
|
+
import { StringKeyValue } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Member } from '../entities';
|
|
3
2
|
import { MemberRoleCode } from '../enums';
|
|
3
|
+
import { Member } from '../entities';
|
|
4
4
|
export declare class UsrMembersService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { ReportInstance } from '../entities';
|
|
3
|
+
export declare class UsrReportsInstanceService {
|
|
4
|
+
private apiUrl;
|
|
5
|
+
private rest;
|
|
6
|
+
private baseUrl;
|
|
7
|
+
constructor(apiUrl: string, rest: RestUtil);
|
|
8
|
+
/**
|
|
9
|
+
* Update existing report instance in the system
|
|
10
|
+
*/
|
|
11
|
+
update(body?: ReportInstance): import("rxjs").Observable<EntityResponse<ReportInstance>>;
|
|
12
|
+
/**
|
|
13
|
+
* Delete a report instance from the system
|
|
14
|
+
*/
|
|
15
|
+
delete(id?: string): import("rxjs").Observable<ActionResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* Get single report instance by id
|
|
18
|
+
*/
|
|
19
|
+
get(id?: string): import("rxjs").Observable<EntityResponse<ReportInstance>>;
|
|
20
|
+
/**
|
|
21
|
+
* Find list of reports instance by query
|
|
22
|
+
*/
|
|
23
|
+
find(accountId?: string, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<ReportInstance>>;
|
|
24
|
+
/**
|
|
25
|
+
* Download report file
|
|
26
|
+
*/
|
|
27
|
+
downloadReport(id?: string): void;
|
|
28
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
// List of events related actions for the operator
|
|
2
|
+
// @RequestHeader X-API-KEY The key to identify the application (console)
|
|
3
|
+
// @RequestHeader X-ACCESS-TOKEN The token to identify the logged-in user
|
|
4
|
+
export class UsrReportsInstanceService {
|
|
5
|
+
// Class constructor
|
|
6
|
+
constructor(apiUrl, rest) {
|
|
7
|
+
this.apiUrl = apiUrl;
|
|
8
|
+
this.rest = rest;
|
|
9
|
+
// URL to web api
|
|
10
|
+
this.baseUrl = '/reports-instance';
|
|
11
|
+
this.baseUrl = apiUrl + this.baseUrl;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Update existing report instance in the system
|
|
15
|
+
*/
|
|
16
|
+
update(body) {
|
|
17
|
+
return this.rest.patch(`${this.baseUrl}`, typeof body === 'object' ? JSON.stringify(body) : body);
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Delete a report instance from the system
|
|
21
|
+
*/
|
|
22
|
+
delete(id) {
|
|
23
|
+
return this.rest.delete(`${this.baseUrl}/${id}`);
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Get single report instance by id
|
|
27
|
+
*/
|
|
28
|
+
get(id) {
|
|
29
|
+
return this.rest.get(`${this.baseUrl}/${id}`);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Find list of reports instance by query
|
|
33
|
+
*/
|
|
34
|
+
find(accountId, search, sort, page, size) {
|
|
35
|
+
const params = [];
|
|
36
|
+
if (accountId != null) {
|
|
37
|
+
params.push(`accountId=${accountId}`);
|
|
38
|
+
}
|
|
39
|
+
if (search != null) {
|
|
40
|
+
params.push(`search=${search}`);
|
|
41
|
+
}
|
|
42
|
+
if (sort != null) {
|
|
43
|
+
params.push(`sort=${sort}`);
|
|
44
|
+
}
|
|
45
|
+
if (page != null) {
|
|
46
|
+
params.push(`page=${page}`);
|
|
47
|
+
}
|
|
48
|
+
if (size != null) {
|
|
49
|
+
params.push(`size=${size}`);
|
|
50
|
+
}
|
|
51
|
+
return this.rest.get(`${this.baseUrl}`, ...params);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* Download report file
|
|
55
|
+
*/
|
|
56
|
+
downloadReport(id) {
|
|
57
|
+
return this.rest.download(`usr-reports-instance`, `${this.baseUrl}/${id}/download-report`);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=usrReportsInstanceService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usrReportsInstanceService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrReportsInstanceService.ts"],"names":[],"mappings":"AAMA,mDAAmD;AACnD,0EAA0E;AAC1E,0EAA0E;AAC1E,MAAM,OAAO,yBAAyB;IAKpC,oBAAoB;IACpB,YAAoB,MAAc,EAAU,IAAc;QAAtC,WAAM,GAAN,MAAM,CAAQ;QAAU,SAAI,GAAJ,IAAI,CAAU;QAJ1D,iBAAiB;QACT,YAAO,GAAG,mBAAmB,CAAC;QAIpC,IAAI,CAAC,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC,OAAO,CAAC;IACvC,CAAC;IAGD;;OAEG;IACH,MAAM,CAAC,IAAqB;QAC1B,OAAO,IAAI,CAAC,IAAI,CAAC,KAAK,CAAiC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;IACpI,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAW;QAChB,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,CAAiB,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IACnE,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,EAAW;QACb,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAiC,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;OAEG;IACH,IAAI,CAAC,SAAkB,EAAE,MAAe,EAAE,IAAa,EAAE,IAAa,EAAE,IAAa;QACnF,MAAM,MAAM,GAAG,EAAE,CAAC;QAClB,IAAI,SAAS,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,aAAa,SAAS,EAAE,CAAC,CAAC;QAAC,CAAC;QACjE,IAAI,MAAM,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,UAAU,MAAM,EAAE,CAAC,CAAC;QAAC,CAAC;QACxD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAClD,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;YAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC,CAAC;QAAC,CAAC;QAEpD,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAmC,GAAG,IAAI,CAAC,OAAO,EAAE,EAAE,GAAG,MAAM,CAAC,CAAC;IACrF,CAAC;IAED;;OAEG;IACH,cAAc,CAAC,EAAW;QACxB,OAAO,IAAI,CAAC,IAAI,CAAC,QAAQ,CAAC,sBAAsB,EAAC,GAAG,IAAI,CAAC,OAAO,IAAI,EAAE,kBAAkB,CAAC,CAAC;IAC5F,CAAC;CAEF"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
2
3
|
import { IntDistribution } from '../entities';
|
|
3
4
|
import { Distribution } from '../entities';
|
|
4
5
|
import { Rule } from '../entities';
|
|
5
6
|
import { SeverityTypeCode } from '../enums';
|
|
6
7
|
import { RuleActivityStatusCode } from '../enums';
|
|
7
8
|
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Feature } from '../entities';
|
|
3
|
-
import { Stream } from '../entities';
|
|
4
2
|
import { UserMemberships } from '../entities';
|
|
5
3
|
import { FeatureCode } from '../enums';
|
|
6
4
|
import { ConfigParam } from '../entities';
|
|
7
5
|
import { AccountDTO } from '../entities';
|
|
8
|
-
import {
|
|
6
|
+
import { Feature } from '../entities';
|
|
9
7
|
import { Image } from '../entities';
|
|
8
|
+
import { Stream } from '../entities';
|
|
10
9
|
import { LoginParams } from '../common';
|
|
10
|
+
import { User } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Interval } from '../common';
|
|
1
2
|
import { SeverityConditionConfig } from '../common';
|
|
2
3
|
import { RuleCountThresholdConfig } from '../common';
|
|
3
4
|
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
4
|
-
import { Interval } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { AccountTypeCode } from '../enums';
|
|
2
3
|
import { AccountStatusCode } from '../enums';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
5
|
import { AccountSettings } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { AccountTypeCode } from '../enums';
|
|
5
2
|
import { AccountStatusCode } from '../enums';
|
|
6
3
|
import { FeatureCode } from '../enums';
|
|
4
|
+
import { StringKeyValue } from '../common';
|
|
5
|
+
import { AccountSettings } from '../entities';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { GeoData } from '../common';
|
|
4
2
|
import { StringKeyValue } from '../common';
|
|
5
|
-
import { EventCategoryCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { EventStatusCode } from '../enums';
|
|
8
3
|
import { TrafficDirectionCode } from '../enums';
|
|
9
4
|
import { BaseEntity } from '../base';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
8
|
+
import { GeoData } from '../common';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { TrafficDirectionCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
5
|
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import {
|
|
6
|
+
import { Device } from '../entities';
|
|
6
7
|
import { EventTypeCode } from '../enums';
|
|
7
|
-
import {
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
9
|
import { RuleTypeCode } from '../enums';
|
|
9
|
-
import {
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GeoData } from '../common';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
|
-
import { DeviceTypeCode } from '../enums';
|
|
4
1
|
import { DeviceStatusCode } from '../enums';
|
|
5
2
|
import { StringKeyValue } from '../common';
|
|
6
3
|
import { DeviceActionCode } from '../enums';
|
|
7
4
|
import { SIM } from '../entities';
|
|
5
|
+
import { GeoData } from '../common';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { DeviceTypeCode } from '../enums';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
|
+
import { Indicator } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
1
6
|
import { TrafficDirectionCode } from '../enums';
|
|
2
7
|
import { EventStatusCode } from '../enums';
|
|
8
|
+
import { RuleTypeCode } from '../enums';
|
|
3
9
|
import { GeoData } from '../common';
|
|
4
10
|
import { StringKeyValue } from '../common';
|
|
5
|
-
import { EventCategoryCode } from '../enums';
|
|
6
11
|
import { EventOccurrence } from '../entities';
|
|
7
|
-
import { BaseEntity } from '../base';
|
|
8
|
-
import { EventTypeCode } from '../enums';
|
|
9
|
-
import { SeverityTypeCode } from '../enums';
|
|
10
|
-
import { Indicator } from '../common';
|
|
11
|
-
import { RuleTypeCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
2
|
import { Indicator } from '../common';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
4
|
import { EventOccurrence } from '../entities';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
8
|
-
import {
|
|
6
|
+
import { EventTypeCode } from '../enums';
|
|
7
|
+
import { EventStatusCode } from '../enums';
|
|
9
8
|
import { RuleTypeCode } from '../enums';
|
|
9
|
+
import { GeoData } from '../common';
|
|
10
10
|
import { EventCategoryCode } from '../enums';
|
|
11
11
|
import { TrafficDirectionCode } from '../enums';
|
|
12
12
|
import { Device } from '../entities';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { InsightTypeCode } from '../enums';
|
|
3
2
|
import { InsightStatusCode } from '../enums';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
5
4
|
import { DirectionContextCode } from '../enums';
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class Insight extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
streamId: string;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IntDistribution } from '../entities';
|
|
2
|
+
import { DeviceReport } from '../entities';
|
|
3
|
+
import { ReportTypeCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
|
+
export declare class ReportInstance extends BaseEntity {
|
|
6
|
+
accountId: string;
|
|
7
|
+
from: number;
|
|
8
|
+
to: number;
|
|
9
|
+
score: number;
|
|
10
|
+
devicesDistributionByStatus: IntDistribution;
|
|
11
|
+
deviceReport: DeviceReport;
|
|
12
|
+
alertsDistributionBySeverity: IntDistribution;
|
|
13
|
+
downloadLink: string;
|
|
14
|
+
reportTriggerSource: ReportTypeCode;
|
|
15
|
+
triggeredByUser: string;
|
|
16
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
|
-
import { Condition } from '../entities';
|
|
3
|
-
import { DeviceTypeCode } from '../enums';
|
|
4
1
|
import { EventTypeCode } from '../enums';
|
|
5
2
|
import { SeverityTypeCode } from '../enums';
|
|
6
3
|
import { BaseEntity } from '../base';
|
|
7
4
|
import { RuleTypeCode } from '../enums';
|
|
5
|
+
import { DataSourceCode } from '../enums';
|
|
6
|
+
import { Condition } from '../entities';
|
|
7
|
+
import { DeviceTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
|
-
import { EventTypeCode } from '../enums';
|
|
3
1
|
import { SeverityTypeCode } from '../enums';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
3
|
+
import { DataSourceCode } from '../enums';
|
|
4
|
+
import { EventTypeCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { Thresholds } from '../common';
|
|
2
3
|
import { ShieldexConfig } from '../common';
|
|
3
4
|
import { EventSeverityConfig } from '../common';
|
|
4
5
|
import { DeviceConfig } from '../common';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ShieldexConfig } from '../common';
|
|
2
|
-
import { EventSeverityConfig } from '../common';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
1
|
import { DeviceConfig } from '../common';
|
|
5
2
|
import { DataIngestion } from '../entities';
|
|
6
3
|
import { SessionTransform } from '../common';
|
|
7
4
|
import { UsageTransform } from '../common';
|
|
8
5
|
import { Thresholds } from '../common';
|
|
6
|
+
import { ShieldexConfig } from '../common';
|
|
7
|
+
import { EventSeverityConfig } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class StreamConfig {
|
|
10
10
|
ingest: DataIngestion;
|
|
11
11
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { BaseEntity } from '../base';
|
|
1
2
|
import { UserTypeCode } from '../enums';
|
|
2
3
|
import { UserStatusCode } from '../enums';
|
|
3
4
|
import { AccountRole } from '../common';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -21,6 +21,7 @@ import { UsrAlertsService } from "./services";
|
|
|
21
21
|
import { UsrDevicesService } from "./services";
|
|
22
22
|
import { UsrEventsService } from "./services";
|
|
23
23
|
import { UsrNetworkService } from "./services";
|
|
24
|
+
import { UsrReportsInstanceService } from "./services";
|
|
24
25
|
import { UsrReportsService } from "./services";
|
|
25
26
|
import { UsrRulesService } from "./services";
|
|
26
27
|
export declare class PulseClient {
|
|
@@ -50,6 +51,7 @@ export declare class PulseClient {
|
|
|
50
51
|
readonly UsrDevicesService: UsrDevicesService;
|
|
51
52
|
readonly UsrEventsService: UsrEventsService;
|
|
52
53
|
readonly UsrNetworkService: UsrNetworkService;
|
|
54
|
+
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
53
55
|
readonly UsrReportsService: UsrReportsService;
|
|
54
56
|
readonly UsrRulesService: UsrRulesService;
|
|
55
57
|
}
|
|
@@ -21,6 +21,7 @@ export * from './usrInsightsService';
|
|
|
21
21
|
export * from './usrIntegrationsService';
|
|
22
22
|
export * from './usrMembersService';
|
|
23
23
|
export * from './usrNetworkService';
|
|
24
|
+
export * from './usrReportsInstanceService';
|
|
24
25
|
export * from './usrReportsService';
|
|
25
26
|
export * from './usrRulesService';
|
|
26
27
|
export * from './usrUserService';
|