@shieldiot/pulse-lib 1.0.4 → 1.0.6

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 (865) hide show
  1. package/dist/index.d.ts +4 -2
  2. package/dist/index.js +4 -2
  3. package/dist/index.js.map +1 -1
  4. package/dist/lib/common/DeviceConfig.d.ts +1 -1
  5. package/dist/lib/common/Node.d.ts +1 -1
  6. package/dist/lib/common/TimeSeries.d.ts +1 -1
  7. package/dist/lib/common/TimeSeriesOf2D.d.ts +1 -1
  8. package/dist/lib/common/TokenData.d.ts +1 -1
  9. package/dist/lib/common/index.d.ts +0 -1
  10. package/dist/lib/common/index.js +0 -1
  11. package/dist/lib/common/index.js.map +1 -1
  12. package/dist/lib/entities/Alert.d.ts +4 -4
  13. package/dist/lib/entities/Alert.js.map +1 -1
  14. package/dist/lib/entities/AlertWithDevice.d.ts +4 -4
  15. package/dist/lib/entities/AlertWithDevice.js.map +1 -1
  16. package/dist/lib/entities/Device.d.ts +1 -1
  17. package/dist/lib/entities/Device.js.map +1 -1
  18. package/dist/lib/entities/DeviceWithEvents.d.ts +3 -3
  19. package/dist/lib/entities/DeviceWithEvents.js.map +1 -1
  20. package/dist/lib/entities/Event.d.ts +7 -7
  21. package/dist/lib/entities/Event.js.map +1 -1
  22. package/dist/lib/entities/EventWithDevice.d.ts +5 -5
  23. package/dist/lib/entities/EventWithDevice.js.map +1 -1
  24. package/dist/lib/entities/Integration.d.ts +1 -1
  25. package/dist/lib/entities/Integration.js.map +1 -1
  26. package/dist/lib/entities/Rule.d.ts +3 -3
  27. package/dist/lib/entities/Rule.js.map +1 -1
  28. package/dist/lib/entities/StreamAnalyticsConfig.d.ts +1 -1
  29. package/dist/lib/entities/StreamAnalyticsConfig.js.map +1 -1
  30. package/dist/lib/entities/StreamConfig.d.ts +3 -3
  31. package/dist/lib/entities/User.d.ts +2 -2
  32. package/dist/lib/entities/User.js.map +1 -1
  33. package/dist/lib/entities/UserMembership.d.ts +2 -2
  34. package/dist/lib/entities/UserMembership.js.map +1 -1
  35. package/dist/lib/entities/index.d.ts +0 -1
  36. package/dist/lib/entities/index.js +0 -1
  37. package/dist/lib/entities/index.js.map +1 -1
  38. package/dist/lib/enums/index.d.ts +0 -1
  39. package/dist/lib/enums/index.js +0 -1
  40. package/dist/lib/enums/index.js.map +1 -1
  41. package/dist/lib/pulse-client.d.ts +13 -13
  42. package/dist/lib/pulse-client.js +32 -31
  43. package/dist/lib/pulse-client.js.map +1 -1
  44. package/dist/lib/services/index.d.ts +0 -1
  45. package/dist/lib/services/index.js +0 -1
  46. package/dist/lib/services/index.js.map +1 -1
  47. package/dist/lib/services/sysAccountsService.d.ts +2 -2
  48. package/dist/lib/services/sysFeaturesService.d.ts +1 -1
  49. package/dist/lib/services/sysRulesService.d.ts +1 -1
  50. package/dist/lib/services/usrAlertsService.d.ts +8 -8
  51. package/dist/lib/services/usrDevicesService.d.ts +7 -7
  52. package/dist/lib/services/usrEventsService.d.ts +6 -6
  53. package/dist/lib/services/usrMembersService.d.ts +1 -1
  54. package/dist/lib/services/usrUserService.d.ts +1 -1
  55. package/package.json +5 -1
  56. package/src/index.ts +4 -3
  57. package/dist/public-api.d.ts +0 -3
  58. package/dist/public-api.js +0 -7
  59. package/dist/public-api.js.map +0 -1
  60. package/src/config.d.ts +0 -6
  61. package/src/config.d.ts.map +0 -1
  62. package/src/config.js +0 -6
  63. package/src/config.js.map +0 -1
  64. package/src/index.d.ts +0 -3
  65. package/src/index.d.ts.map +0 -1
  66. package/src/index.js +0 -3
  67. package/src/index.js.map +0 -1
  68. package/src/lib/common/AccountRole.d.ts +0 -8
  69. package/src/lib/common/AccountRole.d.ts.map +0 -1
  70. package/src/lib/common/AccountRole.js +0 -21
  71. package/src/lib/common/AccountRole.js.map +0 -1
  72. package/src/lib/common/AccountRole.ts +0 -25
  73. package/src/lib/common/ConsumptionData.d.ts +0 -7
  74. package/src/lib/common/ConsumptionData.d.ts.map +0 -1
  75. package/src/lib/common/ConsumptionData.js +0 -21
  76. package/src/lib/common/ConsumptionData.js.map +0 -1
  77. package/src/lib/common/ConsumptionData.ts +0 -24
  78. package/src/lib/common/ConsumptionTimeDataPoint.d.ts +0 -7
  79. package/src/lib/common/ConsumptionTimeDataPoint.d.ts.map +0 -1
  80. package/src/lib/common/ConsumptionTimeDataPoint.js +0 -16
  81. package/src/lib/common/ConsumptionTimeDataPoint.js.map +0 -1
  82. package/src/lib/common/ConsumptionTimeDataPoint.ts +0 -21
  83. package/src/lib/common/DeviceConfig.d.ts +0 -8
  84. package/src/lib/common/DeviceConfig.d.ts.map +0 -1
  85. package/src/lib/common/DeviceConfig.js +0 -16
  86. package/src/lib/common/DeviceConfig.js.map +0 -1
  87. package/src/lib/common/DeviceConfig.ts +0 -22
  88. package/src/lib/common/DeviceScoreConfig.d.ts +0 -7
  89. package/src/lib/common/DeviceScoreConfig.d.ts.map +0 -1
  90. package/src/lib/common/DeviceScoreConfig.js +0 -21
  91. package/src/lib/common/DeviceScoreConfig.js.map +0 -1
  92. package/src/lib/common/DeviceScoreConfig.ts +0 -24
  93. package/src/lib/common/DevicesAtRiskConfig.d.ts +0 -5
  94. package/src/lib/common/DevicesAtRiskConfig.d.ts.map +0 -1
  95. package/src/lib/common/DevicesAtRiskConfig.js +0 -11
  96. package/src/lib/common/DevicesAtRiskConfig.js.map +0 -1
  97. package/src/lib/common/DevicesAtRiskConfig.ts +0 -16
  98. package/src/lib/common/EventSeverityConfig.d.ts +0 -6
  99. package/src/lib/common/EventSeverityConfig.d.ts.map +0 -1
  100. package/src/lib/common/EventSeverityConfig.js +0 -11
  101. package/src/lib/common/EventSeverityConfig.js.map +0 -1
  102. package/src/lib/common/EventSeverityConfig.ts +0 -17
  103. package/src/lib/common/FloatKeyValue.d.ts +0 -6
  104. package/src/lib/common/FloatKeyValue.d.ts.map +0 -1
  105. package/src/lib/common/FloatKeyValue.js +0 -16
  106. package/src/lib/common/FloatKeyValue.js.map +0 -1
  107. package/src/lib/common/FloatKeyValue.ts +0 -20
  108. package/src/lib/common/GeoData.d.ts +0 -11
  109. package/src/lib/common/GeoData.d.ts.map +0 -1
  110. package/src/lib/common/GeoData.js +0 -37
  111. package/src/lib/common/GeoData.js.map +0 -1
  112. package/src/lib/common/GeoData.ts +0 -38
  113. package/src/lib/common/GraphSeries.d.ts +0 -7
  114. package/src/lib/common/GraphSeries.d.ts.map +0 -1
  115. package/src/lib/common/GraphSeries.js +0 -16
  116. package/src/lib/common/GraphSeries.js.map +0 -1
  117. package/src/lib/common/GraphSeries.ts +0 -21
  118. package/src/lib/common/Indicator.d.ts +0 -9
  119. package/src/lib/common/Indicator.d.ts.map +0 -1
  120. package/src/lib/common/Indicator.js +0 -31
  121. package/src/lib/common/Indicator.js.map +0 -1
  122. package/src/lib/common/Indicator.ts +0 -32
  123. package/src/lib/common/IntKeySeriesDataValue.d.ts +0 -7
  124. package/src/lib/common/IntKeySeriesDataValue.d.ts.map +0 -1
  125. package/src/lib/common/IntKeySeriesDataValue.js +0 -16
  126. package/src/lib/common/IntKeySeriesDataValue.js.map +0 -1
  127. package/src/lib/common/IntKeySeriesDataValue.ts +0 -21
  128. package/src/lib/common/IntKeyValue.d.ts +0 -6
  129. package/src/lib/common/IntKeyValue.d.ts.map +0 -1
  130. package/src/lib/common/IntKeyValue.js +0 -16
  131. package/src/lib/common/IntKeyValue.js.map +0 -1
  132. package/src/lib/common/IntKeyValue.ts +0 -20
  133. package/src/lib/common/Interval.d.ts +0 -6
  134. package/src/lib/common/Interval.d.ts.map +0 -1
  135. package/src/lib/common/Interval.js +0 -16
  136. package/src/lib/common/Interval.js.map +0 -1
  137. package/src/lib/common/Interval.ts +0 -20
  138. package/src/lib/common/Link.d.ts +0 -12
  139. package/src/lib/common/Link.d.ts.map +0 -1
  140. package/src/lib/common/Link.js +0 -41
  141. package/src/lib/common/Link.js.map +0 -1
  142. package/src/lib/common/Link.ts +0 -41
  143. package/src/lib/common/Location.d.ts +0 -6
  144. package/src/lib/common/Location.d.ts.map +0 -1
  145. package/src/lib/common/Location.js +0 -16
  146. package/src/lib/common/Location.js.map +0 -1
  147. package/src/lib/common/Location.ts +0 -20
  148. package/src/lib/common/LoginParams.d.ts +0 -7
  149. package/src/lib/common/LoginParams.d.ts.map +0 -1
  150. package/src/lib/common/LoginParams.js +0 -21
  151. package/src/lib/common/LoginParams.js.map +0 -1
  152. package/src/lib/common/LoginParams.ts +0 -24
  153. package/src/lib/common/MaliciousIPCard.d.ts +0 -13
  154. package/src/lib/common/MaliciousIPCard.d.ts.map +0 -1
  155. package/src/lib/common/MaliciousIPCard.js +0 -46
  156. package/src/lib/common/MaliciousIPCard.js.map +0 -1
  157. package/src/lib/common/MaliciousIPCard.ts +0 -45
  158. package/src/lib/common/MaliciousIPData.d.ts +0 -8
  159. package/src/lib/common/MaliciousIPData.d.ts.map +0 -1
  160. package/src/lib/common/MaliciousIPData.js +0 -26
  161. package/src/lib/common/MaliciousIPData.js.map +0 -1
  162. package/src/lib/common/MaliciousIPData.ts +0 -28
  163. package/src/lib/common/NetworkMap.d.ts +0 -8
  164. package/src/lib/common/NetworkMap.d.ts.map +0 -1
  165. package/src/lib/common/NetworkMap.js +0 -16
  166. package/src/lib/common/NetworkMap.js.map +0 -1
  167. package/src/lib/common/NetworkMap.ts +0 -22
  168. package/src/lib/common/Node.d.ts +0 -16
  169. package/src/lib/common/Node.d.ts.map +0 -1
  170. package/src/lib/common/Node.js +0 -56
  171. package/src/lib/common/Node.js.map +0 -1
  172. package/src/lib/common/Node.ts +0 -54
  173. package/src/lib/common/SeriesData.d.ts +0 -8
  174. package/src/lib/common/SeriesData.d.ts.map +0 -1
  175. package/src/lib/common/SeriesData.js +0 -16
  176. package/src/lib/common/SeriesData.js.map +0 -1
  177. package/src/lib/common/SeriesData.ts +0 -22
  178. package/src/lib/common/SessionTransform.d.ts +0 -9
  179. package/src/lib/common/SessionTransform.d.ts.map +0 -1
  180. package/src/lib/common/SessionTransform.js +0 -26
  181. package/src/lib/common/SessionTransform.js.map +0 -1
  182. package/src/lib/common/SessionTransform.ts +0 -29
  183. package/src/lib/common/SeverityIntervalTuple.d.ts +0 -8
  184. package/src/lib/common/SeverityIntervalTuple.d.ts.map +0 -1
  185. package/src/lib/common/SeverityIntervalTuple.js +0 -16
  186. package/src/lib/common/SeverityIntervalTuple.js.map +0 -1
  187. package/src/lib/common/SeverityIntervalTuple.ts +0 -22
  188. package/src/lib/common/ShieldexConfig.d.ts +0 -10
  189. package/src/lib/common/ShieldexConfig.d.ts.map +0 -1
  190. package/src/lib/common/ShieldexConfig.js +0 -36
  191. package/src/lib/common/ShieldexConfig.js.map +0 -1
  192. package/src/lib/common/ShieldexConfig.ts +0 -36
  193. package/src/lib/common/StringIntValue.d.ts +0 -6
  194. package/src/lib/common/StringIntValue.d.ts.map +0 -1
  195. package/src/lib/common/StringIntValue.js +0 -16
  196. package/src/lib/common/StringIntValue.js.map +0 -1
  197. package/src/lib/common/StringIntValue.ts +0 -20
  198. package/src/lib/common/StringKeyIntValue.d.ts +0 -6
  199. package/src/lib/common/StringKeyIntValue.d.ts.map +0 -1
  200. package/src/lib/common/StringKeyIntValue.js +0 -16
  201. package/src/lib/common/StringKeyIntValue.js.map +0 -1
  202. package/src/lib/common/StringKeyIntValue.ts +0 -20
  203. package/src/lib/common/StringKeyValue.d.ts +0 -6
  204. package/src/lib/common/StringKeyValue.d.ts.map +0 -1
  205. package/src/lib/common/StringKeyValue.js +0 -16
  206. package/src/lib/common/StringKeyValue.js.map +0 -1
  207. package/src/lib/common/StringKeyValue.ts +0 -20
  208. package/src/lib/common/Thresholds.d.ts +0 -5
  209. package/src/lib/common/Thresholds.d.ts.map +0 -1
  210. package/src/lib/common/Thresholds.js +0 -11
  211. package/src/lib/common/Thresholds.js.map +0 -1
  212. package/src/lib/common/Thresholds.ts +0 -16
  213. package/src/lib/common/TimeDataPoint.d.ts +0 -6
  214. package/src/lib/common/TimeDataPoint.d.ts.map +0 -1
  215. package/src/lib/common/TimeDataPoint.js +0 -16
  216. package/src/lib/common/TimeDataPoint.js.map +0 -1
  217. package/src/lib/common/TimeDataPoint.ts +0 -20
  218. package/src/lib/common/TimeDataPoint2D.d.ts +0 -7
  219. package/src/lib/common/TimeDataPoint2D.d.ts.map +0 -1
  220. package/src/lib/common/TimeDataPoint2D.js +0 -16
  221. package/src/lib/common/TimeDataPoint2D.js.map +0 -1
  222. package/src/lib/common/TimeDataPoint2D.ts +0 -21
  223. package/src/lib/common/TimeDataPointFloat.d.ts +0 -6
  224. package/src/lib/common/TimeDataPointFloat.d.ts.map +0 -1
  225. package/src/lib/common/TimeDataPointFloat.js +0 -16
  226. package/src/lib/common/TimeDataPointFloat.js.map +0 -1
  227. package/src/lib/common/TimeDataPointFloat.ts +0 -20
  228. package/src/lib/common/TimeFrame.d.ts +0 -6
  229. package/src/lib/common/TimeFrame.d.ts.map +0 -1
  230. package/src/lib/common/TimeFrame.js +0 -16
  231. package/src/lib/common/TimeFrame.js.map +0 -1
  232. package/src/lib/common/TimeFrame.ts +0 -20
  233. package/src/lib/common/TimeSeries.d.ts +0 -9
  234. package/src/lib/common/TimeSeries.d.ts.map +0 -1
  235. package/src/lib/common/TimeSeries.js +0 -21
  236. package/src/lib/common/TimeSeries.js.map +0 -1
  237. package/src/lib/common/TimeSeries.ts +0 -26
  238. package/src/lib/common/TimeSeriesOf2D.d.ts +0 -9
  239. package/src/lib/common/TimeSeriesOf2D.d.ts.map +0 -1
  240. package/src/lib/common/TimeSeriesOf2D.js +0 -21
  241. package/src/lib/common/TimeSeriesOf2D.js.map +0 -1
  242. package/src/lib/common/TimeSeriesOf2D.ts +0 -26
  243. package/src/lib/common/TimeSeriesOfDataConsumption.d.ts +0 -9
  244. package/src/lib/common/TimeSeriesOfDataConsumption.d.ts.map +0 -1
  245. package/src/lib/common/TimeSeriesOfDataConsumption.js +0 -21
  246. package/src/lib/common/TimeSeriesOfDataConsumption.js.map +0 -1
  247. package/src/lib/common/TimeSeriesOfDataConsumption.ts +0 -26
  248. package/src/lib/common/TimeSeriesOfFloat.d.ts +0 -9
  249. package/src/lib/common/TimeSeriesOfFloat.d.ts.map +0 -1
  250. package/src/lib/common/TimeSeriesOfFloat.js +0 -21
  251. package/src/lib/common/TimeSeriesOfFloat.js.map +0 -1
  252. package/src/lib/common/TimeSeriesOfFloat.ts +0 -26
  253. package/src/lib/common/TokenData.d.ts +0 -13
  254. package/src/lib/common/TokenData.d.ts.map +0 -1
  255. package/src/lib/common/TokenData.js +0 -36
  256. package/src/lib/common/TokenData.js.map +0 -1
  257. package/src/lib/common/TokenData.ts +0 -39
  258. package/src/lib/common/Tuple.d.ts +0 -6
  259. package/src/lib/common/Tuple.d.ts.map +0 -1
  260. package/src/lib/common/Tuple.js +0 -16
  261. package/src/lib/common/Tuple.js.map +0 -1
  262. package/src/lib/common/Tuple.ts +0 -20
  263. package/src/lib/common/UsageTransform.d.ts +0 -11
  264. package/src/lib/common/UsageTransform.d.ts.map +0 -1
  265. package/src/lib/common/UsageTransform.js +0 -36
  266. package/src/lib/common/UsageTransform.js.map +0 -1
  267. package/src/lib/common/UsageTransform.ts +0 -37
  268. package/src/lib/common/ZScore.d.ts +0 -6
  269. package/src/lib/common/ZScore.d.ts.map +0 -1
  270. package/src/lib/common/ZScore.js +0 -16
  271. package/src/lib/common/ZScore.js.map +0 -1
  272. package/src/lib/common/ZScore.ts +0 -20
  273. package/src/lib/common/index.d.ts +0 -43
  274. package/src/lib/common/index.d.ts.map +0 -1
  275. package/src/lib/common/index.js +0 -43
  276. package/src/lib/common/index.js.map +0 -1
  277. package/src/lib/common/index.ts +0 -42
  278. package/src/lib/entities/Account.d.ts +0 -18
  279. package/src/lib/entities/Account.d.ts.map +0 -1
  280. package/src/lib/entities/Account.js +0 -25
  281. package/src/lib/entities/Account.js.map +0 -1
  282. package/src/lib/entities/Account.ts +0 -45
  283. package/src/lib/entities/AccountDTO.d.ts +0 -20
  284. package/src/lib/entities/AccountDTO.d.ts.map +0 -1
  285. package/src/lib/entities/AccountDTO.js +0 -27
  286. package/src/lib/entities/AccountDTO.js.map +0 -1
  287. package/src/lib/entities/AccountDTO.ts +0 -49
  288. package/src/lib/entities/AccountSettings.d.ts +0 -11
  289. package/src/lib/entities/AccountSettings.d.ts.map +0 -1
  290. package/src/lib/entities/AccountSettings.js +0 -26
  291. package/src/lib/entities/AccountSettings.js.map +0 -1
  292. package/src/lib/entities/AccountSettings.ts +0 -31
  293. package/src/lib/entities/Action.d.ts +0 -11
  294. package/src/lib/entities/Action.d.ts.map +0 -1
  295. package/src/lib/entities/Action.js +0 -17
  296. package/src/lib/entities/Action.js.map +0 -1
  297. package/src/lib/entities/Action.ts +0 -30
  298. package/src/lib/entities/Alert.d.ts +0 -35
  299. package/src/lib/entities/Alert.d.ts.map +0 -1
  300. package/src/lib/entities/Alert.js +0 -54
  301. package/src/lib/entities/Alert.js.map +0 -1
  302. package/src/lib/entities/Alert.ts +0 -91
  303. package/src/lib/entities/AlertWithDevice.d.ts +0 -37
  304. package/src/lib/entities/AlertWithDevice.d.ts.map +0 -1
  305. package/src/lib/entities/AlertWithDevice.js +0 -53
  306. package/src/lib/entities/AlertWithDevice.js.map +0 -1
  307. package/src/lib/entities/AlertWithDevice.ts +0 -92
  308. package/src/lib/entities/ApiKey.d.ts +0 -12
  309. package/src/lib/entities/ApiKey.d.ts.map +0 -1
  310. package/src/lib/entities/ApiKey.js +0 -19
  311. package/src/lib/entities/ApiKey.js.map +0 -1
  312. package/src/lib/entities/ApiKey.ts +0 -33
  313. package/src/lib/entities/AuditLog.d.ts +0 -14
  314. package/src/lib/entities/AuditLog.d.ts.map +0 -1
  315. package/src/lib/entities/AuditLog.js +0 -23
  316. package/src/lib/entities/AuditLog.js.map +0 -1
  317. package/src/lib/entities/AuditLog.ts +0 -39
  318. package/src/lib/entities/BaseEntity.d.ts +0 -7
  319. package/src/lib/entities/BaseEntity.d.ts.map +0 -1
  320. package/src/lib/entities/BaseEntity.js +0 -21
  321. package/src/lib/entities/BaseEntity.js.map +0 -1
  322. package/src/lib/entities/BaseEntity.ts +0 -24
  323. package/src/lib/entities/BulkDevices.d.ts +0 -6
  324. package/src/lib/entities/BulkDevices.d.ts.map +0 -1
  325. package/src/lib/entities/BulkDevices.js +0 -11
  326. package/src/lib/entities/BulkDevices.js.map +0 -1
  327. package/src/lib/entities/BulkDevices.ts +0 -17
  328. package/src/lib/entities/Checkpoint.d.ts +0 -24
  329. package/src/lib/entities/Checkpoint.d.ts.map +0 -1
  330. package/src/lib/entities/Checkpoint.js +0 -45
  331. package/src/lib/entities/Checkpoint.js.map +0 -1
  332. package/src/lib/entities/Checkpoint.ts +0 -71
  333. package/src/lib/entities/ComplianceReportSettings.d.ts +0 -8
  334. package/src/lib/entities/ComplianceReportSettings.d.ts.map +0 -1
  335. package/src/lib/entities/ComplianceReportSettings.js +0 -26
  336. package/src/lib/entities/ComplianceReportSettings.js.map +0 -1
  337. package/src/lib/entities/ComplianceReportSettings.ts +0 -28
  338. package/src/lib/entities/Condition.d.ts +0 -9
  339. package/src/lib/entities/Condition.d.ts.map +0 -1
  340. package/src/lib/entities/Condition.js +0 -25
  341. package/src/lib/entities/Condition.js.map +0 -1
  342. package/src/lib/entities/Condition.ts +0 -28
  343. package/src/lib/entities/ConfigParam.d.ts +0 -5
  344. package/src/lib/entities/ConfigParam.d.ts.map +0 -1
  345. package/src/lib/entities/ConfigParam.js +0 -8
  346. package/src/lib/entities/ConfigParam.js.map +0 -1
  347. package/src/lib/entities/ConfigParam.ts +0 -15
  348. package/src/lib/entities/DNSRecord.d.ts +0 -13
  349. package/src/lib/entities/DNSRecord.d.ts.map +0 -1
  350. package/src/lib/entities/DNSRecord.js +0 -25
  351. package/src/lib/entities/DNSRecord.js.map +0 -1
  352. package/src/lib/entities/DNSRecord.ts +0 -40
  353. package/src/lib/entities/DataIngestion.d.ts +0 -19
  354. package/src/lib/entities/DataIngestion.d.ts.map +0 -1
  355. package/src/lib/entities/DataIngestion.js +0 -66
  356. package/src/lib/entities/DataIngestion.js.map +0 -1
  357. package/src/lib/entities/DataIngestion.ts +0 -63
  358. package/src/lib/entities/DataPointOfDeviceReport.d.ts +0 -7
  359. package/src/lib/entities/DataPointOfDeviceReport.d.ts.map +0 -1
  360. package/src/lib/entities/DataPointOfDeviceReport.js +0 -16
  361. package/src/lib/entities/DataPointOfDeviceReport.js.map +0 -1
  362. package/src/lib/entities/DataPointOfDeviceReport.ts +0 -21
  363. package/src/lib/entities/Device.d.ts +0 -31
  364. package/src/lib/entities/Device.d.ts.map +0 -1
  365. package/src/lib/entities/Device.js +0 -49
  366. package/src/lib/entities/Device.js.map +0 -1
  367. package/src/lib/entities/Device.ts +0 -82
  368. package/src/lib/entities/DeviceReport.d.ts +0 -10
  369. package/src/lib/entities/DeviceReport.d.ts.map +0 -1
  370. package/src/lib/entities/DeviceReport.js +0 -17
  371. package/src/lib/entities/DeviceReport.js.map +0 -1
  372. package/src/lib/entities/DeviceReport.ts +0 -29
  373. package/src/lib/entities/DeviceWithEvents.d.ts +0 -33
  374. package/src/lib/entities/DeviceWithEvents.d.ts.map +0 -1
  375. package/src/lib/entities/DeviceWithEvents.js +0 -51
  376. package/src/lib/entities/DeviceWithEvents.js.map +0 -1
  377. package/src/lib/entities/DeviceWithEvents.ts +0 -86
  378. package/src/lib/entities/Distribution.d.ts +0 -8
  379. package/src/lib/entities/Distribution.d.ts.map +0 -1
  380. package/src/lib/entities/Distribution.js +0 -21
  381. package/src/lib/entities/Distribution.js.map +0 -1
  382. package/src/lib/entities/Distribution.ts +0 -25
  383. package/src/lib/entities/Event.d.ts +0 -39
  384. package/src/lib/entities/Event.d.ts.map +0 -1
  385. package/src/lib/entities/Event.js +0 -57
  386. package/src/lib/entities/Event.js.map +0 -1
  387. package/src/lib/entities/Event.ts +0 -98
  388. package/src/lib/entities/EventOccurrence.d.ts +0 -11
  389. package/src/lib/entities/EventOccurrence.d.ts.map +0 -1
  390. package/src/lib/entities/EventOccurrence.js +0 -31
  391. package/src/lib/entities/EventOccurrence.js.map +0 -1
  392. package/src/lib/entities/EventOccurrence.ts +0 -34
  393. package/src/lib/entities/EventWithDevice.d.ts +0 -40
  394. package/src/lib/entities/EventWithDevice.d.ts.map +0 -1
  395. package/src/lib/entities/EventWithDevice.js +0 -55
  396. package/src/lib/entities/EventWithDevice.js.map +0 -1
  397. package/src/lib/entities/EventWithDevice.ts +0 -97
  398. package/src/lib/entities/Feature.d.ts +0 -7
  399. package/src/lib/entities/Feature.d.ts.map +0 -1
  400. package/src/lib/entities/Feature.js +0 -9
  401. package/src/lib/entities/Feature.js.map +0 -1
  402. package/src/lib/entities/Feature.ts +0 -18
  403. package/src/lib/entities/FeaturesGroup.d.ts +0 -7
  404. package/src/lib/entities/FeaturesGroup.d.ts.map +0 -1
  405. package/src/lib/entities/FeaturesGroup.js +0 -9
  406. package/src/lib/entities/FeaturesGroup.js.map +0 -1
  407. package/src/lib/entities/FeaturesGroup.ts +0 -18
  408. package/src/lib/entities/Group.d.ts +0 -9
  409. package/src/lib/entities/Group.d.ts.map +0 -1
  410. package/src/lib/entities/Group.js +0 -13
  411. package/src/lib/entities/Group.js.map +0 -1
  412. package/src/lib/entities/Group.ts +0 -24
  413. package/src/lib/entities/Image.d.ts +0 -6
  414. package/src/lib/entities/Image.d.ts.map +0 -1
  415. package/src/lib/entities/Image.js +0 -10
  416. package/src/lib/entities/Image.js.map +0 -1
  417. package/src/lib/entities/Image.ts +0 -18
  418. package/src/lib/entities/Insight.d.ts +0 -19
  419. package/src/lib/entities/Insight.d.ts.map +0 -1
  420. package/src/lib/entities/Insight.js +0 -28
  421. package/src/lib/entities/Insight.js.map +0 -1
  422. package/src/lib/entities/Insight.ts +0 -49
  423. package/src/lib/entities/InsightQuery.d.ts +0 -11
  424. package/src/lib/entities/InsightQuery.d.ts.map +0 -1
  425. package/src/lib/entities/InsightQuery.js +0 -16
  426. package/src/lib/entities/InsightQuery.js.map +0 -1
  427. package/src/lib/entities/InsightQuery.ts +0 -29
  428. package/src/lib/entities/InsightSpec.d.ts +0 -10
  429. package/src/lib/entities/InsightSpec.d.ts.map +0 -1
  430. package/src/lib/entities/InsightSpec.js +0 -16
  431. package/src/lib/entities/InsightSpec.js.map +0 -1
  432. package/src/lib/entities/InsightSpec.ts +0 -28
  433. package/src/lib/entities/IntDistribution.d.ts +0 -8
  434. package/src/lib/entities/IntDistribution.d.ts.map +0 -1
  435. package/src/lib/entities/IntDistribution.js +0 -21
  436. package/src/lib/entities/IntDistribution.js.map +0 -1
  437. package/src/lib/entities/IntDistribution.ts +0 -25
  438. package/src/lib/entities/Integration.d.ts +0 -32
  439. package/src/lib/entities/Integration.d.ts.map +0 -1
  440. package/src/lib/entities/Integration.js +0 -47
  441. package/src/lib/entities/Integration.js.map +0 -1
  442. package/src/lib/entities/Integration.ts +0 -81
  443. package/src/lib/entities/Member.d.ts +0 -8
  444. package/src/lib/entities/Member.d.ts.map +0 -1
  445. package/src/lib/entities/Member.js +0 -12
  446. package/src/lib/entities/Member.js.map +0 -1
  447. package/src/lib/entities/Member.ts +0 -22
  448. package/src/lib/entities/Radius.d.ts +0 -16
  449. package/src/lib/entities/Radius.d.ts.map +0 -1
  450. package/src/lib/entities/Radius.js +0 -27
  451. package/src/lib/entities/Radius.js.map +0 -1
  452. package/src/lib/entities/Radius.ts +0 -45
  453. package/src/lib/entities/Report.d.ts +0 -14
  454. package/src/lib/entities/Report.d.ts.map +0 -1
  455. package/src/lib/entities/Report.js +0 -21
  456. package/src/lib/entities/Report.js.map +0 -1
  457. package/src/lib/entities/Report.ts +0 -37
  458. package/src/lib/entities/Rule.d.ts +0 -26
  459. package/src/lib/entities/Rule.d.ts.map +0 -1
  460. package/src/lib/entities/Rule.js +0 -37
  461. package/src/lib/entities/Rule.js.map +0 -1
  462. package/src/lib/entities/Rule.ts +0 -65
  463. package/src/lib/entities/RuleTemplate.d.ts +0 -15
  464. package/src/lib/entities/RuleTemplate.d.ts.map +0 -1
  465. package/src/lib/entities/RuleTemplate.js +0 -21
  466. package/src/lib/entities/RuleTemplate.js.map +0 -1
  467. package/src/lib/entities/RuleTemplate.ts +0 -38
  468. package/src/lib/entities/SIM.d.ts +0 -9
  469. package/src/lib/entities/SIM.d.ts.map +0 -1
  470. package/src/lib/entities/SIM.js +0 -31
  471. package/src/lib/entities/SIM.js.map +0 -1
  472. package/src/lib/entities/SIM.ts +0 -32
  473. package/src/lib/entities/ServiceStatus.d.ts +0 -9
  474. package/src/lib/entities/ServiceStatus.d.ts.map +0 -1
  475. package/src/lib/entities/ServiceStatus.js +0 -15
  476. package/src/lib/entities/ServiceStatus.js.map +0 -1
  477. package/src/lib/entities/ServiceStatus.ts +0 -26
  478. package/src/lib/entities/SessionRecord.d.ts +0 -23
  479. package/src/lib/entities/SessionRecord.d.ts.map +0 -1
  480. package/src/lib/entities/SessionRecord.js +0 -46
  481. package/src/lib/entities/SessionRecord.js.map +0 -1
  482. package/src/lib/entities/SessionRecord.ts +0 -71
  483. package/src/lib/entities/Shieldex.d.ts +0 -8
  484. package/src/lib/entities/Shieldex.d.ts.map +0 -1
  485. package/src/lib/entities/Shieldex.js +0 -13
  486. package/src/lib/entities/Shieldex.js.map +0 -1
  487. package/src/lib/entities/Shieldex.ts +0 -23
  488. package/src/lib/entities/Stream.d.ts +0 -12
  489. package/src/lib/entities/Stream.d.ts.map +0 -1
  490. package/src/lib/entities/Stream.js +0 -17
  491. package/src/lib/entities/Stream.js.map +0 -1
  492. package/src/lib/entities/Stream.ts +0 -31
  493. package/src/lib/entities/StreamAnalyticsConfig.d.ts +0 -13
  494. package/src/lib/entities/StreamAnalyticsConfig.d.ts.map +0 -1
  495. package/src/lib/entities/StreamAnalyticsConfig.js +0 -15
  496. package/src/lib/entities/StreamAnalyticsConfig.js.map +0 -1
  497. package/src/lib/entities/StreamAnalyticsConfig.ts +0 -30
  498. package/src/lib/entities/StreamConfig.d.ts +0 -20
  499. package/src/lib/entities/StreamConfig.d.ts.map +0 -1
  500. package/src/lib/entities/StreamConfig.js +0 -46
  501. package/src/lib/entities/StreamConfig.js.map +0 -1
  502. package/src/lib/entities/StreamConfig.ts +0 -52
  503. package/src/lib/entities/TeaserPopUpSettings.d.ts +0 -7
  504. package/src/lib/entities/TeaserPopUpSettings.d.ts.map +0 -1
  505. package/src/lib/entities/TeaserPopUpSettings.js +0 -21
  506. package/src/lib/entities/TeaserPopUpSettings.js.map +0 -1
  507. package/src/lib/entities/TeaserPopUpSettings.ts +0 -24
  508. package/src/lib/entities/TimeSeriesOfDeviceReport.d.ts +0 -9
  509. package/src/lib/entities/TimeSeriesOfDeviceReport.d.ts.map +0 -1
  510. package/src/lib/entities/TimeSeriesOfDeviceReport.js +0 -21
  511. package/src/lib/entities/TimeSeriesOfDeviceReport.js.map +0 -1
  512. package/src/lib/entities/TimeSeriesOfDeviceReport.ts +0 -26
  513. package/src/lib/entities/UsageRecord.d.ts +0 -33
  514. package/src/lib/entities/UsageRecord.d.ts.map +0 -1
  515. package/src/lib/entities/UsageRecord.js +0 -66
  516. package/src/lib/entities/UsageRecord.js.map +0 -1
  517. package/src/lib/entities/UsageRecord.ts +0 -101
  518. package/src/lib/entities/User.d.ts +0 -17
  519. package/src/lib/entities/User.d.ts.map +0 -1
  520. package/src/lib/entities/User.js +0 -26
  521. package/src/lib/entities/User.js.map +0 -1
  522. package/src/lib/entities/User.ts +0 -45
  523. package/src/lib/entities/UserMembership.d.ts +0 -15
  524. package/src/lib/entities/UserMembership.d.ts.map +0 -1
  525. package/src/lib/entities/UserMembership.js +0 -21
  526. package/src/lib/entities/UserMembership.js.map +0 -1
  527. package/src/lib/entities/UserMembership.ts +0 -38
  528. package/src/lib/entities/UserMemberships.d.ts +0 -15
  529. package/src/lib/entities/UserMemberships.d.ts.map +0 -1
  530. package/src/lib/entities/UserMemberships.js +0 -21
  531. package/src/lib/entities/UserMemberships.js.map +0 -1
  532. package/src/lib/entities/UserMemberships.ts +0 -38
  533. package/src/lib/entities/index.d.ts +0 -53
  534. package/src/lib/entities/index.d.ts.map +0 -1
  535. package/src/lib/entities/index.js +0 -53
  536. package/src/lib/entities/index.js.map +0 -1
  537. package/src/lib/entities/index.ts +0 -52
  538. package/src/lib/enums/AccountStatusCode.d.ts +0 -8
  539. package/src/lib/enums/AccountStatusCode.d.ts.map +0 -1
  540. package/src/lib/enums/AccountStatusCode.js +0 -22
  541. package/src/lib/enums/AccountStatusCode.js.map +0 -1
  542. package/src/lib/enums/AccountStatusCode.ts +0 -35
  543. package/src/lib/enums/AccountTypeCode.d.ts +0 -9
  544. package/src/lib/enums/AccountTypeCode.d.ts.map +0 -1
  545. package/src/lib/enums/AccountTypeCode.js +0 -25
  546. package/src/lib/enums/AccountTypeCode.js.map +0 -1
  547. package/src/lib/enums/AccountTypeCode.ts +0 -40
  548. package/src/lib/enums/DataSourceCode.d.ts +0 -8
  549. package/src/lib/enums/DataSourceCode.d.ts.map +0 -1
  550. package/src/lib/enums/DataSourceCode.js +0 -22
  551. package/src/lib/enums/DataSourceCode.js.map +0 -1
  552. package/src/lib/enums/DataSourceCode.ts +0 -35
  553. package/src/lib/enums/DeviceActionCode.d.ts +0 -9
  554. package/src/lib/enums/DeviceActionCode.d.ts.map +0 -1
  555. package/src/lib/enums/DeviceActionCode.js +0 -25
  556. package/src/lib/enums/DeviceActionCode.js.map +0 -1
  557. package/src/lib/enums/DeviceActionCode.ts +0 -40
  558. package/src/lib/enums/DeviceCreationCode.d.ts +0 -9
  559. package/src/lib/enums/DeviceCreationCode.d.ts.map +0 -1
  560. package/src/lib/enums/DeviceCreationCode.js +0 -25
  561. package/src/lib/enums/DeviceCreationCode.js.map +0 -1
  562. package/src/lib/enums/DeviceCreationCode.ts +0 -40
  563. package/src/lib/enums/DeviceIdentityCode.d.ts +0 -12
  564. package/src/lib/enums/DeviceIdentityCode.d.ts.map +0 -1
  565. package/src/lib/enums/DeviceIdentityCode.js +0 -34
  566. package/src/lib/enums/DeviceIdentityCode.js.map +0 -1
  567. package/src/lib/enums/DeviceIdentityCode.ts +0 -55
  568. package/src/lib/enums/DeviceStatusCode.d.ts +0 -9
  569. package/src/lib/enums/DeviceStatusCode.d.ts.map +0 -1
  570. package/src/lib/enums/DeviceStatusCode.js +0 -25
  571. package/src/lib/enums/DeviceStatusCode.js.map +0 -1
  572. package/src/lib/enums/DeviceStatusCode.ts +0 -40
  573. package/src/lib/enums/DeviceTypeCode.d.ts +0 -19
  574. package/src/lib/enums/DeviceTypeCode.d.ts.map +0 -1
  575. package/src/lib/enums/DeviceTypeCode.js +0 -55
  576. package/src/lib/enums/DeviceTypeCode.js.map +0 -1
  577. package/src/lib/enums/DeviceTypeCode.ts +0 -90
  578. package/src/lib/enums/DirectionContextCode.d.ts +0 -9
  579. package/src/lib/enums/DirectionContextCode.d.ts.map +0 -1
  580. package/src/lib/enums/DirectionContextCode.js +0 -25
  581. package/src/lib/enums/DirectionContextCode.js.map +0 -1
  582. package/src/lib/enums/DirectionContextCode.ts +0 -40
  583. package/src/lib/enums/EventCategoryCode.d.ts +0 -7
  584. package/src/lib/enums/EventCategoryCode.d.ts.map +0 -1
  585. package/src/lib/enums/EventCategoryCode.js +0 -19
  586. package/src/lib/enums/EventCategoryCode.js.map +0 -1
  587. package/src/lib/enums/EventCategoryCode.ts +0 -30
  588. package/src/lib/enums/EventStatusCode.d.ts +0 -9
  589. package/src/lib/enums/EventStatusCode.d.ts.map +0 -1
  590. package/src/lib/enums/EventStatusCode.js +0 -25
  591. package/src/lib/enums/EventStatusCode.js.map +0 -1
  592. package/src/lib/enums/EventStatusCode.ts +0 -40
  593. package/src/lib/enums/EventTypeCode.d.ts +0 -24
  594. package/src/lib/enums/EventTypeCode.d.ts.map +0 -1
  595. package/src/lib/enums/EventTypeCode.js +0 -70
  596. package/src/lib/enums/EventTypeCode.js.map +0 -1
  597. package/src/lib/enums/EventTypeCode.ts +0 -115
  598. package/src/lib/enums/FeatureCode.d.ts +0 -15
  599. package/src/lib/enums/FeatureCode.d.ts.map +0 -1
  600. package/src/lib/enums/FeatureCode.js +0 -43
  601. package/src/lib/enums/FeatureCode.js.map +0 -1
  602. package/src/lib/enums/FeatureCode.ts +0 -70
  603. package/src/lib/enums/HomePageViewCode.d.ts +0 -8
  604. package/src/lib/enums/HomePageViewCode.d.ts.map +0 -1
  605. package/src/lib/enums/HomePageViewCode.js +0 -22
  606. package/src/lib/enums/HomePageViewCode.js.map +0 -1
  607. package/src/lib/enums/HomePageViewCode.ts +0 -35
  608. package/src/lib/enums/HttpMethodCode.d.ts +0 -10
  609. package/src/lib/enums/HttpMethodCode.d.ts.map +0 -1
  610. package/src/lib/enums/HttpMethodCode.js +0 -28
  611. package/src/lib/enums/HttpMethodCode.js.map +0 -1
  612. package/src/lib/enums/HttpMethodCode.ts +0 -45
  613. package/src/lib/enums/InsightStatusCode.d.ts +0 -8
  614. package/src/lib/enums/InsightStatusCode.d.ts.map +0 -1
  615. package/src/lib/enums/InsightStatusCode.js +0 -22
  616. package/src/lib/enums/InsightStatusCode.js.map +0 -1
  617. package/src/lib/enums/InsightStatusCode.ts +0 -35
  618. package/src/lib/enums/InsightTypeCode.d.ts +0 -7
  619. package/src/lib/enums/InsightTypeCode.d.ts.map +0 -1
  620. package/src/lib/enums/InsightTypeCode.js +0 -19
  621. package/src/lib/enums/InsightTypeCode.js.map +0 -1
  622. package/src/lib/enums/InsightTypeCode.ts +0 -30
  623. package/src/lib/enums/IntegrationTriggerCode.d.ts +0 -7
  624. package/src/lib/enums/IntegrationTriggerCode.d.ts.map +0 -1
  625. package/src/lib/enums/IntegrationTriggerCode.js +0 -19
  626. package/src/lib/enums/IntegrationTriggerCode.js.map +0 -1
  627. package/src/lib/enums/IntegrationTriggerCode.ts +0 -30
  628. package/src/lib/enums/IntegrationTypeCode.d.ts +0 -9
  629. package/src/lib/enums/IntegrationTypeCode.d.ts.map +0 -1
  630. package/src/lib/enums/IntegrationTypeCode.js +0 -25
  631. package/src/lib/enums/IntegrationTypeCode.js.map +0 -1
  632. package/src/lib/enums/IntegrationTypeCode.ts +0 -40
  633. package/src/lib/enums/MemberRoleCode.d.ts +0 -9
  634. package/src/lib/enums/MemberRoleCode.d.ts.map +0 -1
  635. package/src/lib/enums/MemberRoleCode.js +0 -25
  636. package/src/lib/enums/MemberRoleCode.js.map +0 -1
  637. package/src/lib/enums/MemberRoleCode.ts +0 -40
  638. package/src/lib/enums/NetworkMapTypeCode.d.ts +0 -8
  639. package/src/lib/enums/NetworkMapTypeCode.d.ts.map +0 -1
  640. package/src/lib/enums/NetworkMapTypeCode.js +0 -22
  641. package/src/lib/enums/NetworkMapTypeCode.js.map +0 -1
  642. package/src/lib/enums/NetworkMapTypeCode.ts +0 -35
  643. package/src/lib/enums/OperatorCode.d.ts +0 -16
  644. package/src/lib/enums/OperatorCode.d.ts.map +0 -1
  645. package/src/lib/enums/OperatorCode.js +0 -46
  646. package/src/lib/enums/OperatorCode.js.map +0 -1
  647. package/src/lib/enums/OperatorCode.ts +0 -75
  648. package/src/lib/enums/PermissionCode.d.ts +0 -10
  649. package/src/lib/enums/PermissionCode.d.ts.map +0 -1
  650. package/src/lib/enums/PermissionCode.js +0 -28
  651. package/src/lib/enums/PermissionCode.js.map +0 -1
  652. package/src/lib/enums/PermissionCode.ts +0 -45
  653. package/src/lib/enums/ReportTypeCode.d.ts +0 -8
  654. package/src/lib/enums/ReportTypeCode.d.ts.map +0 -1
  655. package/src/lib/enums/ReportTypeCode.js +0 -22
  656. package/src/lib/enums/ReportTypeCode.js.map +0 -1
  657. package/src/lib/enums/ReportTypeCode.ts +0 -35
  658. package/src/lib/enums/RuleTypeCode.d.ts +0 -8
  659. package/src/lib/enums/RuleTypeCode.d.ts.map +0 -1
  660. package/src/lib/enums/RuleTypeCode.js +0 -22
  661. package/src/lib/enums/RuleTypeCode.js.map +0 -1
  662. package/src/lib/enums/RuleTypeCode.ts +0 -35
  663. package/src/lib/enums/SeverityTypeCode.d.ts +0 -9
  664. package/src/lib/enums/SeverityTypeCode.d.ts.map +0 -1
  665. package/src/lib/enums/SeverityTypeCode.js +0 -25
  666. package/src/lib/enums/SeverityTypeCode.js.map +0 -1
  667. package/src/lib/enums/SeverityTypeCode.ts +0 -40
  668. package/src/lib/enums/TrafficDirectionCode.d.ts +0 -8
  669. package/src/lib/enums/TrafficDirectionCode.d.ts.map +0 -1
  670. package/src/lib/enums/TrafficDirectionCode.js +0 -22
  671. package/src/lib/enums/TrafficDirectionCode.js.map +0 -1
  672. package/src/lib/enums/TrafficDirectionCode.ts +0 -35
  673. package/src/lib/enums/UserStatusCode.d.ts +0 -9
  674. package/src/lib/enums/UserStatusCode.d.ts.map +0 -1
  675. package/src/lib/enums/UserStatusCode.js +0 -25
  676. package/src/lib/enums/UserStatusCode.js.map +0 -1
  677. package/src/lib/enums/UserStatusCode.ts +0 -40
  678. package/src/lib/enums/UserTypeCode.d.ts +0 -9
  679. package/src/lib/enums/UserTypeCode.d.ts.map +0 -1
  680. package/src/lib/enums/UserTypeCode.js +0 -25
  681. package/src/lib/enums/UserTypeCode.js.map +0 -1
  682. package/src/lib/enums/UserTypeCode.ts +0 -40
  683. package/src/lib/enums/index.d.ts +0 -31
  684. package/src/lib/enums/index.d.ts.map +0 -1
  685. package/src/lib/enums/index.js +0 -31
  686. package/src/lib/enums/index.js.map +0 -1
  687. package/src/lib/enums/index.ts +0 -30
  688. package/src/lib/index.d.ts +0 -5
  689. package/src/lib/index.d.ts.map +0 -1
  690. package/src/lib/index.js +0 -5
  691. package/src/lib/index.js.map +0 -1
  692. package/src/lib/index.ts +0 -4
  693. package/src/lib/pulse-client.d.ts +0 -60
  694. package/src/lib/pulse-client.d.ts.map +0 -1
  695. package/src/lib/pulse-client.js +0 -155
  696. package/src/lib/pulse-client.js.map +0 -1
  697. package/src/lib/pulse-client.ts +0 -189
  698. package/src/lib/services/index.d.ts +0 -28
  699. package/src/lib/services/index.d.ts.map +0 -1
  700. package/src/lib/services/index.js +0 -28
  701. package/src/lib/services/index.js.map +0 -1
  702. package/src/lib/services/index.ts +0 -27
  703. package/src/lib/services/services.export.d.ts +0 -27
  704. package/src/lib/services/services.export.d.ts.map +0 -1
  705. package/src/lib/services/services.export.js +0 -53
  706. package/src/lib/services/services.export.js.map +0 -1
  707. package/src/lib/services/services.export.ts +0 -54
  708. package/src/lib/services/supportStreamAnalyticsConfig.d.ts +0 -30
  709. package/src/lib/services/supportStreamAnalyticsConfig.d.ts.map +0 -1
  710. package/src/lib/services/supportStreamAnalyticsConfig.js +0 -59
  711. package/src/lib/services/supportStreamAnalyticsConfig.js.map +0 -1
  712. package/src/lib/services/supportStreamAnalyticsConfig.ts +0 -63
  713. package/src/lib/services/sysAccountsService.d.ts +0 -46
  714. package/src/lib/services/sysAccountsService.d.ts.map +0 -1
  715. package/src/lib/services/sysAccountsService.js +0 -83
  716. package/src/lib/services/sysAccountsService.js.map +0 -1
  717. package/src/lib/services/sysAccountsService.ts +0 -90
  718. package/src/lib/services/sysAuditLogService.d.ts +0 -23
  719. package/src/lib/services/sysAuditLogService.d.ts.map +0 -1
  720. package/src/lib/services/sysAuditLogService.js +0 -108
  721. package/src/lib/services/sysAuditLogService.js.map +0 -1
  722. package/src/lib/services/sysAuditLogService.ts +0 -72
  723. package/src/lib/services/sysCheckpointsService.d.ts +0 -23
  724. package/src/lib/services/sysCheckpointsService.d.ts.map +0 -1
  725. package/src/lib/services/sysCheckpointsService.js +0 -78
  726. package/src/lib/services/sysCheckpointsService.js.map +0 -1
  727. package/src/lib/services/sysCheckpointsService.ts +0 -62
  728. package/src/lib/services/sysConfigService.d.ts +0 -30
  729. package/src/lib/services/sysConfigService.d.ts.map +0 -1
  730. package/src/lib/services/sysConfigService.js +0 -59
  731. package/src/lib/services/sysConfigService.js.map +0 -1
  732. package/src/lib/services/sysConfigService.ts +0 -63
  733. package/src/lib/services/sysFeaturesService.d.ts +0 -35
  734. package/src/lib/services/sysFeaturesService.d.ts.map +0 -1
  735. package/src/lib/services/sysFeaturesService.js +0 -78
  736. package/src/lib/services/sysFeaturesService.js.map +0 -1
  737. package/src/lib/services/sysFeaturesService.ts +0 -77
  738. package/src/lib/services/sysGroupsService.d.ts +0 -43
  739. package/src/lib/services/sysGroupsService.d.ts.map +0 -1
  740. package/src/lib/services/sysGroupsService.js +0 -77
  741. package/src/lib/services/sysGroupsService.js.map +0 -1
  742. package/src/lib/services/sysGroupsService.ts +0 -85
  743. package/src/lib/services/sysInsightsService.d.ts +0 -55
  744. package/src/lib/services/sysInsightsService.d.ts.map +0 -1
  745. package/src/lib/services/sysInsightsService.js +0 -133
  746. package/src/lib/services/sysInsightsService.js.map +0 -1
  747. package/src/lib/services/sysInsightsService.ts +0 -122
  748. package/src/lib/services/sysKeysService.d.ts +0 -35
  749. package/src/lib/services/sysKeysService.d.ts.map +0 -1
  750. package/src/lib/services/sysKeysService.js +0 -65
  751. package/src/lib/services/sysKeysService.js.map +0 -1
  752. package/src/lib/services/sysKeysService.ts +0 -71
  753. package/src/lib/services/sysMembersService.d.ts +0 -31
  754. package/src/lib/services/sysMembersService.d.ts.map +0 -1
  755. package/src/lib/services/sysMembersService.js +0 -65
  756. package/src/lib/services/sysMembersService.js.map +0 -1
  757. package/src/lib/services/sysMembersService.ts +0 -66
  758. package/src/lib/services/sysRuleTemplatesService.d.ts +0 -30
  759. package/src/lib/services/sysRuleTemplatesService.d.ts.map +0 -1
  760. package/src/lib/services/sysRuleTemplatesService.js +0 -59
  761. package/src/lib/services/sysRuleTemplatesService.js.map +0 -1
  762. package/src/lib/services/sysRuleTemplatesService.ts +0 -63
  763. package/src/lib/services/sysRulesService.d.ts +0 -35
  764. package/src/lib/services/sysRulesService.d.ts.map +0 -1
  765. package/src/lib/services/sysRulesService.js +0 -84
  766. package/src/lib/services/sysRulesService.js.map +0 -1
  767. package/src/lib/services/sysRulesService.ts +0 -79
  768. package/src/lib/services/sysStatisticsService.d.ts +0 -26
  769. package/src/lib/services/sysStatisticsService.d.ts.map +0 -1
  770. package/src/lib/services/sysStatisticsService.js +0 -40
  771. package/src/lib/services/sysStatisticsService.js.map +0 -1
  772. package/src/lib/services/sysStatisticsService.ts +0 -50
  773. package/src/lib/services/sysStreamsService.d.ts +0 -30
  774. package/src/lib/services/sysStreamsService.d.ts.map +0 -1
  775. package/src/lib/services/sysStreamsService.js +0 -62
  776. package/src/lib/services/sysStreamsService.js.map +0 -1
  777. package/src/lib/services/sysStreamsService.ts +0 -64
  778. package/src/lib/services/sysUsersService.d.ts +0 -45
  779. package/src/lib/services/sysUsersService.d.ts.map +0 -1
  780. package/src/lib/services/sysUsersService.js +0 -83
  781. package/src/lib/services/sysUsersService.js.map +0 -1
  782. package/src/lib/services/sysUsersService.ts +0 -89
  783. package/src/lib/services/usrAlertsService.d.ts +0 -111
  784. package/src/lib/services/usrAlertsService.d.ts.map +0 -1
  785. package/src/lib/services/usrAlertsService.js +0 -657
  786. package/src/lib/services/usrAlertsService.js.map +0 -1
  787. package/src/lib/services/usrAlertsService.ts +0 -382
  788. package/src/lib/services/usrDevicesService.d.ts +0 -110
  789. package/src/lib/services/usrDevicesService.d.ts.map +0 -1
  790. package/src/lib/services/usrDevicesService.js +0 -433
  791. package/src/lib/services/usrDevicesService.js.map +0 -1
  792. package/src/lib/services/usrDevicesService.ts +0 -303
  793. package/src/lib/services/usrEventsService.d.ts +0 -94
  794. package/src/lib/services/usrEventsService.d.ts.map +0 -1
  795. package/src/lib/services/usrEventsService.js +0 -639
  796. package/src/lib/services/usrEventsService.js.map +0 -1
  797. package/src/lib/services/usrEventsService.ts +0 -355
  798. package/src/lib/services/usrInsightsService.d.ts +0 -14
  799. package/src/lib/services/usrInsightsService.d.ts.map +0 -1
  800. package/src/lib/services/usrInsightsService.js +0 -22
  801. package/src/lib/services/usrInsightsService.js.map +0 -1
  802. package/src/lib/services/usrInsightsService.ts +0 -29
  803. package/src/lib/services/usrIntegrationsService.d.ts +0 -38
  804. package/src/lib/services/usrIntegrationsService.d.ts.map +0 -1
  805. package/src/lib/services/usrIntegrationsService.js +0 -77
  806. package/src/lib/services/usrIntegrationsService.js.map +0 -1
  807. package/src/lib/services/usrIntegrationsService.ts +0 -79
  808. package/src/lib/services/usrMembersService.d.ts +0 -35
  809. package/src/lib/services/usrMembersService.d.ts.map +0 -1
  810. package/src/lib/services/usrMembersService.js +0 -78
  811. package/src/lib/services/usrMembersService.js.map +0 -1
  812. package/src/lib/services/usrMembersService.ts +0 -77
  813. package/src/lib/services/usrNetworkService.d.ts +0 -19
  814. package/src/lib/services/usrNetworkService.d.ts.map +0 -1
  815. package/src/lib/services/usrNetworkService.js +0 -84
  816. package/src/lib/services/usrNetworkService.js.map +0 -1
  817. package/src/lib/services/usrNetworkService.ts +0 -59
  818. package/src/lib/services/usrReportsService.d.ts +0 -48
  819. package/src/lib/services/usrReportsService.d.ts.map +0 -1
  820. package/src/lib/services/usrReportsService.js +0 -126
  821. package/src/lib/services/usrReportsService.js.map +0 -1
  822. package/src/lib/services/usrReportsService.ts +0 -114
  823. package/src/lib/services/usrRulesService.d.ts +0 -35
  824. package/src/lib/services/usrRulesService.d.ts.map +0 -1
  825. package/src/lib/services/usrRulesService.js +0 -81
  826. package/src/lib/services/usrRulesService.js.map +0 -1
  827. package/src/lib/services/usrRulesService.ts +0 -78
  828. package/src/lib/services/usrUserService.d.ts +0 -66
  829. package/src/lib/services/usrUserService.d.ts.map +0 -1
  830. package/src/lib/services/usrUserService.js +0 -90
  831. package/src/lib/services/usrUserService.js.map +0 -1
  832. package/src/lib/services/usrUserService.ts +0 -114
  833. package/src/public-api.d.ts +0 -4
  834. package/src/public-api.d.ts.map +0 -1
  835. package/src/public-api.js +0 -7
  836. package/src/public-api.js.map +0 -1
  837. package/src/public-api.ts +0 -9
  838. package/src/utils/ActionResponse.d.ts +0 -6
  839. package/src/utils/ActionResponse.d.ts.map +0 -1
  840. package/src/utils/ActionResponse.js +0 -9
  841. package/src/utils/ActionResponse.js.map +0 -1
  842. package/src/utils/BaseRestResponse.d.ts +0 -5
  843. package/src/utils/BaseRestResponse.d.ts.map +0 -1
  844. package/src/utils/BaseRestResponse.js +0 -8
  845. package/src/utils/BaseRestResponse.js.map +0 -1
  846. package/src/utils/EntitiesResponse.d.ts +0 -9
  847. package/src/utils/EntitiesResponse.d.ts.map +0 -1
  848. package/src/utils/EntitiesResponse.js +0 -15
  849. package/src/utils/EntitiesResponse.js.map +0 -1
  850. package/src/utils/EntityResponse.d.ts +0 -9
  851. package/src/utils/EntityResponse.d.ts.map +0 -1
  852. package/src/utils/EntityResponse.js +0 -15
  853. package/src/utils/EntityResponse.js.map +0 -1
  854. package/src/utils/index.d.ts +0 -6
  855. package/src/utils/index.d.ts.map +0 -1
  856. package/src/utils/index.js +0 -6
  857. package/src/utils/index.js.map +0 -1
  858. package/src/utils/rest-axios-setup.d.ts +0 -4
  859. package/src/utils/rest-axios-setup.d.ts.map +0 -1
  860. package/src/utils/rest-axios-setup.js +0 -8
  861. package/src/utils/rest-axios-setup.js.map +0 -1
  862. package/src/utils/rest-util.d.ts +0 -16
  863. package/src/utils/rest-util.d.ts.map +0 -1
  864. package/src/utils/rest-util.js +0 -101
  865. package/src/utils/rest-util.js.map +0 -1
