@shieldiot/pulse-lib 1.0.372 → 1.0.374
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/cjs/lib/common/DeviceNode.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/entities/AccountReportDTO.d.ts +2 -2
- 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 +6 -6
- package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/ApiKey.d.ts +1 -1
- package/dist/cjs/lib/entities/ApiKey.js.map +1 -1
- package/dist/cjs/lib/entities/AuditLog.d.ts +1 -1
- package/dist/cjs/lib/entities/AuditLog.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 +4 -4
- 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/Group.d.ts +1 -1
- package/dist/cjs/lib/entities/Group.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 +8 -0
- package/dist/cjs/lib/entities/Insight.js.map +1 -1
- package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
- package/dist/cjs/lib/entities/Integration.d.ts +1 -1
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/cjs/lib/entities/MitreAttackCategory.js +18 -0
- package/dist/cjs/lib/entities/MitreAttackCategory.js.map +1 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.js +21 -0
- package/dist/cjs/lib/entities/RegulatoryViolation.js.map +1 -0
- package/dist/cjs/lib/entities/Rule.d.ts +1 -1
- 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/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/cjs/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/User.d.ts +1 -1
- package/dist/cjs/lib/entities/User.js.map +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/index.d.ts +2 -0
- package/dist/cjs/lib/entities/index.js +2 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/cjs/lib/enums/FeatureCode.js +3 -3
- package/dist/cjs/lib/enums/FeatureCode.js.map +1 -1
- package/dist/cjs/lib/services/sysAccountsService.d.ts +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/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
- package/dist/cjs/lib/services/sysRulesService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +8 -8
- 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/usrNetworkService.d.ts +2 -2
- 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 +4 -4
- package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/esm/lib/common/DeviceNode.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/entities/AccountReportDTO.d.ts +2 -2
- 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 +6 -6
- package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/ApiKey.d.ts +1 -1
- package/dist/esm/lib/entities/ApiKey.js.map +1 -1
- package/dist/esm/lib/entities/AuditLog.d.ts +1 -1
- package/dist/esm/lib/entities/AuditLog.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 +4 -4
- 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/Group.d.ts +1 -1
- package/dist/esm/lib/entities/Group.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 +8 -0
- package/dist/esm/lib/entities/Insight.js.map +1 -1
- package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
- package/dist/esm/lib/entities/Integration.d.ts +1 -1
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/esm/lib/entities/MitreAttackCategory.js +14 -0
- package/dist/esm/lib/entities/MitreAttackCategory.js.map +1 -0
- package/dist/esm/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/esm/lib/entities/RegulatoryViolation.js +17 -0
- package/dist/esm/lib/entities/RegulatoryViolation.js.map +1 -0
- package/dist/esm/lib/entities/Rule.d.ts +1 -1
- 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/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
- package/dist/esm/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/User.d.ts +1 -1
- package/dist/esm/lib/entities/User.js.map +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/index.d.ts +2 -0
- package/dist/esm/lib/entities/index.js +2 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/esm/lib/enums/FeatureCode.js +3 -3
- package/dist/esm/lib/enums/FeatureCode.js.map +1 -1
- package/dist/esm/lib/services/sysAccountsService.d.ts +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/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
- package/dist/esm/lib/services/sysRulesService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +8 -8
- 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/usrNetworkService.d.ts +2 -2
- 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 +4 -4
- package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
- package/dist/types/lib/common/DeviceNode.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- package/dist/types/lib/entities/Alert.d.ts +3 -3
- package/dist/types/lib/entities/AlertWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- package/dist/types/lib/entities/AuditLog.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 +4 -4
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/Group.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +2 -2
- package/dist/types/lib/entities/Insight.d.ts +8 -0
- package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/MitreAttackCategory.d.ts +6 -0
- package/dist/types/lib/entities/RegulatoryViolation.d.ts +7 -0
- package/dist/types/lib/entities/Rule.d.ts +1 -1
- package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
- package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/User.d.ts +1 -1
- package/dist/types/lib/entities/UserMembership.d.ts +1 -1
- package/dist/types/lib/entities/index.d.ts +2 -0
- package/dist/types/lib/enums/FeatureCode.d.ts +1 -1
- package/dist/types/lib/services/sysAccountsService.d.ts +1 -1
- 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/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysInsightsService.d.ts +1 -1
- package/dist/types/lib/services/sysKeysService.d.ts +1 -1
- package/dist/types/lib/services/sysRulesService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +8 -8
- 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/usrNetworkService.d.ts +2 -2
- 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 +4 -4
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -35,7 +35,9 @@ export * from './InsightSpec';
|
|
|
35
35
|
export * from './IntDistribution';
|
|
36
36
|
export * from './Integration';
|
|
37
37
|
export * from './Member';
|
|
38
|
+
export * from './MitreAttackCategory';
|
|
38
39
|
export * from './Radius';
|
|
40
|
+
export * from './RegulatoryViolation';
|
|
39
41
|
export * from './Report';
|
|
40
42
|
export * from './ReportInstance';
|
|
41
43
|
export * from './Rule';
|
|
@@ -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,oBAAoB,CAAC;AACnC,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,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,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,kBAAkB,CAAC;AACjC,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
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,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,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,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,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,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"}
|
|
@@ -25,8 +25,8 @@ export var FeatureCode;
|
|
|
25
25
|
FeatureCode[FeatureCode["INTEGRATIONS"] = 10] = "INTEGRATIONS";
|
|
26
26
|
// General upgrade button [11]
|
|
27
27
|
FeatureCode[FeatureCode["GENERAL_UPGRADE"] = 11] = "GENERAL_UPGRADE";
|
|
28
|
-
//
|
|
29
|
-
FeatureCode[FeatureCode["
|
|
28
|
+
// Enable add/delete device actions [12]
|
|
29
|
+
FeatureCode[FeatureCode["ADD_DELETE_DEVICE"] = 12] = "ADD_DELETE_DEVICE";
|
|
30
30
|
})(FeatureCode || (FeatureCode = {}));
|
|
31
31
|
// Return list of FeatureCode values and their display names
|
|
32
32
|
export function GetFeatureCodes() {
|
|
@@ -43,7 +43,7 @@ export function GetFeatureCodes() {
|
|
|
43
43
|
result.set(FeatureCode.CUSTOM_RULES, 'Custom Rules');
|
|
44
44
|
result.set(FeatureCode.INTEGRATIONS, 'Integrations');
|
|
45
45
|
result.set(FeatureCode.GENERAL_UPGRADE, 'General Upgrade');
|
|
46
|
-
result.set(FeatureCode.
|
|
46
|
+
result.set(FeatureCode.ADD_DELETE_DEVICE, 'Add Delete Device');
|
|
47
47
|
return result;
|
|
48
48
|
}
|
|
49
49
|
//# sourceMappingURL=FeatureCode.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":"AACA,eAAe;AACf,MAAM,CAAN,IAAY,WAyCX;AAzCD,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,
|
|
1
|
+
{"version":3,"file":"FeatureCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/FeatureCode.ts"],"names":[],"mappings":"AACA,eAAe;AACf,MAAM,CAAN,IAAY,WAyCX;AAzCD,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;AAE1B,CAAC,EAzCW,WAAW,KAAX,WAAW,QAyCtB;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;IAG/D,OAAO,MAAM,CAAC;AAClB,CAAC"}
|
|
@@ -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 } from '../../utils';
|
|
2
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
3
2
|
import { Checkpoint } from '../entities';
|
|
3
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
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 { 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,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { FeaturesGroup } from '../entities';
|
|
3
2
|
import { Feature } from '../entities';
|
|
3
|
+
import { FeaturesGroup } from '../entities';
|
|
4
4
|
export declare class SysFeaturesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { InsightSpec } from '../entities';
|
|
3
2
|
import { InsightQuery } from '../entities';
|
|
3
|
+
import { InsightSpec } from '../entities';
|
|
4
4
|
export declare class SysInsightsService {
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Rule } from '../entities';
|
|
3
2
|
import { TimeSeriesOfFloat } from '../common';
|
|
3
|
+
import { Rule } from '../entities';
|
|
4
4
|
export declare class SysRulesService {
|
|
5
5
|
private apiUrl;
|
|
6
6
|
private rest;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { EventTypeCode } from '../enums';
|
|
3
|
+
import { IntDistribution } from '../entities';
|
|
2
4
|
import { EventCategoryCode } from '../enums';
|
|
5
|
+
import { RuleTypeCode } from '../enums';
|
|
3
6
|
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import {
|
|
7
|
+
import { TimeSeriesOf2D } from '../common';
|
|
8
|
+
import { Alert } from '../entities';
|
|
5
9
|
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
+
import { MaliciousIPCard } from '../common';
|
|
6
12
|
import { EventStatusCode } from '../enums';
|
|
13
|
+
import { AlertWithDevice } from '../entities';
|
|
7
14
|
import { MaliciousIPData } from '../common';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
9
15
|
import { StringKeyValue } from '../common';
|
|
10
|
-
import { Alert } from '../entities';
|
|
11
|
-
import { RuleTypeCode } from '../enums';
|
|
12
|
-
import { AlertWithDevice } from '../entities';
|
|
13
|
-
import { TimeSeriesOf2D } from '../common';
|
|
14
|
-
import { MaliciousIPCard } from '../common';
|
|
15
|
-
import { TimeSeriesOfFloat } 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 { NetworkMap } from '../common';
|
|
3
|
+
import { Device } from '../entities';
|
|
4
|
+
import { BulkDevices } from '../entities';
|
|
5
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
6
|
+
import { MapBounds } from '../common';
|
|
7
|
+
import { DevicesMap } from '../common';
|
|
8
|
+
import { DeviceTypeCode } from '../enums';
|
|
2
9
|
import { DeviceActionCode } from '../enums';
|
|
10
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
3
11
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
4
|
-
import {
|
|
12
|
+
import { DeviceReport } from '../entities';
|
|
5
13
|
import { DeviceStatusCode } from '../enums';
|
|
6
|
-
import { NetworkMapTypeCode } from '../enums';
|
|
7
|
-
import { BulkDevices } from '../entities';
|
|
8
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
9
|
-
import { Device } from '../entities';
|
|
10
14
|
import { SeverityTypeCode } from '../enums';
|
|
11
15
|
import { DeviceWithEvents } from '../entities';
|
|
12
16
|
import { IntDistribution } from '../entities';
|
|
13
|
-
import { NetworkMap } from '../common';
|
|
14
|
-
import { DeviceReport } from '../entities';
|
|
15
|
-
import { DevicesMap } from '../common';
|
|
16
|
-
import { DeviceTypeCode } 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 { Event } from '../entities';
|
|
3
2
|
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { EventCategoryCode } from '../enums';
|
|
5
|
-
import { EventStatusCode } from '../enums';
|
|
6
4
|
import { EventWithDevice } from '../entities';
|
|
7
5
|
import { MaliciousIPData } from '../common';
|
|
8
|
-
import { IntDistribution } from '../entities';
|
|
9
|
-
import { TimeSeriesOf2D } from '../common';
|
|
10
6
|
import { TimeSeriesOfFloat } from '../common';
|
|
11
|
-
import {
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { Event } from '../entities';
|
|
12
9
|
import { SeverityTypeCode } from '../enums';
|
|
10
|
+
import { EventStatusCode } from '../enums';
|
|
13
11
|
import { RuleTypeCode } from '../enums';
|
|
14
|
-
import {
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { TimeSeriesOf2D } from '../common';
|
|
14
|
+
import { MaliciousIPCard } from '../common';
|
|
15
15
|
export declare class UsrEventsService {
|
|
16
16
|
private apiUrl;
|
|
17
17
|
private rest;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
|
|
2
|
-
import { SessionRecord } from '../entities';
|
|
3
|
-
import { IntDistribution } from '../entities';
|
|
4
2
|
import { Distribution } from '../entities';
|
|
5
3
|
import { FlowRecord } from '../entities';
|
|
6
4
|
import { UsageRecord } from '../entities';
|
|
5
|
+
import { SessionRecord } from '../entities';
|
|
6
|
+
import { IntDistribution } from '../entities';
|
|
7
7
|
export declare class UsrNetworkService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { Report } from '../entities';
|
|
2
3
|
import { ReportSourceCode } from '../enums';
|
|
3
4
|
import { TimeSeries } from '../common';
|
|
4
5
|
import { GraphSeries } from '../common';
|
|
5
|
-
import { Report } from '../entities';
|
|
6
6
|
export declare class UsrReportsService {
|
|
7
7
|
private apiUrl;
|
|
8
8
|
private rest;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { Distribution } from '../entities';
|
|
3
|
-
import { Rule } from '../entities';
|
|
4
|
-
import { SeverityTypeCode } from '../enums';
|
|
5
2
|
import { RuleActivityStatusCode } from '../enums';
|
|
6
3
|
import { EventTypeCode } from '../enums';
|
|
7
4
|
import { TimeSeriesOfFloat } from '../common';
|
|
8
5
|
import { IntDistribution } from '../entities';
|
|
6
|
+
import { Distribution } from '../entities';
|
|
7
|
+
import { Rule } from '../entities';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
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 {
|
|
2
|
+
import { UserMemberships } from '../entities';
|
|
3
|
+
import { FeatureCode } from '../enums';
|
|
3
4
|
import { AccountDTO } from '../entities';
|
|
4
5
|
import { Image } from '../entities';
|
|
6
|
+
import { Feature } from '../entities';
|
|
5
7
|
import { Stream } from '../entities';
|
|
6
|
-
import { FeatureCode } from '../enums';
|
|
7
8
|
import { ConfigParam } from '../entities';
|
|
8
9
|
import { LoginParams } from '../common';
|
|
9
|
-
import {
|
|
10
|
-
import { UserMemberships } from '../entities';
|
|
10
|
+
import { User } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IntDistribution } from '../entities';
|
|
2
|
-
import { BaseEntity } from '../base';
|
|
3
1
|
import { AccountTypeCode } from '../enums';
|
|
4
2
|
import { AccountStatusCode } from '../enums';
|
|
5
3
|
import { StringKeyValue } from '../common';
|
|
6
4
|
import { AccountSettings } from '../entities';
|
|
7
5
|
import { DeviceReport } from '../entities';
|
|
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,11 +1,11 @@
|
|
|
1
|
+
import { EventStatusCode } from '../enums';
|
|
2
|
+
import { RuleTypeCode } from '../enums';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
1
4
|
import { BaseEntity } from '../base';
|
|
2
5
|
import { EventTypeCode } from '../enums';
|
|
3
6
|
import { SeverityTypeCode } from '../enums';
|
|
4
7
|
import { GeoData } from '../common';
|
|
5
8
|
import { StringKeyValue } from '../common';
|
|
6
|
-
import { EventStatusCode } from '../enums';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
|
-
import { EventCategoryCode } from '../enums';
|
|
9
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { EventStatusCode } from '../enums';
|
|
2
|
-
import { GeoData } from '../common';
|
|
3
|
-
import { TrafficDirectionCode } from '../enums';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
|
-
import { EventTypeCode } from '../enums';
|
|
6
1
|
import { RuleTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
7
3
|
import { StringKeyValue } from '../common';
|
|
4
|
+
import { TrafficDirectionCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
8
7
|
import { EventCategoryCode } from '../enums';
|
|
9
8
|
import { Device } from '../entities';
|
|
10
|
-
import {
|
|
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 { StringKeyValue } from '../common';
|
|
2
|
+
import { DeviceActionCode } from '../enums';
|
|
3
|
+
import { SIM } from '../entities';
|
|
1
4
|
import { GeoData } from '../common';
|
|
2
5
|
import { BaseEntity } from '../base';
|
|
3
6
|
import { DeviceTypeCode } from '../enums';
|
|
4
7
|
import { DeviceStatusCode } from '../enums';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
import { DeviceActionCode } from '../enums';
|
|
7
|
-
import { SIM } from '../entities';
|
|
8
8
|
export declare class Device extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
+
import { GeoData } from '../common';
|
|
2
|
+
import { BaseEntity } from '../base';
|
|
1
3
|
import { DeviceTypeCode } from '../enums';
|
|
2
4
|
import { DeviceStatusCode } from '../enums';
|
|
3
5
|
import { StringKeyValue } from '../common';
|
|
4
6
|
import { DeviceActionCode } from '../enums';
|
|
5
7
|
import { SIM } from '../entities';
|
|
6
8
|
import { Event } from '../entities';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
|
-
import { BaseEntity } from '../base';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
2
2
|
import { RuleTypeCode } from '../enums';
|
|
3
|
-
import {
|
|
3
|
+
import { StringKeyValue } from '../common';
|
|
4
4
|
import { EventCategoryCode } from '../enums';
|
|
5
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
6
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
7
|
import { SeverityTypeCode } from '../enums';
|
|
9
8
|
import { EventStatusCode } from '../enums';
|
|
10
|
-
import {
|
|
9
|
+
import { Indicator } from '../common';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
11
|
import { EventOccurrence } from '../entities';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
|
-
import { EventStatusCode } from '../enums';
|
|
3
1
|
import { Indicator } from '../common';
|
|
4
|
-
import { GeoData } from '../common';
|
|
5
|
-
import { StringKeyValue } from '../common';
|
|
6
|
-
import { EventCategoryCode } from '../enums';
|
|
7
|
-
import { TrafficDirectionCode } from '../enums';
|
|
8
|
-
import { EventTypeCode } from '../enums';
|
|
9
2
|
import { RuleTypeCode } from '../enums';
|
|
10
3
|
import { EventOccurrence } from '../entities';
|
|
4
|
+
import { TrafficDirectionCode } from '../enums';
|
|
11
5
|
import { Device } from '../entities';
|
|
12
6
|
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventStatusCode } from '../enums';
|
|
10
|
+
import { GeoData } from '../common';
|
|
11
|
+
import { StringKeyValue } from '../common';
|
|
12
|
+
import { EventCategoryCode } from '../enums';
|
|
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,8 +1,10 @@
|
|
|
1
|
+
import { MitreAttackCategory } from '../entities';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { InsightTypeCode } from '../enums';
|
|
3
4
|
import { InsightStatusCode } from '../enums';
|
|
4
5
|
import { SeverityTypeCode } from '../enums';
|
|
5
6
|
import { DirectionContextCode } from '../enums';
|
|
7
|
+
import { RegulatoryViolation } from '../entities';
|
|
6
8
|
export declare class Insight extends BaseEntity {
|
|
7
9
|
accountId: string;
|
|
8
10
|
streamId: string;
|
|
@@ -15,4 +17,10 @@ export declare class Insight extends BaseEntity {
|
|
|
15
17
|
severity: SeverityTypeCode;
|
|
16
18
|
title: string;
|
|
17
19
|
insightDirectionContext: DirectionContextCode;
|
|
20
|
+
detailedDescription: string;
|
|
21
|
+
affectedDeviceIds: string[];
|
|
22
|
+
affectedAlertIds: string[];
|
|
23
|
+
recommendedActions: string[];
|
|
24
|
+
regulatoryViolations: RegulatoryViolation[];
|
|
25
|
+
mitreAttackCategories: MitreAttackCategory[];
|
|
18
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { InsightTypeCode } from '../enums';
|
|
3
2
|
import { DirectionContextCode } from '../enums';
|
|
3
|
+
import { BaseEntity } from '../base';
|
|
4
4
|
export declare class InsightQuery extends BaseEntity {
|
|
5
5
|
type: InsightTypeCode;
|
|
6
6
|
description: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EventTypeCode } from '../enums';
|
|
1
2
|
import { SeverityTypeCode } from '../enums';
|
|
2
3
|
import { DeviceActionCode } from '../enums';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
@@ -5,7 +6,6 @@ import { IntegrationTypeCode } from '../enums';
|
|
|
5
6
|
import { IntegrationTriggerCode } from '../enums';
|
|
6
7
|
import { HttpMethodCode } from '../enums';
|
|
7
8
|
import { StringKeyValue } from '../common';
|
|
8
|
-
import { EventTypeCode } from '../enums';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { RuleTypeCode } from '../enums';
|
|
1
2
|
import { DataSourceCode } from '../enums';
|
|
2
3
|
import { ConditionDescription } from '../common';
|
|
3
4
|
import { DeviceTypeCode } from '../enums';
|
|
4
5
|
import { EventTypeCode } from '../enums';
|
|
5
6
|
import { SeverityTypeCode } from '../enums';
|
|
6
7
|
import { BaseEntity } from '../base';
|
|
7
|
-
import { RuleTypeCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { BaseEntity } from '../base';
|
|
2
1
|
import { DataSourceCode } from '../enums';
|
|
3
2
|
import { EventTypeCode } from '../enums';
|
|
4
3
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
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,12 +1,12 @@
|
|
|
1
|
+
import { IdsConfig } from '../entities';
|
|
2
|
+
import { SessionTransform } from '../common';
|
|
1
3
|
import { UsageTransform } from '../common';
|
|
2
|
-
import { ShieldexConfig } from '../common';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { DataIngestion } from '../entities';
|
|
5
4
|
import { Thresholds } from '../common';
|
|
6
5
|
import { EventSeverityConfig } from '../common';
|
|
7
6
|
import { DeviceConfig } from '../common';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { DataIngestion } from '../entities';
|
|
8
|
+
import { ShieldexConfig } from '../common';
|
|
9
|
+
import { DeviceActionCode } from '../enums';
|
|
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 { StringKeyValue } from '../common';
|
|
3
4
|
import { BaseEntity } from '../base';
|
|
4
|
-
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class User extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
externalId: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { AccountRole } from '../common';
|
|
1
2
|
import { BaseEntity } from '../base';
|
|
2
3
|
import { UserTypeCode } from '../enums';
|
|
3
4
|
import { UserStatusCode } from '../enums';
|
|
4
|
-
import { AccountRole } from '../common';
|
|
5
5
|
export declare class UserMembership extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -35,7 +35,9 @@ export * from './InsightSpec';
|
|
|
35
35
|
export * from './IntDistribution';
|
|
36
36
|
export * from './Integration';
|
|
37
37
|
export * from './Member';
|
|
38
|
+
export * from './MitreAttackCategory';
|
|
38
39
|
export * from './Radius';
|
|
40
|
+
export * from './RegulatoryViolation';
|
|
39
41
|
export * from './Report';
|
|
40
42
|
export * from './ReportInstance';
|
|
41
43
|
export * from './Rule';
|
|
@@ -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;
|