@shieldiot/pulse-lib 1.0.397 → 1.0.398
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/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/cjs/lib/common/SeriesData.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/cjs/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.d.ts +1 -1
- package/dist/cjs/lib/entities/Account.js.map +1 -1
- package/dist/cjs/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/cjs/lib/entities/AccountDTO.js.map +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/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 +3 -3
- 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/Device.d.ts +2 -2
- package/dist/cjs/lib/entities/Device.js.map +1 -1
- package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +3 -3
- 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 +6 -6
- package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/cjs/lib/entities/Feature.d.ts +1 -1
- package/dist/cjs/lib/entities/Feature.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +3 -3
- 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/Integration.d.ts +1 -1
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- package/dist/cjs/lib/entities/NotificationMessage.d.ts +8 -0
- package/dist/cjs/lib/entities/NotificationMessage.js +9 -0
- package/dist/cjs/lib/entities/NotificationMessage.js.map +1 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.js +9 -0
- package/dist/cjs/lib/entities/NotificationMessageDTO.js.map +1 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.js +16 -0
- package/dist/cjs/lib/entities/NotificationMessageStats.js.map +1 -0
- package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
- 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/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 +4 -4
- 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/UserNotificationMessage.d.ts +6 -0
- package/dist/cjs/lib/entities/UserNotificationMessage.js +9 -0
- package/dist/cjs/lib/entities/UserNotificationMessage.js.map +1 -0
- package/dist/cjs/lib/entities/index.d.ts +4 -0
- package/dist/cjs/lib/entities/index.js +4 -0
- package/dist/cjs/lib/entities/index.js.map +1 -1
- package/dist/cjs/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/cjs/lib/enums/NotificationTypeCode.js +35 -0
- package/dist/cjs/lib/enums/NotificationTypeCode.js.map +1 -0
- package/dist/cjs/lib/enums/index.d.ts +1 -0
- package/dist/cjs/lib/enums/index.js +1 -0
- package/dist/cjs/lib/enums/index.js.map +1 -1
- package/dist/cjs/lib/pulse-client.d.ts +14 -14
- package/dist/cjs/lib/pulse-client.js +27 -27
- package/dist/cjs/lib/pulse-client.js.map +1 -1
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
- package/dist/cjs/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/cjs/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/cjs/lib/services/usrEventsService.d.ts +5 -5
- 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 +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/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/esm/lib/common/SeriesData.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/esm/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/esm/lib/entities/Account.d.ts +1 -1
- package/dist/esm/lib/entities/Account.js.map +1 -1
- package/dist/esm/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/esm/lib/entities/AccountDTO.js.map +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/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 +3 -3
- 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/Device.d.ts +2 -2
- package/dist/esm/lib/entities/Device.js.map +1 -1
- package/dist/esm/lib/entities/DeviceWithEvents.d.ts +3 -3
- 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 +6 -6
- package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
- package/dist/esm/lib/entities/Feature.d.ts +1 -1
- package/dist/esm/lib/entities/Feature.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +3 -3
- 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/Integration.d.ts +1 -1
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- package/dist/esm/lib/entities/NotificationMessage.d.ts +8 -0
- package/dist/esm/lib/entities/NotificationMessage.js +5 -0
- package/dist/esm/lib/entities/NotificationMessage.js.map +1 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.js +5 -0
- package/dist/esm/lib/entities/NotificationMessageDTO.js.map +1 -0
- package/dist/esm/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/esm/lib/entities/NotificationMessageStats.js +12 -0
- package/dist/esm/lib/entities/NotificationMessageStats.js.map +1 -0
- package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
- 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/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 +4 -4
- 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/UserNotificationMessage.d.ts +6 -0
- package/dist/esm/lib/entities/UserNotificationMessage.js +5 -0
- package/dist/esm/lib/entities/UserNotificationMessage.js.map +1 -0
- package/dist/esm/lib/entities/index.d.ts +4 -0
- package/dist/esm/lib/entities/index.js +4 -0
- package/dist/esm/lib/entities/index.js.map +1 -1
- package/dist/esm/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/esm/lib/enums/NotificationTypeCode.js +31 -0
- package/dist/esm/lib/enums/NotificationTypeCode.js.map +1 -0
- package/dist/esm/lib/enums/index.d.ts +1 -0
- package/dist/esm/lib/enums/index.js +1 -0
- package/dist/esm/lib/enums/index.js.map +1 -1
- package/dist/esm/lib/pulse-client.d.ts +14 -14
- package/dist/esm/lib/pulse-client.js +14 -14
- package/dist/esm/lib/pulse-client.js.map +1 -1
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
- package/dist/esm/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/esm/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/esm/lib/services/usrEventsService.d.ts +5 -5
- 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 +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/RuleBasedSeverityConditionConfig.d.ts +1 -1
- package/dist/types/lib/common/SeriesData.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOf2D.d.ts +1 -1
- package/dist/types/lib/common/TimeSeriesOfFloat.d.ts +1 -1
- package/dist/types/lib/entities/Account.d.ts +1 -1
- package/dist/types/lib/entities/AccountDTO.d.ts +2 -2
- package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
- 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 +3 -3
- package/dist/types/lib/entities/ApiKey.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +2 -2
- package/dist/types/lib/entities/DeviceWithEvents.d.ts +3 -3
- package/dist/types/lib/entities/Event.d.ts +5 -5
- package/dist/types/lib/entities/EventWithDevice.d.ts +6 -6
- package/dist/types/lib/entities/Feature.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +3 -3
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/Integration.d.ts +1 -1
- package/dist/types/lib/entities/NotificationMessage.d.ts +8 -0
- package/dist/types/lib/entities/NotificationMessageDTO.d.ts +11 -0
- package/dist/types/lib/entities/NotificationMessageStats.d.ts +5 -0
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.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 +4 -4
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/entities/UserNotificationMessage.d.ts +6 -0
- package/dist/types/lib/entities/index.d.ts +4 -0
- package/dist/types/lib/enums/NotificationTypeCode.d.ts +10 -0
- package/dist/types/lib/enums/index.d.ts +1 -0
- package/dist/types/lib/pulse-client.d.ts +14 -14
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysIdsRulesService.d.ts +2 -2
- package/dist/types/lib/services/sysUsersService.d.ts +1 -1
- package/dist/types/lib/services/usrAlertsService.d.ts +9 -9
- package/dist/types/lib/services/usrDevicesService.d.ts +10 -10
- package/dist/types/lib/services/usrEventsService.d.ts +5 -5
- 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 +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
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.NotificationTypeCode = void 0;
|
|
4
|
+
exports.GetNotificationTypeCodes = GetNotificationTypeCodes;
|
|
5
|
+
// NotificationTypeCode represents the list of notification types
|
|
6
|
+
var NotificationTypeCode;
|
|
7
|
+
(function (NotificationTypeCode) {
|
|
8
|
+
// Undefined [0]
|
|
9
|
+
NotificationTypeCode[NotificationTypeCode["UNDEFINED"] = 0] = "UNDEFINED";
|
|
10
|
+
// Onboarding has started [1]
|
|
11
|
+
NotificationTypeCode[NotificationTypeCode["ACCOUNT_ONBOARDING"] = 1] = "ACCOUNT_ONBOARDING";
|
|
12
|
+
// Account is ready [2]
|
|
13
|
+
NotificationTypeCode[NotificationTypeCode["ACCOUNT_IS_READY"] = 2] = "ACCOUNT_IS_READY";
|
|
14
|
+
// Reports count to send [3]
|
|
15
|
+
NotificationTypeCode[NotificationTypeCode["REPORTS_COUNT_TO_SEND"] = 3] = "REPORTS_COUNT_TO_SEND";
|
|
16
|
+
// Report related notification [4]
|
|
17
|
+
NotificationTypeCode[NotificationTypeCode["REPORT"] = 4] = "REPORT";
|
|
18
|
+
// System related notification [5]
|
|
19
|
+
NotificationTypeCode[NotificationTypeCode["SYSTEM"] = 5] = "SYSTEM";
|
|
20
|
+
// Device related notification [6]
|
|
21
|
+
NotificationTypeCode[NotificationTypeCode["DEVICE"] = 6] = "DEVICE";
|
|
22
|
+
})(NotificationTypeCode || (exports.NotificationTypeCode = NotificationTypeCode = {}));
|
|
23
|
+
// Return list of NotificationTypeCode values and their display names
|
|
24
|
+
function GetNotificationTypeCodes() {
|
|
25
|
+
let result = new Map();
|
|
26
|
+
result.set(NotificationTypeCode.UNDEFINED, 'Undefined');
|
|
27
|
+
result.set(NotificationTypeCode.ACCOUNT_ONBOARDING, 'Account Onboarding');
|
|
28
|
+
result.set(NotificationTypeCode.ACCOUNT_IS_READY, 'Account Is Ready');
|
|
29
|
+
result.set(NotificationTypeCode.REPORTS_COUNT_TO_SEND, 'Reports Count To Send');
|
|
30
|
+
result.set(NotificationTypeCode.REPORT, 'Report');
|
|
31
|
+
result.set(NotificationTypeCode.SYSTEM, 'System');
|
|
32
|
+
result.set(NotificationTypeCode.DEVICE, 'Device');
|
|
33
|
+
return result;
|
|
34
|
+
}
|
|
35
|
+
//# sourceMappingURL=NotificationTypeCode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationTypeCode.js","sourceRoot":"","sources":["../../../../src/lib/enums/NotificationTypeCode.ts"],"names":[],"mappings":";;;AA4BA,4DAqBC;AAhDD,iEAAiE;AACjE,IAAY,oBAuBX;AAvBD,WAAY,oBAAoB;IAE5B,iBAAiB;IACjB,yEAAa,CAAA;IAEb,8BAA8B;IAC9B,2FAAsB,CAAA;IAEtB,wBAAwB;IACxB,uFAAoB,CAAA;IAEpB,6BAA6B;IAC7B,iGAAyB,CAAA;IAEzB,mCAAmC;IACnC,mEAAU,CAAA;IAEV,mCAAmC;IACnC,mEAAU,CAAA;IAEV,mCAAmC;IACnC,mEAAU,CAAA;AAEd,CAAC,EAvBW,oBAAoB,oCAApB,oBAAoB,QAuB/B;AAED,qEAAqE;AACrE,SAAgB,wBAAwB;IAEpC,IAAI,MAAM,GAAG,IAAI,GAAG,EAAgC,CAAC;IAGrD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;IAExD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,kBAAkB,EAAE,oBAAoB,CAAC,CAAC;IAE1E,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,gBAAgB,EAAE,kBAAkB,CAAC,CAAC;IAEtE,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,qBAAqB,EAAE,uBAAuB,CAAC,CAAC;IAEhF,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAElD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAElD,MAAM,CAAC,GAAG,CAAC,oBAAoB,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;IAGlD,OAAO,MAAM,CAAC;AAClB,CAAC"}
|
|
@@ -19,6 +19,7 @@ export * from './IntegrationTriggerCode';
|
|
|
19
19
|
export * from './IntegrationTypeCode';
|
|
20
20
|
export * from './MemberRoleCode';
|
|
21
21
|
export * from './NetworkMapTypeCode';
|
|
22
|
+
export * from './NotificationTypeCode';
|
|
22
23
|
export * from './OperatorCode';
|
|
23
24
|
export * from './PermissionCode';
|
|
24
25
|
export * from './ReportSourceCode';
|
|
@@ -22,6 +22,7 @@ tslib_1.__exportStar(require("./IntegrationTriggerCode"), exports);
|
|
|
22
22
|
tslib_1.__exportStar(require("./IntegrationTypeCode"), exports);
|
|
23
23
|
tslib_1.__exportStar(require("./MemberRoleCode"), exports);
|
|
24
24
|
tslib_1.__exportStar(require("./NetworkMapTypeCode"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./NotificationTypeCode"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./OperatorCode"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./PermissionCode"), exports);
|
|
27
28
|
tslib_1.__exportStar(require("./ReportSourceCode"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/enums/index.ts"],"names":[],"mappings":";;;AAAA,8DAAoC;AACpC,4DAAkC;AAClC,2DAAiC;AACjC,6DAAmC;AACnC,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,2DAAiC;AACjC,iEAAuC;AACvC,8DAAoC;AACpC,4DAAkC;AAClC,0DAAgC;AAChC,wDAA8B;AAC9B,6DAAmC;AACnC,2DAAiC;AACjC,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,2DAAiC;AACjC,+DAAqC;AACrC,yDAA+B;AAC/B,2DAAiC;AACjC,6DAAmC;AACnC,2DAAiC;AACjC,mEAAyC;AACzC,yDAA+B;AAC/B,6DAAmC;AACnC,iEAAuC;AACvC,2DAAiC;AACjC,yDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/enums/index.ts"],"names":[],"mappings":";;;AAAA,8DAAoC;AACpC,4DAAkC;AAClC,2DAAiC;AACjC,6DAAmC;AACnC,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,2DAAiC;AACjC,iEAAuC;AACvC,8DAAoC;AACpC,4DAAkC;AAClC,0DAAgC;AAChC,wDAA8B;AAC9B,6DAAmC;AACnC,2DAAiC;AACjC,8DAAoC;AACpC,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,2DAAiC;AACjC,+DAAqC;AACrC,iEAAuC;AACvC,yDAA+B;AAC/B,2DAAiC;AACjC,6DAAmC;AACnC,2DAAiC;AACjC,mEAAyC;AACzC,yDAA+B;AAC/B,6DAAmC;AACnC,iEAAuC;AACvC,2DAAiC;AACjC,yDAA+B"}
|
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
import { UsrAlertsService } from "./services";
|
|
2
|
-
import { UsrDevicesService } from "./services";
|
|
3
|
-
import { UsrEventsService } from "./services";
|
|
4
|
-
import { UsrNetworkService } from "./services";
|
|
5
|
-
import { UsrReportsInstanceService } from "./services";
|
|
6
|
-
import { UsrReportsService } from "./services";
|
|
7
|
-
import { UsrRulesService } from "./services";
|
|
8
1
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
9
2
|
import { SysAccountsService } from "./services";
|
|
10
3
|
import { SysAuditLogService } from "./services";
|
|
@@ -25,17 +18,17 @@ import { UsrInsightsService } from "./services";
|
|
|
25
18
|
import { UsrIntegrationsService } from "./services";
|
|
26
19
|
import { UsrMembersService } from "./services";
|
|
27
20
|
import { UsrUserService } from "./services";
|
|
21
|
+
import { UsrAlertsService } from "./services";
|
|
22
|
+
import { UsrDevicesService } from "./services";
|
|
23
|
+
import { UsrEventsService } from "./services";
|
|
24
|
+
import { UsrNetworkService } from "./services";
|
|
25
|
+
import { UsrReportsInstanceService } from "./services";
|
|
26
|
+
import { UsrReportsService } from "./services";
|
|
27
|
+
import { UsrRulesService } from "./services";
|
|
28
28
|
export declare class PulseClient {
|
|
29
29
|
private restSvc;
|
|
30
30
|
private axiosInst;
|
|
31
31
|
constructor(apiUrl: string, apiKey?: string, accessToken?: string);
|
|
32
|
-
readonly UsrAlertsService: UsrAlertsService;
|
|
33
|
-
readonly UsrDevicesService: UsrDevicesService;
|
|
34
|
-
readonly UsrEventsService: UsrEventsService;
|
|
35
|
-
readonly UsrNetworkService: UsrNetworkService;
|
|
36
|
-
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
37
|
-
readonly UsrReportsService: UsrReportsService;
|
|
38
|
-
readonly UsrRulesService: UsrRulesService;
|
|
39
32
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
40
33
|
readonly SysAccountsService: SysAccountsService;
|
|
41
34
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -56,4 +49,11 @@ export declare class PulseClient {
|
|
|
56
49
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
57
50
|
readonly UsrMembersService: UsrMembersService;
|
|
58
51
|
readonly UsrUserService: UsrUserService;
|
|
52
|
+
readonly UsrAlertsService: UsrAlertsService;
|
|
53
|
+
readonly UsrDevicesService: UsrDevicesService;
|
|
54
|
+
readonly UsrEventsService: UsrEventsService;
|
|
55
|
+
readonly UsrNetworkService: UsrNetworkService;
|
|
56
|
+
readonly UsrReportsInstanceService: UsrReportsInstanceService;
|
|
57
|
+
readonly UsrReportsService: UsrReportsService;
|
|
58
|
+
readonly UsrRulesService: UsrRulesService;
|
|
59
59
|
}
|
|
@@ -51,33 +51,33 @@ class PulseClient {
|
|
|
51
51
|
this.axiosInst = axios_1.default.create(axiosRequestConfiguration);
|
|
52
52
|
this.restSvc = new utils_1.RestUtil(this.axiosInst);
|
|
53
53
|
// initialize services
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
54
|
+
this.SupportStreamAnalyticsConfig = new services_1.SupportStreamAnalyticsConfig(apiUrl, this.restSvc);
|
|
55
|
+
this.SysAccountsService = new services_2.SysAccountsService(apiUrl, this.restSvc);
|
|
56
|
+
this.SysAuditLogService = new services_3.SysAuditLogService(apiUrl, this.restSvc);
|
|
57
|
+
this.SysCheckpointsService = new services_4.SysCheckpointsService(apiUrl, this.restSvc);
|
|
58
|
+
this.SysConfigService = new services_5.SysConfigService(apiUrl, this.restSvc);
|
|
59
|
+
this.SysFeaturesService = new services_6.SysFeaturesService(apiUrl, this.restSvc);
|
|
60
|
+
this.SysGroupsService = new services_7.SysGroupsService(apiUrl, this.restSvc);
|
|
61
|
+
this.SysIdsRulesService = new services_8.SysIdsRulesService(apiUrl, this.restSvc);
|
|
62
|
+
this.SysInsightsService = new services_9.SysInsightsService(apiUrl, this.restSvc);
|
|
63
|
+
this.SysKeysService = new services_10.SysKeysService(apiUrl, this.restSvc);
|
|
64
|
+
this.SysMembersService = new services_11.SysMembersService(apiUrl, this.restSvc);
|
|
65
|
+
this.SysRuleTemplatesService = new services_12.SysRuleTemplatesService(apiUrl, this.restSvc);
|
|
66
|
+
this.SysRulesService = new services_13.SysRulesService(apiUrl, this.restSvc);
|
|
67
|
+
this.SysStatisticsService = new services_14.SysStatisticsService(apiUrl, this.restSvc);
|
|
68
|
+
this.SysStreamsService = new services_15.SysStreamsService(apiUrl, this.restSvc);
|
|
69
|
+
this.SysUsersService = new services_16.SysUsersService(apiUrl, this.restSvc);
|
|
70
|
+
this.UsrInsightsService = new services_17.UsrInsightsService(apiUrl, this.restSvc);
|
|
71
|
+
this.UsrIntegrationsService = new services_18.UsrIntegrationsService(apiUrl, this.restSvc);
|
|
72
|
+
this.UsrMembersService = new services_19.UsrMembersService(apiUrl, this.restSvc);
|
|
73
|
+
this.UsrUserService = new services_20.UsrUserService(apiUrl, this.restSvc);
|
|
74
|
+
this.UsrAlertsService = new services_21.UsrAlertsService(apiUrl, this.restSvc);
|
|
75
|
+
this.UsrDevicesService = new services_22.UsrDevicesService(apiUrl, this.restSvc);
|
|
76
|
+
this.UsrEventsService = new services_23.UsrEventsService(apiUrl, this.restSvc);
|
|
77
|
+
this.UsrNetworkService = new services_24.UsrNetworkService(apiUrl, this.restSvc);
|
|
78
|
+
this.UsrReportsInstanceService = new services_25.UsrReportsInstanceService(apiUrl, this.restSvc);
|
|
79
|
+
this.UsrReportsService = new services_26.UsrReportsService(apiUrl, this.restSvc);
|
|
80
|
+
this.UsrRulesService = new services_27.UsrRulesService(apiUrl, this.restSvc);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.PulseClient = PulseClient;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pulse-client.js","sourceRoot":"","sources":["../../../src/lib/pulse-client.ts"],"names":[],"mappings":";;;;AAAA,0DAAiE;AACjE,oCAAoC;AAEpC,
|
|
1
|
+
{"version":3,"file":"pulse-client.js","sourceRoot":"","sources":["../../../src/lib/pulse-client.ts"],"names":[],"mappings":"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"}
|
|
@@ -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,9 +1,9 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
3
|
+
import { EventTypeCode } from '../enums';
|
|
2
4
|
import { Rule } from '../entities';
|
|
3
5
|
import { IdsRule } from '../entities';
|
|
4
6
|
import { SeverityTypeCode } from '../enums';
|
|
5
|
-
import { RuleActivityStatusCode } from '../enums';
|
|
6
|
-
import { EventTypeCode } from '../enums';
|
|
7
7
|
export declare class SysIdsRulesService {
|
|
8
8
|
private apiUrl;
|
|
9
9
|
private rest;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { UserTypeCode } from '../enums';
|
|
4
3
|
import { UserStatusCode } from '../enums';
|
|
5
4
|
import { UserMemberships } from '../entities';
|
|
5
|
+
import { User } from '../entities';
|
|
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
|
+
import { Alert } from '../entities';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
4
|
+
import { AlertWithDevice } from '../entities';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
7
|
import { EventStatusCode } from '../enums';
|
|
8
|
+
import { TimeSeriesOf2D } from '../common';
|
|
9
|
+
import { DeviceActionCode } from '../enums';
|
|
3
10
|
import { RuleTypeCode } from '../enums';
|
|
4
11
|
import { MaliciousIPData } from '../common';
|
|
5
|
-
import {
|
|
12
|
+
import { IntDistribution } from '../entities';
|
|
13
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
6
14
|
import { MaliciousIPCard } from '../common';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
15
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
10
|
-
import { AlertWithDevice } from '../entities';
|
|
11
|
-
import { DeviceActionCode } from '../enums';
|
|
12
|
-
import { SeverityTypeCode } from '../enums';
|
|
13
|
-
import { EventCategoryCode } from '../enums';
|
|
14
|
-
import { IntDistribution } from '../entities';
|
|
15
|
-
import { Alert } from '../entities';
|
|
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 {
|
|
3
|
-
import { NetworkMap } from '../common';
|
|
4
|
-
import { DeviceReport } from '../entities';
|
|
2
|
+
import { Device } from '../entities';
|
|
5
3
|
import { DeviceStatusCode } from '../enums';
|
|
6
|
-
import { SeverityTypeCode } from '../enums';
|
|
7
4
|
import { DeviceWithEvents } from '../entities';
|
|
8
|
-
import { MapBounds } from '../common';
|
|
9
|
-
import { BulkDevices } from '../entities';
|
|
10
|
-
import { DeviceTypeCode } from '../enums';
|
|
11
5
|
import { DeviceActionCode } from '../enums';
|
|
12
|
-
import {
|
|
6
|
+
import { NetworkMap } from '../common';
|
|
7
|
+
import { DeviceTypeCode } from '../enums';
|
|
8
|
+
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { NetworkMapTypeCode } from '../enums';
|
|
13
10
|
import { TimeSeriesOfDeviceReport } from '../entities';
|
|
14
|
-
import { TimeSeriesOfDataConsumption } from '../common';
|
|
15
|
-
import { Device } from '../entities';
|
|
16
11
|
import { DevicesMap } from '../common';
|
|
12
|
+
import { BulkDevices } from '../entities';
|
|
13
|
+
import { DeviceReport } from '../entities';
|
|
14
|
+
import { IntDistribution } from '../entities';
|
|
15
|
+
import { TimeSeriesOfDataConsumption } from '../common';
|
|
16
|
+
import { MapBounds } from '../common';
|
|
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 {
|
|
2
|
+
import { IntDistribution } from '../entities';
|
|
3
3
|
import { TimeSeriesOf2D } from '../common';
|
|
4
|
-
import { TimeSeriesOfFloat } from '../common';
|
|
5
4
|
import { StringKeyValue } from '../common';
|
|
6
5
|
import { SeverityTypeCode } from '../enums';
|
|
7
6
|
import { EventStatusCode } from '../enums';
|
|
8
|
-
import {
|
|
7
|
+
import { RuleTypeCode } from '../enums';
|
|
9
8
|
import { EventWithDevice } from '../entities';
|
|
10
|
-
import {
|
|
11
|
-
import { IntDistribution } from '../entities';
|
|
9
|
+
import { TimeSeriesOfFloat } from '../common';
|
|
12
10
|
import { MaliciousIPCard } from '../common';
|
|
13
11
|
import { Event } from '../entities';
|
|
14
12
|
import { EventTypeCode } from '../enums';
|
|
13
|
+
import { EventCategoryCode } from '../enums';
|
|
14
|
+
import { MaliciousIPData } 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 } from '../../utils';
|
|
2
|
+
import { IntDistribution } from '../entities';
|
|
2
3
|
import { Insight } from '../entities';
|
|
3
4
|
import { SeverityTypeCode } from '../enums';
|
|
4
|
-
import { IntDistribution } 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';
|
|
2
4
|
import { IntDistribution } from '../entities';
|
|
3
5
|
import { Distribution } from '../entities';
|
|
4
6
|
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 { GraphSeries } from '../common';
|
|
2
3
|
import { Report } from '../entities';
|
|
3
4
|
import { ReportSourceCode } from '../enums';
|
|
4
5
|
import { TimeSeries } from '../common';
|
|
5
|
-
import { GraphSeries } from '../common';
|
|
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 { Rule } from '../entities';
|
|
3
|
+
import { SeverityTypeCode } from '../enums';
|
|
4
|
+
import { RuleActivityStatusCode } from '../enums';
|
|
2
5
|
import { EventTypeCode } from '../enums';
|
|
3
6
|
import { TimeSeriesOfFloat } from '../common';
|
|
4
7
|
import { IntDistribution } from '../entities';
|
|
5
8
|
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,13 +1,13 @@
|
|
|
1
1
|
import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
|
|
2
|
-
import { User } from '../entities';
|
|
3
2
|
import { AccountDTO } from '../entities';
|
|
4
|
-
import {
|
|
3
|
+
import { Feature } from '../entities';
|
|
5
4
|
import { FeatureCode } from '../enums';
|
|
6
5
|
import { LoginParams } from '../common';
|
|
7
|
-
import {
|
|
6
|
+
import { User } from '../entities';
|
|
7
|
+
import { Image } from '../entities';
|
|
8
8
|
import { Stream } from '../entities';
|
|
9
|
+
import { UserMemberships } from '../entities';
|
|
9
10
|
import { ConfigParam } from '../entities';
|
|
10
|
-
import { Image } from '../entities';
|
|
11
11
|
export declare class UsrUserService {
|
|
12
12
|
private apiUrl;
|
|
13
13
|
private rest;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DevicesAtRiskConfig } from '../common';
|
|
2
1
|
import { DeviceScoreConfig } from '../common';
|
|
2
|
+
import { DevicesAtRiskConfig } from '../common';
|
|
3
3
|
export declare class DeviceConfig {
|
|
4
4
|
devicesAtRiskConfig: DevicesAtRiskConfig;
|
|
5
5
|
deviceScoreConfig: DeviceScoreConfig;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { AccountTypeCode } from '../enums';
|
|
1
2
|
import { AccountStatusCode } from '../enums';
|
|
2
3
|
import { StringKeyValue } from '../common';
|
|
3
4
|
import { AccountSettings } from '../entities';
|
|
4
5
|
import { BaseEntity } from '../base';
|
|
5
|
-
import { AccountTypeCode } from '../enums';
|
|
6
6
|
export declare class Account extends BaseEntity {
|
|
7
7
|
name: string;
|
|
8
8
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/lib/entities/Account.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,2DAA2D;AAC3D,MAAM,OAAO,OAAQ,SAAQ,UAAU;CAiCtC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
1
|
import { BaseEntity } from '../base';
|
|
4
2
|
import { AccountTypeCode } from '../enums';
|
|
5
3
|
import { AccountStatusCode } from '../enums';
|
|
6
4
|
import { FeatureCode } from '../enums';
|
|
5
|
+
import { StringKeyValue } from '../common';
|
|
6
|
+
import { AccountSettings } from '../entities';
|
|
7
7
|
export declare class AccountDTO extends BaseEntity {
|
|
8
8
|
name: string;
|
|
9
9
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountDTO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,kDAAkD;AAClD,MAAM,OAAO,UAAW,SAAQ,UAAU;CAoCzC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { StringKeyValue } from '../common';
|
|
2
|
-
import { AccountSettings } from '../entities';
|
|
3
1
|
import { DeviceReport } from '../entities';
|
|
4
2
|
import { IntDistribution } from '../entities';
|
|
5
3
|
import { BaseEntity } from '../base';
|
|
6
4
|
import { AccountTypeCode } from '../enums';
|
|
7
5
|
import { AccountStatusCode } from '../enums';
|
|
6
|
+
import { StringKeyValue } from '../common';
|
|
7
|
+
import { AccountSettings } from '../entities';
|
|
8
8
|
export declare class AccountReportDTO extends BaseEntity {
|
|
9
9
|
name: string;
|
|
10
10
|
externalId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AccountReportDTO.js","sourceRoot":"","sources":["../../../../src/lib/entities/AccountReportDTO.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,2EAA2E;AAC3E,MAAM,OAAO,gBAAiB,SAAQ,UAAU;CA6C/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../../src/lib/entities/Action.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,+DAA+D;AAC/D,MAAM,OAAO,MAAO,SAAQ,UAAU;CAqBrC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { SeverityTypeCode } from '../enums';
|
|
2
1
|
import { GeoData } from '../common';
|
|
3
2
|
import { EventCategoryCode } from '../enums';
|
|
4
|
-
import {
|
|
3
|
+
import { TrafficDirectionCode } from '../enums';
|
|
5
4
|
import { EventTypeCode } from '../enums';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
6
6
|
import { EventStatusCode } from '../enums';
|
|
7
7
|
import { RuleTypeCode } from '../enums';
|
|
8
8
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import {
|
|
9
|
+
import { BaseEntity } from '../base';
|
|
10
10
|
export declare class Alert extends BaseEntity {
|
|
11
11
|
accountId: string;
|
|
12
12
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../../src/lib/entities/Alert.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAIrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAM,OAAO,KAAM,SAAQ,UAAU;CAwEpC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { EventTypeCode } from '../enums';
|
|
2
|
-
import {
|
|
2
|
+
import { SeverityTypeCode } from '../enums';
|
|
3
3
|
import { GeoData } from '../common';
|
|
4
4
|
import { Device } from '../entities';
|
|
5
|
-
import {
|
|
5
|
+
import { BaseEntity } from '../base';
|
|
6
|
+
import { EventStatusCode } from '../enums';
|
|
6
7
|
import { RuleTypeCode } from '../enums';
|
|
7
8
|
import { StringKeyValue } from '../common';
|
|
8
9
|
import { EventCategoryCode } from '../enums';
|
|
9
10
|
import { TrafficDirectionCode } from '../enums';
|
|
10
|
-
import { BaseEntity } from '../base';
|
|
11
11
|
export declare class AlertWithDevice extends BaseEntity {
|
|
12
12
|
accountId: string;
|
|
13
13
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/AlertWithDevice.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,oFAAoF;AACpF,MAAM,OAAO,eAAgB,SAAQ,UAAU;CA2E9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiKey.js","sourceRoot":"","sources":["../../../../src/lib/entities/ApiKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrC,+FAA+F;AAC/F,MAAM,OAAO,MAAO,SAAQ,UAAU;CAwBrC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceActionCode } from '../enums';
|
|
2
|
-
import { SIM } 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';
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Device.js","sourceRoot":"","sources":["../../../../src/lib/entities/Device.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AASrC,0EAA0E;AAC1E,MAAM,OAAO,MAAO,SAAQ,UAAU;CAwErC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { DeviceStatusCode } from '../enums';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
1
|
import { SIM } from '../entities';
|
|
5
2
|
import { Event } from '../entities';
|
|
6
3
|
import { GeoData } from '../common';
|
|
7
4
|
import { BaseEntity } from '../base';
|
|
8
5
|
import { DeviceTypeCode } from '../enums';
|
|
6
|
+
import { DeviceStatusCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
|
+
import { DeviceActionCode } from '../enums';
|
|
9
9
|
export declare class DeviceWithEvents extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DeviceWithEvents.js","sourceRoot":"","sources":["../../../../src/lib/entities/DeviceWithEvents.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAQrC,iFAAiF;AACjF,MAAM,OAAO,gBAAiB,SAAQ,UAAU;CA2E/C"}
|