@shieldiot/pulse-lib 1.0.402 → 1.0.404

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.
Files changed (152) hide show
  1. package/dist/cjs/lib/common/DeviceNode.d.ts +1 -1
  2. package/dist/cjs/lib/common/SeverityConditionConfig.d.ts +1 -1
  3. package/dist/cjs/lib/common/TokenData.d.ts +1 -1
  4. package/dist/cjs/lib/entities/AccountDTO.d.ts +2 -2
  5. package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
  6. package/dist/cjs/lib/entities/AccountReportDTO.d.ts +3 -3
  7. package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
  8. package/dist/cjs/lib/entities/Action.d.ts +1 -1
  9. package/dist/cjs/lib/entities/Action.js.map +1 -1
  10. package/dist/cjs/lib/entities/Alert.d.ts +5 -5
  11. package/dist/cjs/lib/entities/Alert.js.map +1 -1
  12. package/dist/cjs/lib/entities/AlertWithDevice.d.ts +5 -5
  13. package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
  14. package/dist/cjs/lib/entities/DataIngestion.d.ts +1 -1
  15. package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +2 -2
  16. package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
  17. package/dist/cjs/lib/entities/Event.d.ts +6 -6
  18. package/dist/cjs/lib/entities/Event.js.map +1 -1
  19. package/dist/cjs/lib/entities/EventWithDevice.d.ts +4 -4
  20. package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
  21. package/dist/cjs/lib/entities/FeaturesGroup.d.ts +1 -1
  22. package/dist/cjs/lib/entities/FeaturesGroup.js.map +1 -1
  23. package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
  24. package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
  25. package/dist/cjs/lib/entities/Integration.d.ts +2 -2
  26. package/dist/cjs/lib/entities/Integration.js.map +1 -1
  27. package/dist/cjs/lib/entities/NetworkTopologyRecord.d.ts +2 -2
  28. package/dist/cjs/lib/entities/NetworkTopologyRecord.js +2 -48
  29. package/dist/cjs/lib/entities/NetworkTopologyRecord.js.map +1 -1
  30. package/dist/cjs/lib/entities/NetworkTopologyReport.d.ts +1 -1
  31. package/dist/cjs/lib/entities/NetworkTopologyReport.js.map +1 -1
  32. package/dist/cjs/lib/entities/NotificationMessage.d.ts +1 -1
  33. package/dist/cjs/lib/entities/NotificationMessage.js.map +1 -1
  34. package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
  35. package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
  36. package/dist/cjs/lib/entities/Rule.d.ts +1 -1
  37. package/dist/cjs/lib/entities/Rule.js.map +1 -1
  38. package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
  39. package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
  40. package/dist/cjs/lib/entities/StreamConfig.d.ts +3 -3
  41. package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
  42. package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
  43. package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
  44. package/dist/cjs/lib/services/sysAuditLogService.d.ts +1 -1
  45. package/dist/cjs/lib/services/sysCheckpointsService.d.ts +1 -1
  46. package/dist/cjs/lib/services/sysConfigService.d.ts +1 -1
  47. package/dist/cjs/lib/services/sysIdsRulesService.d.ts +1 -1
  48. package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
  49. package/dist/cjs/lib/services/sysMembersService.d.ts +1 -1
  50. package/dist/cjs/lib/services/usrAlertsService.d.ts +9 -9
  51. package/dist/cjs/lib/services/usrDevicesService.d.ts +9 -9
  52. package/dist/cjs/lib/services/usrEventsService.d.ts +6 -6
  53. package/dist/cjs/lib/services/usrNetworkService.d.ts +8 -2
  54. package/dist/cjs/lib/services/usrNetworkService.js +46 -0
  55. package/dist/cjs/lib/services/usrNetworkService.js.map +1 -1
  56. package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
  57. package/dist/cjs/lib/services/usrUserService.d.ts +4 -4
  58. package/dist/esm/lib/common/DeviceNode.d.ts +1 -1
  59. package/dist/esm/lib/common/SeverityConditionConfig.d.ts +1 -1
  60. package/dist/esm/lib/common/TokenData.d.ts +1 -1
  61. package/dist/esm/lib/entities/AccountDTO.d.ts +2 -2
  62. package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
  63. package/dist/esm/lib/entities/AccountReportDTO.d.ts +3 -3
  64. package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
  65. package/dist/esm/lib/entities/Action.d.ts +1 -1
  66. package/dist/esm/lib/entities/Action.js.map +1 -1
  67. package/dist/esm/lib/entities/Alert.d.ts +5 -5
  68. package/dist/esm/lib/entities/Alert.js.map +1 -1
  69. package/dist/esm/lib/entities/AlertWithDevice.d.ts +5 -5
  70. package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
  71. package/dist/esm/lib/entities/DataIngestion.d.ts +1 -1
  72. package/dist/esm/lib/entities/DeviceWithEvents.d.ts +2 -2
  73. package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
  74. package/dist/esm/lib/entities/Event.d.ts +6 -6
  75. package/dist/esm/lib/entities/Event.js.map +1 -1
  76. package/dist/esm/lib/entities/EventWithDevice.d.ts +4 -4
  77. package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
  78. package/dist/esm/lib/entities/FeaturesGroup.d.ts +1 -1
  79. package/dist/esm/lib/entities/FeaturesGroup.js.map +1 -1
  80. package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
  81. package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
  82. package/dist/esm/lib/entities/Integration.d.ts +2 -2
  83. package/dist/esm/lib/entities/Integration.js.map +1 -1
  84. package/dist/esm/lib/entities/NetworkTopologyRecord.d.ts +2 -2
  85. package/dist/esm/lib/entities/NetworkTopologyRecord.js +2 -48
  86. package/dist/esm/lib/entities/NetworkTopologyRecord.js.map +1 -1
  87. package/dist/esm/lib/entities/NetworkTopologyReport.d.ts +1 -1
  88. package/dist/esm/lib/entities/NetworkTopologyReport.js.map +1 -1
  89. package/dist/esm/lib/entities/NotificationMessage.d.ts +1 -1
  90. package/dist/esm/lib/entities/NotificationMessage.js.map +1 -1
  91. package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
  92. package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
  93. package/dist/esm/lib/entities/Rule.d.ts +1 -1
  94. package/dist/esm/lib/entities/Rule.js.map +1 -1
  95. package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
  96. package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
  97. package/dist/esm/lib/entities/StreamConfig.d.ts +3 -3
  98. package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
  99. package/dist/esm/lib/entities/UserMembership.js.map +1 -1
  100. package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
  101. package/dist/esm/lib/services/sysAuditLogService.d.ts +1 -1
  102. package/dist/esm/lib/services/sysCheckpointsService.d.ts +1 -1
  103. package/dist/esm/lib/services/sysConfigService.d.ts +1 -1
  104. package/dist/esm/lib/services/sysIdsRulesService.d.ts +1 -1
  105. package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
  106. package/dist/esm/lib/services/sysMembersService.d.ts +1 -1
  107. package/dist/esm/lib/services/usrAlertsService.d.ts +9 -9
  108. package/dist/esm/lib/services/usrDevicesService.d.ts +9 -9
  109. package/dist/esm/lib/services/usrEventsService.d.ts +6 -6
  110. package/dist/esm/lib/services/usrNetworkService.d.ts +8 -2
  111. package/dist/esm/lib/services/usrNetworkService.js +46 -0
  112. package/dist/esm/lib/services/usrNetworkService.js.map +1 -1
  113. package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
  114. package/dist/esm/lib/services/usrUserService.d.ts +4 -4
  115. package/dist/types/lib/common/DeviceNode.d.ts +1 -1
  116. package/dist/types/lib/common/SeverityConditionConfig.d.ts +1 -1
  117. package/dist/types/lib/common/TokenData.d.ts +1 -1
  118. package/dist/types/lib/entities/AccountDTO.d.ts +2 -2
  119. package/dist/types/lib/entities/AccountReportDTO.d.ts +3 -3
  120. package/dist/types/lib/entities/Action.d.ts +1 -1
  121. package/dist/types/lib/entities/Alert.d.ts +5 -5
  122. package/dist/types/lib/entities/AlertWithDevice.d.ts +5 -5
  123. package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
  124. package/dist/types/lib/entities/DeviceWithEvents.d.ts +2 -2
  125. package/dist/types/lib/entities/Event.d.ts +6 -6
  126. package/dist/types/lib/entities/EventWithDevice.d.ts +4 -4
  127. package/dist/types/lib/entities/FeaturesGroup.d.ts +1 -1
  128. package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
  129. package/dist/types/lib/entities/Integration.d.ts +2 -2
  130. package/dist/types/lib/entities/NetworkTopologyRecord.d.ts +2 -2
  131. package/dist/types/lib/entities/NetworkTopologyReport.d.ts +1 -1
  132. package/dist/types/lib/entities/NotificationMessage.d.ts +1 -1
  133. package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
  134. package/dist/types/lib/entities/Rule.d.ts +1 -1
  135. package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
  136. package/dist/types/lib/entities/StreamConfig.d.ts +3 -3
  137. package/dist/types/lib/entities/UserMembership.d.ts +1 -1
  138. package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
  139. package/dist/types/lib/services/sysAuditLogService.d.ts +1 -1
  140. package/dist/types/lib/services/sysCheckpointsService.d.ts +1 -1
  141. package/dist/types/lib/services/sysConfigService.d.ts +1 -1
  142. package/dist/types/lib/services/sysIdsRulesService.d.ts +1 -1
  143. package/dist/types/lib/services/sysKeysService.d.ts +1 -1
  144. package/dist/types/lib/services/sysMembersService.d.ts +1 -1
  145. package/dist/types/lib/services/usrAlertsService.d.ts +9 -9
  146. package/dist/types/lib/services/usrDevicesService.d.ts +9 -9
  147. package/dist/types/lib/services/usrEventsService.d.ts +6 -6
  148. package/dist/types/lib/services/usrNetworkService.d.ts +8 -2
  149. package/dist/types/lib/services/usrRulesService.d.ts +2 -2
  150. package/dist/types/lib/services/usrUserService.d.ts +4 -4
  151. package/dist/umd/index.js +1 -1
  152. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { ConfigParams } from '../entities';
