@shieldiot/pulse-lib 1.0.395 → 1.0.397
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 +11 -10
- package/dist/cjs/lib/common/DeviceScoreConfig.js +22 -19
- package/dist/cjs/lib/common/DeviceScoreConfig.js.map +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 +1 -1
- 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 +5 -5
- 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/ConfigParams.d.ts +1 -1
- package/dist/cjs/lib/entities/ConfigParams.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/Event.d.ts +6 -6
- package/dist/cjs/lib/entities/Event.js.map +1 -1
- package/dist/cjs/lib/entities/EventOccurrence.d.ts +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/Feature.d.ts +1 -1
- package/dist/cjs/lib/entities/Feature.js.map +1 -1
- package/dist/cjs/lib/entities/IdsRule.d.ts +1 -1
- 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 +4 -4
- package/dist/cjs/lib/entities/Integration.js.map +1 -1
- 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 +2 -2
- 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/StreamConfig.d.ts +5 -5
- package/dist/cjs/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/cjs/lib/entities/UserMemberships.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/sysAccountsService.d.ts +3 -3
- package/dist/cjs/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/cjs/lib/services/sysUsersService.d.ts +2 -2
- package/dist/cjs/lib/services/usrAlertsService.d.ts +7 -7
- 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/usrRulesService.d.ts +2 -2
- package/dist/cjs/lib/services/usrUserService.d.ts +6 -6
- package/dist/esm/lib/common/DeviceScoreConfig.d.ts +11 -10
- package/dist/esm/lib/common/DeviceScoreConfig.js +22 -19
- package/dist/esm/lib/common/DeviceScoreConfig.js.map +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 +1 -1
- 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 +5 -5
- 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/ConfigParams.d.ts +1 -1
- package/dist/esm/lib/entities/ConfigParams.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/Event.d.ts +6 -6
- package/dist/esm/lib/entities/Event.js.map +1 -1
- package/dist/esm/lib/entities/EventOccurrence.d.ts +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/Feature.d.ts +1 -1
- package/dist/esm/lib/entities/Feature.js.map +1 -1
- package/dist/esm/lib/entities/IdsRule.d.ts +1 -1
- 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 +4 -4
- package/dist/esm/lib/entities/Integration.js.map +1 -1
- 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 +2 -2
- 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/StreamConfig.d.ts +5 -5
- package/dist/esm/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/esm/lib/entities/UserMemberships.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/sysAccountsService.d.ts +3 -3
- package/dist/esm/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/esm/lib/services/sysUsersService.d.ts +2 -2
- package/dist/esm/lib/services/usrAlertsService.d.ts +7 -7
- 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/usrRulesService.d.ts +2 -2
- package/dist/esm/lib/services/usrUserService.d.ts +6 -6
- package/dist/types/lib/common/DeviceScoreConfig.d.ts +11 -10
- 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 +1 -1
- 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 +5 -5
- package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
- package/dist/types/lib/entities/ConfigParams.d.ts +1 -1
- package/dist/types/lib/entities/Device.d.ts +2 -2
- package/dist/types/lib/entities/Event.d.ts +6 -6
- package/dist/types/lib/entities/EventOccurrence.d.ts +1 -1
- package/dist/types/lib/entities/EventWithDevice.d.ts +7 -7
- package/dist/types/lib/entities/Feature.d.ts +1 -1
- package/dist/types/lib/entities/IdsRule.d.ts +1 -1
- package/dist/types/lib/entities/Insight.d.ts +2 -2
- package/dist/types/lib/entities/Integration.d.ts +4 -4
- package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
- package/dist/types/lib/entities/Rule.d.ts +2 -2
- package/dist/types/lib/entities/Stream.d.ts +1 -1
- package/dist/types/lib/entities/StreamConfig.d.ts +5 -5
- package/dist/types/lib/entities/UserMemberships.d.ts +1 -1
- package/dist/types/lib/pulse-client.d.ts +14 -14
- package/dist/types/lib/services/sysAccountsService.d.ts +3 -3
- package/dist/types/lib/services/sysFeaturesService.d.ts +1 -1
- package/dist/types/lib/services/sysUsersService.d.ts +2 -2
- package/dist/types/lib/services/usrAlertsService.d.ts +7 -7
- 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/usrRulesService.d.ts +2 -2
- package/dist/types/lib/services/usrUserService.d.ts +6 -6
- package/dist/umd/index.js +1 -1
- package/package.json +1 -1
|
@@ -10,19 +10,20 @@ export declare class DeviceScoreConfig {
|
|
|
10
10
|
alphaMedium: number;
|
|
11
11
|
alphaHigh: number;
|
|
12
12
|
alphaCritical: number;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
thMedEvents: number;
|
|
14
|
+
thHighEvents: number;
|
|
15
|
+
thCritEvents: number;
|
|
16
|
+
thLowToMedEvents: number;
|
|
17
|
+
thLowToMedTypes: number;
|
|
18
|
+
thMedToHighEvents: number;
|
|
19
|
+
thMedToHighTypes: number;
|
|
20
|
+
thHighToCritEvents: number;
|
|
21
|
+
thHighToCritTypes: number;
|
|
22
22
|
calibrationMode: string;
|
|
23
|
+
calibrationTargets: any;
|
|
23
24
|
calibrationRegularization: number;
|
|
24
25
|
maxContributionPerTypeSeverity: number;
|
|
25
26
|
trainingDays: number;
|
|
26
27
|
scoringDays: number;
|
|
27
|
-
constructor(decayHalfLifeMinutes?: number, rarityBeta?: number, raritySmoothingKMode?: string, raritySmoothingKFixed?: number, rarityClip?: FloatInterval, rarityMode?: string, alphaLow?: number, alphaMedium?: number, alphaHigh?: number, alphaCritical?: number,
|
|
28
|
+
constructor(decayHalfLifeMinutes?: number, rarityBeta?: number, raritySmoothingKMode?: string, raritySmoothingKFixed?: number, rarityClip?: FloatInterval, rarityMode?: string, alphaLow?: number, alphaMedium?: number, alphaHigh?: number, alphaCritical?: number, thMedEvents?: number, thHighEvents?: number, thCritEvents?: number, thLowToMedEvents?: number, thLowToMedTypes?: number, thMedToHighEvents?: number, thMedToHighTypes?: number, thHighToCritEvents?: number, thHighToCritTypes?: number, calibrationMode?: string, calibrationTargets?: any, calibrationRegularization?: number, maxContributionPerTypeSeverity?: number, trainingDays?: number, scoringDays?: number);
|
|
28
29
|
}
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DeviceScoreConfig = void 0;
|
|
4
4
|
// DeviceScoreConfig is a set of parameters for device score config
|
|
5
5
|
class DeviceScoreConfig {
|
|
6
|
-
constructor(decayHalfLifeMinutes, rarityBeta, raritySmoothingKMode, raritySmoothingKFixed, rarityClip, rarityMode, alphaLow, alphaMedium, alphaHigh, alphaCritical,
|
|
6
|
+
constructor(decayHalfLifeMinutes, rarityBeta, raritySmoothingKMode, raritySmoothingKFixed, rarityClip, rarityMode, alphaLow, alphaMedium, alphaHigh, alphaCritical, thMedEvents, thHighEvents, thCritEvents, thLowToMedEvents, thLowToMedTypes, thMedToHighEvents, thMedToHighTypes, thHighToCritEvents, thHighToCritTypes, calibrationMode, calibrationTargets, calibrationRegularization, maxContributionPerTypeSeverity, trainingDays, scoringDays) {
|
|
7
7
|
if (decayHalfLifeMinutes !== undefined) {
|
|
8
8
|
this.decayHalfLifeMinutes = decayHalfLifeMinutes;
|
|
9
9
|
}
|
|
@@ -34,36 +34,39 @@ class DeviceScoreConfig {
|
|
|
34
34
|
if (alphaCritical !== undefined) {
|
|
35
35
|
this.alphaCritical = alphaCritical;
|
|
36
36
|
}
|
|
37
|
-
if (
|
|
38
|
-
this.
|
|
37
|
+
if (thMedEvents !== undefined) {
|
|
38
|
+
this.thMedEvents = thMedEvents;
|
|
39
39
|
}
|
|
40
|
-
if (
|
|
41
|
-
this.
|
|
40
|
+
if (thHighEvents !== undefined) {
|
|
41
|
+
this.thHighEvents = thHighEvents;
|
|
42
42
|
}
|
|
43
|
-
if (
|
|
44
|
-
this.
|
|
43
|
+
if (thCritEvents !== undefined) {
|
|
44
|
+
this.thCritEvents = thCritEvents;
|
|
45
45
|
}
|
|
46
|
-
if (
|
|
47
|
-
this.
|
|
46
|
+
if (thLowToMedEvents !== undefined) {
|
|
47
|
+
this.thLowToMedEvents = thLowToMedEvents;
|
|
48
48
|
}
|
|
49
|
-
if (
|
|
50
|
-
this.
|
|
49
|
+
if (thLowToMedTypes !== undefined) {
|
|
50
|
+
this.thLowToMedTypes = thLowToMedTypes;
|
|
51
51
|
}
|
|
52
|
-
if (
|
|
53
|
-
this.
|
|
52
|
+
if (thMedToHighEvents !== undefined) {
|
|
53
|
+
this.thMedToHighEvents = thMedToHighEvents;
|
|
54
54
|
}
|
|
55
|
-
if (
|
|
56
|
-
this.
|
|
55
|
+
if (thMedToHighTypes !== undefined) {
|
|
56
|
+
this.thMedToHighTypes = thMedToHighTypes;
|
|
57
57
|
}
|
|
58
|
-
if (
|
|
59
|
-
this.
|
|
58
|
+
if (thHighToCritEvents !== undefined) {
|
|
59
|
+
this.thHighToCritEvents = thHighToCritEvents;
|
|
60
60
|
}
|
|
61
|
-
if (
|
|
62
|
-
this.
|
|
61
|
+
if (thHighToCritTypes !== undefined) {
|
|
62
|
+
this.thHighToCritTypes = thHighToCritTypes;
|
|
63
63
|
}
|
|
64
64
|
if (calibrationMode !== undefined) {
|
|
65
65
|
this.calibrationMode = calibrationMode;
|
|
66
66
|
}
|
|
67
|
+
if (calibrationTargets !== undefined) {
|
|
68
|
+
this.calibrationTargets = calibrationTargets;
|
|
69
|
+
}
|
|
67
70
|
if (calibrationRegularization !== undefined) {
|
|
68
71
|
this.calibrationRegularization = calibrationRegularization;
|
|
69
72
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeviceScoreConfig.js","sourceRoot":"","sources":["../../../../src/lib/common/DeviceScoreConfig.ts"],"names":[],"mappings":";;;AAIA,mEAAmE;AACnE,MAAa,iBAAiB;
|
|
1
|
+
{"version":3,"file":"DeviceScoreConfig.js","sourceRoot":"","sources":["../../../../src/lib/common/DeviceScoreConfig.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AccountTypeCode } from '../enums';
|
|
2
1
|
import { AccountStatusCode } from '../enums';
|
|
3
2
|
import { StringKeyValue } from '../common';
|
|
4
3
|
import { AccountSettings } from '../entities';
|
|
5
4
|
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":";;;AAGA,kCAAqC;AAKrC,2DAA2D;AAC3D,MAAa,OAAQ,SAAQ,iBAAU;CAiCtC;AAjCD,0BAiCC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
1
2
|
import { AccountSettings } from '../entities';
|
|
2
3
|
import { BaseEntity } from '../base';
|
|
3
4
|
import { AccountTypeCode } from '../enums';
|
|
4
5
|
import { AccountStatusCode } from '../enums';
|
|
5
6
|
import { FeatureCode } from '../enums';
|
|
6
|
-
import { StringKeyValue } from '../common';
|
|
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":";;;AAEA,kCAAqC;AAOrC,kDAAkD;AAClD,MAAa,UAAW,SAAQ,iBAAU;CAoCzC;AApCD,gCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { StringKeyValue } from '../common';
|
|
2
|
+
import { AccountSettings } from '../entities';
|
|
1
3
|
import { DeviceReport } from '../entities';
|
|
2
4
|
import { IntDistribution } from '../entities';
|
|
3
5
|
import { BaseEntity } from '../base';
|
|
4
6
|
import { AccountTypeCode } from '../enums';
|
|
5
7
|
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":";;;AAIA,kCAAqC;AAMrC,2EAA2E;AAC3E,MAAa,gBAAiB,SAAQ,iBAAU;CA6C/C;AA7CD,4CA6CC"}
|
|
@@ -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":";;;AAAA,kCAAqC;AAKrC,+DAA+D;AAC/D,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { SeverityTypeCode } from '../enums';
|
|
2
|
+
import { GeoData } from '../common';
|
|
3
|
+
import { EventCategoryCode } from '../enums';
|
|
4
|
+
import { BaseEntity } from '../base';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
1
6
|
import { EventStatusCode } from '../enums';
|
|
2
7
|
import { RuleTypeCode } from '../enums';
|
|
3
8
|
import { StringKeyValue } from '../common';
|
|
4
|
-
import { EventCategoryCode } from '../enums';
|
|
5
9
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
-
import { BaseEntity } from '../base';
|
|
7
|
-
import { EventTypeCode } from '../enums';
|
|
8
|
-
import { SeverityTypeCode } from '../enums';
|
|
9
|
-
import { GeoData } from '../common';
|
|
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":";;;AAGA,kCAAqC;AASrC,qBAAqB;AACrB,sMAAsM;AACtM,qNAAqN;AACrN,kNAAkN;AAClN,MAAa,KAAM,SAAQ,iBAAU;CAwEpC;AAxED,sBAwEC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { GeoData } from '../common';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
1
|
import { EventTypeCode } from '../enums';
|
|
5
|
-
import { SeverityTypeCode } from '../enums';
|
|
6
2
|
import { EventStatusCode } from '../enums';
|
|
3
|
+
import { GeoData } from '../common';
|
|
4
|
+
import { Device } from '../entities';
|
|
5
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
6
|
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
8
8
|
import { EventCategoryCode } from '../enums';
|
|
9
9
|
import { TrafficDirectionCode } from '../enums';
|
|
10
|
-
import {
|
|
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":";;;AASA,kCAAqC;AAIrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA2E9C;AA3ED,0CA2EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ConfigParams.js","sourceRoot":"","sources":["../../../../src/lib/entities/ConfigParams.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,gEAAgE;AAChE,MAAa,YAAa,SAAQ,iBAAU;CAM3C;AAND,oCAMC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DeviceStatusCode } from '../enums';
|
|
2
|
-
import { StringKeyValue } from '../common';
|
|
3
1
|
import { DeviceActionCode } from '../enums';
|
|
4
2
|
import { SIM } from '../entities';
|
|
5
3
|
import { GeoData } from '../common';
|
|
6
4
|
import { BaseEntity } from '../base';
|
|
7
5
|
import { DeviceTypeCode } from '../enums';
|
|
6
|
+
import { DeviceStatusCode } from '../enums';
|
|
7
|
+
import { StringKeyValue } from '../common';
|
|
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":";;;AAGA,kCAAqC;AAOrC,0EAA0E;AAC1E,MAAa,MAAO,SAAQ,iBAAU;CAwErC;AAxED,wBAwEC"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Indicator } from '../common';
|
|
2
2
|
import { RuleTypeCode } from '../enums';
|
|
3
|
+
import { GeoData } from '../common';
|
|
4
|
+
import { EventCategoryCode } from '../enums';
|
|
3
5
|
import { TrafficDirectionCode } from '../enums';
|
|
6
|
+
import { BaseEntity } from '../base';
|
|
7
|
+
import { EventTypeCode } from '../enums';
|
|
4
8
|
import { SeverityTypeCode } from '../enums';
|
|
9
|
+
import { EventOccurrence } from '../entities';
|
|
5
10
|
import { EventStatusCode } from '../enums';
|
|
6
|
-
import { Indicator } from '../common';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
11
|
import { StringKeyValue } from '../common';
|
|
9
|
-
import { EventCategoryCode } from '../enums';
|
|
10
|
-
import { EventOccurrence } from '../entities';
|
|
11
|
-
import { BaseEntity } from '../base';
|
|
12
12
|
export declare class Event extends BaseEntity {
|
|
13
13
|
accountId: string;
|
|
14
14
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Event.js","sourceRoot":"","sources":["../../../../src/lib/entities/Event.ts"],"names":[],"mappings":";;;AAKA,kCAAqC;AASrC,eAAe;AACf,8IAA8I;AAC9I,8HAA8H;AAC9H,MAAa,KAAM,SAAQ,iBAAU;CA8EpC;AA9ED,sBA8EC"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TrafficDirectionCode } from '../enums';
|
|
2
2
|
import { Device } from '../entities';
|
|
3
|
-
import { BaseEntity } from '../base';
|
|
4
3
|
import { EventTypeCode } from '../enums';
|
|
5
4
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { RuleTypeCode } from '../enums';
|
|
7
|
-
import { GeoData } from '../common';
|
|
8
|
-
import { EventCategoryCode } from '../enums';
|
|
9
|
-
import { EventOccurrence } from '../entities';
|
|
10
|
-
import { TrafficDirectionCode } from '../enums';
|
|
11
5
|
import { EventStatusCode } from '../enums';
|
|
6
|
+
import { EventOccurrence } from '../entities';
|
|
7
|
+
import { EventCategoryCode } from '../enums';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
12
9
|
import { Indicator } from '../common';
|
|
10
|
+
import { RuleTypeCode } from '../enums';
|
|
11
|
+
import { GeoData } from '../common';
|
|
12
|
+
import { StringKeyValue } from '../common';
|
|
13
13
|
export declare class EventWithDevice extends BaseEntity {
|
|
14
14
|
accountId: string;
|
|
15
15
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"EventWithDevice.js","sourceRoot":"","sources":["../../../../src/lib/entities/EventWithDevice.ts"],"names":[],"mappings":";;;AAOA,kCAAqC;AAQrC,oFAAoF;AACpF,MAAa,eAAgB,SAAQ,iBAAU;CA8E9C;AA9ED,0CA8EC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../../src/lib/entities/Feature.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../../src/lib/entities/Feature.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAIrC,qEAAqE;AACrE,MAAa,OAAQ,SAAQ,iBAAU;CAStC;AATD,0BASC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DataSourceCode } from '../enums';
|
|
2
1
|
import { ConditionDescription } from '../common';
|
|
3
2
|
import { DeviceTypeCode } from '../enums';
|
|
4
3
|
import { EventTypeCode } from '../enums';
|
|
5
4
|
import { SeverityTypeCode } from '../enums';
|
|
6
5
|
import { BaseEntity } from '../base';
|
|
7
6
|
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { DataSourceCode } from '../enums';
|
|
8
8
|
export declare class IdsRule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"IdsRule.js","sourceRoot":"","sources":["../../../../src/lib/entities/IdsRule.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAMrC,0CAA0C;AAC1C,MAAa,OAAQ,SAAQ,iBAAU;CAqEtC;AArED,0BAqEC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { DirectionContextCode } from '../enums';
|
|
2
|
+
import { RegulatoryViolation } from '../entities';
|
|
1
3
|
import { MitreAttackCategory } from '../entities';
|
|
2
4
|
import { BaseEntity } from '../base';
|
|
3
5
|
import { InsightTypeCode } from '../enums';
|
|
4
6
|
import { InsightStatusCode } from '../enums';
|
|
5
7
|
import { SeverityTypeCode } from '../enums';
|
|
6
|
-
import { DirectionContextCode } from '../enums';
|
|
7
|
-
import { RegulatoryViolation } from '../entities';
|
|
8
8
|
export declare class Insight extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Insight.js","sourceRoot":"","sources":["../../../../src/lib/entities/Insight.ts"],"names":[],"mappings":";;;AAGA,kCAAqC;AAOrC,UAAU;AACV,sGAAsG;AACtG,MAAa,OAAQ,SAAQ,iBAAU;CAsDtC;AAtDD,0BAsDC"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EventTypeCode } from '../enums';
|
|
2
|
-
import { SeverityTypeCode } from '../enums';
|
|
3
|
-
import { DeviceActionCode } from '../enums';
|
|
4
|
-
import { BaseEntity } from '../base';
|
|
5
1
|
import { IntegrationTypeCode } from '../enums';
|
|
6
2
|
import { IntegrationTriggerCode } from '../enums';
|
|
7
3
|
import { HttpMethodCode } from '../enums';
|
|
8
4
|
import { StringKeyValue } from '../common';
|
|
5
|
+
import { EventTypeCode } from '../enums';
|
|
6
|
+
import { SeverityTypeCode } from '../enums';
|
|
7
|
+
import { DeviceActionCode } from '../enums';
|
|
8
|
+
import { BaseEntity } from '../base';
|
|
9
9
|
export declare class Integration extends BaseEntity {
|
|
10
10
|
accountId: string;
|
|
11
11
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Integration.js","sourceRoot":"","sources":["../../../../src/lib/entities/Integration.ts"],"names":[],"mappings":";;;AAOA,kCAAqC;AAIrC,6BAA6B;AAC7B,MAAa,WAAY,SAAQ,iBAAU;CAkE1C;AAlED,kCAkEC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ReportTypeCode } from '../enums';
|
|
2
1
|
import { BaseEntity } from '../base';
|
|
3
2
|
import { IntDistribution } from '../entities';
|
|
4
3
|
import { DeviceReport } from '../entities';
|
|
4
|
+
import { ReportTypeCode } from '../enums';
|
|
5
5
|
export declare class ReportInstance extends BaseEntity {
|
|
6
6
|
accountId: string;
|
|
7
7
|
from: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ReportInstance.js","sourceRoot":"","sources":["../../../../src/lib/entities/ReportInstance.ts"],"names":[],"mappings":";;;AAAA,kCAAqC;AAOrC,qDAAqD;AACrD,MAAa,cAAe,SAAQ,iBAAU;CAoC7C;AApCD,wCAoCC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { RuleTypeCode } from '../enums';
|
|
2
|
-
import { DataSourceCode } from '../enums';
|
|
3
1
|
import { ConditionDescription } from '../common';
|
|
4
2
|
import { DeviceTypeCode } from '../enums';
|
|
5
3
|
import { EventTypeCode } from '../enums';
|
|
6
4
|
import { SeverityTypeCode } from '../enums';
|
|
7
5
|
import { BaseEntity } from '../base';
|
|
6
|
+
import { RuleTypeCode } from '../enums';
|
|
7
|
+
import { DataSourceCode } from '../enums';
|
|
8
8
|
export declare class Rule extends BaseEntity {
|
|
9
9
|
accountId: string;
|
|
10
10
|
streamId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Rule.js","sourceRoot":"","sources":["../../../../src/lib/entities/Rule.ts"],"names":[],"mappings":";;;AAIA,kCAAqC;AAMrC,gCAAgC;AAChC,MAAa,IAAK,SAAQ,iBAAU;CAkEnC;AAlED,oBAkEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"Stream.js","sourceRoot":"","sources":["../../../../src/lib/entities/Stream.ts"],"names":[],"mappings":";;;AACA,kCAAqC;AAKrC,+LAA+L;AAC/L,MAAa,MAAO,SAAQ,iBAAU;CAqBrC;AArBD,wBAqBC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { UsageTransform } from '../common';
|
|
2
|
-
import { Thresholds } from '../common';
|
|
3
|
-
import { ShieldexConfig } from '../common';
|
|
4
|
-
import { DeviceActionCode } from '../enums';
|
|
5
|
-
import { IdsConfig } from '../entities';
|
|
6
1
|
import { DataIngestion } from '../entities';
|
|
7
2
|
import { EventSeverityConfig } from '../common';
|
|
3
|
+
import { DeviceActionCode } from '../enums';
|
|
8
4
|
import { DeviceConfig } from '../common';
|
|
5
|
+
import { IdsConfig } from '../entities';
|
|
9
6
|
import { SessionTransform } from '../common';
|
|
7
|
+
import { UsageTransform } from '../common';
|
|
8
|
+
import { Thresholds } from '../common';
|
|
9
|
+
import { ShieldexConfig } from '../common';
|
|
10
10
|
export declare class StreamConfig {
|
|
11
11
|
ingest: DataIngestion;
|
|
12
12
|
sessionTransform: SessionTransform;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { UserTypeCode } from '../enums';
|
|
2
1
|
import { UserStatusCode } from '../enums';
|
|
3
2
|
import { AccountRole } from '../common';
|
|
4
3
|
import { BaseEntity } from '../base';
|
|
4
|
+
import { UserTypeCode } from '../enums';
|
|
5
5
|
export declare class UserMemberships extends BaseEntity {
|
|
6
6
|
name: string;
|
|
7
7
|
email: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMemberships.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMemberships.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"UserMemberships.js","sourceRoot":"","sources":["../../../../src/lib/entities/UserMemberships.ts"],"names":[],"mappings":";;;AAEA,kCAAqC;AAKrC,2EAA2E;AAC3E,MAAa,eAAgB,SAAQ,iBAAU;CA2B9C;AA3BD,0CA2BC"}
|
|
@@ -1,3 +1,10 @@
|
|
|
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";
|
|
1
8
|
import { SupportStreamAnalyticsConfig } from "./services";
|
|
2
9
|
import { SysAccountsService } from "./services";
|
|
3
10
|
import { SysAuditLogService } from "./services";
|
|
@@ -18,17 +25,17 @@ import { UsrInsightsService } from "./services";
|
|
|
18
25
|
import { UsrIntegrationsService } from "./services";
|
|
19
26
|
import { UsrMembersService } from "./services";
|
|
20
27
|
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;
|
|
32
39
|
readonly SupportStreamAnalyticsConfig: SupportStreamAnalyticsConfig;
|
|
33
40
|
readonly SysAccountsService: SysAccountsService;
|
|
34
41
|
readonly SysAuditLogService: SysAuditLogService;
|
|
@@ -49,11 +56,4 @@ export declare class PulseClient {
|
|
|
49
56
|
readonly UsrIntegrationsService: UsrIntegrationsService;
|
|
50
57
|
readonly UsrMembersService: UsrMembersService;
|
|
51
58
|
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.UsrAlertsService = new services_1.UsrAlertsService(apiUrl, this.restSvc);
|
|
55
|
+
this.UsrDevicesService = new services_2.UsrDevicesService(apiUrl, this.restSvc);
|
|
56
|
+
this.UsrEventsService = new services_3.UsrEventsService(apiUrl, this.restSvc);
|
|
57
|
+
this.UsrNetworkService = new services_4.UsrNetworkService(apiUrl, this.restSvc);
|
|
58
|
+
this.UsrReportsInstanceService = new services_5.UsrReportsInstanceService(apiUrl, this.restSvc);
|
|
59
|
+
this.UsrReportsService = new services_6.UsrReportsService(apiUrl, this.restSvc);
|
|
60
|
+
this.UsrRulesService = new services_7.UsrRulesService(apiUrl, this.restSvc);
|
|
61
|
+
this.SupportStreamAnalyticsConfig = new services_8.SupportStreamAnalyticsConfig(apiUrl, this.restSvc);
|
|
62
|
+
this.SysAccountsService = new services_9.SysAccountsService(apiUrl, this.restSvc);
|
|
63
|
+
this.SysAuditLogService = new services_10.SysAuditLogService(apiUrl, this.restSvc);
|
|
64
|
+
this.SysCheckpointsService = new services_11.SysCheckpointsService(apiUrl, this.restSvc);
|
|
65
|
+
this.SysConfigService = new services_12.SysConfigService(apiUrl, this.restSvc);
|
|
66
|
+
this.SysFeaturesService = new services_13.SysFeaturesService(apiUrl, this.restSvc);
|
|
67
|
+
this.SysGroupsService = new services_14.SysGroupsService(apiUrl, this.restSvc);
|
|
68
|
+
this.SysIdsRulesService = new services_15.SysIdsRulesService(apiUrl, this.restSvc);
|
|
69
|
+
this.SysInsightsService = new services_16.SysInsightsService(apiUrl, this.restSvc);
|
|
70
|
+
this.SysKeysService = new services_17.SysKeysService(apiUrl, this.restSvc);
|
|
71
|
+
this.SysMembersService = new services_18.SysMembersService(apiUrl, this.restSvc);
|
|
72
|
+
this.SysRuleTemplatesService = new services_19.SysRuleTemplatesService(apiUrl, this.restSvc);
|
|
73
|
+
this.SysRulesService = new services_20.SysRulesService(apiUrl, this.restSvc);
|
|
74
|
+
this.SysStatisticsService = new services_21.SysStatisticsService(apiUrl, this.restSvc);
|
|
75
|
+
this.SysStreamsService = new services_22.SysStreamsService(apiUrl, this.restSvc);
|
|
76
|
+
this.SysUsersService = new services_23.SysUsersService(apiUrl, this.restSvc);
|
|
77
|
+
this.UsrInsightsService = new services_24.UsrInsightsService(apiUrl, this.restSvc);
|
|
78
|
+
this.UsrIntegrationsService = new services_25.UsrIntegrationsService(apiUrl, this.restSvc);
|
|
79
|
+
this.UsrMembersService = new services_26.UsrMembersService(apiUrl, this.restSvc);
|
|
80
|
+
this.UsrUserService = new services_27.UsrUserService(apiUrl, this.restSvc);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.PulseClient = PulseClient;
|