@shieldiot/pulse-lib 1.0.390 → 1.0.392
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 +2 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.js +4 -1
- package/dist/cjs/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/cjs/lib/common/SeriesData.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeries.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/common/TokenData.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.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 +5 -5
- 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 +1 -1
- 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 +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/IdsRule.d.ts +2 -2
- package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
- package/dist/cjs/lib/entities/Insight.d.ts +2 -2
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/Report.d.ts +1 -1
- package/dist/cjs/lib/entities/Report.js.map +1 -1
- package/dist/cjs/lib/entities/Rule.d.ts +2 -2
- package/dist/cjs/lib/entities/Rule.js.map +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/cjs/lib/entities/Stream.d.ts +1 -1
- package/dist/cjs/lib/entities/Stream.js.map +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +6 -6
- package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.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/enums/FeatureCode.d.ts +2 -1
- package/dist/cjs/lib/enums/FeatureCode.js +3 -0
- package/dist/cjs/lib/enums/FeatureCode.js.map +1 -1
- package/dist/cjs/lib/services/services.export.d.ts +8 -8
- package/dist/cjs/lib/services/services.export.js +14 -14
- package/dist/cjs/lib/services/services.export.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysConfigService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
- package/dist/cjs/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/cjs/lib/services/usrReportsService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -1
- package/dist/esm/lib/common/DeviceScoreConfig.js +4 -1
- package/dist/esm/lib/common/DeviceScoreConfig.js.map +1 -1
- package/dist/esm/lib/common/SeriesData.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeries.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/common/TokenData.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.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 +5 -5
- 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 +1 -1
- 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 +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/IdsRule.d.ts +2 -2
- package/dist/esm/lib/entities/IdsRule.js.map +1 -1
- package/dist/esm/lib/entities/Insight.d.ts +2 -2
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/Report.d.ts +1 -1
- package/dist/esm/lib/entities/Report.js.map +1 -1
- package/dist/esm/lib/entities/Rule.d.ts +2 -2
- package/dist/esm/lib/entities/Rule.js.map +1 -1
- package/dist/esm/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
- package/dist/esm/lib/entities/Stream.d.ts +1 -1
- package/dist/esm/lib/entities/Stream.js.map +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +6 -6
- package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.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/enums/FeatureCode.d.ts +2 -1
- package/dist/esm/lib/enums/FeatureCode.js +3 -0
- package/dist/esm/lib/enums/FeatureCode.js.map +1 -1
- package/dist/esm/lib/services/services.export.d.ts +8 -8
- package/dist/esm/lib/services/services.export.js +14 -14
- package/dist/esm/lib/services/services.export.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/esm/lib/services/sysConfigService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
- package/dist/esm/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/esm/lib/services/usrReportsService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +4 -4
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -1
- package/dist/types/lib/common/SeriesData.d.ts +1 -1
- package/dist/types/lib/common/TimeSeries.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfDataConsumption.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/common/TokenData.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +1 -1
- package/dist/types/lib/entities/Alert.d.ts +3 -3
- package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +1 -1
- package/dist/types/lib/entities/Event.d.ts +6 -6
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +2 -2
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/Report.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +6 -6
- package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/enums/FeatureCode.d.ts +2 -1
- package/dist/types/lib/services/services.export.d.ts +8 -8
- package/dist/types/lib/services/sysAccountsService.d.ts +1 -1
- package/dist/types/lib/services/sysConfigService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +7 -7
- package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
- package/dist/types/lib/services/usrEventsService.d.ts +6 -6
- package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
- package/dist/types/lib/services/usrNetworkService.d.ts +2 -2
- package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
- package/dist/types/lib/services/usrReportsService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +4 -4
- package/dist/umd/index.js +1 -1
- package/dist/umd/index.js.LICENSE.txt +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":"AACA,eAAe;AACf,MAAM,CAAN,IAAY,
|
|
1
|
+
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":"AACA,eAAe;AACf,MAAM,CAAN,IAAY,WA4CX;AA5CD,WAAY,WAAW;IAEnB,iBAAiB;IACjB,uDAAa,CAAA;IAEb,iCAAiC;IACjC,+DAAiB,CAAA;IAEjB,+CAA+C;IAC/C,yEAAsB,CAAA;IAEtB,4CAA4C;IAC5C,6DAAgB,CAAA;IAEhB,kCAAkC;IAClC,iEAAkB,CAAA;IAElB,0BAA0B;IAC1B,yEAAsB,CAAA;IAEtB,6CAA6C;IAC7C,iEAAkB,CAAA;IAElB,6CAA6C;IAC7C,2DAAe,CAAA;IAEf,6CAA6C;IAC7C,yEAAsB,CAAA;IAEtB,oCAAoC;IACpC,6DAAgB,CAAA;IAEhB,iCAAiC;IACjC,8DAAiB,CAAA;IAEjB,+BAA+B;IAC/B,oEAAoB,CAAA;IAEpB,yCAAyC;IACzC,wEAAsB,CAAA;IAEtB,iCAAiC;IACjC,wEAAsB,CAAA;AAE1B,CAAC,EA5CW,WAAW,KAAX,WAAW,QA4CtB;AAED,4DAA4D;AAC5D,MAAM,UAAU,eAAe;IAE3B,IAAI,MAAM,GAAG,IAAI,GAAG,EAAuB,CAAC;IAG5C,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAE/C,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,aAAa,EAAE,eAAe,CAAC,CAAC;IAEvD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;IAEzD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,cAAc,EAAE,gBAAgB,CAAC,CAAC;IAEzD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IAEnD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAEjE,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAErD,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAC;IAE3D,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC;IAE/D,MAAM,CAAC,GAAG,CAAC,WAAW,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,CAAC;IAG/D,OAAO,MAAM,CAAC;AAClB,CAAC"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
6
|
-
import { UsrReportsService } from './usrReportsService';
|
|
7
|
-
import { UsrRulesService } from './usrRulesService';
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
9
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
10
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -25,4 +18,11 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
25
18
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
26
19
|
import { UsrMembersService } from './usrMembersService';
|
|
27
20
|
import { UsrUserService } from './usrUserService';
|
|
28
|
-
|
|
21
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
22
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
23
|
+
import { UsrEventsService } from './usrEventsService';
|
|
24
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
25
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
26
|
+
import { UsrReportsService } from './usrReportsService';
|
|
27
|
+
import { UsrRulesService } from './usrRulesService';
|
|
28
|
+
export declare const Services: (typeof SupportStreamAnalyticsConfig | typeof SysAccountsService | typeof SysAuditLogService | typeof SysCheckpointsService | typeof SysConfigService | typeof SysFeaturesService | typeof SysGroupsService | typeof SysIdsRulesService | 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,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from './usrAlertsService';
|
|
2
|
-
import { UsrDevicesService } from './usrDevicesService';
|
|
3
|
-
import { UsrEventsService } from './usrEventsService';
|
|
4
|
-
import { UsrNetworkService } from './usrNetworkService';
|
|
5
|
-
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
6
|
-
import { UsrReportsService } from './usrReportsService';
|
|
7
|
-
import { UsrRulesService } from './usrRulesService';
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from './supportStreamAnalyticsConfig';
|
|
9
2
|
import { SysAccountsService } from './sysAccountsService';
|
|
10
3
|
import { SysAuditLogService } from './sysAuditLogService';
|
|
@@ -25,14 +18,14 @@ import { UsrInsightsService } from './usrInsightsService';
|
|
|
25
18
|
import { UsrIntegrationsService } from './usrIntegrationsService';
|
|
26
19
|
import { UsrMembersService } from './usrMembersService';
|
|
27
20
|
import { UsrUserService } from './usrUserService';
|
|
21
|
+
import { UsrAlertsService } from './usrAlertsService';
|
|
22
|
+
import { UsrDevicesService } from './usrDevicesService';
|
|
23
|
+
import { UsrEventsService } from './usrEventsService';
|
|
24
|
+
import { UsrNetworkService } from './usrNetworkService';
|
|
25
|
+
import { UsrReportsInstanceService } from './usrReportsInstanceService';
|
|
26
|
+
import { UsrReportsService } from './usrReportsService';
|
|
27
|
+
import { UsrRulesService } from './usrRulesService';
|
|
28
28
|
export const Services = [
|
|
29
|
-
UsrAlertsService,
|
|
30
|
-
UsrDevicesService,
|
|
31
|
-
UsrEventsService,
|
|
32
|
-
UsrNetworkService,
|
|
33
|
-
UsrReportsInstanceService,
|
|
34
|
-
UsrReportsService,
|
|
35
|
-
UsrRulesService,
|
|
36
29
|
SupportStreamAnalyticsConfig,
|
|
37
30
|
SysAccountsService,
|
|
38
31
|
SysAuditLogService,
|
|
@@ -53,5 +46,12 @@ export const Services = [
|
|
|
53
46
|
UsrIntegrationsService,
|
|
54
47
|
UsrMembersService,
|
|
55
48
|
UsrUserService,
|
|
49
|
+
UsrAlertsService,
|
|
50
|
+
UsrDevicesService,
|
|
51
|
+
UsrEventsService,
|
|
52
|
+
UsrNetworkService,
|
|
53
|
+
UsrReportsInstanceService,
|
|
54
|
+
UsrReportsService,
|
|
55
|
+
UsrRulesService,
|
|
56
56
|
];
|
|
57
57
|
//# 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,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,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,10 +1,10 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { AccountReportDTO } from '../entities';
|
|
3
2
|
import { Account } from '../entities';
|
|
4
3
|
import { AccountSettings } from '../entities';
|
|
5
4
|
import { AccountTypeCode } from '../enums';
|
|
6
5
|
import { AccountStatusCode } from '../enums';
|
|
7
6
|
import { Image } from '../entities';
|
|
7
|
+
import { AccountReportDTO } from '../entities';
|
|
8
8
|
export declare class SysAccountsService {
|
|
9
9
|
private apiUrl;
|
|
10
10
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ConfigParams } from '../entities';
|
|
3
2
|
import { ConfigParam } from '../entities';
|
|
3
|
+
import { ConfigParams } from '../entities';
|
|
4
4
|
export declare class SysConfigService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
2
|
import { RuleActivityStatusCode } from '../enums';
|
|
4
3
|
import { EventTypeCode } from '../enums';
|
|
5
4
|
import { Rule } from '../entities';
|
|
6
5
|
import { IdsRule } from '../entities';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
2
|
import { Alert } from '../entities';
|
|
3
|
+
import { EventStatusCode } from '../enums';
|
|
3
4
|
import { RuleTypeCode } from '../enums';
|
|
4
5
|
import { AlertWithDevice } from '../entities';
|
|
6
|
+
import { TimeSeriesOf2D } from '../common';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { EventTypeCode } from '../enums';
|
|
9
|
+
import { SeverityTypeCode } from '../enums';
|
|
5
10
|
import { IntDistribution } from '../entities';
|
|
6
11
|
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import {
|
|
12
|
+
import { EventCategoryCode } from '../enums';
|
|
8
13
|
import { MaliciousIPData } from '../common';
|
|
9
|
-
import { MaliciousIPCard } from '../common';
|
|
10
14
|
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import {
|
|
12
|
-
import { EventTypeCode } from '../enums';
|
|
13
|
-
import { EventCategoryCode } from '../enums';
|
|
14
|
-
import { EventStatusCode } from '../enums';
|
|
15
|
-
import { TimeSeriesOf2D } from '../common';
|
|
15
|
+
import { MaliciousIPCard } 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 { DeviceReport } from '../entities';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { NetworkMap } from '../common';
|
|
5
|
-
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
6
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
7
|
-
import { DeviceTypeCode } from '../enums';
|
|
8
|
-
import { DeviceWithEvents } from '../entities';
|
|
9
|
-
import { IntDistribution } from '../entities';
|
|
10
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
11
2
|
import { MapBounds } from '../common';
|
|
12
3
|
import { DevicesMap } from '../common';
|
|
4
|
+
import { DeviceTypeCode } from '../enums';
|
|
13
5
|
import { DeviceStatusCode } from '../enums';
|
|
6
|
+
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
7
|
+
import { DeviceReport } from '../entities';
|
|
14
8
|
import { BulkDevices } from '../entities';
|
|
15
9
|
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
11
|
+
import { NetworkMap } from '../common';
|
|
16
12
|
import { Device } from '../entities';
|
|
13
|
+
import { DeviceWithEvents } from '../entities';
|
|
14
|
+
import { IntDistribution } from '../entities';
|
|
15
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
16
|
+
import { DeviceActionCode } from '../enums';
|
|
17
17
|
export declare class UsrDevicesService {
|
|
18
18
|
private apiUrl;
|
|
19
19
|
private rest;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
|
-
import { EventTypeCode } from '../enums';
|
|
4
|
-
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { EventCategoryCode } from '../enums';
|
|
6
2
|
import { EventWithDevice } from '../entities';
|
|
7
|
-
import { MaliciousIPData } from '../common';
|
|
8
3
|
import { IntDistribution } from '../entities';
|
|
9
4
|
import { TimeSeriesOf2D } from '../common';
|
|
5
|
+
import { MaliciousIPCard } from '../common';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
10
7
|
import { Event } from '../entities';
|
|
11
8
|
import { EventStatusCode } from '../enums';
|
|
9
|
+
import { EventCategoryCode } from '../enums';
|
|
12
10
|
import { RuleTypeCode } from '../enums';
|
|
11
|
+
import { MaliciousIPData } from '../common';
|
|
13
12
|
import { TimeSeriesOfFloat } from '../common';
|
|
14
|
-
import {
|
|
13
|
+
import { EventTypeCode } from '../enums';
|
|
14
|
+
import { SeverityTypeCode } from '../enums';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
+
import { Insight } from '../entities';
|
|
2
3
|
import { SeverityTypeCode } from '../enums';
|
|
3
4
|
import { IntDistribution } from '../entities';
|
|
4
|
-
import { Insight } from '../entities';
|
|
5
5
|
export declare class UsrInsightsService {
|
|
6
6
|
private apiUrl;
|
|
7
7
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { UsageRecord } from '../entities';
|
|
3
|
-
import { SessionRecord } from '../entities';
|
|
4
2
|
import { IntDistribution } from '../entities';
|
|
5
3
|
import { Distribution } from '../entities';
|
|
6
4
|
import { FlowRecord } from '../entities';
|
|
5
|
+
import { UsageRecord } from '../entities';
|
|
6
|
+
import { SessionRecord } from '../entities';
|
|
7
7
|
export declare class UsrNetworkService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { ReportInstance } from '../entities';
|
|
3
2
|
import { ReportSourceCode } from '../enums';
|
|
3
|
+
import { ReportInstance } from '../entities';
|
|
4
4
|
export declare class UsrReportsInstanceService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { TimeSeries } from '../common';
|
|
3
|
-
import { GraphSeries } from '../common';
|
|
4
2
|
import { Report } from '../entities';
|
|
5
3
|
import { ReportSourceCode } from '../enums';
|
|
4
|
+
import { TimeSeries } from '../common';
|
|
5
|
+
import { GraphSeries } from '../common';
|
|
6
6
|
export declare class UsrReportsService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Image } from '../entities';
|
|
3
|
+
import { UserMemberships } from '../entities';
|
|
4
|
+
import { FeatureCode } from '../enums';
|
|
2
5
|
import { LoginParams } from '../common';
|
|
3
6
|
import { AccountDTO } from '../entities';
|
|
4
|
-
import { Image } from '../entities';
|
|
5
7
|
import { Feature } from '../entities';
|
|
6
8
|
import { Stream } from '../entities';
|
|
7
|
-
import { User } from '../entities';
|
|
8
|
-
import { UserMemberships } from '../entities';
|
|
9
|
-
import { FeatureCode } from '../enums';
|
|
10
9
|
import { ConfigParam } from '../entities';
|
|
10
|
+
import { User } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -9,6 +9,7 @@ export declare class DeviceScoreConfig {
|
|
|
9
9
|
lowWeightAlphaFactor: number;
|
|
10
10
|
mediumWeightAlphaFactor: number;
|
|
11
11
|
highWeightAlphaFactor: number;
|
|
12
|
+
criticalWeightAlphaFactor: number;
|
|
12
13
|
highVolumeWeightAlphaFactor: number;
|
|
13
14
|
abnormalOutPortsAlphaFactor: number;
|
|
14
15
|
abnormalOutEndpointsAlphaFactor: number;
|
|
@@ -20,5 +21,5 @@ export declare class DeviceScoreConfig {
|
|
|
20
21
|
ruleBasedSeverityConditionConfigs: RuleBasedSeverityConditionConfig[];
|
|
21
22
|
isSeverityBased: boolean;
|
|
22
23
|
isAlertBased: boolean;
|
|
23
|
-
constructor(deviceScoreAlphaFactor?: number, occurrenceThreshold?: number, ruleCountThreshold?: number, lowWeightAlphaFactor?: number, mediumWeightAlphaFactor?: number, highWeightAlphaFactor?: number, highVolumeWeightAlphaFactor?: number, abnormalOutPortsAlphaFactor?: number, abnormalOutEndpointsAlphaFactor?: number, suspiciousIpAlphaFactor?: number, defaultSeverityRange?: Interval, defaultSeverityFactor?: number, severityConditionConfigs?: SeverityConditionConfig[], ruleCountThresholdConfigs?: RuleCountThresholdConfig[], ruleBasedSeverityConditionConfigs?: RuleBasedSeverityConditionConfig[], isSeverityBased?: boolean, isAlertBased?: boolean);
|
|
24
|
+
constructor(deviceScoreAlphaFactor?: number, occurrenceThreshold?: number, ruleCountThreshold?: number, lowWeightAlphaFactor?: number, mediumWeightAlphaFactor?: number, highWeightAlphaFactor?: number, criticalWeightAlphaFactor?: number, highVolumeWeightAlphaFactor?: number, abnormalOutPortsAlphaFactor?: number, abnormalOutEndpointsAlphaFactor?: number, suspiciousIpAlphaFactor?: number, defaultSeverityRange?: Interval, defaultSeverityFactor?: number, severityConditionConfigs?: SeverityConditionConfig[], ruleCountThresholdConfigs?: RuleCountThresholdConfig[], ruleBasedSeverityConditionConfigs?: RuleBasedSeverityConditionConfig[], isSeverityBased?: boolean, isAlertBased?: boolean);
|
|
24
25
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { AccountTypeCode } from '../enums';
|
|
3
2
|
import { AccountStatusCode } from '../enums';
|
|
4
3
|
import { FeatureCode } from '../enums';
|
|
5
4
|
import { StringKeyValue } from '../common';
|
|
6
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,10 +1,10 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { AccountTypeCode } from '../enums';
|
|
3
2
|
import { AccountStatusCode } from '../enums';
|
|
4
3
|
import { StringKeyValue } from '../common';
|
|
5
4
|
import { AccountSettings } from '../entities';
|
|
6
5
|
import { DeviceReport } from '../entities';
|
|
7
6
|
import { IntDistribution } from '../entities';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
2
|
import { StringKeyValue } from '../common';
|
|
3
3
|
import { TrafficDirectionCode } from '../enums';
|
|
4
|
+
import { GeoData } from '../common';
|
|
5
|
+
import { EventCategoryCode } from '../enums';
|
|
4
6
|
import { BaseEntity } from '../base';
|
|
5
7
|
import { EventTypeCode } from '../enums';
|
|
6
8
|
import { SeverityTypeCode } from '../enums';
|
|
7
|
-
import { EventStatusCode } from '../enums';
|
|
8
9
|
import { RuleTypeCode } from '../enums';
|
|
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 { Device } from '../entities';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
1
|
import { RuleTypeCode } from '../enums';
|
|
4
|
-
import {
|
|
2
|
+
import { GeoData } from '../common';
|
|
5
3
|
import { EventCategoryCode } from '../enums';
|
|
6
4
|
import { TrafficDirectionCode } from '../enums';
|
|
7
|
-
import {
|
|
5
|
+
import { Device } from '../entities';
|
|
8
6
|
import { EventStatusCode } from '../enums';
|
|
9
|
-
import {
|
|
7
|
+
import { SeverityTypeCode } from '../enums';
|
|
8
|
+
import { StringKeyValue } from '../common';
|
|
10
9
|
import { BaseEntity } from '../base';
|
|
10
|
+
import { EventTypeCode } from '../enums';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DeviceTypeCode } from '../enums';
|
|
1
2
|
import { DeviceStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { DeviceActionCode } from '../enums';
|
|
4
5
|
import { SIM } from '../entities';
|
|
5
6
|
import { GeoData } from '../common';
|
|
6
7
|
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 { GeoData } from '../common';
|
|
1
2
|
import { StringKeyValue } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
2
4
|
import { EventOccurrence } from '../entities';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { Indicator } from '../common';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
|
-
import { EventCategoryCode } from '../enums';
|
|
9
|
-
import { EventTypeCode } from '../enums';
|
|
10
6
|
import { SeverityTypeCode } from '../enums';
|
|
11
7
|
import { EventStatusCode } from '../enums';
|
|
8
|
+
import { RuleTypeCode } from '../enums';
|
|
9
|
+
import { TrafficDirectionCode } from '../enums';
|
|
10
|
+
import { EventTypeCode } from '../enums';
|
|
11
|
+
import { Indicator } from '../common';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { EventStatusCode } from '../enums';
|
|
3
|
+
import { GeoData } from '../common';
|
|
3
4
|
import { StringKeyValue } from '../common';
|
|
4
5
|
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { TrafficDirectionCode } from '../enums';
|
|
6
6
|
import { Device } from '../entities';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { EventStatusCode } from '../enums';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { Indicator } from '../common';
|
|
10
9
|
import { RuleTypeCode } from '../enums';
|
|
11
|
-
import { GeoData } from '../common';
|
|
12
10
|
import { EventOccurrence } from '../entities';
|
|
11
|
+
import { TrafficDirectionCode } from '../enums';
|
|
12
|
+
import { BaseEntity } from '../base';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { RuleTypeCode } from '../enums';
|
|
4
2
|
import { DataSourceCode } from '../enums';
|
|
5
3
|
import { ConditionDescription } from '../common';
|
|
6
4
|
import { DeviceTypeCode } from '../enums';
|
|
7
5
|
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { BaseEntity } from '../base';
|
|
8
8
|
export declare class IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { RegulatoryViolation } from '../entities';
|
|
2
|
+
import { MitreAttackCategory } from '../entities';
|
|
1
3
|
import { BaseEntity } from '../base';
|
|
2
4
|
import { InsightTypeCode } from '../enums';
|
|
3
5
|
import { InsightStatusCode } from '../enums';
|
|
4
6
|
import { SeverityTypeCode } from '../enums';
|
|
5
7
|
import { DirectionContextCode } from '../enums';
|
|
6
|
-
import { RegulatoryViolation } from '../entities';
|
|
7
|
-
import { MitreAttackCategory } from '../entities';
|
|
8
8
|
export declare class Insight extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { ConditionDescription } from '../common';
|
|
2
|
+
import { DeviceTypeCode } from '../enums';
|
|
1
3
|
import { EventTypeCode } from '../enums';
|
|
2
4
|
import { SeverityTypeCode } from '../enums';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
6
|
import { RuleTypeCode } from '../enums';
|
|
5
7
|
import { DataSourceCode } from '../enums';
|
|
6
|
-
import { ConditionDescription } from '../common';
|
|
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
1
|
import { EventTypeCode } from '../enums';
|
|
3
2
|
import { SeverityTypeCode } from '../enums';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { DataSourceCode } from '../enums';
|
|
5
5
|
export declare class RuleTemplate extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
description: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { Thresholds } from '../common';
|
|
1
2
|
import { ShieldexConfig } from '../common';
|
|
2
3
|
import { EventSeverityConfig } from '../common';
|
|
3
4
|
import { DeviceConfig } from '../common';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { Thresholds } from '../common';
|
|
6
6
|
export declare class StreamAnalyticsConfig extends BaseEntity {
|
|
7
7
|
accountId: string;
|
|
8
8
|
thresholds: Thresholds;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IdsConfig } from '../entities';
|
|
3
|
-
import { UsageTransform } from '../common';
|
|
1
|
+
import { DataIngestion } from '../entities';
|
|
4
2
|
import { Thresholds } from '../common';
|
|
3
|
+
import { ShieldexConfig } from '../common';
|
|
5
4
|
import { EventSeverityConfig } from '../common';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { DataIngestion } from '../entities';
|
|
8
5
|
import { SessionTransform } from '../common';
|
|
9
|
-
import {
|
|
6
|
+
import { UsageTransform } from '../common';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { DeviceConfig } from '../common';
|
|
9
|
+
import { IdsConfig } from '../entities';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { UserTypeCode } from '../enums';
|
|
1
2
|
import { UserStatusCode } from '../enums';
|
|
2
3
|
import { AccountRole } from '../common';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|