@dronedeploy/rocos-js-sdk 0.0.1 → 3.0.0-alpha.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (506) hide show
  1. package/IRocosSDK.d.ts +32 -0
  2. package/IRocosSDK.js +2 -0
  3. package/README.md +108 -0
  4. package/RocosSDK.d.ts +143 -0
  5. package/RocosSDK.js +302 -0
  6. package/api/StreamRegister.d.ts +13 -0
  7. package/api/StreamRegister.js +69 -0
  8. package/api/atoms/StreamHeartbeat.d.ts +27 -0
  9. package/api/atoms/StreamHeartbeat.js +111 -0
  10. package/api/streams/caller/CallerStream.d.ts +13 -0
  11. package/api/streams/caller/CallerStream.js +77 -0
  12. package/api/streams/caller/CallerStreamAbstract.d.ts +23 -0
  13. package/api/streams/caller/CallerStreamAbstract.js +87 -0
  14. package/api/streams/caller/CallerStreamNode.d.ts +13 -0
  15. package/api/streams/caller/CallerStreamNode.js +115 -0
  16. package/api/streams/command/CommandStream.d.ts +10 -0
  17. package/api/streams/command/CommandStream.js +66 -0
  18. package/api/streams/command/CommandStreamAbstract.d.ts +20 -0
  19. package/api/streams/command/CommandStreamAbstract.js +63 -0
  20. package/api/streams/command/CommandStreamNode.d.ts +10 -0
  21. package/api/streams/command/CommandStreamNode.js +69 -0
  22. package/api/streams/control/ControlStream.d.ts +12 -0
  23. package/api/streams/control/ControlStream.js +75 -0
  24. package/api/streams/control/ControlStreamAbstract.d.ts +25 -0
  25. package/api/streams/control/ControlStreamAbstract.js +111 -0
  26. package/api/streams/control/ControlStreamNode.d.ts +12 -0
  27. package/api/streams/control/ControlStreamNode.js +73 -0
  28. package/api/streams/fileAccessor/FileAccessorStream.d.ts +8 -0
  29. package/api/streams/fileAccessor/FileAccessorStream.js +59 -0
  30. package/api/streams/fileAccessor/FileAccessorStreamAbstract.d.ts +21 -0
  31. package/api/streams/fileAccessor/FileAccessorStreamAbstract.js +62 -0
  32. package/api/streams/fileAccessor/FileAccessorStreamNode.d.ts +8 -0
  33. package/api/streams/fileAccessor/FileAccessorStreamNode.js +66 -0
  34. package/api/streams/search/SearchStream.d.ts +13 -0
  35. package/api/streams/search/SearchStream.js +96 -0
  36. package/api/streams/search/SearchStreamAbstract.d.ts +25 -0
  37. package/api/streams/search/SearchStreamAbstract.js +72 -0
  38. package/api/streams/search/SearchStreamNode.d.ts +13 -0
  39. package/api/streams/search/SearchStreamNode.js +118 -0
  40. package/api/streams/telemetry/TelemetryStream.d.ts +17 -0
  41. package/api/streams/telemetry/TelemetryStream.js +97 -0
  42. package/api/streams/telemetry/TelemetryStreamAbstract.d.ts +59 -0
  43. package/api/streams/telemetry/TelemetryStreamAbstract.js +402 -0
  44. package/api/streams/telemetry/TelemetryStreamNode.d.ts +21 -0
  45. package/api/streams/telemetry/TelemetryStreamNode.js +175 -0
  46. package/api/streams/webRTCSignalling/WebRTCSignallingStream.d.ts +39 -0
  47. package/api/streams/webRTCSignalling/WebRTCSignallingStream.js +84 -0
  48. package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.d.ts +29 -0
  49. package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.js +65 -0
  50. package/constants/api.d.ts +130 -0
  51. package/constants/api.js +130 -0
  52. package/constants/auth.d.ts +2 -0
  53. package/constants/auth.js +2 -0
  54. package/constants/grpc.d.ts +5 -0
  55. package/constants/grpc.js +5 -0
  56. package/constants/identifier.d.ts +6 -0
  57. package/constants/identifier.js +6 -0
  58. package/constants/timezones.d.ts +2 -0
  59. package/constants/timezones.js +427 -0
  60. package/grpc/conker_pb.client.d.ts +78 -0
  61. package/grpc/conker_pb.client.js +55 -0
  62. package/grpc/conker_pb.d.ts +141 -0
  63. package/grpc/conker_pb.grpc-client.d.ts +81 -0
  64. package/grpc/conker_pb.grpc-client.js +58 -0
  65. package/grpc/conker_pb.js +104 -0
  66. package/grpc/filagree_pb.client.d.ts +68 -0
  67. package/grpc/filagree_pb.client.js +48 -0
  68. package/grpc/filagree_pb.d.ts +404 -0
  69. package/grpc/filagree_pb.grpc-client.d.ts +69 -0
  70. package/grpc/filagree_pb.grpc-client.js +51 -0
  71. package/grpc/filagree_pb.js +329 -0
  72. package/grpc/google/protobuf/descriptor_pb.d.ts +1798 -0
  73. package/grpc/google/protobuf/descriptor_pb.js +2378 -0
  74. package/grpc/google/protobuf/empty_pb.d.ts +23 -0
  75. package/grpc/google/protobuf/empty_pb.js +47 -0
  76. package/grpc/pigeon_pb.client.d.ts +96 -0
  77. package/grpc/pigeon_pb.client.js +72 -0
  78. package/grpc/pigeon_pb.d.ts +207 -0
  79. package/grpc/pigeon_pb.grpc-client.d.ts +98 -0
  80. package/grpc/pigeon_pb.grpc-client.js +68 -0
  81. package/grpc/pigeon_pb.js +144 -0
  82. package/grpc/rambo.uri.v1_pb.d.ts +73 -0
  83. package/grpc/rambo.uri.v1_pb.js +48 -0
  84. package/grpc/rambo.v1_pb.client.d.ts +66 -0
  85. package/grpc/rambo.v1_pb.client.js +48 -0
  86. package/grpc/rambo.v1_pb.d.ts +392 -0
  87. package/grpc/rambo.v1_pb.grpc-client.d.ts +56 -0
  88. package/grpc/rambo.v1_pb.grpc-client.js +44 -0
  89. package/grpc/rambo.v1_pb.js +272 -0
  90. package/grpc/serviette.uri.v1_pb.d.ts +89 -0
  91. package/grpc/serviette.uri.v1_pb.js +62 -0
  92. package/grpc/serviette.v1_pb.client.d.ts +225 -0
  93. package/grpc/serviette.v1_pb.client.js +174 -0
  94. package/grpc/serviette.v1_pb.d.ts +827 -0
  95. package/grpc/serviette.v1_pb.grpc-client.d.ts +215 -0
  96. package/grpc/serviette.v1_pb.grpc-client.js +162 -0
  97. package/grpc/serviette.v1_pb.js +553 -0
  98. package/grpc/slowlane_pb.client.d.ts +61 -0
  99. package/grpc/slowlane_pb.client.js +41 -0
  100. package/grpc/slowlane_pb.d.ts +303 -0
  101. package/grpc/slowlane_pb.grpc-client.d.ts +64 -0
  102. package/grpc/slowlane_pb.grpc-client.js +44 -0
  103. package/grpc/slowlane_pb.js +185 -0
  104. package/grpc/teletubby_pb.client.d.ts +145 -0
  105. package/grpc/teletubby_pb.client.js +104 -0
  106. package/grpc/teletubby_pb.d.ts +634 -0
  107. package/grpc/teletubby_pb.grpc-client.d.ts +152 -0
  108. package/grpc/teletubby_pb.grpc-client.js +100 -0
  109. package/grpc/teletubby_pb.js +1264 -0
  110. package/helpers/arrayRemove.d.ts +1 -0
  111. package/helpers/arrayRemove.js +3 -0
  112. package/helpers/arrayUnique.d.ts +1 -0
  113. package/helpers/arrayUnique.js +3 -0
  114. package/helpers/average.d.ts +1 -0
  115. package/helpers/average.js +6 -0
  116. package/helpers/cleanObject.d.ts +1 -0
  117. package/helpers/cleanObject.js +18 -0
  118. package/helpers/cleanObject.spec.d.ts +1 -0
  119. package/helpers/cleanObject.spec.js +53 -0
  120. package/helpers/enviroment.d.ts +8 -0
  121. package/helpers/enviroment.js +13 -0
  122. package/helpers/flattenCallsignsLookup.d.ts +2 -0
  123. package/helpers/flattenCallsignsLookup.js +6 -0
  124. package/helpers/flattenObject.d.ts +1 -0
  125. package/helpers/flattenObject.js +13 -0
  126. package/helpers/flattenObject.spec.d.ts +1 -0
  127. package/helpers/flattenObject.spec.js +29 -0
  128. package/helpers/flattenOneOf.d.ts +67 -0
  129. package/helpers/flattenOneOf.js +29 -0
  130. package/helpers/flattenOneOf.spec.d.ts +1 -0
  131. package/helpers/flattenOneOf.spec.js +157 -0
  132. package/helpers/formatServiceUrl.d.ts +1 -0
  133. package/helpers/formatServiceUrl.js +7 -0
  134. package/helpers/formatServiceUrl.spec.d.ts +1 -0
  135. package/helpers/formatServiceUrl.spec.js +16 -0
  136. package/helpers/generateUUID.d.ts +1 -0
  137. package/helpers/generateUUID.js +4 -0
  138. package/helpers/getSubscriptionsDifference.d.ts +10 -0
  139. package/helpers/getSubscriptionsDifference.js +35 -0
  140. package/helpers/getURLSearchParams.d.ts +2 -0
  141. package/helpers/getURLSearchParams.js +9 -0
  142. package/helpers/getURLSearchParams.spec.d.ts +1 -0
  143. package/helpers/getURLSearchParams.spec.js +19 -0
  144. package/helpers/getUniqueConfigKey.d.ts +7 -0
  145. package/helpers/getUniqueConfigKey.js +14 -0
  146. package/helpers/getUniqueId.d.ts +9 -0
  147. package/helpers/getUniqueId.js +11 -0
  148. package/helpers/getUnixTimeMs.d.ts +1 -0
  149. package/helpers/getUnixTimeMs.js +4 -0
  150. package/helpers/index.d.ts +5 -0
  151. package/helpers/index.js +5 -0
  152. package/helpers/nanosecondToMillisecond.d.ts +1 -0
  153. package/helpers/nanosecondToMillisecond.js +12 -0
  154. package/helpers/nanosecondToMillisecond.spec.d.ts +1 -0
  155. package/helpers/nanosecondToMillisecond.spec.js +20 -0
  156. package/helpers/randomString.d.ts +1 -0
  157. package/helpers/randomString.js +3 -0
  158. package/helpers/standardDeviation.d.ts +1 -0
  159. package/helpers/standardDeviation.js +12 -0
  160. package/helpers/standardDeviation.spec.d.ts +1 -0
  161. package/helpers/standardDeviation.spec.js +11 -0
  162. package/helpers/stringToUint8Array.d.ts +1 -0
  163. package/helpers/stringToUint8Array.js +10 -0
  164. package/helpers/uint8ArrayToString.d.ts +1 -0
  165. package/helpers/uint8ArrayToString.js +10 -0
  166. package/helpers/websandbox/connection.d.ts +67 -0
  167. package/helpers/websandbox/connection.js +133 -0
  168. package/helpers/websandbox/frame/frame.d.ts +12 -0
  169. package/helpers/websandbox/frame/frame.js +22 -0
  170. package/helpers/websandbox/frame/frame.source.d.ts +2 -0
  171. package/helpers/websandbox/frame/frame.source.js +5 -0
  172. package/helpers/websandbox/frame/index.d.ts +2 -0
  173. package/helpers/websandbox/frame/index.js +2 -0
  174. package/helpers/websandbox/frame/worker/index.d.ts +2 -0
  175. package/helpers/websandbox/frame/worker/index.js +2 -0
  176. package/helpers/websandbox/frame/worker/manager.d.ts +11 -0
  177. package/helpers/websandbox/frame/worker/manager.js +67 -0
  178. package/helpers/websandbox/frame/worker/manager.spec.d.ts +4 -0
  179. package/helpers/websandbox/frame/worker/manager.spec.js +127 -0
  180. package/helpers/websandbox/frame/worker/types.d.ts +11 -0
  181. package/helpers/websandbox/frame/worker/types.js +1 -0
  182. package/helpers/websandbox/frame/worker/worker.d.ts +1 -0
  183. package/helpers/websandbox/frame/worker/worker.js +74 -0
  184. package/helpers/websandbox/frame/worker/worker.source.d.ts +2 -0
  185. package/helpers/websandbox/frame/worker/worker.source.js +4 -0
  186. package/helpers/websandbox/index.d.ts +2 -0
  187. package/helpers/websandbox/index.js +2 -0
  188. package/helpers/websandbox/sandbox.d.ts +57 -0
  189. package/helpers/websandbox/sandbox.js +175 -0
  190. package/helpers/websandbox/types.d.ts +13 -0
  191. package/helpers/websandbox/types.js +1 -0
  192. package/index.d.ts +7 -0
  193. package/index.js +7 -0
  194. package/logger/RocosLogger.d.ts +7 -0
  195. package/logger/RocosLogger.js +37 -0
  196. package/models/CallsignStatus.d.ts +6 -0
  197. package/models/CallsignStatus.js +7 -0
  198. package/models/ExportDataQuery.d.ts +8 -0
  199. package/models/ExportDataQuery.js +13 -0
  200. package/models/ExternalProject.d.ts +6 -0
  201. package/models/ExternalProject.js +2 -0
  202. package/models/IBaseService.d.ts +4 -0
  203. package/models/IBaseService.js +1 -0
  204. package/models/IConfigGroup.d.ts +5 -0
  205. package/models/IConfigGroup.js +1 -0
  206. package/models/IDebugLevel.d.ts +2 -0
  207. package/models/IDebugLevel.js +1 -0
  208. package/models/IExportDataQuery.d.ts +9 -0
  209. package/models/IExportDataQuery.js +1 -0
  210. package/models/IFunctionConfig.d.ts +8 -0
  211. package/models/IFunctionConfig.js +1 -0
  212. package/models/IInvitation.d.ts +6 -0
  213. package/models/IInvitation.js +1 -0
  214. package/models/IInvitationExists.d.ts +4 -0
  215. package/models/IInvitationExists.js +1 -0
  216. package/models/IOperation.d.ts +6 -0
  217. package/models/IOperation.js +1 -0
  218. package/models/IPersonalAccessToken.d.ts +16 -0
  219. package/models/IPersonalAccessToken.js +1 -0
  220. package/models/IProject.d.ts +4 -0
  221. package/models/IProject.js +1 -0
  222. package/models/IProjectApplication.d.ts +6 -0
  223. package/models/IProjectApplication.js +1 -0
  224. package/models/IRobot.d.ts +18 -0
  225. package/models/IRobot.js +1 -0
  226. package/models/IRobotConfig.d.ts +8 -0
  227. package/models/IRobotConfig.js +1 -0
  228. package/models/IRobotPlugin.d.ts +3 -0
  229. package/models/IRobotPlugin.js +1 -0
  230. package/models/IRobotSettings.d.ts +28 -0
  231. package/models/IRobotSettings.js +1 -0
  232. package/models/IRobotTemplate.d.ts +10 -0
  233. package/models/IRobotTemplate.js +1 -0
  234. package/models/IRocosSDKConfig.d.ts +19 -0
  235. package/models/IRocosSDKConfig.js +1 -0
  236. package/models/ISource.d.ts +8 -0
  237. package/models/ISource.js +1 -0
  238. package/models/IStream.d.ts +9 -0
  239. package/models/IStream.js +1 -0
  240. package/models/IStreamConfig.d.ts +9 -0
  241. package/models/IStreamConfig.js +1 -0
  242. package/models/IStreamOptions.d.ts +7 -0
  243. package/models/IStreamOptions.js +1 -0
  244. package/models/IStreamSource.d.ts +8 -0
  245. package/models/IStreamSource.js +1 -0
  246. package/models/ISubscriberStatus.d.ts +5 -0
  247. package/models/ISubscriberStatus.js +1 -0
  248. package/models/ITelemetryStreamConfig.d.ts +7 -0
  249. package/models/ITelemetryStreamConfig.js +1 -0
  250. package/models/IToken.d.ts +9 -0
  251. package/models/IToken.js +1 -0
  252. package/models/IWidget.d.ts +25 -0
  253. package/models/IWidget.js +1 -0
  254. package/models/IWidgetLineGroup.d.ts +8 -0
  255. package/models/IWidgetLineGroup.js +1 -0
  256. package/models/ResponseLevelEnum.d.ts +10 -0
  257. package/models/ResponseLevelEnum.js +11 -0
  258. package/models/Robot.d.ts +20 -0
  259. package/models/Robot.js +8 -0
  260. package/models/RobotConfig.d.ts +10 -0
  261. package/models/RobotConfig.js +5 -0
  262. package/models/RobotPlugin.d.ts +5 -0
  263. package/models/RobotPlugin.js +5 -0
  264. package/models/RobotTemplate.d.ts +12 -0
  265. package/models/RobotTemplate.js +25 -0
  266. package/models/RocosError.d.ts +31 -0
  267. package/models/RocosError.js +40 -0
  268. package/models/ServiceEnum.d.ts +27 -0
  269. package/models/ServiceEnum.js +28 -0
  270. package/models/Stream.d.ts +10 -0
  271. package/models/Stream.js +11 -0
  272. package/models/StreamOptions.d.ts +9 -0
  273. package/models/StreamOptions.js +33 -0
  274. package/models/StreamSource.d.ts +10 -0
  275. package/models/StreamSource.js +11 -0
  276. package/models/SubscriberStatusEnum.d.ts +6 -0
  277. package/models/SubscriberStatusEnum.js +7 -0
  278. package/models/Token.d.ts +40 -0
  279. package/models/Token.js +78 -0
  280. package/models/Token.spec.d.ts +1 -0
  281. package/models/Token.spec.js +108 -0
  282. package/models/Widget.d.ts +27 -0
  283. package/models/Widget.js +12 -0
  284. package/models/WidgetLineGroup.d.ts +10 -0
  285. package/models/WidgetLineGroup.js +5 -0
  286. package/models/asset-storage/AssetModelItem.d.ts +32 -0
  287. package/models/asset-storage/AssetModelItem.js +1 -0
  288. package/models/caller/IRocosCallerMessageChunk.d.ts +10 -0
  289. package/models/caller/IRocosCallerMessageChunk.js +1 -0
  290. package/models/caller/IRocosCallerMessageChunks.d.ts +4 -0
  291. package/models/caller/IRocosCallerMessageChunks.js +1 -0
  292. package/models/caller/IRocosCallerMessageHeartbeat.d.ts +3 -0
  293. package/models/caller/IRocosCallerMessageHeartbeat.js +1 -0
  294. package/models/caller/IRocosCallerMessageResponse.d.ts +10 -0
  295. package/models/caller/IRocosCallerMessageResponse.js +1 -0
  296. package/models/caller/IRocosCallerMessageResponseAck.d.ts +16 -0
  297. package/models/caller/IRocosCallerMessageResponseAck.js +13 -0
  298. package/models/caller/IRocosCallerMessageResponseResult.d.ts +15 -0
  299. package/models/caller/IRocosCallerMessageResponseResult.js +12 -0
  300. package/models/caller/IRocosCallerMessageResponseReturn.d.ts +8 -0
  301. package/models/caller/IRocosCallerMessageResponseReturn.js +1 -0
  302. package/models/caller/IRocosCallerMessageResponseUid.d.ts +10 -0
  303. package/models/caller/IRocosCallerMessageResponseUid.js +7 -0
  304. package/models/caller/IRocosCallerMessageResponses.d.ts +4 -0
  305. package/models/caller/IRocosCallerMessageResponses.js +1 -0
  306. package/models/caller/RocosCallerResultStatus.d.ts +11 -0
  307. package/models/caller/RocosCallerResultStatus.js +12 -0
  308. package/models/caller/RocosResponseLevel.d.ts +6 -0
  309. package/models/caller/RocosResponseLevel.js +7 -0
  310. package/models/caller/index.d.ts +10 -0
  311. package/models/caller/index.js +10 -0
  312. package/models/callsigns/CallsignsEnums.d.ts +13 -0
  313. package/models/callsigns/CallsignsEnums.js +17 -0
  314. package/models/callsigns/CallsignsLookup.d.ts +8 -0
  315. package/models/callsigns/CallsignsLookup.js +28 -0
  316. package/models/callsigns/CallsignsQuery.d.ts +9 -0
  317. package/models/callsigns/CallsignsQuery.js +14 -0
  318. package/models/callsigns/CallsignsQueryPredicate.d.ts +9 -0
  319. package/models/callsigns/CallsignsQueryPredicate.js +15 -0
  320. package/models/command/IRocosCommandMessageHeartbeat.d.ts +1 -0
  321. package/models/command/IRocosCommandMessageHeartbeat.js +1 -0
  322. package/models/command/IRocosCommandMessageResponse.d.ts +55 -0
  323. package/models/command/IRocosCommandMessageResponse.js +29 -0
  324. package/models/command/RocosCommandResultStatus.d.ts +11 -0
  325. package/models/command/RocosCommandResultStatus.js +12 -0
  326. package/models/command/index.d.ts +4 -0
  327. package/models/command/index.js +4 -0
  328. package/models/file/FileEnums.d.ts +30 -0
  329. package/models/file/FileEnums.js +33 -0
  330. package/models/index.d.ts +76 -0
  331. package/models/index.js +76 -0
  332. package/models/integrations/Overlay.d.ts +49 -0
  333. package/models/integrations/Overlay.js +1 -0
  334. package/models/integrations/Plan.d.ts +324 -0
  335. package/models/integrations/Plan.js +1 -0
  336. package/models/maps/Map.d.ts +11 -0
  337. package/models/maps/Map.js +1 -0
  338. package/models/maps/Panorama.d.ts +36 -0
  339. package/models/maps/Panorama.js +1 -0
  340. package/models/message/IRocosCallerMessage.d.ts +8 -0
  341. package/models/message/IRocosCallerMessage.js +1 -0
  342. package/models/message/IRocosChangeMessage.d.ts +6 -0
  343. package/models/message/IRocosChangeMessage.js +1 -0
  344. package/models/message/IRocosCommandMessage.d.ts +6 -0
  345. package/models/message/IRocosCommandMessage.js +1 -0
  346. package/models/message/IRocosControlMessage.d.ts +7 -0
  347. package/models/message/IRocosControlMessage.js +1 -0
  348. package/models/message/IRocosOpResultMessage.d.ts +6 -0
  349. package/models/message/IRocosOpResultMessage.js +1 -0
  350. package/models/message/IRocosSearchMessage.d.ts +5 -0
  351. package/models/message/IRocosSearchMessage.js +1 -0
  352. package/models/message/IRocosSearchRowMessage.d.ts +9 -0
  353. package/models/message/IRocosSearchRowMessage.js +1 -0
  354. package/models/message/IRocosSearchStatusMessage.d.ts +4 -0
  355. package/models/message/IRocosSearchStatusMessage.js +1 -0
  356. package/models/message/IRocosTelemetryMessage.d.ts +23 -0
  357. package/models/message/IRocosTelemetryMessage.js +1 -0
  358. package/models/message/IStreamStatusMessage.d.ts +5 -0
  359. package/models/message/IStreamStatusMessage.js +1 -0
  360. package/models/message/RocosCallerMessage.d.ts +10 -0
  361. package/models/message/RocosCallerMessage.js +32 -0
  362. package/models/message/RocosCommandMessage.d.ts +9 -0
  363. package/models/message/RocosCommandMessage.js +13 -0
  364. package/models/message/RocosControlMessage.d.ts +11 -0
  365. package/models/message/RocosControlMessage.js +14 -0
  366. package/models/message/RocosOpResultMessage.d.ts +10 -0
  367. package/models/message/RocosOpResultMessage.js +18 -0
  368. package/models/message/RocosSearchMessage.d.ts +9 -0
  369. package/models/message/RocosSearchMessage.js +24 -0
  370. package/models/message/RocosSearchRowMessage.d.ts +13 -0
  371. package/models/message/RocosSearchRowMessage.js +16 -0
  372. package/models/message/RocosTelemetryMessage.d.ts +10 -0
  373. package/models/message/RocosTelemetryMessage.js +63 -0
  374. package/models/message/index.d.ts +17 -0
  375. package/models/message/index.js +17 -0
  376. package/models/params/ICallerParams.d.ts +16 -0
  377. package/models/params/ICallerParams.js +1 -0
  378. package/models/params/ICommandParams.d.ts +9 -0
  379. package/models/params/ICommandParams.js +1 -0
  380. package/models/params/IControlParams.d.ts +8 -0
  381. package/models/params/IControlParams.js +1 -0
  382. package/models/params/IFileAccessorParams.d.ts +11 -0
  383. package/models/params/IFileAccessorParams.js +1 -0
  384. package/models/params/ISearchParams.d.ts +10 -0
  385. package/models/params/ISearchParams.js +1 -0
  386. package/models/params/ITelemetryParams.d.ts +18 -0
  387. package/models/params/ITelemetryParams.js +1 -0
  388. package/models/params/IWebRTCSignallingParams.d.ts +21 -0
  389. package/models/params/IWebRTCSignallingParams.js +1 -0
  390. package/models/projects/ProjectUser.d.ts +6 -0
  391. package/models/projects/ProjectUser.js +1 -0
  392. package/models/schedule/IScheduleAction.d.ts +13 -0
  393. package/models/schedule/IScheduleAction.js +6 -0
  394. package/models/schedule/IScheduleInfo.d.ts +11 -0
  395. package/models/schedule/IScheduleInfo.js +1 -0
  396. package/models/schedule/IScheduleJob.d.ts +12 -0
  397. package/models/schedule/IScheduleJob.js +1 -0
  398. package/models/search/SearchQueryFilter.d.ts +5 -0
  399. package/models/search/SearchQueryFilter.js +5 -0
  400. package/models/search/SearchStreamQuery.d.ts +15 -0
  401. package/models/search/SearchStreamQuery.js +6 -0
  402. package/models/stream/IBaseStream.d.ts +8 -0
  403. package/models/stream/IBaseStream.js +1 -0
  404. package/models/stream/ICallerStream.d.ts +8 -0
  405. package/models/stream/ICallerStream.js +1 -0
  406. package/models/stream/ICommandStream.d.ts +7 -0
  407. package/models/stream/ICommandStream.js +1 -0
  408. package/models/stream/IControlStream.d.ts +9 -0
  409. package/models/stream/IControlStream.js +1 -0
  410. package/models/stream/IFileAccessorStream.d.ts +9 -0
  411. package/models/stream/IFileAccessorStream.js +1 -0
  412. package/models/stream/ISearchStream.d.ts +11 -0
  413. package/models/stream/ISearchStream.js +1 -0
  414. package/models/stream/ITelemetryStream.d.ts +10 -0
  415. package/models/stream/ITelemetryStream.js +1 -0
  416. package/models/stream/IWebRTCSignallingStream.d.ts +76 -0
  417. package/models/stream/IWebRTCSignallingStream.js +1 -0
  418. package/models/types.d.ts +5 -0
  419. package/models/types.js +1 -0
  420. package/models/workflow/Workflow.d.ts +36 -0
  421. package/models/workflow/Workflow.js +1 -0
  422. package/node/RocosSDKNode.d.ts +47 -0
  423. package/node/RocosSDKNode.js +150 -0
  424. package/node/index.d.ts +7 -0
  425. package/node/index.js +7 -0
  426. package/package.json +25 -7
  427. package/services/AssetStorageService.d.ts +114 -0
  428. package/services/AssetStorageService.js +182 -0
  429. package/services/AuthService.d.ts +93 -0
  430. package/services/AuthService.js +235 -0
  431. package/services/AuthService.spec.d.ts +1 -0
  432. package/services/AuthService.spec.js +163 -0
  433. package/services/BaseServiceAbstract.d.ts +36 -0
  434. package/services/BaseServiceAbstract.js +97 -0
  435. package/services/BaseStreamService.d.ts +18 -0
  436. package/services/BaseStreamService.js +47 -0
  437. package/services/CallerService.d.ts +10 -0
  438. package/services/CallerService.js +53 -0
  439. package/services/CallerServiceNode.d.ts +6 -0
  440. package/services/CallerServiceNode.js +7 -0
  441. package/services/CommandService.d.ts +9 -0
  442. package/services/CommandService.js +38 -0
  443. package/services/CommandServiceNode.d.ts +6 -0
  444. package/services/CommandServiceNode.js +7 -0
  445. package/services/ConfigGroupService.d.ts +89 -0
  446. package/services/ConfigGroupService.js +153 -0
  447. package/services/ControlService.d.ts +11 -0
  448. package/services/ControlService.js +57 -0
  449. package/services/ControlServiceNode.d.ts +6 -0
  450. package/services/ControlServiceNode.js +7 -0
  451. package/services/DashboardService.d.ts +97 -0
  452. package/services/DashboardService.js +142 -0
  453. package/services/EvaluatorService.d.ts +11 -0
  454. package/services/EvaluatorService.js +28 -0
  455. package/services/EventService.d.ts +53 -0
  456. package/services/EventService.js +85 -0
  457. package/services/FileAccessorService.d.ts +11 -0
  458. package/services/FileAccessorService.js +37 -0
  459. package/services/FileAccessorServiceNode.d.ts +6 -0
  460. package/services/FileAccessorServiceNode.js +7 -0
  461. package/services/FunctionService.d.ts +68 -0
  462. package/services/FunctionService.js +99 -0
  463. package/services/IntegrationService.d.ts +48 -0
  464. package/services/IntegrationService.js +72 -0
  465. package/services/MapService.d.ts +142 -0
  466. package/services/MapService.js +192 -0
  467. package/services/PlatformTimeService.d.ts +35 -0
  468. package/services/PlatformTimeService.js +156 -0
  469. package/services/PlatformTimeService.spec.d.ts +1 -0
  470. package/services/PlatformTimeService.spec.js +180 -0
  471. package/services/ProfileService.d.ts +244 -0
  472. package/services/ProfileService.js +362 -0
  473. package/services/ProjectService.d.ts +110 -0
  474. package/services/ProjectService.js +160 -0
  475. package/services/RobotService.d.ts +278 -0
  476. package/services/RobotService.js +460 -0
  477. package/services/ScheduleService.d.ts +22 -0
  478. package/services/ScheduleService.js +36 -0
  479. package/services/SearchService.d.ts +12 -0
  480. package/services/SearchService.js +58 -0
  481. package/services/SearchServiceNode.d.ts +6 -0
  482. package/services/SearchServiceNode.js +7 -0
  483. package/services/SpotProvisioningService.d.ts +14 -0
  484. package/services/SpotProvisioningService.js +43 -0
  485. package/services/SpotProvisioningServiceNode.d.ts +15 -0
  486. package/services/SpotProvisioningServiceNode.js +43 -0
  487. package/services/StreamService.d.ts +98 -0
  488. package/services/StreamService.js +142 -0
  489. package/services/TelemetryService.d.ts +41 -0
  490. package/services/TelemetryService.js +154 -0
  491. package/services/TelemetryService.spec.d.ts +1 -0
  492. package/services/TelemetryService.spec.js +37 -0
  493. package/services/TelemetryServiceNode.d.ts +6 -0
  494. package/services/TelemetryServiceNode.js +7 -0
  495. package/services/TimeSyncerService.d.ts +13 -0
  496. package/services/TimeSyncerService.js +23 -0
  497. package/services/UserService.d.ts +200 -0
  498. package/services/UserService.js +315 -0
  499. package/services/WebRTCSignallingService.d.ts +22 -0
  500. package/services/WebRTCSignallingService.js +78 -0
  501. package/services/WorkflowService.d.ts +67 -0
  502. package/services/WorkflowService.js +86 -0
  503. package/services/index.d.ts +27 -0
  504. package/services/index.js +27 -0
  505. package/store/RocosStore.d.ts +31 -0
  506. package/store/RocosStore.js +47 -0
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ import { IRobotConfig } from './IRobotConfig';
2
+ import { IRobotPlugin } from './IRobotPlugin';
3
+ export interface IRobotTemplate {
4
+ id: string;
5
+ name: string;
6
+ description?: string;
7
+ parameters: IRobotConfig[];
8
+ metaData: any;
9
+ plugins: IRobotPlugin[];
10
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,19 @@
1
+ import { IStreamOptions } from './IStreamOptions';
2
+ export type IRocosSDKConfig = IRocosSDKConfigApp | IRocosSDKConfigToken;
3
+ interface IRocosSDKConfigBase {
4
+ url: string;
5
+ token?: string;
6
+ refreshToken?: string;
7
+ options?: IStreamOptions;
8
+ port?: number;
9
+ insecure?: boolean;
10
+ }
11
+ export interface IRocosSDKConfigApp extends IRocosSDKConfigBase {
12
+ appId: string;
13
+ appKey: string;
14
+ }
15
+ export interface IRocosSDKConfigToken extends IRocosSDKConfigBase {
16
+ token: string;
17
+ refreshToken?: string;
18
+ }
19
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface ISourceData {
2
+ id: string;
3
+ }
4
+ export interface ISource {
5
+ id: string;
6
+ name: string;
7
+ data?: ISourceData[];
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import { IStreamSource } from './IStreamSource';
2
+ export interface IStream {
3
+ id?: string;
4
+ name: string;
5
+ description?: string;
6
+ data: IStreamSource[];
7
+ callsigns?: string[];
8
+ robotDefinitionIds?: any;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import { IStreamOptions } from './IStreamOptions';
2
+ export interface IStreamConfig {
3
+ url: string;
4
+ token: string;
5
+ scope: string;
6
+ options?: IStreamOptions;
7
+ port?: number;
8
+ insecure?: boolean;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ export interface IStreamOptions {
2
+ autoResubscribeEnabled: boolean;
3
+ autoResubscribeMessageLimit: number;
4
+ autoResubscribeMinimumTime: number;
5
+ messageTimeoutInSec: number;
6
+ autoAcknowledgmentEnabled: boolean;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface IStreamSource {
2
+ id?: string;
3
+ sourceId: string;
4
+ dataId: string;
5
+ type: string;
6
+ frequency: number;
7
+ robotDefinitionIds?: any;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,5 @@
1
+ import { Observable } from 'rxjs';
2
+ import { SubscriberStatusEnum } from './SubscriberStatusEnum';
3
+ export interface ISubscriberStatus {
4
+ status$: Observable<SubscriberStatusEnum>;
5
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import { CallsignsLookup } from './callsigns/CallsignsLookup';
2
+ import { IStreamConfig } from './IStreamConfig';
3
+ export interface ITelemetryStreamConfig extends IStreamConfig {
4
+ projectId: string;
5
+ callsignsLookup: CallsignsLookup;
6
+ sources: string[];
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ export interface IToken {
2
+ readonly value: string;
3
+ readonly expires?: Date;
4
+ readonly issuedAt?: Date;
5
+ readonly subject?: string;
6
+ readonly issuer?: string;
7
+ readonly audience?: string;
8
+ readonly refreshToken?: string;
9
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,25 @@
1
+ import { IWidgetLineGroup } from './IWidgetLineGroup';
2
+ export interface IWidget {
3
+ connectionType: string;
4
+ widgetType: string;
5
+ widgetHeading: string;
6
+ dataURI: string;
7
+ source?: string;
8
+ units: string;
9
+ dataName: string;
10
+ key?: string;
11
+ valueExpression?: string;
12
+ decimalPlaces?: number;
13
+ widgetTimeout?: number;
14
+ minimumValue: number;
15
+ maximumValue: number;
16
+ lineGroups?: IWidgetLineGroup[];
17
+ rangeMin?: number;
18
+ rangeMax?: number;
19
+ tableFormat?: string;
20
+ videoServer?: string;
21
+ videoId?: string;
22
+ videoCommand?: string;
23
+ videoSourceType?: string;
24
+ html?: string;
25
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ export interface IWidgetLineGroup {
2
+ dataURI: string;
3
+ source?: string;
4
+ units: string;
5
+ dataLabel: string;
6
+ lineColor: string;
7
+ valueExpression?: string;
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ export declare enum ResponseLevelEnum {
2
+ /** ack, return, result **/
3
+ ALL = 0,
4
+ /** return, result **/
5
+ RETURN_AND_RESULT = 1,
6
+ /** result **/
7
+ RESULT_ONLY = 2,
8
+ /** nothing **/
9
+ NONE = 3
10
+ }
@@ -0,0 +1,11 @@
1
+ export var ResponseLevelEnum;
2
+ (function (ResponseLevelEnum) {
3
+ /** ack, return, result **/
4
+ ResponseLevelEnum[ResponseLevelEnum["ALL"] = 0] = "ALL";
5
+ /** return, result **/
6
+ ResponseLevelEnum[ResponseLevelEnum["RETURN_AND_RESULT"] = 1] = "RETURN_AND_RESULT";
7
+ /** result **/
8
+ ResponseLevelEnum[ResponseLevelEnum["RESULT_ONLY"] = 2] = "RESULT_ONLY";
9
+ /** nothing **/
10
+ ResponseLevelEnum[ResponseLevelEnum["NONE"] = 3] = "NONE";
11
+ })(ResponseLevelEnum || (ResponseLevelEnum = {}));
@@ -0,0 +1,20 @@
1
+ import { IRobot } from './IRobot';
2
+ import { RobotModeType } from './types';
3
+ export declare class Robot implements IRobot {
4
+ tags?: string[];
5
+ name: string;
6
+ callsign: string;
7
+ disabled: boolean;
8
+ imageId: string;
9
+ mode: RobotModeType;
10
+ description?: string;
11
+ configParameters?: string;
12
+ robotDefinition?: string;
13
+ projectId?: string;
14
+ componentSettingsVersionLog?: string[];
15
+ createdAt?: string;
16
+ updatedAt?: string;
17
+ robotDefinitionName?: string;
18
+ robotDefinitionTags?: string[];
19
+ constructor(init?: Partial<IRobot>);
20
+ }
@@ -0,0 +1,8 @@
1
+ export class Robot {
2
+ constructor(init) {
3
+ this.disabled = false;
4
+ this.imageId = '';
5
+ this.mode = 'physical';
6
+ Object.assign(this, init);
7
+ }
8
+ }
@@ -0,0 +1,10 @@
1
+ import { IRobotConfig } from './IRobotConfig';
2
+ export declare class RobotConfig implements IRobotConfig {
3
+ id: string;
4
+ name: string;
5
+ description: string;
6
+ type: string;
7
+ defaultValue: any;
8
+ required: boolean;
9
+ constructor(init?: Partial<IRobotConfig>);
10
+ }
@@ -0,0 +1,5 @@
1
+ export class RobotConfig {
2
+ constructor(init) {
3
+ Object.assign(this, init);
4
+ }
5
+ }
@@ -0,0 +1,5 @@
1
+ import { IRobotPlugin } from './IRobotPlugin';
2
+ export declare class RobotPlugin implements IRobotPlugin {
3
+ name: string;
4
+ constructor(init?: Partial<IRobotPlugin>);
5
+ }
@@ -0,0 +1,5 @@
1
+ export class RobotPlugin {
2
+ constructor(init) {
3
+ Object.assign(this, init);
4
+ }
5
+ }
@@ -0,0 +1,12 @@
1
+ import { IRobotConfig } from './IRobotConfig';
2
+ import { IRobotPlugin } from './IRobotPlugin';
3
+ import { IRobotTemplate } from './IRobotTemplate';
4
+ export declare class RobotTemplate implements IRobotTemplate {
5
+ id: string;
6
+ name: string;
7
+ description?: string;
8
+ parameters: IRobotConfig[];
9
+ metaData: any;
10
+ plugins: IRobotPlugin[];
11
+ constructor(init?: Partial<IRobotTemplate>);
12
+ }
@@ -0,0 +1,25 @@
1
+ import { RobotConfig } from './RobotConfig';
2
+ import { RobotPlugin } from './RobotPlugin';
3
+ export class RobotTemplate {
4
+ constructor(init) {
5
+ this.parameters = [];
6
+ this.plugins = [];
7
+ Object.assign(this, init);
8
+ if (init?.parameters && init?.parameters?.length > 0) {
9
+ this.parameters = init.parameters.map((config) => {
10
+ return new RobotConfig(config);
11
+ });
12
+ }
13
+ try {
14
+ this.metaData = JSON.parse(init?.metaData);
15
+ if (this?.metaData?.plugins?.length > 0) {
16
+ this.plugins = this.metaData.plugins.map((plugin) => {
17
+ return new RobotPlugin(plugin);
18
+ });
19
+ }
20
+ }
21
+ catch {
22
+ this.metaData = {};
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,31 @@
1
+ export declare const errorCodes: {
2
+ SKD_ERROR: string;
3
+ AUTH_ERROR: string;
4
+ ROBOT_SERVICE_ERROR: string;
5
+ SPOT_SERVICE_ERROR: string;
6
+ STREAM_LISTENER_ERROR: string;
7
+ TELEMETRY_ERROR: string;
8
+ TELEMETRY_STREAM_ERROR: string;
9
+ TELEMETRY_SERVICE_ERROR: string;
10
+ EVENT_SERVICE_ERROR: string;
11
+ PROJECT_SERVICE_ERROR: string;
12
+ DASHBOARD_SERVICE_ERROR: string;
13
+ USER_SERVICE_ERROR: string;
14
+ ACCOUNT_SERVICE_ERROR: string;
15
+ TIME_SYNCER_SERVICE_ERROR: string;
16
+ CONFIG_GROUP_SERVICE_ERROR: string;
17
+ FUNCTION_SERVICE_ERROR: string;
18
+ STREAM_SERVICE_ERROR: string;
19
+ WORKFLOW_SERVICE_ERROR: string;
20
+ ASSET_STORAGE_SERVICE_ERROR: string;
21
+ PROFILE_SERVICE_ERROR: string;
22
+ SCHEDULE_SERVICE_ERROR: string;
23
+ INTEGRATIONS_SERVICE_ERROR: string;
24
+ MAPS_SERVICE_ERROR: string;
25
+ EVALUATOR_SERVICE_ERROR: string;
26
+ };
27
+ export declare class RocosError extends Error {
28
+ code?: string;
29
+ statusCode?: number;
30
+ constructor(err: string | Error, code?: string, statusCode?: number);
31
+ }
@@ -0,0 +1,40 @@
1
+ export const errorCodes = {
2
+ SKD_ERROR: 'SKD_ERROR',
3
+ AUTH_ERROR: 'AUTH_ERROR',
4
+ ROBOT_SERVICE_ERROR: 'ROBOT_SERVICE_ERROR',
5
+ SPOT_SERVICE_ERROR: 'SPOT_SERVICE_ERROR',
6
+ STREAM_LISTENER_ERROR: 'STREAM_LISTENER_ERROR',
7
+ TELEMETRY_ERROR: 'TELEMETRY_ERROR',
8
+ TELEMETRY_STREAM_ERROR: 'TELEMETRY_STREAM_ERROR',
9
+ TELEMETRY_SERVICE_ERROR: 'TELEMETRY_SERVICE_ERROR',
10
+ EVENT_SERVICE_ERROR: 'EVENT_SERVICE_ERROR',
11
+ PROJECT_SERVICE_ERROR: 'PROJECT_SERVICE_ERROR',
12
+ DASHBOARD_SERVICE_ERROR: 'PROJECT_SERVICE_ERROR',
13
+ USER_SERVICE_ERROR: 'USER_SERVICE_ERROR',
14
+ ACCOUNT_SERVICE_ERROR: 'ACCOUNT_SERVICE_ERROR',
15
+ TIME_SYNCER_SERVICE_ERROR: 'TIME_SYNCER_SERVICE_ERROR',
16
+ CONFIG_GROUP_SERVICE_ERROR: 'CONFIG_GROUP_SERVICE_ERROR',
17
+ FUNCTION_SERVICE_ERROR: 'FUNCTION_SERVICE_ERROR',
18
+ STREAM_SERVICE_ERROR: 'STREAM_SERVICE_ERROR',
19
+ WORKFLOW_SERVICE_ERROR: 'WORKFLOW_SERVICE_ERROR',
20
+ ASSET_STORAGE_SERVICE_ERROR: 'ASSET_STORAGE_SERVICE_ERROR',
21
+ PROFILE_SERVICE_ERROR: 'PROFILE_SERVICE_ERROR',
22
+ SCHEDULE_SERVICE_ERROR: 'SCHEDULE_SERVICE_ERROR',
23
+ INTEGRATIONS_SERVICE_ERROR: 'INTEGRATIONS_SERVICE_ERROR',
24
+ MAPS_SERVICE_ERROR: 'MAPS_SERVICE_ERROR',
25
+ EVALUATOR_SERVICE_ERROR: 'EVALUATOR_SERVICE_ERROR',
26
+ };
27
+ export class RocosError extends Error {
28
+ constructor(err, code, statusCode) {
29
+ if (err instanceof Error) {
30
+ super(err.message);
31
+ this.name = err.name;
32
+ this.stack = err.stack;
33
+ }
34
+ else {
35
+ super(err);
36
+ }
37
+ this.code = code;
38
+ this.statusCode = statusCode;
39
+ }
40
+ }
@@ -0,0 +1,27 @@
1
+ export declare enum ServiceEnum {
2
+ AUTH = "auth",
3
+ TELEMETRY = "telemetry",
4
+ ROBOT = "robot",
5
+ EVENT = "event",
6
+ PROJECT = "project",
7
+ CALLER = "caller",
8
+ COMMAND = "command",
9
+ CONTROL = "control",
10
+ SEARCH = "search",
11
+ CONFIG_GROUP = "config_group",
12
+ DASHBOARD = "dashboard",
13
+ FUNCTION = "function",
14
+ STREAM = "stream",
15
+ USER = "user",
16
+ TIME_SYNCER = "time_syncer",
17
+ WORKFLOW = "workflow",
18
+ ASSET_STORAGE = "asset_storage",
19
+ PROFILE = "profile",
20
+ WEBRTC_SIGNALLING = "webrtc_signalling",
21
+ FILE_ACCESSOR = "file_accessor",
22
+ SCHEDULE = "schedule",
23
+ SPOT_PROVISIONER = "spot_provisioner",
24
+ INTEGRATION = "integration",
25
+ MAP = "map",
26
+ EVALUATOR = "evaluator"
27
+ }
@@ -0,0 +1,28 @@
1
+ export var ServiceEnum;
2
+ (function (ServiceEnum) {
3
+ ServiceEnum["AUTH"] = "auth";
4
+ ServiceEnum["TELEMETRY"] = "telemetry";
5
+ ServiceEnum["ROBOT"] = "robot";
6
+ ServiceEnum["EVENT"] = "event";
7
+ ServiceEnum["PROJECT"] = "project";
8
+ ServiceEnum["CALLER"] = "caller";
9
+ ServiceEnum["COMMAND"] = "command";
10
+ ServiceEnum["CONTROL"] = "control";
11
+ ServiceEnum["SEARCH"] = "search";
12
+ ServiceEnum["CONFIG_GROUP"] = "config_group";
13
+ ServiceEnum["DASHBOARD"] = "dashboard";
14
+ ServiceEnum["FUNCTION"] = "function";
15
+ ServiceEnum["STREAM"] = "stream";
16
+ ServiceEnum["USER"] = "user";
17
+ ServiceEnum["TIME_SYNCER"] = "time_syncer";
18
+ ServiceEnum["WORKFLOW"] = "workflow";
19
+ ServiceEnum["ASSET_STORAGE"] = "asset_storage";
20
+ ServiceEnum["PROFILE"] = "profile";
21
+ ServiceEnum["WEBRTC_SIGNALLING"] = "webrtc_signalling";
22
+ ServiceEnum["FILE_ACCESSOR"] = "file_accessor";
23
+ ServiceEnum["SCHEDULE"] = "schedule";
24
+ ServiceEnum["SPOT_PROVISIONER"] = "spot_provisioner";
25
+ ServiceEnum["INTEGRATION"] = "integration";
26
+ ServiceEnum["MAP"] = "map";
27
+ ServiceEnum["EVALUATOR"] = "evaluator";
28
+ })(ServiceEnum || (ServiceEnum = {}));
@@ -0,0 +1,10 @@
1
+ import { IStream } from './IStream';
2
+ import { IStreamSource } from './IStreamSource';
3
+ export declare class Stream implements IStream {
4
+ id?: string;
5
+ name: string;
6
+ description: string;
7
+ data: IStreamSource[];
8
+ robotDefinitionIds?: any;
9
+ constructor(init?: Partial<IStream>);
10
+ }
@@ -0,0 +1,11 @@
1
+ import { StreamSource } from './StreamSource';
2
+ export class Stream {
3
+ constructor(init) {
4
+ Object.assign(this, init);
5
+ if (init?.data) {
6
+ this.data = init.data.map((source) => {
7
+ return new StreamSource(source);
8
+ });
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,9 @@
1
+ import { IStreamOptions } from './IStreamOptions';
2
+ export declare class StreamOptions implements IStreamOptions {
3
+ autoResubscribeEnabled: boolean;
4
+ autoResubscribeMessageLimit: number;
5
+ autoResubscribeMinimumTime: number;
6
+ messageTimeoutInSec: number;
7
+ autoAcknowledgmentEnabled: boolean;
8
+ static fromModel(model?: Partial<IStreamOptions>): IStreamOptions;
9
+ }
@@ -0,0 +1,33 @@
1
+ export class StreamOptions {
2
+ constructor() {
3
+ this.autoResubscribeEnabled = false;
4
+ // Resubscribe when received messages above this limit.
5
+ this.autoResubscribeMessageLimit = 100;
6
+ // In seconds
7
+ this.autoResubscribeMinimumTime = 10;
8
+ this.messageTimeoutInSec = 10;
9
+ // enable auto acknowledgment of messages
10
+ this.autoAcknowledgmentEnabled = true;
11
+ }
12
+ static fromModel(model) {
13
+ const options = new StreamOptions();
14
+ if (model) {
15
+ if (model.autoResubscribeEnabled !== undefined) {
16
+ options.autoResubscribeEnabled = model.autoResubscribeEnabled;
17
+ }
18
+ if (model.autoResubscribeMessageLimit !== undefined) {
19
+ options.autoResubscribeMessageLimit = model.autoResubscribeMessageLimit;
20
+ }
21
+ if (model.autoResubscribeMinimumTime !== undefined) {
22
+ options.autoResubscribeMinimumTime = model.autoResubscribeMinimumTime;
23
+ }
24
+ if (model.messageTimeoutInSec !== undefined) {
25
+ options.messageTimeoutInSec = model.messageTimeoutInSec;
26
+ }
27
+ if (model.autoAcknowledgmentEnabled !== undefined) {
28
+ options.autoAcknowledgmentEnabled = model.autoAcknowledgmentEnabled;
29
+ }
30
+ }
31
+ return options;
32
+ }
33
+ }
@@ -0,0 +1,10 @@
1
+ import { IStreamSource } from './IStreamSource';
2
+ export declare class StreamSource implements IStreamSource {
3
+ id?: string;
4
+ sourceId: string;
5
+ dataId: string;
6
+ type: string;
7
+ frequency: number;
8
+ robotDefinitionIds?: any;
9
+ constructor(init?: Partial<IStreamSource>);
10
+ }
@@ -0,0 +1,11 @@
1
+ export class StreamSource {
2
+ constructor(init) {
3
+ Object.assign(this, init);
4
+ if (!init?.sourceId) {
5
+ this.sourceId = '';
6
+ }
7
+ if (!init?.dataId) {
8
+ this.dataId = '';
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,6 @@
1
+ export declare enum SubscriberStatusEnum {
2
+ STOPPED = "stopped",
3
+ ALIVE = "alive",
4
+ DEAD = "dead",
5
+ ERROR = "error"
6
+ }
@@ -0,0 +1,7 @@
1
+ export var SubscriberStatusEnum;
2
+ (function (SubscriberStatusEnum) {
3
+ SubscriberStatusEnum["STOPPED"] = "stopped";
4
+ SubscriberStatusEnum["ALIVE"] = "alive";
5
+ SubscriberStatusEnum["DEAD"] = "dead";
6
+ SubscriberStatusEnum["ERROR"] = "error";
7
+ })(SubscriberStatusEnum || (SubscriberStatusEnum = {}));
@@ -0,0 +1,40 @@
1
+ import { IToken } from './IToken';
2
+ /** Represents a JWT token.
3
+ *
4
+ * @see https://jwt.io/
5
+ * @see https://tools.ietf.org/html/rfc7519
6
+ * */
7
+ export declare class Token implements IToken {
8
+ /**
9
+ * The raw token value.
10
+ *
11
+ * @see bearer
12
+ */
13
+ readonly value: string;
14
+ readonly audience?: string;
15
+ readonly expires?: Date;
16
+ readonly issuedAt?: Date;
17
+ readonly issuer?: string;
18
+ readonly subject?: string;
19
+ readonly refreshToken?: string;
20
+ constructor(token: string, refreshToken?: string);
21
+ /** Convenience method to get the token in Bearer format. */
22
+ get bearer(): string;
23
+ /**
24
+ * Check if the token is expired
25
+ *
26
+ * You may optionally provide a threshold in minutes to check if the token will expire within that time.
27
+ * If no threshold is provided, the token will be considered expired if it has already expired.
28
+ *
29
+ * @returns true if the token is expired (or will expire within the threshold)
30
+ */
31
+ isExpiredIn(threshold?: number, unit?: 'minutes' | 'seconds' | 'hours'): boolean;
32
+ isExpired(): boolean;
33
+ private getJWTPayload;
34
+ /** Decode a base64 string.
35
+ *
36
+ * Supports both Node.js and browser environments.
37
+ * @private
38
+ */
39
+ private decodeBase64;
40
+ }