3
2
  import { ConfigParam } from '../entities';
3
+ import { ConfigParams } from '../entities';
4
4
  export declare class SysConfigService {
5
5
  private apiUrl;
6
6
  private rest;
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { IdsRule } from '../entities';
3
2
  import { SeverityTypeCode } from '../enums';
4
3
  import { RuleActivityStatusCode } from '../enums';
5
4
  import { EventTypeCode } from '../enums';
6
5
  import { Rule } from '../entities';
6
+ import { IdsRule } from '../entities';
7
7
  export declare class SysIdsRulesService {
8
8
  private apiUrl;
9
9
  private rest;
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { ApiKey } from '../entities';
3
2
  import { StringIntValue } from '../common';
3
+ import { ApiKey } from '../entities';
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 { Member } from '../entities';
3
2
  import { MemberRoleCode } from '../enums';
3
+ import { Member } from '../entities';
4
4
  export declare class SysMembersService {
5
5
  private apiUrl;
6
6
  private rest;
@@ -1,18 +1,18 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
2
  import { AlertWithDevice } from '../entities';
3
- import { MaliciousIPData } from '../common';
4
- import { DeviceActionCode } from '../enums';
5
- import { TimeSeriesOf2D } from '../common';
6
- import { Alert } from '../entities';
7
- import { EventTypeCode } from '../enums';
8
- import { EventCategoryCode } from '../enums';
3
+ import { MaliciousIPCard } from '../common';
9
4
  import { StringKeyValue } from '../common';
5
+ import { SeverityTypeCode } from '../enums';
10
6
  import { IntDistribution } from '../entities';
7
+ import { DeviceActionCode } from '../enums';
11
8
  import { TimeSeriesOfFloat } from '../common';
12
- import { EventStatusCode } from '../enums';
13
9
  import { RuleTypeCode } from '../enums';
14
- import { SeverityTypeCode } from '../enums';
15
- import { MaliciousIPCard } from '../common';
10
+ import { MaliciousIPData } from '../common';
11
+ import { EventCategoryCode } from '../enums';
12
+ import { EventStatusCode } from '../enums';
13
+ import { TimeSeriesOf2D } from '../common';
14
+ import { Alert } from '../entities';
15
+ import { EventTypeCode } from '../enums';
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 { TimeSeriesOfDeviceReport } from '../entities';
2
+ import { NetworkMap } from '../common';
3
3
  import { DeviceReport } from '../entities';
4
- import { IntDistribution } from '../entities';
5
- import { DeviceActionCode } from '../enums';
6
- import { BulkDevices } from '../entities';
7
- import { DevicesMap } from '../common';
8
- import { MapBounds } from '../common';
9
- import { DeviceStatusCode } from '../enums';
10
4
  import { TimeSeriesOfDataConsumption } from '../common';
11
5
  import { SeverityTypeCode } from '../enums';
12
6
  import { DeviceWithEvents } from '../entities';
7
+ import { IntDistribution } from '../entities';
8
+ import { DeviceTypeCode } from '../enums';
13
9
  import { NetworkMapTypeCode } from '../enums';
14
- import { NetworkMap } from '../common';
10
+ import { MapBounds } from '../common';
15
11
  import { Device } from '../entities';
16
- import { DeviceTypeCode } from '../enums';
12
+ import { DeviceActionCode } from '../enums';
13
+ import { TimeSeriesOfDeviceReport } from '../entities';
14
+ import { BulkDevices } from '../entities';
15
+ import { DeviceStatusCode } from '../enums';
16
+ import { DevicesMap } 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 { EventWithDevice } from '../entities';
3
- import { MaliciousIPData } from '../common';
4
- import { IntDistribution } from '../entities';
2
+ import { TimeSeriesOf2D } from '../common';
5
3
  import { TimeSeriesOfFloat } from '../common';
6
- import { MaliciousIPCard } from '../common';
7
4
  import { Event } from '../entities';
8
5
  import { EventTypeCode } from '../enums';
9
6
  import { SeverityTypeCode } from '../enums';
10
- import { EventCategoryCode } from '../enums';
11
7
  import { EventStatusCode } from '../enums';
12
8
  import { RuleTypeCode } from '../enums';
13
- import { TimeSeriesOf2D } from '../common';
14
9
  import { StringKeyValue } from '../common';
10
+ import { EventCategoryCode } from '../enums';
11
+ import { EventWithDevice } from '../entities';
12
+ import { MaliciousIPData } from '../common';
13
+ import { IntDistribution } from '../entities';
14
+ import { MaliciousIPCard } from '../common';
15
15
  export declare class UsrEventsService {
16
16
  private apiUrl;
17
17
  private rest;
@@ -1,9 +1,11 @@
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
+ import { BoolTypeCode } from '../enums';
8
+ import { NetworkTopologyReport } from '../entities';
7
9
  export declare class UsrNetworkService {
8
10
  private apiUrl;
9
11
  private rest;
@@ -29,4 +31,8 @@ export declare class UsrNetworkService {
29
31
  * Find list of traffic by query
30
32
  */
31
33
  findTraffic(streamId?: string, deviceId?: string, from?: number, to?: number, search?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<FlowRecord>>;
34
+ /**
35
+ * Get network topology report for stream
36
+ */
37
+ getTopologyReport(streamId?: string, dstIP?: string[], dstDNS?: string[], dstPort?: number[], protocol?: string[], appProtocol?: string[], name?: string[], country?: string[], malicious?: BoolTypeCode, blocked?: BoolTypeCode, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<NetworkTopologyReport>>;
32
38
  }
@@ -153,5 +153,51 @@ export class UsrNetworkService {
153
153
  }
154
154
  return this.rest.get(`${this.baseUrl}/traffic`, ...params);
155
155
  }
156
+ /**
157
+ * Get network topology report for stream
158
+ */
159
+ getTopologyReport(streamId, dstIP, dstDNS, dstPort, protocol, appProtocol, name, country, malicious, blocked, sort, page, size) {
160
+ const params = [];
161
+ if (streamId != null) {
162
+ params.push(`streamId=${streamId}`);
163
+ }
164
+ if (dstIP != null) {
165
+ params.push(`dstIP=${dstIP}`);
166
+ }
167
+ if (dstDNS != null) {
168
+ params.push(`dstDNS=${dstDNS}`);
169
+ }
170
+ if (dstPort != null) {
171
+ params.push(`dstPort=${dstPort}`);
172
+ }
173
+ if (protocol != null) {
174
+ params.push(`protocol=${protocol}`);
175
+ }
176
+ if (appProtocol != null) {
177
+ params.push(`appProtocol=${appProtocol}`);
178
+ }
179
+ if (name != null) {
180
+ params.push(`name=${name}`);
181
+ }
182
+ if (country != null) {
183
+ params.push(`country=${country}`);
184
+ }
185
+ if (malicious != null) {
186
+ params.push(`malicious=${malicious}`);
187
+ }
188
+ if (blocked != null) {
189
+ params.push(`blocked=${blocked}`);
190
+ }
191
+ if (sort != null) {
192
+ params.push(`sort=${sort}`);
193
+ }
194
+ if (page != null) {
195
+ params.push(`page=${page}`);
196
+ }
197
+ if (size != null) {
198
+ params.push(`size=${size}`);
199
+ }
200
+ return this.rest.get(`${this.baseUrl}/topology-report`, ...params);
201
+ }
156
202
  }
157
203
  //# sourceMappingURL=usrNetworkService.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"usrNetworkService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrNetworkService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"usrNetworkService.js","sourceRoot":"","sources":["../../../../src/lib/services/usrNetworkService.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
+ import { Distribution } from '../entities';
3
+ import { Rule } from '../entities';
2
4
  import { SeverityTypeCode } from '../enums';
3
5
  import { RuleActivityStatusCode } from '../enums';
4
6
  import { EventTypeCode } from '../enums';
5
7
  import { TimeSeriesOfFloat } from '../common';
6
8
  import { IntDistribution } from '../entities';
7
- import { Distribution } from '../entities';
8
- import { Rule } from '../entities';
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 { AccountDTO } from '../entities';
2
3
  import { Feature } from '../entities';
3
- import { Stream } from '../entities';
4
+ import { UserMemberships } from '../entities';
4
5
  import { LoginParams } from '../common';
5
- import { User } from '../entities';
6
- import { AccountDTO } from '../entities';
7
6
  import { Image } from '../entities';
8
- import { UserMemberships } from '../entities';
7
+ import { Stream } from '../entities';
9
8
  import { FeatureCode } from '../enums';
10
9
  import { ConfigParam } from '../entities';
10
+ import { User } from '../entities';
11
11
  export declare class UsrUserService {
12
12
  private apiUrl;
13
13
  private rest;
@@ -1,5 +1,5 @@
1
- import { DeviceTypeCode } from '../enums';
2
1
  import { Location } from '../common';
2
+ import { DeviceTypeCode } from '../enums';
3
3
  export declare class DeviceNode {
4
4
  deviceId: string;
5
5
  score: number;
@@ -1,5 +1,5 @@
1
- import { SeverityTypeCode } from '../enums';
2
1
  import { Interval } from '../common';
2
+ import { SeverityTypeCode } from '../enums';
3
3
  export declare class SeverityConditionConfig {
4
4
  conditionSeverity: SeverityTypeCode;
5
5
  sevs: SeverityTypeCode[];
@@ -1,6 +1,6 @@
1
- import { UserTypeCode } from '../enums';
2
1
  import { MemberRoleCode } from '../enums';
3
2
  import { UserStatusCode } from '../enums';
3
+ import { UserTypeCode } from '../enums';
4
4
  export declare class TokenData {
5
5
  accountId: string;
6
6
  subjectId: string;
@@ -1,9 +1,9 @@
1
- import { AccountTypeCode } from '../enums';
2
- import { AccountStatusCode } from '../enums';
3
1
  import { FeatureCode } from '../enums';
4
2
  import { StringKeyValue } from '../common';
5
3
  import { AccountSettings } from '../entities';
6
4
  import { BaseEntity } from '../base';
5
+ import { AccountTypeCode } from '../enums';
6
+ import { AccountStatusCode } from '../enums';
7
7
  export declare class AccountDTO extends BaseEntity {
8
8
  name: string;
9
9
  externalId: string;
@@ -1,10 +1,10 @@
1
- import { AccountStatusCode } from '../enums';
2
- import { StringKeyValue } from '../common';
3
- import { AccountSettings } from '../entities';
4
1
  import { DeviceReport } from '../entities';
5
2
  import { IntDistribution } from '../entities';
6
3
  import { BaseEntity } from '../base';
7
4
  import { AccountTypeCode } from '../enums';
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,5 +1,5 @@
1
- import { BaseEntity } from '../base';
2
1
  import { DeviceActionCode } from '../enums';
2
+ import { BaseEntity } from '../base';
3
3
  export declare class Action extends BaseEntity {
4
4
  accountId: string;
5
5
  streamId: string;
@@ -1,12 +1,12 @@
1
- import { SeverityTypeCode } from '../enums';
2
- import { EventStatusCode } from '../enums';
3
- import { GeoData } from '../common';
1
+ import { StringKeyValue } from '../common';
2
+ import { TrafficDirectionCode } from '../enums';
4
3
  import { BaseEntity } from '../base';
5
4
  import { EventTypeCode } from '../enums';
5
+ import { SeverityTypeCode } from '../enums';
6
+ import { EventStatusCode } from '../enums';
6
7
  import { RuleTypeCode } from '../enums';
7
- import { StringKeyValue } from '../common';
8
+ import { GeoData } from '../common';
8
9
  import { EventCategoryCode } from '../enums';
9
- import { TrafficDirectionCode } from '../enums';
10
10
  export declare class Alert extends BaseEntity {
11
11
  accountId: string;
12
12
  streamId: string;
@@ -1,13 +1,13 @@
1
+ import { StringKeyValue } from '../common';
1
2
  import { SeverityTypeCode } from '../enums';
2
3
  import { EventStatusCode } from '../enums';
3
- import { RuleTypeCode } from '../enums';
4
- import { StringKeyValue } from '../common';
5
- import { EventCategoryCode } from '../enums';
6
- import { BaseEntity } from '../base';
7
- import { EventTypeCode } from '../enums';
8
4
  import { GeoData } from '../common';
9
5
  import { TrafficDirectionCode } from '../enums';
10
6
  import { Device } from '../entities';
7
+ import { BaseEntity } from '../base';
8
+ import { EventTypeCode } from '../enums';
9
+ import { RuleTypeCode } from '../enums';
10
+ import { EventCategoryCode } from '../enums';
11
11
  export declare class AlertWithDevice extends BaseEntity {
12
12
  accountId: string;
13
13
  streamId: string;
@@ -1,6 +1,6 @@
1
- import { DeviceTypeCode } from '../enums';
2
1
  import { DeviceCreationCode } from '../enums';
3
2
  import { DeviceIdentityCode } from '../enums';
3
+ import { DeviceTypeCode } from '../enums';
4
4
  export declare class DataIngestion {
5
5
  inputURI: string;
6
6
  format: string;
@@ -1,11 +1,11 @@
1
+ import { DeviceActionCode } from '../enums';
2
+ import { SIM } from '../entities';
1
3
  import { Event } from '../entities';
2
4
  import { GeoData } from '../common';
3
5
  import { BaseEntity } from '../base';
4
6
  import { DeviceTypeCode } from '../enums';
5
7
  import { DeviceStatusCode } from '../enums';
6
8
  import { StringKeyValue } from '../common';
7
- import { DeviceActionCode } from '../enums';
8
- import { SIM } from '../entities';
9
9
  export declare class DeviceWithEvents extends BaseEntity {
10
10
  accountId: string;
11
11
  streamId: string;
@@ -1,13 +1,13 @@
1
- import { SeverityTypeCode } from '../enums';
2
- import { EventStatusCode } from '../enums';
1
+ import { EventTypeCode } from '../enums';
3
2
  import { RuleTypeCode } from '../enums';
4
- import { GeoData } from '../common';
3
+ import { StringKeyValue } from '../common';
5
4
  import { EventOccurrence } from '../entities';
6
- import { TrafficDirectionCode } from '../enums';
7
5
  import { BaseEntity } from '../base';
8
- import { EventTypeCode } from '../enums';
6
+ import { TrafficDirectionCode } from '../enums';
7
+ import { SeverityTypeCode } from '../enums';
8
+ import { EventStatusCode } from '../enums';
9
9
  import { Indicator } from '../common';
10
- import { StringKeyValue } from '../common';
10
+ import { GeoData } from '../common';
11
11
  import { EventCategoryCode } from '../enums';
12
12
  export declare class Event extends BaseEntity {
13
13
  accountId: string;
@@ -1,15 +1,15 @@
1
- import { EventStatusCode } from '../enums';
2
- import { RuleTypeCode } from '../enums';
3
- import { GeoData } from '../common';
4
1
  import { EventOccurrence } from '../entities';
5
2
  import { TrafficDirectionCode } from '../enums';
6
3
  import { Device } from '../entities';
7
4
  import { BaseEntity } from '../base';
8
5
  import { EventTypeCode } from '../enums';
6
+ import { SeverityTypeCode } from '../enums';
9
7
  import { Indicator } from '../common';
8
+ import { RuleTypeCode } from '../enums';
9
+ import { EventStatusCode } from '../enums';
10
+ import { GeoData } from '../common';
10
11
  import { StringKeyValue } from '../common';
11
12
  import { EventCategoryCode } from '../enums';
12
- import { SeverityTypeCode } from '../enums';
13
13
  export declare class EventWithDevice extends BaseEntity {
14
14
  accountId: string;
15
15
  streamId: string;
@@ -1,5 +1,5 @@
1
- import { FeatureCode } from '../enums';
2
1
  import { BaseEntity } from '../base';
2
+ import { FeatureCode } from '../enums';
3
3
  export declare class FeaturesGroup extends BaseEntity {
4
4
  name: string;
5
5
  features: FeatureCode[];
@@ -1,6 +1,6 @@
1
+ import { BaseEntity } from '../base';
1
2
  import { InsightTypeCode } from '../enums';
2
3
  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,11 +1,11 @@
1
- import { HttpMethodCode } from '../enums';
2
- import { StringKeyValue } from '../common';
3
1
  import { EventTypeCode } from '../enums';
4
2
  import { SeverityTypeCode } from '../enums';
5
3
  import { DeviceActionCode } from '../enums';
6
4
  import { BaseEntity } from '../base';
7
5
  import { IntegrationTypeCode } from '../enums';
8
6
  import { IntegrationTriggerCode } from '../enums';
7
+ import { HttpMethodCode } from '../enums';
8
+ import { StringKeyValue } from '../common';
9
9
  export declare class Integration extends BaseEntity {
10
10
  accountId: string;
11
11
  streamId: string;
@@ -1,4 +1,5 @@
1
- export declare class NetworkTopologyRecord {
1
+ import { BaseEntity } from '../base';
2
+ export declare class NetworkTopologyRecord extends BaseEntity {
2
3
  stream_id: string;
3
4
  dst_ip: string;
4
5
  dst_dns: string;
@@ -14,5 +15,4 @@ export declare class NetworkTopologyRecord {
14
15
  tags: string[];
15
16
  country: string;
16
17
  blocked: boolean;
17
- constructor(streamId?: string, dstIP?: string, dstDNS?: string, dstPort?: number, protocol?: string, appProtocol?: string, appName?: string, devices?: number, geo?: string, name?: string, address?: string, malicious?: boolean, tags?: string[], country?: string, blocked?: boolean);
18
18
  }
@@ -1,8 +1,8 @@
1
- import { NetworkTopologyRecord } from '../entities';
2
1
  import { NetworkTopologyReportKPIs } from '../entities';
3
2
  import { StringDistribution } from '../entities';
4
3
  import { NetworkTopologyReportParams } from '../entities';
5
4
  import { BaseEntity } from '../base';
5
+ import { NetworkTopologyRecord } from '../entities';
6
6
  export declare class NetworkTopologyReport extends BaseEntity {
7
7
  accountId: string;
8
8
  streamId: string;
@@ -1,5 +1,5 @@
1
- import { BaseEntity } from '../base';
2
1
  import { NotificationTypeCode } from '../enums';
2
+ import { BaseEntity } from '../base';
3
3
  export declare class NotificationMessage extends BaseEntity {
4
4
  accountId: string;
5
5
  description: string;
@@ -1,7 +1,7 @@
1
- import { BaseEntity } from '../base';
2
1
  import { IntDistribution } from '../entities';
3
2
  import { DeviceReport } from '../entities';
4
3
  import { ReportTypeCode } from '../enums';
4
+ import { BaseEntity } from '../base';
5
5
  export declare class ReportInstance extends BaseEntity {
6
6
  accountId: string;
7
7
  from: number;
@@ -1,10 +1,10 @@
1
- import { EventTypeCode } from '../enums';
2
1
  import { SeverityTypeCode } from '../enums';
3
2
  import { BaseEntity } from '../base';
4
3
  import { RuleTypeCode } from '../enums';
5
4
  import { DataSourceCode } from '../enums';
6
5
  import { ConditionDescription } from '../common';
7
6
  import { DeviceTypeCode } from '../enums';
7
+ import { EventTypeCode } from '../enums';
8
8
  export declare class Rule extends BaseEntity {
9
9
  accountId: string;
10
10
  streamId: string;
@@ -1,8 +1,8 @@
1
- import { DeviceConfig } from '../common';
2
1
  import { BaseEntity } from '../base';
3
2
  import { Thresholds } from '../common';
4
3
  import { ShieldexConfig } from '../common';
5
4
  import { EventSeverityConfig } from '../common';
5
+ import { DeviceConfig } from '../common';
6
6
  export declare class StreamAnalyticsConfig extends BaseEntity {
7
7
  accountId: string;
8
8
  thresholds: Thresholds;
@@ -1,12 +1,12 @@
1
1
  import { DataIngestion } from '../entities';
2
2
  import { SessionTransform } from '../common';
3
- import { Thresholds } from '../common';
4
- import { IdsConfig } from '../entities';
5
3
  import { UsageTransform } from '../common';
6
- import { ShieldexConfig } from '../common';
4
+ import { Thresholds } from '../common';
7
5
  import { EventSeverityConfig } from '../common';
8
6
  import { DeviceActionCode } from '../enums';
7
+ import { ShieldexConfig } from '../common';
9
8
  import { DeviceConfig } from '../common';
9
+ import { IdsConfig } from '../entities';
10
10
  export declare class StreamConfig {
11
11
  ingest: DataIngestion;
12
12
  sessionTransform: SessionTransform;
@@ -1,7 +1,7 @@
1
+ import { UserTypeCode } from '../enums';
1
2
  import { UserStatusCode } from '../enums';
2
3
  import { AccountRole } from '../common';
3
4
  import { BaseEntity } from '../base';
4
- import { UserTypeCode } from '../enums';
5
5
  export declare class UserMembership extends BaseEntity {
6
6
  name: string;
7
7
  email: string;
@@ -1,10 +1,10 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { Image } from '../entities';
3
- import { AccountReportDTO } from '../entities';
4
2
  import { Account } from '../entities';
5
3
  import { AccountSettings } from '../entities';
6
4
  import { AccountTypeCode } from '../enums';
7
5
  import { AccountStatusCode } from '../enums';
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 { AuditLog } from '../entities';
3
+ import { TimeSeriesOfFloat } from '../common';
4
4
  export declare class SysAuditLogService {
5
5
  private apiUrl;
6
6
  private rest;
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
2
- import { Checkpoint } from '../entities';
3
2
  import { TimeSeriesOfFloat } from '../common';
3
+ import { Checkpoint } from '../entities';
4
4
  export declare class SysCheckpointsService {
5
5
  private apiUrl;
6
6
  private rest;
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { ConfigParams } from '../entities';
3
2
  import { ConfigParam } from '../entities';
3
+ import { ConfigParams } from '../entities';
4
4
  export declare class SysConfigService {
5
5
  private apiUrl;
6
6
  private rest;
@@ -1,9 +1,9 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { IdsRule } from '../entities';
3
2
  import { SeverityTypeCode } from '../enums';
4
3
  import { RuleActivityStatusCode } from '../enums';
5
4
  import { EventTypeCode } from '../enums';
6
5
  import { Rule } from '../entities';
6
+ import { IdsRule } from '../entities';
7
7
  export declare class SysIdsRulesService {
8
8
  private apiUrl;
9
9
  private rest;
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { ApiKey } from '../entities';
3
2
  import { StringIntValue } from '../common';
3
+ import { ApiKey } from '../entities';
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 { Member } from '../entities';
3
2
  import { MemberRoleCode } from '../enums';
3
+ import { Member } from '../entities';
4
4
  export declare class SysMembersService {
5
5
  private apiUrl;
6
6
  private rest;