@shieldiot/pulse-lib 1.0.378 → 1.0.380

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 (220) hide show
  1. package/dist/cjs/lib/common/DeviceConfig.d.ts +1 -1
  2. package/dist/cjs/lib/common/DeviceNode.d.ts +1 -1
  3. package/dist/cjs/lib/common/DeviceScoreConfig.d.ts +2 -2
  4. package/dist/cjs/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
  5. package/dist/cjs/lib/common/SeriesData.d.ts +1 -1
  6. package/dist/cjs/lib/common/SeverityConditionConfig.d.ts +1 -1
  7. package/dist/cjs/lib/common/TokenData.d.ts +1 -1
  8. package/dist/cjs/lib/entities/Account.d.ts +1 -1
  9. package/dist/cjs/lib/entities/Account.js.map +1 -1
  10. package/dist/cjs/lib/entities/AccountDTO.d.ts +1 -1
  11. package/dist/cjs/lib/entities/AccountDTO.js.map +1 -1
  12. package/dist/cjs/lib/entities/AccountReportDTO.d.ts +2 -2
  13. package/dist/cjs/lib/entities/AccountReportDTO.js.map +1 -1
  14. package/dist/cjs/lib/entities/Alert.d.ts +6 -6
  15. package/dist/cjs/lib/entities/Alert.js.map +1 -1
  16. package/dist/cjs/lib/entities/AlertWithDevice.d.ts +4 -4
  17. package/dist/cjs/lib/entities/AlertWithDevice.js.map +1 -1
  18. package/dist/cjs/lib/entities/ConfigParams.d.ts +1 -1
  19. package/dist/cjs/lib/entities/ConfigParams.js.map +1 -1
  20. package/dist/cjs/lib/entities/DataIngestion.d.ts +1 -1
  21. package/dist/cjs/lib/entities/Device.d.ts +3 -3
  22. package/dist/cjs/lib/entities/Device.js.map +1 -1
  23. package/dist/cjs/lib/entities/DeviceWithEvents.d.ts +4 -4
  24. package/dist/cjs/lib/entities/DeviceWithEvents.js.map +1 -1
  25. package/dist/cjs/lib/entities/Event.d.ts +6 -6
  26. package/dist/cjs/lib/entities/Event.js.map +1 -1
  27. package/dist/cjs/lib/entities/EventOccurrence.d.ts +1 -1
  28. package/dist/cjs/lib/entities/EventWithDevice.d.ts +5 -5
  29. package/dist/cjs/lib/entities/EventWithDevice.js.map +1 -1
  30. package/dist/cjs/lib/entities/IdsRule.d.ts +2 -2
  31. package/dist/cjs/lib/entities/IdsRule.js.map +1 -1
  32. package/dist/cjs/lib/entities/Insight.d.ts +3 -3
  33. package/dist/cjs/lib/entities/Insight.js.map +1 -1
  34. package/dist/cjs/lib/entities/InsightQuery.d.ts +1 -1
  35. package/dist/cjs/lib/entities/InsightQuery.js.map +1 -1
  36. package/dist/cjs/lib/entities/Integration.d.ts +3 -3
  37. package/dist/cjs/lib/entities/Integration.js.map +1 -1
  38. package/dist/cjs/lib/entities/Member.d.ts +1 -1
  39. package/dist/cjs/lib/entities/Member.js.map +1 -1
  40. package/dist/cjs/lib/entities/Radius.d.ts +1 -1
  41. package/dist/cjs/lib/entities/Radius.js.map +1 -1
  42. package/dist/cjs/lib/entities/Report.d.ts +1 -1
  43. package/dist/cjs/lib/entities/Report.js.map +1 -1
  44. package/dist/cjs/lib/entities/ReportInstance.d.ts +1 -1
  45. package/dist/cjs/lib/entities/ReportInstance.js.map +1 -1
  46. package/dist/cjs/lib/entities/Rule.d.ts +3 -3
  47. package/dist/cjs/lib/entities/Rule.js.map +1 -1
  48. package/dist/cjs/lib/entities/RuleTemplate.d.ts +1 -1
  49. package/dist/cjs/lib/entities/RuleTemplate.js.map +1 -1
  50. package/dist/cjs/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
  51. package/dist/cjs/lib/entities/StreamAnalyticsConfig.js.map +1 -1
  52. package/dist/cjs/lib/entities/StreamConfig.d.ts +4 -4
  53. package/dist/cjs/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
  54. package/dist/cjs/lib/entities/User.d.ts +2 -2
  55. package/dist/cjs/lib/entities/User.js.map +1 -1
  56. package/dist/cjs/lib/entities/UserMembership.d.ts +1 -1
  57. package/dist/cjs/lib/entities/UserMembership.js.map +1 -1
  58. package/dist/cjs/lib/entities/UserMemberships.d.ts +2 -2
  59. package/dist/cjs/lib/entities/UserMemberships.js.map +1 -1
  60. package/dist/cjs/lib/pulse-client.d.ts +16 -14
  61. package/dist/cjs/lib/pulse-client.js +28 -26
  62. package/dist/cjs/lib/pulse-client.js.map +1 -1
  63. package/dist/cjs/lib/services/index.d.ts +1 -0
  64. package/dist/cjs/lib/services/index.js +1 -0
  65. package/dist/cjs/lib/services/index.js.map +1 -1
  66. package/dist/cjs/lib/services/services.export.d.ts +2 -1
  67. package/dist/cjs/lib/services/services.export.js +2 -0
  68. package/dist/cjs/lib/services/services.export.js.map +1 -1
  69. package/dist/cjs/lib/services/sysAccountsService.d.ts +2 -2
  70. package/dist/cjs/lib/services/sysIdsRulesService.d.ts +2 -2
  71. package/dist/cjs/lib/services/sysInsightsService.d.ts +53 -0
  72. package/dist/cjs/lib/services/sysInsightsService.js +135 -0
  73. package/dist/cjs/lib/services/sysInsightsService.js.map +1 -0
  74. package/dist/cjs/lib/services/sysKeysService.d.ts +1 -1
  75. package/dist/cjs/lib/services/sysUsersService.d.ts +1 -1
  76. package/dist/cjs/lib/services/usrAlertsService.d.ts +16 -16
  77. package/dist/cjs/lib/services/usrAlertsService.js +21 -21
  78. package/dist/cjs/lib/services/usrDevicesService.d.ts +15 -15
  79. package/dist/cjs/lib/services/usrDevicesService.js +18 -18
  80. package/dist/cjs/lib/services/usrEventsService.d.ts +7 -7
  81. package/dist/cjs/lib/services/usrInsightsService.d.ts +1 -1
  82. package/dist/cjs/lib/services/usrReportsInstanceService.d.ts +1 -1
  83. package/dist/cjs/lib/services/usrRulesService.d.ts +2 -2
  84. package/dist/cjs/lib/services/usrUserService.d.ts +5 -5
  85. package/dist/esm/lib/common/DeviceConfig.d.ts +1 -1
  86. package/dist/esm/lib/common/DeviceNode.d.ts +1 -1
  87. package/dist/esm/lib/common/DeviceScoreConfig.d.ts +2 -2
  88. package/dist/esm/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
  89. package/dist/esm/lib/common/SeriesData.d.ts +1 -1
  90. package/dist/esm/lib/common/SeverityConditionConfig.d.ts +1 -1
  91. package/dist/esm/lib/common/TokenData.d.ts +1 -1
  92. package/dist/esm/lib/entities/Account.d.ts +1 -1
  93. package/dist/esm/lib/entities/Account.js.map +1 -1
  94. package/dist/esm/lib/entities/AccountDTO.d.ts +1 -1
  95. package/dist/esm/lib/entities/AccountDTO.js.map +1 -1
  96. package/dist/esm/lib/entities/AccountReportDTO.d.ts +2 -2
  97. package/dist/esm/lib/entities/AccountReportDTO.js.map +1 -1
  98. package/dist/esm/lib/entities/Alert.d.ts +6 -6
  99. package/dist/esm/lib/entities/Alert.js.map +1 -1
  100. package/dist/esm/lib/entities/AlertWithDevice.d.ts +4 -4
  101. package/dist/esm/lib/entities/AlertWithDevice.js.map +1 -1
  102. package/dist/esm/lib/entities/ConfigParams.d.ts +1 -1
  103. package/dist/esm/lib/entities/ConfigParams.js.map +1 -1
  104. package/dist/esm/lib/entities/DataIngestion.d.ts +1 -1
  105. package/dist/esm/lib/entities/Device.d.ts +3 -3
  106. package/dist/esm/lib/entities/Device.js.map +1 -1
  107. package/dist/esm/lib/entities/DeviceWithEvents.d.ts +4 -4
  108. package/dist/esm/lib/entities/DeviceWithEvents.js.map +1 -1
  109. package/dist/esm/lib/entities/Event.d.ts +6 -6
  110. package/dist/esm/lib/entities/Event.js.map +1 -1
  111. package/dist/esm/lib/entities/EventOccurrence.d.ts +1 -1
  112. package/dist/esm/lib/entities/EventWithDevice.d.ts +5 -5
  113. package/dist/esm/lib/entities/EventWithDevice.js.map +1 -1
  114. package/dist/esm/lib/entities/IdsRule.d.ts +2 -2
  115. package/dist/esm/lib/entities/IdsRule.js.map +1 -1
  116. package/dist/esm/lib/entities/Insight.d.ts +3 -3
  117. package/dist/esm/lib/entities/Insight.js.map +1 -1
  118. package/dist/esm/lib/entities/InsightQuery.d.ts +1 -1
  119. package/dist/esm/lib/entities/InsightQuery.js.map +1 -1
  120. package/dist/esm/lib/entities/Integration.d.ts +3 -3
  121. package/dist/esm/lib/entities/Integration.js.map +1 -1
  122. package/dist/esm/lib/entities/Member.d.ts +1 -1
  123. package/dist/esm/lib/entities/Member.js.map +1 -1
  124. package/dist/esm/lib/entities/Radius.d.ts +1 -1
  125. package/dist/esm/lib/entities/Radius.js.map +1 -1
  126. package/dist/esm/lib/entities/Report.d.ts +1 -1
  127. package/dist/esm/lib/entities/Report.js.map +1 -1
  128. package/dist/esm/lib/entities/ReportInstance.d.ts +1 -1
  129. package/dist/esm/lib/entities/ReportInstance.js.map +1 -1
  130. package/dist/esm/lib/entities/Rule.d.ts +3 -3
  131. package/dist/esm/lib/entities/Rule.js.map +1 -1
  132. package/dist/esm/lib/entities/RuleTemplate.d.ts +1 -1
  133. package/dist/esm/lib/entities/RuleTemplate.js.map +1 -1
  134. package/dist/esm/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
  135. package/dist/esm/lib/entities/StreamAnalyticsConfig.js.map +1 -1
  136. package/dist/esm/lib/entities/StreamConfig.d.ts +4 -4
  137. package/dist/esm/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
  138. package/dist/esm/lib/entities/User.d.ts +2 -2
  139. package/dist/esm/lib/entities/User.js.map +1 -1
  140. package/dist/esm/lib/entities/UserMembership.d.ts +1 -1
  141. package/dist/esm/lib/entities/UserMembership.js.map +1 -1
  142. package/dist/esm/lib/entities/UserMemberships.d.ts +2 -2
  143. package/dist/esm/lib/entities/UserMemberships.js.map +1 -1
  144. package/dist/esm/lib/pulse-client.d.ts +16 -14
  145. package/dist/esm/lib/pulse-client.js +16 -14
  146. package/dist/esm/lib/pulse-client.js.map +1 -1
  147. package/dist/esm/lib/services/index.d.ts +1 -0
  148. package/dist/esm/lib/services/index.js +1 -0
  149. package/dist/esm/lib/services/index.js.map +1 -1
  150. package/dist/esm/lib/services/services.export.d.ts +2 -1
  151. package/dist/esm/lib/services/services.export.js +2 -0
  152. package/dist/esm/lib/services/services.export.js.map +1 -1
  153. package/dist/esm/lib/services/sysAccountsService.d.ts +2 -2
  154. package/dist/esm/lib/services/sysIdsRulesService.d.ts +2 -2
  155. package/dist/esm/lib/services/sysInsightsService.d.ts +53 -0
  156. package/dist/esm/lib/services/sysInsightsService.js +131 -0
  157. package/dist/esm/lib/services/sysInsightsService.js.map +1 -0
  158. package/dist/esm/lib/services/sysKeysService.d.ts +1 -1
  159. package/dist/esm/lib/services/sysUsersService.d.ts +1 -1
  160. package/dist/esm/lib/services/usrAlertsService.d.ts +16 -16
  161. package/dist/esm/lib/services/usrAlertsService.js +21 -21
  162. package/dist/esm/lib/services/usrDevicesService.d.ts +15 -15
  163. package/dist/esm/lib/services/usrDevicesService.js +18 -18
  164. package/dist/esm/lib/services/usrEventsService.d.ts +7 -7
  165. package/dist/esm/lib/services/usrInsightsService.d.ts +1 -1
  166. package/dist/esm/lib/services/usrReportsInstanceService.d.ts +1 -1
  167. package/dist/esm/lib/services/usrRulesService.d.ts +2 -2
  168. package/dist/esm/lib/services/usrUserService.d.ts +5 -5
  169. package/dist/types/lib/common/DeviceConfig.d.ts +1 -1
  170. package/dist/types/lib/common/DeviceNode.d.ts +1 -1
  171. package/dist/types/lib/common/DeviceScoreConfig.d.ts +2 -2
  172. package/dist/types/lib/common/RuleBasedSeverityConditionConfig.d.ts +1 -1
  173. package/dist/types/lib/common/SeriesData.d.ts +1 -1
  174. package/dist/types/lib/common/SeverityConditionConfig.d.ts +1 -1
  175. package/dist/types/lib/common/TokenData.d.ts +1 -1
  176. package/dist/types/lib/entities/Account.d.ts +1 -1
  177. package/dist/types/lib/entities/AccountDTO.d.ts +1 -1
  178. package/dist/types/lib/entities/AccountReportDTO.d.ts +2 -2
  179. package/dist/types/lib/entities/Alert.d.ts +6 -6
  180. package/dist/types/lib/entities/AlertWithDevice.d.ts +4 -4
  181. package/dist/types/lib/entities/ConfigParams.d.ts +1 -1
  182. package/dist/types/lib/entities/DataIngestion.d.ts +1 -1
  183. package/dist/types/lib/entities/Device.d.ts +3 -3
  184. package/dist/types/lib/entities/DeviceWithEvents.d.ts +4 -4
  185. package/dist/types/lib/entities/Event.d.ts +6 -6
  186. package/dist/types/lib/entities/EventOccurrence.d.ts +1 -1
  187. package/dist/types/lib/entities/EventWithDevice.d.ts +5 -5
  188. package/dist/types/lib/entities/IdsRule.d.ts +2 -2
  189. package/dist/types/lib/entities/Insight.d.ts +3 -3
  190. package/dist/types/lib/entities/InsightQuery.d.ts +1 -1
  191. package/dist/types/lib/entities/Integration.d.ts +3 -3
  192. package/dist/types/lib/entities/Member.d.ts +1 -1
  193. package/dist/types/lib/entities/Radius.d.ts +1 -1
  194. package/dist/types/lib/entities/Report.d.ts +1 -1
  195. package/dist/types/lib/entities/ReportInstance.d.ts +1 -1
  196. package/dist/types/lib/entities/Rule.d.ts +3 -3
  197. package/dist/types/lib/entities/RuleTemplate.d.ts +1 -1
  198. package/dist/types/lib/entities/StreamAnalyticsConfig.d.ts +2 -2
  199. package/dist/types/lib/entities/StreamConfig.d.ts +4 -4
  200. package/dist/types/lib/entities/TimeSeriesOfDeviceReport.d.ts +1 -1
  201. package/dist/types/lib/entities/User.d.ts +2 -2
  202. package/dist/types/lib/entities/UserMembership.d.ts +1 -1
  203. package/dist/types/lib/entities/UserMemberships.d.ts +2 -2
  204. package/dist/types/lib/pulse-client.d.ts +16 -14
  205. package/dist/types/lib/services/index.d.ts +1 -0
  206. package/dist/types/lib/services/services.export.d.ts +2 -1
  207. package/dist/types/lib/services/sysAccountsService.d.ts +2 -2
  208. package/dist/types/lib/services/sysIdsRulesService.d.ts +2 -2
  209. package/dist/types/lib/services/sysInsightsService.d.ts +53 -0
  210. package/dist/types/lib/services/sysKeysService.d.ts +1 -1
  211. package/dist/types/lib/services/sysUsersService.d.ts +1 -1
  212. package/dist/types/lib/services/usrAlertsService.d.ts +16 -16
  213. package/dist/types/lib/services/usrDevicesService.d.ts +15 -15
  214. package/dist/types/lib/services/usrEventsService.d.ts +7 -7
  215. package/dist/types/lib/services/usrInsightsService.d.ts +1 -1
  216. package/dist/types/lib/services/usrReportsInstanceService.d.ts +1 -1
  217. package/dist/types/lib/services/usrRulesService.d.ts +2 -2
  218. package/dist/types/lib/services/usrUserService.d.ts +5 -5
  219. package/dist/umd/index.js +1 -1
  220. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sysInsightsService.js","sourceRoot":"","sources":["../../../../src/lib/services/sysInsightsService.ts"],"names":[],"mappings":"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"}