@@ -1,382 +0,0 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { PulseConfig } from '../../config';
3
-
4
- import { SeverityTypeCode } from '../enums';
5
- import { RuleTypeCode } from '../enums';
6
- import { DeviceActionCode } from '../enums';
7
- import { EventTypeCode } from '../enums';
8
- import { AlertWithDevice } from '../entities';
9
- import { TimeSeriesOfFloat } from '../common';
10
- import { StringKeyValue } from '../common';
11
- import { IntDistribution } from '../entities';
12
- import { TimeSeriesOf2D } from '../common';
13
- import { MaliciousIPCard } from '../common';
14
- import { Alert } from '../entities';
15
- import { EventCategoryCode } from '../enums';
16
- import { EventStatusCode } from '../enums';
17
- import { MaliciousIPData } from '../common';
18
-
19
-
20
-
21
- // List of alerts related actions for the operator
22
- // @RequestHeader X-API-KEY The key to identify the application (console)
23
- // @RequestHeader X-ACCESS-TOKEN The token to identify the logged-in user
24
- export class UsrAlertsService {
25
-
26
- // URL to web api
27
- private baseUrl = '/alerts';
28
-
29
- // Class constructor
30
- constructor(private config: PulseConfig, private rest: RestUtil) {
31
- this.baseUrl = this.config.api + this.baseUrl;
32
- }
33
-
34
-
35
- /**
36
- * Get single alert by id
37
- */
38
- get(id?: string) {
39
- return this.rest.get<EntityResponse<Alert>>(`${this.baseUrl}/${id}`);
40
- }
41
-
42
- /**
43
- * Find list of alerts by query
44
- */
45
- 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) {
46
- const params = [];
47
- if (streamId != null) { params.push(`streamId=${streamId}`); }
48
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
49
- if (search != null) { params.push(`search=${search}`); }
50
- if (from != null) { params.push(`from=${from}`); }
51
- if (to != null) { params.push(`to=${to}`); }
52
- if (type != null) { params.push(`type=${type}`); }
53
- if (severity != null) { params.push(`severity=${severity}`); }
54
- if (category != null) { params.push(`category=${category}`); }
55
- if (status != null) { params.push(`status=${status}`); }
56
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
57
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
58
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
59
- if (sort != null) { params.push(`sort=${sort}`); }
60
- if (page != null) { params.push(`page=${page}`); }
61
- if (size != null) { params.push(`size=${size}`); }
62
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
63
-
64
- return this.rest.get<EntitiesResponse<Alert>>(`${this.baseUrl}`, ...params);
65
- }
66
-
67
- /**
68
- * Export list of alerts by query to a file with the specified format
69
- */
70
- exportFormat(format?: string, 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) {
71
- const params = [];
72
- if (streamId != null) { params.push(`streamId=${streamId}`); }
73
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
74
- if (search != null) { params.push(`search=${search}`); }
75
- if (from != null) { params.push(`from=${from}`); }
76
- if (to != null) { params.push(`to=${to}`); }
77
- if (type != null) { params.push(`type=${type}`); }
78
- if (severity != null) { params.push(`severity=${severity}`); }
79
- if (category != null) { params.push(`category=${category}`); }
80
- if (status != null) { params.push(`status=${status}`); }
81
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
82
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
83
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
84
- if (sort != null) { params.push(`sort=${sort}`); }
85
- if (page != null) { params.push(`page=${page}`); }
86
- if (size != null) { params.push(`size=${size}`); }
87
-
88
- return this.rest.download(`usr-alerts`,`${this.baseUrl}/export/${format}`, ...params);
89
- }
90
-
91
- /**
92
- * Find top 10 alerts by their severity filter by query
93
- */
94
- 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) {
95
- const params = [];
96
- if (streamId != null) { params.push(`streamId=${streamId}`); }
97
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
98
- if (search != null) { params.push(`search=${search}`); }
99
- if (from != null) { params.push(`from=${from}`); }
100
- if (to != null) { params.push(`to=${to}`); }
101
- if (type != null) { params.push(`type=${type}`); }
102
- if (severity != null) { params.push(`severity=${severity}`); }
103
- if (category != null) { params.push(`category=${category}`); }
104
- if (status != null) { params.push(`status=${status}`); }
105
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
106
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
107
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
108
- if (sort != null) { params.push(`sort=${sort}`); }
109
- if (page != null) { params.push(`page=${page}`); }
110
- if (size != null) { params.push(`size=${size}`); }
111
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
112
-
113
- return this.rest.get<EntitiesResponse<AlertWithDevice>>(`${this.baseUrl}/top`, ...params);
114
- }
115
-
116
- /**
117
- * Get top malicious IPs
118
- */
119
- getTopMaliciousIPs(streamId?: string, top?: number, from?: number, to?: number) {
120
- const params = [];
121
- if (streamId != null) { params.push(`streamId=${streamId}`); }
122
- if (top != null) { params.push(`top=${top}`); }
123
- if (from != null) { params.push(`from=${from}`); }
124
- if (to != null) { params.push(`to=${to}`); }
125
-
126
- return this.rest.get<EntitiesResponse<MaliciousIPData>>(`${this.baseUrl}/top-malicious-ips`, ...params);
127
- }
128
-
129
- /**
130
- * Find alerts distribution by type filtered by query
131
- */
132
- 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) {
133
- const params = [];
134
- if (streamId != null) { params.push(`streamId=${streamId}`); }
135
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
136
- if (search != null) { params.push(`search=${search}`); }
137
- if (from != null) { params.push(`from=${from}`); }
138
- if (to != null) { params.push(`to=${to}`); }
139
- if (type != null) { params.push(`type=${type}`); }
140
- if (severity != null) { params.push(`severity=${severity}`); }
141
- if (category != null) { params.push(`category=${category}`); }
142
- if (status != null) { params.push(`status=${status}`); }
143
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
144
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
145
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
146
- if (sort != null) { params.push(`sort=${sort}`); }
147
- if (page != null) { params.push(`page=${page}`); }
148
- if (size != null) { params.push(`size=${size}`); }
149
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
150
-
151
- return this.rest.get<EntityResponse<IntDistribution>>(`${this.baseUrl}/count/by-type`, ...params);
152
- }
153
-
154
- /**
155
- * Find alerts distribution by status filtered by query
156
- */
157
- 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) {
158
- const params = [];
159
- if (streamId != null) { params.push(`streamId=${streamId}`); }
160
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
161
- if (search != null) { params.push(`search=${search}`); }
162
- if (from != null) { params.push(`from=${from}`); }
163
- if (to != null) { params.push(`to=${to}`); }
164
- if (type != null) { params.push(`type=${type}`); }
165
- if (severity != null) { params.push(`severity=${severity}`); }
166
- if (category != null) { params.push(`category=${category}`); }
167
- if (status != null) { params.push(`status=${status}`); }
168
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
169
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
170
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
171
- if (sort != null) { params.push(`sort=${sort}`); }
172
- if (page != null) { params.push(`page=${page}`); }
173
- if (size != null) { params.push(`size=${size}`); }
174
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
175
-
176
- return this.rest.get<EntityResponse<IntDistribution>>(`${this.baseUrl}/count/by-status`, ...params);
177
- }
178
-
179
- /**
180
- * Find alerts distribution by severity filtered by query
181
- */
182
- 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) {
183
- const params = [];
184
- if (streamId != null) { params.push(`streamId=${streamId}`); }
185
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
186
- if (search != null) { params.push(`search=${search}`); }
187
- if (from != null) { params.push(`from=${from}`); }
188
- if (to != null) { params.push(`to=${to}`); }
189
- if (type != null) { params.push(`type=${type}`); }
190
- if (severity != null) { params.push(`severity=${severity}`); }
191
- if (category != null) { params.push(`category=${category}`); }
192
- if (status != null) { params.push(`status=${status}`); }
193
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
194
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
195
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
196
- if (sort != null) { params.push(`sort=${sort}`); }
197
- if (page != null) { params.push(`page=${page}`); }
198
- if (size != null) { params.push(`size=${size}`); }
199
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
200
-
201
- return this.rest.get<EntityResponse<IntDistribution>>(`${this.baseUrl}/count/by-severity`, ...params);
202
- }
203
-
204
- /**
205
- * Find alerts distribution by rule filtered by query
206
- */
207
- 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) {
208
- const params = [];
209
- if (streamId != null) { params.push(`streamId=${streamId}`); }
210
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
211
- if (search != null) { params.push(`search=${search}`); }
212
- if (from != null) { params.push(`from=${from}`); }
213
- if (to != null) { params.push(`to=${to}`); }
214
- if (type != null) { params.push(`type=${type}`); }
215
- if (severity != null) { params.push(`severity=${severity}`); }
216
- if (category != null) { params.push(`category=${category}`); }
217
- if (status != null) { params.push(`status=${status}`); }
218
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
219
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
220
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
221
- if (sort != null) { params.push(`sort=${sort}`); }
222
- if (page != null) { params.push(`page=${page}`); }
223
- if (size != null) { params.push(`size=${size}`); }
224
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
225
-
226
- return this.rest.get<EntityResponse<IntDistribution>>(`${this.baseUrl}/count/by-rule`, ...params);
227
- }
228
-
229
- /**
230
- * Find alerts distribution by category filtered by query
231
- */
232
- 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) {
233
- const params = [];
234
- if (streamId != null) { params.push(`streamId=${streamId}`); }
235
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
236
- if (search != null) { params.push(`search=${search}`); }
237
- if (from != null) { params.push(`from=${from}`); }
238
- if (to != null) { params.push(`to=${to}`); }
239
- if (type != null) { params.push(`type=${type}`); }
240
- if (severity != null) { params.push(`severity=${severity}`); }
241
- if (category != null) { params.push(`category=${category}`); }
242
- if (status != null) { params.push(`status=${status}`); }
243
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
244
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
245
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
246
- if (sort != null) { params.push(`sort=${sort}`); }
247
- if (page != null) { params.push(`page=${page}`); }
248
- if (size != null) { params.push(`size=${size}`); }
249
- if (withoutOccurrences != null) { params.push(`withoutOccurrences=${withoutOccurrences}`); }
250
-
251
- return this.rest.get<EntityResponse<IntDistribution>>(`${this.baseUrl}/count/by-category`, ...params);
252
- }
253
-
254
- /**
255
- * Add tag to an alert
256
- */
257
- addTag(id?: string, tag?: string) {
258
- return this.rest.post<EntityResponse<Alert>>(`${this.baseUrl}/${id}/tags/${tag}`, '');
259
- }
260
-
261
- /**
262
- * Delete a tag from the alert
263
- */
264
- deleteTag(id?: string, tag?: string) {
265
- return this.rest.delete<EntityResponse<Alert>>(`${this.baseUrl}/${id}/tags/${tag}`);
266
- }
267
-
268
- /**
269
- * Apply action on an alert
270
- */
271
- applyAction(id?: string, action?: DeviceActionCode) {
272
- return this.rest.post<ActionResponse>(`${this.baseUrl}/${id}/actions/${action}`, '');
273
- }
274
-
275
- /**
276
- * Set alert status
277
- */
278
- setStatus(id?: string, status?: EventStatusCode) {
279
- return this.rest.post<ActionResponse>(`${this.baseUrl}/${id}/status/${status}`, '');
280
- }
281
-
282
- /**
283
- * Get current shieldex value as ActionResponse, the Key contains the shield index and the data includes the trend
284
- */
285
- getShieldex() {
286
- return this.rest.get<ActionResponse>(`${this.baseUrl}/shieldex`);
287
- }
288
-
289
- /**
290
- * Get histogram of alerts over time by dimension (type | severity | status | ruleType | category)
291
- */
292
- alertsTimeline(streamId?: string, deviceId?: string, dimension?: 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) {
293
- const params = [];
294
- if (streamId != null) { params.push(`streamId=${streamId}`); }
295
- if (deviceId != null) { params.push(`deviceId=${deviceId}`); }
296
- if (dimension != null) { params.push(`dimension=${dimension}`); }
297
- if (from != null) { params.push(`from=${from}`); }
298
- if (to != null) { params.push(`to=${to}`); }
299
- if (type != null) { params.push(`type=${type}`); }
300
- if (severity != null) { params.push(`severity=${severity}`); }
301
- if (category != null) { params.push(`category=${category}`); }
302
- if (status != null) { params.push(`status=${status}`); }
303
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
304
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
305
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
306
- if (sort != null) { params.push(`sort=${sort}`); }
307
- if (page != null) { params.push(`page=${page}`); }
308
- if (size != null) { params.push(`size=${size}`); }
309
-
310
- return this.rest.get<EntityResponse<TimeSeriesOf2D>>(`${this.baseUrl}/timeline`, ...params);
311
- }
312
-
313
- /**
314
- * Get histogram of shieldex values over time
315
- */
316
- shieldexTimeline(streamId?: string, from?: number, to?: number) {
317
- const params = [];
318
- if (streamId != null) { params.push(`streamId=${streamId}`); }
319
- if (from != null) { params.push(`from=${from}`); }
320
- if (to != null) { params.push(`to=${to}`); }
321
-
322
- return this.rest.get<EntityResponse<TimeSeriesOfFloat>>(`${this.baseUrl}/shieldex/timeline`, ...params);
323
- }
324
-
325
- /**
326
- * Export alert source file
327
- */
328
- exportSource(id?: string) {
329
- return this.rest.download(`usr-alerts`,`${this.baseUrl}/${id}/export_source`);
330
- }
331
-
332
- /**
333
- * Get total number devices at risk (affected by the alerts matching the query)
334
- */
335
- getTotalDevicesAtRisk(streamId?: string, search?: string, from?: number, to?: number, type?: EventTypeCode[], severity?: SeverityTypeCode[], category?: EventCategoryCode[], status?: EventStatusCode[], ruleId?: string[], targetIp?: string, ruleType?: RuleTypeCode[]) {
336
- const params = [];
337
- if (streamId != null) { params.push(`streamId=${streamId}`); }
338
- if (search != null) { params.push(`search=${search}`); }
339
- if (from != null) { params.push(`from=${from}`); }
340
- if (to != null) { params.push(`to=${to}`); }
341
- if (type != null) { params.push(`type=${type}`); }
342
- if (severity != null) { params.push(`severity=${severity}`); }
343
- if (category != null) { params.push(`category=${category}`); }
344
- if (status != null) { params.push(`status=${status}`); }
345
- if (ruleId != null) { params.push(`ruleId=${ruleId}`); }
346
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
347
- if (ruleType != null) { params.push(`ruleType=${ruleType}`); }
348
-
349
- return this.rest.get<ActionResponse>(`${this.baseUrl}/devices-at-risk`, ...params);
350
- }
351
-
352
- /**
353
- * Get malicious IP data card for specific malicious IP
354
- */
355
- getMaliciousIpCard(streamId?: string, targetIp?: string, from?: number, to?: number) {
356
- const params = [];
357
- if (streamId != null) { params.push(`streamId=${streamId}`); }
358
- if (targetIp != null) { params.push(`targetIp=${targetIp}`); }
359
- if (from != null) { params.push(`from=${from}`); }
360
- if (to != null) { params.push(`to=${to}`); }
361
-
362
- return this.rest.get<EntityResponse<MaliciousIPCard>>(`${this.baseUrl}/malicious-ip-card`, ...params);
363
- }
364
-
365
- /**
366
- * Apply DNS lookup for each IP in the list
367
- */
368
- getIpLookup(ip?: string[]) {
369
- const params = [];
370
- if (ip != null) { params.push(`ip=${ip}`); }
371
-
372
- return this.rest.get<EntitiesResponse<StringKeyValue>>(`${this.baseUrl}/ip-lookup`, ...params);
373
- }
374
-
375
- /**
376
- * Find list of alerts by insight id query
377
- */
378
- findByInsightContext() {
379
- return this.rest.get<EntitiesResponse<Alert>>(`${this.baseUrl}/find-by-insight-context`);
380
- }
381
-
382
- }
@@ -1,110 +0,0 @@
1
- import { RestUtil, EntityResponse, EntitiesResponse, ActionResponse } from '../../utils';
2
- import { PulseConfig } from '../../config';
3
- import { DeviceWithEvents } from '../entities';
4
- import { IntDistribution } from '../entities';
5
- import { NetworkMap } from '../common';
6
- import { Device } from '../entities';
7
- import { DeviceTypeCode } from '../enums';
8
- import { DeviceStatusCode } from '../enums';
9
- import { NetworkMapTypeCode } from '../enums';
10
- import { TimeSeriesOfDeviceReport } from '../entities';
11
- import { DeviceReport } from '../entities';
12
- import { TimeSeriesOfDataConsumption } from '../common';
13
- import { BulkDevices } from '../entities';
14
- import { SeverityTypeCode } from '../enums';
15
- import { DeviceActionCode } from '../enums';
16
- export declare class UsrDevicesService {
17
- private config;
18
- private rest;
19
- private baseUrl;
20
- constructor(config: PulseConfig, rest: RestUtil);
21
- /**
22
- * Create new device
23
- */
24
- create(body?: Device): import("rxjs").Observable<EntityResponse<Device>>;
25
- /**
26
- * Create bulk of new device, returns list of inserted items
27
- */
28
- bulkCreate(body?: BulkDevices): import("rxjs").Observable<EntitiesResponse<Device>>;
29
- /**
30
- * Update existing device in the system
31
- */
32
- update(body?: Device): import("rxjs").Observable<EntityResponse<Device>>;
33
- /**
34
- * Update bulk of device, returns list of updated items
35
- */
36
- bulkUpdate(body?: BulkDevices): import("rxjs").Observable<EntitiesResponse<Device>>;
37
- /**
38
- * Delete device from the system
39
- */
40
- delete(id?: string): import("rxjs").Observable<ActionResponse>;
41
- /**
42
- * Get single device by id
43
- */
44
- get(id?: string): import("rxjs").Observable<EntityResponse<Device>>;
45
- /**
46
- * Find list of devices by query
47
- */
48
- find(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Device>>;
49
- /**
50
- * Export list of devices by query to a file with the specified format
51
- */
52
- exportFormat(format?: string, streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], sort?: string, page?: number, size?: number): void;
53
- /**
54
- * Find top 10 devices by their score filter by query
55
- */
56
- findTop(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<DeviceWithEvents>>;
57
- /**
58
- * Find device distribution by type filtered by query
59
- */
60
- countByType(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
61
- /**
62
- * Find device distribution by status filtered by query
63
- */
64
- countByStatus(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
65
- /**
66
- * Find device distribution by action filtered by query
67
- */
68
- countByAction(streamId?: string, search?: string, type?: DeviceTypeCode[], status?: DeviceStatusCode[], risk?: SeverityTypeCode[], scoreRange?: number[], sort?: string, page?: number, size?: number): import("rxjs").Observable<EntityResponse<IntDistribution>>;
69
- /**
70
- * Add tag to a device
71
- */
72
- addTag(id?: string, tag?: string): import("rxjs").Observable<EntityResponse<Device>>;
73
- /**
74
- * Delete a tag from the device
75
- */
76
- deleteTag(id?: string, tag?: string): import("rxjs").Observable<EntityResponse<Device>>;
77
- /**
78
- * Apply action on a device
79
- */
80
- applyAction(id?: string, action?: DeviceActionCode): import("rxjs").Observable<ActionResponse>;
81
- /**
82
- * Get network map of devices
83
- */
84
- getNetworkMap(streamId?: string, from?: number, to?: number, type?: DeviceTypeCode[], tag?: string[], id?: string[], mapType?: NetworkMapTypeCode, ips?: string[]): import("rxjs").Observable<EntityResponse<NetworkMap>>;
85
- /**
86
- * Get daily device report over time (daily device report includes: total devices, active devices, devices at risk)
87
- */
88
- getDeviceReportTimeline(streamId?: string, from?: number, to?: number): import("rxjs").Observable<EntityResponse<TimeSeriesOfDeviceReport>>;
89
- /**
90
- * Get latest device report, the Key contains latest devices at risk number (works in account level)
91
- */
92
- getLatestDeviceReport(): import("rxjs").Observable<EntityResponse<DeviceReport>>;
93
- /**
94
- * Get device / group of devices consumption over time
95
- */
96
- getConsumptionTimeline(streamId?: string, from?: number, to?: number, type?: DeviceTypeCode[], tag?: string[], id?: string[]): import("rxjs").Observable<EntityResponse<TimeSeriesOfDataConsumption>>;
97
- /**
98
- * Get device / group of devices consumption over time
99
- */
100
- getConsumptionTrend(streamId?: string, from?: number, to?: number, type?: DeviceTypeCode[], tag?: string[], id?: string[]): import("rxjs").Observable<ActionResponse>;
101
- /**
102
- * Upload list of devices
103
- */
104
- uploadDevices(file: File, streamId?: string, ip?: number, iccid?: number, imsi?: number, msisdn?: number, imei?: number, name?: number, operator?: number, label?: number[], tag?: number[]): void;
105
- /**
106
- * Find list of devices by Insight id query
107
- */
108
- findByInsightContext(streamId?: string, insightId?: string, sort?: string, page?: number, size?: number): import("rxjs").Observable<EntitiesResponse<Device>>;
109
- }
110
- //# sourceMappingURL=usrDevicesService.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"usrDevicesService.d.ts","sourceRoot":"","sources":["usrDevicesService.ts"],"names":[],"mappings":"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"}