@shieldiot/pulse-lib 1.0.315 → 1.0.317
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/NetworkMap.d.ts +1 -1
- package/dist/cjs/lib/common/Node.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/TokenData.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/cjs/lib/entities/AccountSettings.js +1 -10
- package/dist/cjs/lib/entities/AccountSettings.js.map +1 -1
- package/dist/cjs/lib/entities/Action.d.ts +1 -1
- package/dist/cjs/lib/entities/Action.js.map +1 -1
- package/dist/cjs/lib/entities/Alert.d.ts +3 -3
- package/dist/cjs/lib/entities/Alert.js.map +1 -1
- package/dist/cjs/lib/entities/AlertWithDevice.d.ts +7 -7
- 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 +3 -3
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/cjs/lib/entities/Event.d.ts +5 -5
- 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/FeaturesGroup.d.ts +1 -1
- package/dist/cjs/lib/entities/FeaturesGroup.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 +2 -2
- package/dist/cjs/lib/entities/Integration.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/Rule.d.ts +3 -3
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +1 -1
- 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/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
- package/dist/cjs/lib/entities/index.d.ts +0 -2
- package/dist/cjs/lib/entities/index.js +0 -2
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +12 -12
- package/dist/cjs/lib/pulse-client.js +25 -25
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +7 -7
- package/dist/cjs/lib/services/services.export.js +12 -12
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysConfigService.d.ts +1 -1
- package/dist/cjs/lib/services/sysMembersService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/cjs/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrReportsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrRulesService.d.ts +3 -3
- 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/NetworkMap.d.ts +1 -1
- package/dist/esm/lib/common/Node.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/TokenData.d.ts +1 -1
- package/dist/esm/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/esm/lib/entities/AccountSettings.js +1 -10
- package/dist/esm/lib/entities/AccountSettings.js.map +1 -1
- package/dist/esm/lib/entities/Action.d.ts +1 -1
- package/dist/esm/lib/entities/Action.js.map +1 -1
- package/dist/esm/lib/entities/Alert.d.ts +3 -3
- package/dist/esm/lib/entities/Alert.js.map +1 -1
- package/dist/esm/lib/entities/AlertWithDevice.d.ts +7 -7
- 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 +3 -3
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
- package/dist/esm/lib/entities/Event.d.ts +5 -5
- 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/FeaturesGroup.d.ts +1 -1
- package/dist/esm/lib/entities/FeaturesGroup.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 +2 -2
- package/dist/esm/lib/entities/Integration.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/Rule.d.ts +3 -3
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +1 -1
- 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/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
- package/dist/esm/lib/entities/index.d.ts +0 -2
- package/dist/esm/lib/entities/index.js +0 -2
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +12 -12
- package/dist/esm/lib/pulse-client.js +12 -12
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +7 -7
- package/dist/esm/lib/services/services.export.js +12 -12
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/esm/lib/services/sysConfigService.d.ts +1 -1
- package/dist/esm/lib/services/sysMembersService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/esm/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrReportsService.d.ts +1 -1
- package/dist/esm/lib/services/usrRulesService.d.ts +3 -3
- 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/NetworkMap.d.ts +1 -1
- package/dist/types/lib/common/Node.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/TokenData.d.ts +1 -1
- package/dist/types/lib/entities/AccountSettings.d.ts +1 -6
- package/dist/types/lib/entities/Action.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +3 -3
- package/dist/types/lib/entities/AlertWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +3 -3
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +5 -5
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- 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 +2 -2
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +3 -3
- package/dist/types/lib/entities/StreamConfig.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +0 -2
- package/dist/types/lib/pulse-client.d.ts +12 -12
- package/dist/types/lib/services/services.export.d.ts +7 -7
- package/dist/types/lib/services/sysCheckpointsService.d.ts +1 -1
- package/dist/types/lib/services/sysConfigService.d.ts +1 -1
- package/dist/types/lib/services/sysMembersService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- package/dist/types/lib/services/usrDevicesService.d.ts +8 -8
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrReportsService.d.ts +1 -1
- package/dist/types/lib/services/usrRulesService.d.ts +3 -3
- package/dist/types/lib/services/usrUserService.d.ts +3 -3
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
- package/dist/cjs/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/cjs/lib/entities/ComplianceReportSettings.js +0 -22
- package/dist/cjs/lib/entities/ComplianceReportSettings.js.map +0 -1
- package/dist/cjs/lib/entities/TeaserPopUpSettings.d.ts +0 -6
- package/dist/cjs/lib/entities/TeaserPopUpSettings.js +0 -19
- package/dist/cjs/lib/entities/TeaserPopUpSettings.js.map +0 -1
- package/dist/esm/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/esm/lib/entities/ComplianceReportSettings.js +0 -18
- package/dist/esm/lib/entities/ComplianceReportSettings.js.map +0 -1
- package/dist/esm/lib/entities/TeaserPopUpSettings.d.ts +0 -6
- package/dist/esm/lib/entities/TeaserPopUpSettings.js +0 -15
- package/dist/esm/lib/entities/TeaserPopUpSettings.js.map +0 -1
- package/dist/types/lib/entities/ComplianceReportSettings.d.ts +0 -7
- package/dist/types/lib/entities/TeaserPopUpSettings.d.ts +0 -6
|
@@ -8,7 +8,6 @@ export * from './ApiKey';
|
|
|
8
8
|
export * from './AuditLog';
|
|
9
9
|
export * from './BulkDevices';
|
|
10
10
|
export * from './Checkpoint';
|
|
11
|
-
export * from './ComplianceReportSettings';
|
|
12
11
|
export * from './Condition';
|
|
13
12
|
export * from './ConfigParam';
|
|
14
13
|
export * from './ConfigParams';
|
|
@@ -43,7 +42,6 @@ export * from './Shieldex';
|
|
|
43
42
|
export * from './Stream';
|
|
44
43
|
export * from './StreamAnalyticsConfig';
|
|
45
44
|
export * from './StreamConfig';
|
|
46
|
-
export * from './TeaserPopUpSettings';
|
|
47
45
|
export * from './TimeSeriesOfDeviceReport';
|
|
48
46
|
export * from './UsageRecord';
|
|
49
47
|
export * from './User';
|
|
@@ -8,7 +8,6 @@ export * from './ApiKey';
|
|
|
8
8
|
export * from './AuditLog';
|
|
9
9
|
export * from './BulkDevices';
|
|
10
10
|
export * from './Checkpoint';
|
|
11
|
-
export * from './ComplianceReportSettings';
|
|
12
11
|
export * from './Condition';
|
|
13
12
|
export * from './ConfigParam';
|
|
14
13
|
export * from './ConfigParams';
|
|
@@ -43,7 +42,6 @@ export * from './Shieldex';
|
|
|
43
42
|
export * from './Stream';
|
|
44
43
|
export * from './StreamAnalyticsConfig';
|
|
45
44
|
export * from './StreamConfig';
|
|
46
|
-
export * from './TeaserPopUpSettings';
|
|
47
45
|
export * from './TimeSeriesOfDeviceReport';
|
|
48
46
|
export * from './UsageRecord';
|
|
49
47
|
export * from './User';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import { UsrAlertsService } from "./services";
|
|
2
|
+
import { UsrDevicesService } from "./services";
|
|
3
|
+
import { UsrEventsService } from "./services";
|
|
4
|
+
import { UsrNetworkService } from "./services";
|
|
5
|
+
import { UsrReportsService } from "./services";
|
|
6
|
+
import { UsrRulesService } from "./services";
|
|
1
7
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
2
8
|
import { SysAccountsService } from "./services";
|
|
3
9
|
import { SysAuditLogService } from "./services";
|
|
@@ -17,16 +23,16 @@ import { UsrInsightsService } from "./services";
|
|
|
17
23
|
import { UsrIntegrationsService } from "./services";
|
|
18
24
|
import { UsrMembersService } from "./services";
|
|
19
25
|
import { UsrUserService } from "./services";
|
|
20
|
-
import { UsrAlertsService } from "./services";
|
|
21
|
-
import { UsrDevicesService } from "./services";
|
|
22
|
-
import { UsrEventsService } from "./services";
|
|
23
|
-
import { UsrNetworkService } from "./services";
|
|
24
|
-
import { UsrReportsService } from "./services";
|
|
25
|
-
import { UsrRulesService } from "./services";
|
|
26
26
|
export declare class PulseClient {
|
|
27
27
|
private restSvc;
|
|
28
28
|
private axiosInst;
|
|
29
29
|
constructor(apiUrl: string, apiKey?: string, accessToken?: string);
|
|
30
|
+
readonly UsrAlertsService: UsrAlertsService;
|
|
31
|
+
readonly UsrDevicesService: UsrDevicesService;
|
|
32
|
+
readonly UsrEventsService: UsrEventsService;
|
|
33
|
+
readonly UsrNetworkService: UsrNetworkService;
|
|
34
|
+
readonly UsrReportsService: UsrReportsService;
|
|
35
|
+
readonly UsrRulesService: UsrRulesService;
|
|
30
36
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
31
37
|
readonly SysAccountsService: SysAccountsService;
|
|
32
38
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -46,10 +52,4 @@ export declare class PulseClient {
|
|
|
46
52
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
47
53
|
readonly UsrMembersService: UsrMembersService;
|
|
48
54
|
readonly UsrUserService: UsrUserService;
|
|
49
|
-
readonly UsrAlertsService: UsrAlertsService;
|
|
50
|
-
readonly UsrDevicesService: UsrDevicesService;
|
|
51
|
-
readonly UsrEventsService: UsrEventsService;
|
|
52
|
-
readonly UsrNetworkService: UsrNetworkService;
|
|
53
|
-
readonly UsrReportsService: UsrReportsService;
|
|
54
|
-
readonly UsrRulesService: UsrRulesService;
|
|
55
55
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import axios from 'axios';
|
|
2
2
|
import { RestUtil } from "../utils";
|
|
3
|
+
import { UsrAlertsService } from "./services";
|
|
4
|
+
import { UsrDevicesService } from "./services";
|
|
5
|
+
import { UsrEventsService } from "./services";
|
|
6
|
+
import { UsrNetworkService } from "./services";
|
|
7
|
+
import { UsrReportsService } from "./services";
|
|
8
|
+
import { UsrRulesService } from "./services";
|
|
3
9
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
4
10
|
import { SysAccountsService } from "./services";
|
|
5
11
|
import { SysAuditLogService } from "./services";
|
|
@@ -19,12 +25,6 @@ import { UsrInsightsService } from "./services";
|
|
|
19
25
|
import { UsrIntegrationsService } from "./services";
|
|
20
26
|
import { UsrMembersService } from "./services";
|
|
21
27
|
import { UsrUserService } from "./services";
|
|
22
|
-
import { UsrAlertsService } from "./services";
|
|
23
|
-
import { UsrDevicesService } from "./services";
|
|
24
|
-
import { UsrEventsService } from "./services";
|
|
25
|
-
import { UsrNetworkService } from "./services";
|
|
26
|
-
import { UsrReportsService } from "./services";
|
|
27
|
-
import { UsrRulesService } from "./services";
|
|
28
28
|
// PulseClient is the main entry point of the client library.
|
|
29
29
|
// Create a single global instance of PulseClient in your application and use
|
|
30
30
|
// Factory methods to get service endpoints
|
|
@@ -45,6 +45,12 @@ export class PulseClient {
|
|
|
45
45
|
this.axiosInst = axios.create(axiosRequestConfiguration);
|
|
46
46
|
this.restSvc = new RestUtil(this.axiosInst);
|
|
47
47
|
// initialize services
|
|
48
|
+
this.UsrAlertsService = new UsrAlertsService(apiUrl, this.restSvc);
|
|
49
|
+
this.UsrDevicesService = new UsrDevicesService(apiUrl, this.restSvc);
|
|
50
|
+
this.UsrEventsService = new UsrEventsService(apiUrl, this.restSvc);
|
|
51
|
+
this.UsrNetworkService = new UsrNetworkService(apiUrl, this.restSvc);
|
|
52
|
+
this.UsrReportsService = new UsrReportsService(apiUrl, this.restSvc);
|
|
53
|
+
this.UsrRulesService = new UsrRulesService(apiUrl, this.restSvc);
|
|
48
54
|
this.SupportStreamAnalyticsConfig = new SupportStreamAnalyticsConfig(apiUrl, this.restSvc);
|
|
49
55
|
this.SysAccountsService = new SysAccountsService(apiUrl, this.restSvc);
|
|
50
56
|
this.SysAuditLogService = new SysAuditLogService(apiUrl, this.restSvc);
|
|
@@ -64,12 +70,6 @@ export class PulseClient {
|
|
|
64
70
|
this.UsrIntegrationsService = new UsrIntegrationsService(apiUrl, this.restSvc);
|
|
65
71
|
this.UsrMembersService = new UsrMembersService(apiUrl, this.restSvc);
|
|
66
72
|
this.UsrUserService = new UsrUserService(apiUrl, this.restSvc);
|
|
67
|
-
this.UsrAlertsService = new UsrAlertsService(apiUrl, this.restSvc);
|
|
68
|
-
this.UsrDevicesService = new UsrDevicesService(apiUrl, this.restSvc);
|
|
69
|
-
this.UsrEventsService = new UsrEventsService(apiUrl, this.restSvc);
|
|
70
|
-
this.UsrNetworkService = new UsrNetworkService(apiUrl, this.restSvc);
|
|
71
|
-
this.UsrReportsService = new UsrReportsService(apiUrl, this.restSvc);
|
|
72
|
-
this.UsrRulesService = new UsrRulesService(apiUrl, this.restSvc);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
//# sourceMappingURL=pulse-client.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pulse-client.js","sourceRoot":"","sources":["../../../src/lib/pulse-client.ts"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"pulse-client.js","sourceRoot":"","sources":["../../../src/lib/pulse-client.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,10 @@ 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 { UsrReportsService } from './usrReportsService';
|
|
25
|
+
import { UsrRulesService } from './usrRulesService';
|
|
26
|
+
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 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,13 @@ 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 { UsrReportsService } from './usrReportsService';
|
|
25
|
+
import { UsrRulesService } from './usrRulesService';
|
|
26
26
|
export const Services = [
|
|
27
|
-
UsrAlertsService,
|
|
28
|
-
UsrDevicesService,
|
|
29
|
-
UsrEventsService,
|
|
30
|
-
UsrNetworkService,
|
|
31
|
-
UsrReportsService,
|
|
32
|
-
UsrRulesService,
|
|
33
27
|
SupportStreamAnalyticsConfig,
|
|
34
28
|
SysAccountsService,
|
|
35
29
|
SysAuditLogService,
|
|
@@ -49,5 +43,11 @@ export const Services = [
|
|
|
49
43
|
UsrIntegrationsService,
|
|
50
44
|
UsrMembersService,
|
|
51
45
|
UsrUserService,
|
|
46
|
+
UsrAlertsService,
|
|
47
|
+
UsrDevicesService,
|
|
48
|
+
UsrEventsService,
|
|
49
|
+
UsrNetworkService,
|
|
50
|
+
UsrReportsService,
|
|
51
|
+
UsrRulesService,
|
|
52
52
|
];
|
|
53
53
|
//# 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,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,iBAAiB;IACjB,eAAe;CAElB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { Checkpoint } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Checkpoint } from '../entities';
|
|
4
4
|
export declare class SysCheckpointsService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ConfigParam } from '../entities';
|
|
3
2
|
import { ConfigParams } from '../entities';
|
|
3
|
+
import { ConfigParam } from '../entities';
|
|
4
4
|
export declare class SysConfigService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
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 SysMembersService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { UserTypeCode } from '../enums';
|
|
3
2
|
import { UserStatusCode } from '../enums';
|
|
4
3
|
import { UserMemberships } from '../entities';
|
|
5
4
|
import { User } from '../entities';
|
|
5
|
+
import { UserTypeCode } from '../enums';
|
|
6
6
|
export declare class SysUsersService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { EventTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
3
|
+
import { EventStatusCode } from '../enums';
|
|
4
|
+
import { AlertWithDevice } from '../entities';
|
|
4
5
|
import { MaliciousIPData } from '../common';
|
|
5
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
6
6
|
import { StringKeyValue } from '../common';
|
|
7
|
-
import { EventCategoryCode } from '../enums';
|
|
8
|
-
import { AlertWithDevice } from '../entities';
|
|
9
|
-
import { TimeSeriesOf2D } from '../common';
|
|
10
|
-
import { MaliciousIPCard } from '../common';
|
|
11
|
-
import { EventStatusCode } from '../enums';
|
|
12
7
|
import { Alert } from '../entities';
|
|
13
|
-
import { SeverityTypeCode } from '../enums';
|
|
14
8
|
import { IntDistribution } from '../entities';
|
|
15
9
|
import { DeviceActionCode } from '../enums';
|
|
10
|
+
import { SeverityTypeCode } from '../enums';
|
|
11
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
12
|
+
import { MaliciousIPCard } from '../common';
|
|
13
|
+
import { EventCategoryCode } from '../enums';
|
|
14
|
+
import { RuleTypeCode } from '../enums';
|
|
15
|
+
import { TimeSeriesOf2D } from '../common';
|
|
16
16
|
export declare class UsrAlertsService {
|
|
17
17
|
private apiUrl;
|
|
18
18
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
3
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
2
|
import { DeviceReport } from '../entities';
|
|
5
|
-
import { Device } from '../entities';
|
|
6
|
-
import { BulkDevices } from '../entities';
|
|
7
|
-
import { DeviceWithEvents } from '../entities';
|
|
8
|
-
import { DeviceActionCode } from '../enums';
|
|
9
|
-
import { NetworkMap } from '../common';
|
|
10
3
|
import { TimeSeriesOfDataConsumption } from '../common';
|
|
11
|
-
import {
|
|
4
|
+
import { DeviceWithEvents } from '../entities';
|
|
5
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
6
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
12
7
|
import { DeviceStatusCode } from '../enums';
|
|
13
8
|
import { SeverityTypeCode } from '../enums';
|
|
14
9
|
import { IntDistribution } from '../entities';
|
|
10
|
+
import { DeviceActionCode } from '../enums';
|
|
11
|
+
import { NetworkMap } from '../common';
|
|
12
|
+
import { Device } from '../entities';
|
|
13
|
+
import { BulkDevices } from '../entities';
|
|
14
|
+
import { DeviceTypeCode } from '../enums';
|
|
15
15
|
export declare class UsrDevicesService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import {
|
|
2
|
+
import { MaliciousIPData } from '../common';
|
|
3
|
+
import { MaliciousIPCard } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
3
5
|
import { EventStatusCode } from '../enums';
|
|
4
6
|
import { RuleTypeCode } from '../enums';
|
|
5
|
-
import {
|
|
7
|
+
import { EventWithDevice } from '../entities';
|
|
6
8
|
import { IntDistribution } from '../entities';
|
|
9
|
+
import { TimeSeriesOf2D } from '../common';
|
|
7
10
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
|
-
import { MaliciousIPCard } from '../common';
|
|
9
11
|
import { StringKeyValue } from '../common';
|
|
10
12
|
import { Event } from '../entities';
|
|
13
|
+
import { EventTypeCode } from '../enums';
|
|
11
14
|
import { SeverityTypeCode } from '../enums';
|
|
12
|
-
import { EventCategoryCode } from '../enums';
|
|
13
|
-
import { EventWithDevice } from '../entities';
|
|
14
|
-
import { TimeSeriesOf2D } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Report } from '../entities';
|
|
2
3
|
import { TimeSeries } from '../common';
|
|
3
4
|
import { GraphSeries } from '../common';
|
|
4
|
-
import { Report } from '../entities';
|
|
5
5
|
export declare class UsrReportsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
|
-
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { RuleActivityStatusCode } from '../enums';
|
|
5
2
|
import { EventTypeCode } from '../enums';
|
|
6
3
|
import { TimeSeriesOfFloat } from '../common';
|
|
7
4
|
import { IntDistribution } from '../entities';
|
|
8
5
|
import { Distribution } from '../entities';
|
|
6
|
+
import { Rule } from '../entities';
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
9
9
|
export declare class UsrRulesService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Feature } from '../entities';
|
|
3
|
+
import { Stream } from '../entities';
|
|
4
|
+
import { UserMemberships } from '../entities';
|
|
2
5
|
import { LoginParams } from '../common';
|
|
3
6
|
import { User } from '../entities';
|
|
4
7
|
import { AccountDTO } from '../entities';
|
|
5
8
|
import { Image } from '../entities';
|
|
6
|
-
import { Feature } from '../entities';
|
|
7
|
-
import { Stream } from '../entities';
|
|
8
|
-
import { UserMemberships } from '../entities';
|
|
9
9
|
export declare class UsrUserService {
|
|
10
10
|
private apiUrl;
|
|
11
11
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
2
1
|
import { Interval } from '../common';
|
|
3
2
|
import { SeverityConditionConfig } from '../common';
|
|
4
3
|
import { RuleCountThresholdConfig } from '../common';
|
|
4
|
+
import { RuleBasedSeverityConditionConfig } from '../common';
|
|
5
5
|
export declare class DeviceScoreConfig {
|
|
6
6
|
deviceScoreAlphaFactor: number;
|
|
7
7
|
occurrenceThreshold: number;
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
import { HomePageViewCode } from '../enums';
|
|
2
|
-
import { ComplianceReportSettings } from '../entities';
|
|
3
|
-
import { TeaserPopUpSettings } from '../entities';
|
|
4
2
|
export declare class AccountSettings {
|
|
5
|
-
logo: string;
|
|
6
3
|
defaultHomePageView: HomePageViewCode;
|
|
7
|
-
|
|
8
|
-
teaserPopUpSettings: TeaserPopUpSettings;
|
|
9
|
-
constructor(logo?: string, defaultHomePageView?: HomePageViewCode, complianceReportSettings?: ComplianceReportSettings, teaserPopUpSettings?: TeaserPopUpSettings);
|
|
4
|
+
constructor(defaultHomePageView?: HomePageViewCode);
|
|
10
5
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
1
4
|
import { BaseEntity } from '../base';
|
|
2
5
|
import { EventTypeCode } from '../enums';
|
|
3
6
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { EventStatusCode } from '../enums';
|
|
5
|
-
import { RuleTypeCode } from '../enums';
|
|
6
7
|
import { GeoData } from '../common';
|
|
7
|
-
import { StringKeyValue } from '../common';
|
|
8
8
|
import { EventCategoryCode } from '../enums';
|
|
9
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { RuleTypeCode } from '../enums';
|
|
2
|
-
import { EventCategoryCode } from '../enums';
|
|
3
|
-
import { Device } from '../entities';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
1
|
import { EventStatusCode } from '../enums';
|
|
7
|
-
import {
|
|
2
|
+
import { GeoData } from '../common';
|
|
8
3
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
9
6
|
import { SeverityTypeCode } from '../enums';
|
|
10
|
-
import {
|
|
7
|
+
import { EventCategoryCode } from '../enums';
|
|
8
|
+
import { Device } from '../entities';
|
|
9
|
+
import { RuleTypeCode } from '../enums';
|
|
10
|
+
import { StringKeyValue } from '../common';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SIM } from '../entities';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { DeviceTypeCode } from '../enums';
|
|
5
2
|
import { DeviceStatusCode } from '../enums';
|
|
6
3
|
import { StringKeyValue } from '../common';
|
|
7
4
|
import { DeviceActionCode } from '../enums';
|
|
5
|
+
import { SIM } from '../entities';
|
|
6
|
+
import { GeoData } from '../common';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { SIM } from '../entities';
|
|
2
|
-
import { Event } from '../entities';
|
|
3
1
|
import { GeoData } from '../common';
|
|
4
2
|
import { BaseEntity } from '../base';
|
|
5
3
|
import { DeviceTypeCode } from '../enums';
|
|
6
4
|
import { DeviceStatusCode } from '../enums';
|
|
7
5
|
import { StringKeyValue } from '../common';
|
|
8
6
|
import { DeviceActionCode } from '../enums';
|
|
7
|
+
import { SIM } from '../entities';
|
|
8
|
+
import { Event } from '../entities';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
1
|
import { StringKeyValue } from '../common';
|
|
2
|
+
import { EventCategoryCode } from '../enums';
|
|
4
3
|
import { EventOccurrence } from '../entities';
|
|
5
|
-
import { BaseEntity } from '../base';
|
|
6
4
|
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { Indicator } from '../common';
|
|
8
5
|
import { RuleTypeCode } from '../enums';
|
|
6
|
+
import { Indicator } from '../common';
|
|
9
7
|
import { GeoData } from '../common';
|
|
10
|
-
import { EventCategoryCode } from '../enums';
|
|
11
8
|
import { TrafficDirectionCode } from '../enums';
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
|
+
import { EventTypeCode } from '../enums';
|
|
11
|
+
import { EventStatusCode } from '../enums';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import { EventOccurrence } from '../entities';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
2
|
import { Indicator } from '../common';
|
|
7
3
|
import { GeoData } from '../common';
|
|
8
4
|
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
9
6
|
import { TrafficDirectionCode } from '../enums';
|
|
10
|
-
import { Device } from '../entities';
|
|
11
7
|
import { BaseEntity } from '../base';
|
|
12
|
-
import {
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
9
|
+
import { RuleTypeCode } from '../enums';
|
|
10
|
+
import { EventOccurrence } from '../entities';
|
|
11
|
+
import { Device } from '../entities';
|
|
12
|
+
import { EventStatusCode } from '../enums';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { DirectionContextCode } from '../enums';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { InsightTypeCode } from '../enums';
|
|
2
4
|
import { InsightStatusCode } from '../enums';
|
|
3
5
|
import { SeverityTypeCode } from '../enums';
|
|
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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { DirectionContextCode } from '../enums';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { InsightTypeCode } from '../enums';
|
|
3
|
-
import { DirectionContextCode } from '../enums';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|