@@ -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,8 +1,8 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
+ import { UserStatusCode } from '../enums';
2
3
  import { UserMemberships } from '../entities';
3
4
  import { User } from '../entities';
4
5
  import { UserTypeCode } from '../enums';
5
- import { UserStatusCode } from '../enums';
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
2
  import { EventTypeCode } from '../enums';
3
- import { EventCategoryCode } from '../enums';
4
- import { AlertWithDevice } from '../entities';
5
- import { IntDistribution } from '../entities';
6
- import { Alert } from '../entities';
7
- import { SeverityTypeCode } from '../enums';
3
+ import { MaliciousIPCard } from '../common';
8
4
  import { RuleTypeCode } from '../enums';
9
- import { StringKeyValue } from '../common';
10
5
  import { MaliciousIPData } from '../common';
11
- import { MaliciousIPCard } from '../common';
12
- import { EventStatusCode } from '../enums';
13
- import { DeviceActionCode } from '../enums';
6
+ import { IntDistribution } from '../entities';
14
7
  import { TimeSeriesOf2D } from '../common';
15
8
  import { TimeSeriesOfFloat } from '../common';
9
+ import { DeviceActionCode } from '../enums';
10
+ import { StringKeyValue } from '../common';
11
+ import { Alert } from '../entities';
12
+ import { SeverityTypeCode } from '../enums';
13
+ import { EventCategoryCode } from '../enums';
14
+ import { EventStatusCode } from '../enums';
15
+ import { AlertWithDevice } from '../entities';
16
16
  export declare class UsrAlertsService {
17
17
  private apiUrl;
18
18
  private rest;
@@ -25,7 +25,7 @@ export declare class UsrAlertsService {
25
25
  /**
26
26
  * Find list of alerts by query
27
27
  */
28
- find(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntitiesResponse<Alert>>;
28
+ find(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntitiesResponse<Alert>>;
29
29
  /**
30
30
  * Export list of alerts by query to a file with the specified format
31
31
  */
@@ -33,7 +33,7 @@ export declare class UsrAlertsService {
33
33
  /**
34
34
  * Find top 10 alerts by their severity filter by query
35
35
  */
36
- getTop(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntitiesResponse<AlertWithDevice>>;
36
+ getTop(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntitiesResponse<AlertWithDevice>>;
37
37
  /**
38
38
  * Get top malicious IPs
39
39
  */
@@ -41,23 +41,23 @@ export declare class UsrAlertsService {
41
41
  /**
42
42
  * Find alerts distribution by type filtered by query
43
43
  */
44
- countByType(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
44
+ countByType(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
45
45
  /**
46
46
  * Find alerts distribution by status filtered by query
47
47
  */
48
- countByStatus(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
48
+ countByStatus(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
49
49
  /**
50
50
  * Find alerts distribution by severity filtered by query
51
51
  */
52
- countBySeverity(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
52
+ countBySeverity(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
53
53
  /**
54
54
  * Find alerts distribution by rule filtered by query
55
55
  */
56
- countByRule(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
56
+ countByRule(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
57
57
  /**
58
58
  * Find alerts distribution by category filtered by query
59
59
  */
60
- countByCategory(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
60
+ countByCategory(streamId?: string, deviceId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[], sort?: string, page?: number, size?: number, withoutOccurrences?: boolean, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
61
61
  /**
62
62
  * Add tag to an alert
63
63
  */
@@ -19,7 +19,7 @@ export class UsrAlertsService {
19
19
  /**
20
20
  * Find list of alerts by query
21
21
  */
22
- find(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
22
+ find(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
23
23
  const params = [];
24
24
  if (streamId != null) {
25
25
  params.push(`streamId=${streamId}`);
@@ -69,8 +69,8 @@ export class UsrAlertsService {
69
69
  if (withoutOccurrences != null) {
70
70
  params.push(`withoutOccurrences=${withoutOccurrences}`);
71
71
  }
72
- if (iDs != null) {
73
- params.push(`iDs=${iDs}`);
72
+ if (ids != null) {
73
+ params.push(`ids=${ids}`);
74
74
  }
75
75
  return this.rest.get(`${this.baseUrl}`, ...params);
76
76
  }
@@ -129,7 +129,7 @@ export class UsrAlertsService {
129
129
  /**
130
130
  * Find top 10 alerts by their severity filter by query
131
131
  */
132
- getTop(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
132
+ getTop(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
133
133
  const params = [];
134
134
  if (streamId != null) {
135
135
  params.push(`streamId=${streamId}`);
@@ -179,8 +179,8 @@ export class UsrAlertsService {
179
179
  if (withoutOccurrences != null) {
180
180
  params.push(`withoutOccurrences=${withoutOccurrences}`);
181
181
  }
182
- if (iDs != null) {
183
- params.push(`iDs=${iDs}`);
182
+ if (ids != null) {
183
+ params.push(`ids=${ids}`);
184
184
  }
185
185
  return this.rest.get(`${this.baseUrl}/top`, ...params);
186
186
  }
@@ -206,7 +206,7 @@ export class UsrAlertsService {
206
206
  /**
207
207
  * Find alerts distribution by type filtered by query
208
208
  */
209
- countByType(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
209
+ countByType(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
210
210
  const params = [];
211
211
  if (streamId != null) {
212
212
  params.push(`streamId=${streamId}`);
@@ -256,15 +256,15 @@ export class UsrAlertsService {
256
256
  if (withoutOccurrences != null) {
257
257
  params.push(`withoutOccurrences=${withoutOccurrences}`);
258
258
  }
259
- if (iDs != null) {
260
- params.push(`iDs=${iDs}`);
259
+ if (ids != null) {
260
+ params.push(`ids=${ids}`);
261
261
  }
262
262
  return this.rest.get(`${this.baseUrl}/count/by-type`, ...params);
263
263
  }
264
264
  /**
265
265
  * Find alerts distribution by status filtered by query
266
266
  */
267
- countByStatus(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
267
+ countByStatus(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
268
268
  const params = [];
269
269
  if (streamId != null) {
270
270
  params.push(`streamId=${streamId}`);
@@ -314,15 +314,15 @@ export class UsrAlertsService {
314
314
  if (withoutOccurrences != null) {
315
315
  params.push(`withoutOccurrences=${withoutOccurrences}`);
316
316
  }
317
- if (iDs != null) {
318
- params.push(`iDs=${iDs}`);
317
+ if (ids != null) {
318
+ params.push(`ids=${ids}`);
319
319
  }
320
320
  return this.rest.get(`${this.baseUrl}/count/by-status`, ...params);
321
321
  }
322
322
  /**
323
323
  * Find alerts distribution by severity filtered by query
324
324
  */
325
- countBySeverity(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
325
+ countBySeverity(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
326
326
  const params = [];
327
327
  if (streamId != null) {
328
328
  params.push(`streamId=${streamId}`);
@@ -372,15 +372,15 @@ export class UsrAlertsService {
372
372
  if (withoutOccurrences != null) {
373
373
  params.push(`withoutOccurrences=${withoutOccurrences}`);
374
374
  }
375
- if (iDs != null) {
376
- params.push(`iDs=${iDs}`);
375
+ if (ids != null) {
376
+ params.push(`ids=${ids}`);
377
377
  }
378
378
  return this.rest.get(`${this.baseUrl}/count/by-severity`, ...params);
379
379
  }
380
380
  /**
381
381
  * Find alerts distribution by rule filtered by query
382
382
  */
383
- countByRule(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
383
+ countByRule(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
384
384
  const params = [];
385
385
  if (streamId != null) {
386
386
  params.push(`streamId=${streamId}`);
@@ -430,15 +430,15 @@ export class UsrAlertsService {
430
430
  if (withoutOccurrences != null) {
431
431
  params.push(`withoutOccurrences=${withoutOccurrences}`);
432
432
  }
433
- if (iDs != null) {
434
- params.push(`iDs=${iDs}`);
433
+ if (ids != null) {
434
+ params.push(`ids=${ids}`);
435
435
  }
436
436
  return this.rest.get(`${this.baseUrl}/count/by-rule`, ...params);
437
437
  }
438
438
  /**
439
439
  * Find alerts distribution by category filtered by query
440
440
  */
441
- countByCategory(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, iDs) {
441
+ countByCategory(streamId, deviceId, search, from, to, type, severity, category, status, ruleId, targetIp, ruleType, sort, page, size, withoutOccurrences, ids) {
442
442
  const params = [];
443
443
  if (streamId != null) {
444
444
  params.push(`streamId=${streamId}`);
@@ -488,8 +488,8 @@ export class UsrAlertsService {
488
488
  if (withoutOccurrences != null) {
489
489
  params.push(`withoutOccurrences=${withoutOccurrences}`);
490
490
  }
491
- if (iDs != null) {
492
- params.push(`iDs=${iDs}`);
491
+ if (ids != null) {
492
+ params.push(`ids=${ids}`);
493
493
  }
494
494
  return this.rest.get(`${this.baseUrl}/count/by-category`, ...params);
495
495
  }
@@ -1,19 +1,19 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
+ import { DeviceWithEvents } from '../entities';
3
+ import { DeviceActionCode } from '../enums';
4
+ import { BulkDevices } from '../entities';
2
5
  import { TimeSeriesOfDeviceReport } from '../entities';
3
- import { Device } from '../entities';
4
- import { DeviceTypeCode } from '../enums';
5
6
  import { NetworkMapTypeCode } from '../enums';
7
+ import { SeverityTypeCode } from '../enums';
8
+ import { IntDistribution } from '../entities';
9
+ import { NetworkMap } from '../common';
6
10
  import { DeviceReport } from '../entities';
7
11
  import { TimeSeriesOfDataConsumption } from '../common';
8
- import { MapBounds } from '../common';
9
- import { BulkDevices } from '../entities';
12
+ import { Device } from '../entities';
10
13
  import { DeviceStatusCode } from '../enums';
11
- import { SeverityTypeCode } from '../enums';
12
- import { NetworkMap } from '../common';
13
- import { DeviceWithEvents } from '../entities';
14
- import { IntDistribution } from '../entities';
15
- import { DeviceActionCode } from '../enums';
14
+ import { MapBounds } from '../common';
16
15
  import { DevicesMap } from '../common';
16
+ import { DeviceTypeCode } from '../enums';
17
17
  export declare class UsrDevicesService {
18
18
  private apiUrl;
19
19
  private rest;
@@ -46,7 +46,7 @@ export declare class UsrDevicesService {
46
46
  /**
47
47
  * Find list of devices by query
48
48
  */
49
- find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntitiesResponse<Device>>;
49
+ find(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntitiesResponse<Device>>;
50
50
  /**
51
51
  * Export list of devices by query to a file with the specified format
52
52
  */
@@ -54,23 +54,23 @@ export declare class UsrDevicesService {
54
54
  /**
55
55
  * Find top 10 devices by their score filter by query
56
56
  */
57
- findTop(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntitiesResponse<DeviceWithEvents>>;
57
+ findTop(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntitiesResponse<DeviceWithEvents>>;
58
58
  /**
59
59
  * Find device distribution by type filtered by query
60
60
  */
61
- countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
61
+ countByType(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
62
62
  /**
63
63
  * Find device distribution by status filtered by query
64
64
  */
65
- countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
65
+ countByStatus(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
66
66
  /**
67
67
  * Find device distribution by action filtered by query
68
68
  */
69
- countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
69
+ countByAction(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
70
70
  /**
71
71
  * Find device distribution by risk filtered by query
72
72
  */
73
- countByRisk(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, iDs?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
73
+ countByRisk(streamId?: string, search?: string, from?: number, to?: number, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number, ids?: string[]): import("rxjs").Observable<EntityResponse<IntDistribution>>;
74
74
  /**
75
75
  * Add tag to a device
76
76
  */
@@ -49,7 +49,7 @@ export class UsrDevicesService {
49
49
  /**
50
50
  * Find list of devices by query
51
51
  */
52
- find(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
52
+ find(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
53
53
  const params = [];
54
54
  if (streamId != null) {
55
55
  params.push(`streamId=${streamId}`);
@@ -84,8 +84,8 @@ export class UsrDevicesService {
84
84
  if (size != null) {
85
85
  params.push(`size=${size}`);
86
86
  }
87
- if (iDs != null) {
88
- params.push(`iDs=${iDs}`);
87
+ if (ids != null) {
88
+ params.push(`ids=${ids}`);
89
89
  }
90
90
  return this.rest.get(`${this.baseUrl}`, ...params);
91
91
  }
@@ -129,7 +129,7 @@ export class UsrDevicesService {
129
129
  /**
130
130
  * Find top 10 devices by their score filter by query
131
131
  */
132
- findTop(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
132
+ findTop(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
133
133
  const params = [];
134
134
  if (streamId != null) {
135
135
  params.push(`streamId=${streamId}`);
@@ -164,15 +164,15 @@ export class UsrDevicesService {
164
164
  if (size != null) {
165
165
  params.push(`size=${size}`);
166
166
  }
167
- if (iDs != null) {
168
- params.push(`iDs=${iDs}`);
167
+ if (ids != null) {
168
+ params.push(`ids=${ids}`);
169
169
  }
170
170
  return this.rest.get(`${this.baseUrl}/top`, ...params);
171
171
  }
172
172
  /**
173
173
  * Find device distribution by type filtered by query
174
174
  */
175
- countByType(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
175
+ countByType(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
176
176
  const params = [];
177
177
  if (streamId != null) {
178
178
  params.push(`streamId=${streamId}`);
@@ -207,15 +207,15 @@ export class UsrDevicesService {
207
207
  if (size != null) {
208
208
  params.push(`size=${size}`);
209
209
  }
210
- if (iDs != null) {
211
- params.push(`iDs=${iDs}`);
210
+ if (ids != null) {
211
+ params.push(`ids=${ids}`);
212
212
  }
213
213
  return this.rest.get(`${this.baseUrl}/count/by-type`, ...params);
214
214
  }
215
215
  /**
216
216
  * Find device distribution by status filtered by query
217
217
  */
218
- countByStatus(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
218
+ countByStatus(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
219
219
  const params = [];
220
220
  if (streamId != null) {
221
221
  params.push(`streamId=${streamId}`);
@@ -250,15 +250,15 @@ export class UsrDevicesService {
250
250
  if (size != null) {
251
251
  params.push(`size=${size}`);
252
252
  }
253
- if (iDs != null) {
254
- params.push(`iDs=${iDs}`);
253
+ if (ids != null) {
254
+ params.push(`ids=${ids}`);
255
255
  }
256
256
  return this.rest.get(`${this.baseUrl}/count/by-status`, ...params);
257
257
  }
258
258
  /**
259
259
  * Find device distribution by action filtered by query
260
260
  */
261
- countByAction(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
261
+ countByAction(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
262
262
  const params = [];
263
263
  if (streamId != null) {
264
264
  params.push(`streamId=${streamId}`);
@@ -293,15 +293,15 @@ export class UsrDevicesService {
293
293
  if (size != null) {
294
294
  params.push(`size=${size}`);
295
295
  }
296
- if (iDs != null) {
297
- params.push(`iDs=${iDs}`);
296
+ if (ids != null) {
297
+ params.push(`ids=${ids}`);
298
298
  }
299
299
  return this.rest.get(`${this.baseUrl}/count/by-action`, ...params);
300
300
  }
301
301
  /**
302
302
  * Find device distribution by risk filtered by query
303
303
  */
304
- countByRisk(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, iDs) {
304
+ countByRisk(streamId, search, from, to, type, status, risk, scoreRange, sort, page, size, ids) {
305
305
  const params = [];
306
306
  if (streamId != null) {
307
307
  params.push(`streamId=${streamId}`);
@@ -336,8 +336,8 @@ export class UsrDevicesService {
336
336
  if (size != null) {
337
337
  params.push(`size=${size}`);
338
338
  }
339
- if (iDs != null) {
340
- params.push(`iDs=${iDs}`);
339
+ if (ids != null) {
340
+ params.push(`ids=${ids}`);
341
341
  }
342
342
  return this.rest.get(`${this.baseUrl}/count/by-risk`, ...params);
343
343
  }
@@ -1,17 +1,17 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { SeverityTypeCode } from '../enums';
3
- import { EventCategoryCode } from '../enums';
4
- import { EventStatusCode } from '../enums';
5
- import { MaliciousIPCard } from '../common';
2
+ import { TimeSeriesOf2D } from '../common';
6
3
  import { StringKeyValue } from '../common';
7
- import { Event } from '../entities';
8
4
  import { EventTypeCode } from '../enums';
5
+ import { SeverityTypeCode } from '../enums';
6
+ import { EventStatusCode } from '../enums';
9
7
  import { RuleTypeCode } from '../enums';
10
- import { EventWithDevice } from '../entities';
11
8
  import { MaliciousIPData } from '../common';
12
9
  import { IntDistribution } from '../entities';
13
- import { TimeSeriesOf2D } from '../common';
10
+ import { Event } from '../entities';
11
+ import { EventCategoryCode } from '../enums';
12
+ import { EventWithDevice } from '../entities';
14
13
  import { TimeSeriesOfFloat } from '../common';
14
+ import { MaliciousIPCard } from '../common';
15
15
  export declare class UsrEventsService {
16
16
  private apiUrl;
17
17
  private rest;
@@ -1,6 +1,6 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse } from '../../utils';
2
- import { Insight } from '../entities';
3
2
  import { SeverityTypeCode } from '../enums';
3
+ import { Insight } from '../entities';
4
4
  export declare class UsrInsightsService {
5
5
  private apiUrl;
6
6
  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,11 +1,11 @@
1
1
  import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
+ import { IntDistribution } from '../entities';
3
+ import { Distribution } from '../entities';
2
4
  import { Rule } from '../entities';
3
5
  import { SeverityTypeCode } from '../enums';
4
6
  import { RuleActivityStatusCode } from '../enums';
5
7
  import { EventTypeCode } from '../enums';
6
8
  import { TimeSeriesOfFloat } from '../common';
7
- import { IntDistribution } from '../entities';
8
- import { Distribution } 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
+ import { User } from '../entities';
3
3
  import { Image } from '../entities';
4
- import { FeatureCode } from '../enums';
4
+ import { Feature } from '../entities';
5
5
  import { Stream } from '../entities';
6
6
  import { UserMemberships } from '../entities';
7
- import { ConfigParam } from '../entities';
8
7
  import { LoginParams } from '../common';
9
- import { User } from '../entities';
10
- import { Feature } from '../entities';
8
+ import { FeatureCode } from '../enums';
9
+ import { ConfigParam } from '../entities';
10
+ import { AccountDTO } from '../entities';
11
11
  export declare class UsrUserService {
12
12
  private apiUrl;
13
13
  private rest;
@@ -1,5 +1,5 @@
1
- import { DeviceScoreConfig } from '../common';
2
1
  import { DevicesAtRiskConfig } from '../common';
2
+ import { DeviceScoreConfig } from '../common';
3
3
  export declare class DeviceConfig {
4
4
  devicesAtRiskConfig: DevicesAtRiskConfig;
5
5
  deviceScoreConfig: DeviceScoreConfig;
@@ -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,7 +1,7 @@
1
- import { SeverityConditionConfig } from '../common';
2
- import { RuleCountThresholdConfig } from '../common';
3
1
  import { RuleBasedSeverityConditionConfig } from '../common';
4
2
  import { Interval } from '../common';
3
+ import { SeverityConditionConfig } from '../common';
4
+ import { RuleCountThresholdConfig } from '../common';
5
5
  export declare class DeviceScoreConfig {
6
6
  deviceScoreAlphaFactor: number;
7
7
  occurrenceThreshold: number;
@@ -1,5 +1,5 @@
1
- import { SeverityTypeCode } from '../enums';
2
1
  import { RuleCountThresholdConfig } from '../common';
2
+ import { SeverityTypeCode } from '../enums';
3
3
  export declare class RuleBasedSeverityConditionConfig {
4
4
  severityType: SeverityTypeCode;
5
5
  bias: number;
@@ -1,5 +1,5 @@
1
- import { Interval } from '../common';
2
1
  import { StringKeyIntValue } from '../common';
2
+ import { Interval } from '../common';
3
3
  export declare class SeriesData {
4
4
  interval: Interval;
5
5
  values: StringKeyIntValue[];
@@ -1,5 +1,5 @@
1
- import { Interval } from '../common';
2
1
  import { SeverityTypeCode } from '../enums';
2
+ import { Interval } from '../common';
3
3
  export declare class SeverityConditionConfig {
4
4
  conditionSeverity: SeverityTypeCode;
5
5
  sevs: SeverityTypeCode[];
@@ -1,6 +1,6 @@
1
+ import { UserStatusCode } from '../enums';
1
2
  import { UserTypeCode } from '../enums';
2
3
  import { MemberRoleCode } from '../enums';
3
- import { UserStatusCode } from '../enums';
4
4
  export declare class TokenData {
5
5
  accountId: string;
6
6
  subjectId: string;
@@ -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,9 +1,9 @@
1
+ import { AccountStatusCode } from '../enums';
1
2
  import { FeatureCode } from '../enums';
2
3
  import { StringKeyValue } from '../common';
3
4
  import { AccountSettings } from '../entities';
4
5
  import { BaseEntity } from '../base';
5
6
  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 { AccountSettings } from '../entities';
2
+ import { DeviceReport } from '../entities';
1
3
  import { IntDistribution } from '../entities';
2
4
  import { BaseEntity } from '../base';
3
5
  import { AccountTypeCode } from '../enums';
4
6
  import { AccountStatusCode } from '../enums';
5
7
  import { StringKeyValue } from '../common';
6
- import { AccountSettings } from '../entities';
7
- import { DeviceReport } from '../entities';
8
8
  export declare class AccountReportDTO extends BaseEntity {
9
9
  name: string;
10
10
  externalId: string;
@@ -1,12 +1,12 @@
1
- import { EventTypeCode } from '../enums';
2
- import { EventStatusCode } from '../enums';
3
- import { RuleTypeCode } from '../enums';
4
- import { StringKeyValue } from '../common';
1
+ import { EventCategoryCode } from '../enums';
5
2
  import { BaseEntity } from '../base';
6
- import { SeverityTypeCode } from '../enums';
7
3
  import { GeoData } from '../common';
8
- import { EventCategoryCode } from '../enums';
4
+ import { StringKeyValue } from '../common';
5
+ import { EventStatusCode } from '../enums';
6
+ import { RuleTypeCode } from '../enums';
9
7
  import { TrafficDirectionCode } from '../enums';
8
+ import { EventTypeCode } from '../enums';
9
+ import { SeverityTypeCode } from '../enums';
10
10
  export declare class Alert extends BaseEntity {
11
11
  accountId: string;
12
12
  streamId: string;