@dronedeploy/rocos-js-sdk 2.6.1 → 3.0.0-alpha.20

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 (618) hide show
  1. package/IRocosSDK.d.ts +3 -26
  2. package/IRocosSDK.js +1 -5
  3. package/README.md +18 -0
  4. package/RocosSDK.d.ts +6 -1
  5. package/RocosSDK.js +103 -95
  6. package/api/StreamRegister.d.ts +1 -1
  7. package/api/StreamRegister.js +23 -12
  8. package/api/atoms/StreamHeartbeat.js +3 -7
  9. package/api/streams/caller/CallerStream.d.ts +6 -6
  10. package/api/streams/caller/CallerStream.js +41 -49
  11. package/api/streams/caller/CallerStreamAbstract.d.ts +6 -11
  12. package/api/streams/caller/CallerStreamAbstract.js +55 -67
  13. package/api/streams/caller/CallerStreamNode.d.ts +6 -6
  14. package/api/streams/caller/CallerStreamNode.js +48 -61
  15. package/api/streams/command/CommandStream.d.ts +2 -4
  16. package/api/streams/command/CommandStream.js +28 -30
  17. package/api/streams/command/CommandStreamAbstract.d.ts +4 -8
  18. package/api/streams/command/CommandStreamAbstract.js +33 -42
  19. package/api/streams/command/CommandStreamNode.d.ts +2 -4
  20. package/api/streams/command/CommandStreamNode.js +16 -40
  21. package/api/streams/control/ControlStream.d.ts +4 -6
  22. package/api/streams/control/ControlStream.js +30 -36
  23. package/api/streams/control/ControlStreamAbstract.d.ts +6 -9
  24. package/api/streams/control/ControlStreamAbstract.js +57 -54
  25. package/api/streams/control/ControlStreamNode.d.ts +3 -5
  26. package/api/streams/control/ControlStreamNode.js +19 -44
  27. package/api/streams/fileAccessor/FileAccessorStream.d.ts +2 -4
  28. package/api/streams/fileAccessor/FileAccessorStream.js +42 -57
  29. package/api/streams/fileAccessor/FileAccessorStreamAbstract.d.ts +4 -9
  30. package/api/streams/fileAccessor/FileAccessorStreamAbstract.js +28 -48
  31. package/api/streams/fileAccessor/FileAccessorStreamNode.d.ts +1 -3
  32. package/api/streams/fileAccessor/FileAccessorStreamNode.js +23 -53
  33. package/api/streams/search/SearchStream.d.ts +2 -5
  34. package/api/streams/search/SearchStream.js +50 -74
  35. package/api/streams/search/SearchStreamAbstract.d.ts +4 -9
  36. package/api/streams/search/SearchStreamAbstract.js +33 -35
  37. package/api/streams/search/SearchStreamNode.d.ts +2 -5
  38. package/api/streams/search/SearchStreamNode.js +23 -48
  39. package/api/streams/telemetry/TelemetryStream.d.ts +4 -4
  40. package/api/streams/telemetry/TelemetryStream.js +49 -78
  41. package/api/streams/telemetry/TelemetryStreamAbstract.d.ts +8 -11
  42. package/api/streams/telemetry/TelemetryStreamAbstract.js +126 -145
  43. package/api/streams/telemetry/TelemetryStreamNode.d.ts +5 -5
  44. package/api/streams/telemetry/TelemetryStreamNode.js +44 -64
  45. package/api/streams/webRTCSignalling/WebRTCSignallingStream.d.ts +5 -10
  46. package/api/streams/webRTCSignalling/WebRTCSignallingStream.js +37 -20
  47. package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.d.ts +10 -13
  48. package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.js +37 -37
  49. package/constants/api.d.ts +14 -5
  50. package/constants/api.js +130 -126
  51. package/constants/auth.d.ts +2 -0
  52. package/constants/auth.js +2 -0
  53. package/constants/grpc.js +5 -8
  54. package/constants/identifier.js +6 -9
  55. package/constants/timezones.d.ts +1 -1
  56. package/constants/timezones.js +1 -4
  57. package/grpc/conker_pb.client.d.ts +78 -0
  58. package/grpc/conker_pb.client.js +55 -0
  59. package/grpc/conker_pb.d.ts +141 -0
  60. package/grpc/conker_pb.grpc-client.d.ts +81 -0
  61. package/grpc/conker_pb.grpc-client.js +58 -0
  62. package/grpc/conker_pb.js +104 -0
  63. package/grpc/filagree_pb.client.d.ts +68 -0
  64. package/grpc/filagree_pb.client.js +48 -0
  65. package/grpc/filagree_pb.d.ts +404 -0
  66. package/grpc/filagree_pb.grpc-client.d.ts +69 -0
  67. package/grpc/filagree_pb.grpc-client.js +51 -0
  68. package/grpc/filagree_pb.js +329 -0
  69. package/grpc/google/protobuf/descriptor_pb.d.ts +1798 -0
  70. package/grpc/google/protobuf/descriptor_pb.js +2378 -0
  71. package/grpc/google/protobuf/empty_pb.d.ts +23 -0
  72. package/grpc/google/protobuf/empty_pb.js +47 -0
  73. package/grpc/pigeon_pb.client.d.ts +96 -0
  74. package/grpc/pigeon_pb.client.js +72 -0
  75. package/grpc/pigeon_pb.d.ts +207 -0
  76. package/grpc/pigeon_pb.grpc-client.d.ts +98 -0
  77. package/grpc/pigeon_pb.grpc-client.js +68 -0
  78. package/grpc/pigeon_pb.js +144 -0
  79. package/grpc/rambo.uri.v1_pb.d.ts +73 -0
  80. package/grpc/rambo.uri.v1_pb.js +48 -0
  81. package/grpc/rambo.v1_pb.client.d.ts +66 -0
  82. package/grpc/rambo.v1_pb.client.js +48 -0
  83. package/grpc/rambo.v1_pb.d.ts +392 -0
  84. package/grpc/rambo.v1_pb.grpc-client.d.ts +56 -0
  85. package/grpc/rambo.v1_pb.grpc-client.js +44 -0
  86. package/grpc/rambo.v1_pb.js +272 -0
  87. package/grpc/serviette.uri.v1_pb.d.ts +89 -0
  88. package/grpc/serviette.uri.v1_pb.js +62 -0
  89. package/grpc/serviette.v1_pb.client.d.ts +225 -0
  90. package/grpc/serviette.v1_pb.client.js +174 -0
  91. package/grpc/serviette.v1_pb.d.ts +827 -0
  92. package/grpc/serviette.v1_pb.grpc-client.d.ts +215 -0
  93. package/grpc/serviette.v1_pb.grpc-client.js +162 -0
  94. package/grpc/serviette.v1_pb.js +553 -0
  95. package/grpc/slowlane_pb.client.d.ts +61 -0
  96. package/grpc/slowlane_pb.client.js +41 -0
  97. package/grpc/slowlane_pb.d.ts +303 -0
  98. package/grpc/slowlane_pb.grpc-client.d.ts +64 -0
  99. package/grpc/slowlane_pb.grpc-client.js +44 -0
  100. package/grpc/slowlane_pb.js +185 -0
  101. package/grpc/teletubby_pb.client.d.ts +145 -0
  102. package/grpc/teletubby_pb.client.js +104 -0
  103. package/grpc/teletubby_pb.d.ts +634 -0
  104. package/grpc/teletubby_pb.grpc-client.d.ts +152 -0
  105. package/grpc/teletubby_pb.grpc-client.js +100 -0
  106. package/grpc/teletubby_pb.js +1264 -0
  107. package/helpers/arrayRemove.js +2 -6
  108. package/helpers/arrayUnique.js +2 -6
  109. package/helpers/average.js +2 -7
  110. package/helpers/callerMessageHelpers.d.ts +14 -0
  111. package/helpers/callerMessageHelpers.js +86 -0
  112. package/helpers/cleanObject.js +17 -19
  113. package/helpers/cleanObject.spec.d.ts +1 -0
  114. package/helpers/cleanObject.spec.js +53 -0
  115. package/helpers/enviroment.js +4 -11
  116. package/helpers/flattenCallsignsLookup.d.ts +1 -1
  117. package/helpers/flattenCallsignsLookup.js +1 -5
  118. package/helpers/flattenObject.js +1 -5
  119. package/helpers/flattenObject.spec.d.ts +1 -0
  120. package/helpers/flattenObject.spec.js +29 -0
  121. package/helpers/flattenOneOf.d.ts +67 -0
  122. package/helpers/flattenOneOf.js +29 -0
  123. package/helpers/flattenOneOf.spec.d.ts +1 -0
  124. package/helpers/flattenOneOf.spec.js +157 -0
  125. package/helpers/formatServiceUrl.js +1 -5
  126. package/helpers/formatServiceUrl.spec.d.ts +1 -0
  127. package/helpers/formatServiceUrl.spec.js +16 -0
  128. package/helpers/generateUUID.js +3 -7
  129. package/helpers/getSubscriptionsDifference.d.ts +3 -3
  130. package/helpers/getSubscriptionsDifference.js +6 -10
  131. package/helpers/getURLSearchParams.d.ts +2 -0
  132. package/helpers/getURLSearchParams.js +9 -0
  133. package/helpers/getURLSearchParams.spec.d.ts +1 -0
  134. package/helpers/getURLSearchParams.spec.js +19 -0
  135. package/helpers/getUniqueConfigKey.js +1 -6
  136. package/helpers/getUniqueId.js +3 -7
  137. package/helpers/getUnixTimeMs.js +1 -5
  138. package/helpers/index.d.ts +3 -1
  139. package/helpers/index.js +5 -15
  140. package/helpers/nanosecondToMillisecond.d.ts +1 -1
  141. package/helpers/nanosecondToMillisecond.js +11 -6
  142. package/helpers/nanosecondToMillisecond.spec.d.ts +1 -0
  143. package/helpers/nanosecondToMillisecond.spec.js +20 -0
  144. package/helpers/randomString.js +1 -5
  145. package/helpers/standardDeviation.js +4 -8
  146. package/helpers/standardDeviation.spec.d.ts +1 -0
  147. package/helpers/standardDeviation.spec.js +11 -0
  148. package/helpers/stringToUint8Array.js +3 -7
  149. package/helpers/uint8ArrayToString.js +3 -8
  150. package/helpers/websandbox/connection.d.ts +67 -0
  151. package/helpers/websandbox/connection.js +133 -0
  152. package/helpers/websandbox/frame/frame.d.ts +12 -0
  153. package/helpers/websandbox/frame/frame.js +22 -0
  154. package/helpers/websandbox/frame/frame.source.d.ts +2 -0
  155. package/helpers/websandbox/frame/frame.source.js +5 -0
  156. package/helpers/websandbox/frame/index.d.ts +2 -0
  157. package/helpers/websandbox/frame/index.js +2 -0
  158. package/helpers/websandbox/frame/worker/index.d.ts +2 -0
  159. package/helpers/websandbox/frame/worker/index.js +2 -0
  160. package/helpers/websandbox/frame/worker/manager.d.ts +11 -0
  161. package/helpers/websandbox/frame/worker/manager.js +67 -0
  162. package/helpers/websandbox/frame/worker/manager.spec.d.ts +4 -0
  163. package/helpers/websandbox/frame/worker/manager.spec.js +127 -0
  164. package/helpers/websandbox/frame/worker/types.d.ts +11 -0
  165. package/helpers/websandbox/frame/worker/types.js +1 -0
  166. package/helpers/websandbox/frame/worker/worker.d.ts +1 -0
  167. package/helpers/websandbox/frame/worker/worker.js +74 -0
  168. package/helpers/websandbox/frame/worker/worker.source.d.ts +2 -0
  169. package/helpers/websandbox/frame/worker/worker.source.js +4 -0
  170. package/helpers/websandbox/index.d.ts +2 -0
  171. package/helpers/websandbox/index.js +2 -0
  172. package/helpers/websandbox/sandbox.d.ts +57 -0
  173. package/helpers/websandbox/sandbox.js +175 -0
  174. package/helpers/websandbox/types.d.ts +13 -0
  175. package/helpers/websandbox/types.js +1 -0
  176. package/index.js +7 -19
  177. package/logger/RocosLogger.js +18 -44
  178. package/models/CallsignStatus.d.ts +6 -0
  179. package/models/CallsignStatus.js +7 -0
  180. package/models/ExportDataQuery.js +1 -5
  181. package/models/ExternalProject.js +1 -5
  182. package/models/IBaseService.d.ts +1 -0
  183. package/models/IBaseService.js +1 -2
  184. package/models/IConfigGroup.js +1 -2
  185. package/models/IDebugLevel.d.ts +1 -1
  186. package/models/IDebugLevel.js +1 -2
  187. package/models/IExportDataQuery.js +1 -2
  188. package/models/IFunctionConfig.js +1 -2
  189. package/models/IInvitation.d.ts +1 -1
  190. package/models/IInvitation.js +1 -2
  191. package/models/IInvitationExists.js +1 -2
  192. package/models/IOperation.js +1 -2
  193. package/models/IPersonalAccessToken.js +1 -2
  194. package/models/IProject.js +1 -2
  195. package/models/IProjectApplication.js +1 -2
  196. package/models/IRobot.d.ts +1 -0
  197. package/models/IRobot.js +1 -2
  198. package/models/IRobotConfig.js +1 -2
  199. package/models/IRobotPlugin.js +1 -2
  200. package/models/IRobotSettings.d.ts +28 -0
  201. package/models/IRobotSettings.js +1 -0
  202. package/models/IRobotTemplate.js +1 -2
  203. package/models/IRocosSDKConfig.d.ts +3 -9
  204. package/models/IRocosSDKConfig.js +1 -2
  205. package/models/ISource.js +1 -2
  206. package/models/IStream.js +1 -2
  207. package/models/IStreamConfig.js +1 -2
  208. package/models/IStreamOptions.js +1 -2
  209. package/models/IStreamSource.js +1 -2
  210. package/models/ISubscriberStatus.js +1 -2
  211. package/models/ITelemetryStreamConfig.js +1 -2
  212. package/models/IToken.d.ts +7 -3
  213. package/models/IToken.js +1 -2
  214. package/models/IWidget.js +1 -2
  215. package/models/IWidgetLineGroup.js +1 -2
  216. package/models/ResponseLevelEnum.d.ts +4 -0
  217. package/models/ResponseLevelEnum.js +6 -5
  218. package/models/Robot.d.ts +1 -0
  219. package/models/Robot.js +1 -5
  220. package/models/RobotConfig.js +1 -5
  221. package/models/RobotPlugin.js +1 -5
  222. package/models/RobotTemplate.js +9 -14
  223. package/models/RocosError.d.ts +1 -0
  224. package/models/RocosError.js +3 -6
  225. package/models/ServiceEnum.d.ts +2 -1
  226. package/models/ServiceEnum.js +3 -5
  227. package/models/Stream.js +4 -8
  228. package/models/StreamOptions.js +1 -5
  229. package/models/StreamSource.js +3 -7
  230. package/models/SubscriberStatusEnum.js +2 -5
  231. package/models/Token.d.ts +36 -4
  232. package/models/Token.js +74 -11
  233. package/models/Token.spec.d.ts +1 -0
  234. package/models/Token.spec.js +108 -0
  235. package/models/Widget.js +4 -8
  236. package/models/WidgetLineGroup.js +1 -5
  237. package/models/asset-storage/AssetModelItem.d.ts +3 -0
  238. package/models/asset-storage/AssetModelItem.js +1 -2
  239. package/models/caller/IRocosCallerMessageChunk.d.ts +8 -2
  240. package/models/caller/IRocosCallerMessageChunk.js +1 -2
  241. package/models/caller/IRocosCallerMessageChunks.d.ts +2 -3
  242. package/models/caller/IRocosCallerMessageChunks.js +1 -2
  243. package/models/caller/IRocosCallerMessageHeartbeat.d.ts +3 -2
  244. package/models/caller/IRocosCallerMessageHeartbeat.js +1 -2
  245. package/models/caller/IRocosCallerMessageResponse.d.ts +3 -2
  246. package/models/caller/IRocosCallerMessageResponse.js +1 -2
  247. package/models/caller/IRocosCallerMessageResponseAck.d.ts +16 -2
  248. package/models/caller/IRocosCallerMessageResponseAck.js +13 -2
  249. package/models/caller/IRocosCallerMessageResponseResult.d.ts +15 -2
  250. package/models/caller/IRocosCallerMessageResponseResult.js +12 -2
  251. package/models/caller/IRocosCallerMessageResponseReturn.d.ts +8 -0
  252. package/models/caller/IRocosCallerMessageResponseReturn.js +1 -0
  253. package/models/caller/IRocosCallerMessageResponseUid.d.ts +10 -2
  254. package/models/caller/IRocosCallerMessageResponseUid.js +7 -2
  255. package/models/caller/IRocosCallerMessageResponses.d.ts +2 -3
  256. package/models/caller/IRocosCallerMessageResponses.js +1 -2
  257. package/models/caller/RocosCallerResultStatus.d.ts +11 -1
  258. package/models/caller/RocosCallerResultStatus.js +12 -5
  259. package/models/caller/RocosResponseLevel.d.ts +6 -0
  260. package/models/caller/RocosResponseLevel.js +7 -0
  261. package/models/caller/index.d.ts +11 -0
  262. package/models/caller/index.js +11 -0
  263. package/models/callsigns/CallsignsEnums.d.ts +3 -3
  264. package/models/callsigns/CallsignsEnums.js +11 -14
  265. package/models/callsigns/CallsignsLookup.js +10 -15
  266. package/models/callsigns/CallsignsQuery.js +1 -5
  267. package/models/callsigns/CallsignsQueryPredicate.js +1 -5
  268. package/models/command/IRocosCommandMessageHeartbeat.d.ts +1 -2
  269. package/models/command/IRocosCommandMessageHeartbeat.js +1 -2
  270. package/models/command/IRocosCommandMessageResponse.d.ts +55 -2
  271. package/models/command/IRocosCommandMessageResponse.js +29 -2
  272. package/models/command/RocosCommandResultStatus.d.ts +11 -1
  273. package/models/command/RocosCommandResultStatus.js +12 -5
  274. package/models/command/index.d.ts +4 -0
  275. package/models/command/index.js +4 -0
  276. package/models/file/FileEnums.d.ts +4 -4
  277. package/models/file/FileEnums.js +9 -12
  278. package/models/index.d.ts +6 -31
  279. package/models/index.js +76 -113
  280. package/models/integrations/Overlay.js +1 -2
  281. package/models/integrations/Plan.js +1 -2
  282. package/models/maps/Map.d.ts +2 -3
  283. package/models/maps/Map.js +1 -2
  284. package/models/maps/Panorama.d.ts +36 -0
  285. package/models/maps/Panorama.js +1 -0
  286. package/models/message/IRocosCallerMessage.js +1 -2
  287. package/models/message/IRocosChangeMessage.js +1 -2
  288. package/models/message/IRocosCommandMessage.js +1 -2
  289. package/models/message/IRocosControlMessage.js +1 -2
  290. package/models/message/IRocosOpResultMessage.d.ts +2 -2
  291. package/models/message/IRocosOpResultMessage.js +1 -2
  292. package/models/message/IRocosSearchMessage.js +1 -2
  293. package/models/message/IRocosSearchRowMessage.js +1 -2
  294. package/models/message/IRocosSearchStatusMessage.js +1 -2
  295. package/models/message/IRocosTelemetryMessage.d.ts +12 -7
  296. package/models/message/IRocosTelemetryMessage.js +1 -2
  297. package/models/message/IStreamStatusMessage.js +1 -2
  298. package/models/message/RocosCallerMessage.d.ts +2 -4
  299. package/models/message/RocosCallerMessage.js +24 -15
  300. package/models/message/RocosCommandMessage.d.ts +2 -3
  301. package/models/message/RocosCommandMessage.js +5 -8
  302. package/models/message/RocosControlMessage.d.ts +1 -1
  303. package/models/message/RocosControlMessage.js +6 -10
  304. package/models/message/RocosOpResultMessage.d.ts +3 -2
  305. package/models/message/RocosOpResultMessage.js +6 -10
  306. package/models/message/RocosSearchMessage.d.ts +1 -1
  307. package/models/message/RocosSearchMessage.js +5 -9
  308. package/models/message/RocosSearchRowMessage.d.ts +1 -1
  309. package/models/message/RocosSearchRowMessage.js +8 -12
  310. package/models/message/RocosTelemetryMessage.d.ts +9 -23
  311. package/models/message/RocosTelemetryMessage.js +51 -93
  312. package/models/message/index.d.ts +17 -0
  313. package/models/message/index.js +17 -0
  314. package/models/params/ICallerParams.d.ts +12 -1
  315. package/models/params/ICallerParams.js +1 -2
  316. package/models/params/ICommandParams.js +1 -2
  317. package/models/params/IControlParams.d.ts +1 -1
  318. package/models/params/IControlParams.js +1 -2
  319. package/models/params/IFileAccessorParams.js +1 -2
  320. package/models/params/ISearchParams.js +1 -2
  321. package/models/params/ITelemetryParams.d.ts +1 -1
  322. package/models/params/ITelemetryParams.js +1 -2
  323. package/models/params/IWebRTCSignallingParams.js +1 -2
  324. package/models/projects/ProjectUser.js +1 -2
  325. package/models/schedule/IScheduleAction.d.ts +1 -1
  326. package/models/schedule/IScheduleAction.js +2 -5
  327. package/models/schedule/IScheduleInfo.js +1 -2
  328. package/models/schedule/IScheduleJob.js +1 -2
  329. package/models/search/SearchQueryFilter.js +1 -5
  330. package/models/search/SearchStreamQuery.js +1 -5
  331. package/models/stream/IBaseStream.js +1 -2
  332. package/models/stream/ICallerStream.js +1 -2
  333. package/models/stream/ICommandStream.js +1 -2
  334. package/models/stream/IControlStream.js +1 -2
  335. package/models/stream/IFileAccessorStream.d.ts +1 -2
  336. package/models/stream/IFileAccessorStream.js +1 -2
  337. package/models/stream/ISearchStream.js +1 -2
  338. package/models/stream/ITelemetryStream.js +1 -2
  339. package/models/stream/IWebRTCSignallingStream.d.ts +51 -16
  340. package/models/stream/IWebRTCSignallingStream.js +1 -7
  341. package/models/types.d.ts +5 -5
  342. package/models/types.js +1 -2
  343. package/models/workflow/Workflow.d.ts +36 -0
  344. package/models/workflow/Workflow.js +1 -0
  345. package/node/RocosSDKNode.d.ts +6 -1
  346. package/node/RocosSDKNode.js +82 -80
  347. package/node/index.js +7 -19
  348. package/package.json +10 -11
  349. package/services/AssetStorageService.d.ts +23 -1
  350. package/services/AssetStorageService.js +53 -24
  351. package/services/AuthService.d.ts +59 -27
  352. package/services/AuthService.js +167 -86
  353. package/services/AuthService.spec.d.ts +1 -0
  354. package/services/AuthService.spec.js +163 -0
  355. package/services/BaseServiceAbstract.d.ts +11 -13
  356. package/services/BaseServiceAbstract.js +18 -24
  357. package/services/BaseStreamService.d.ts +18 -0
  358. package/services/BaseStreamService.js +47 -0
  359. package/services/CallerService.d.ts +37 -17
  360. package/services/CallerService.js +86 -65
  361. package/services/CallerService.spec.d.ts +1 -0
  362. package/services/CallerService.spec.js +227 -0
  363. package/services/CallerServiceNode.js +4 -8
  364. package/services/CommandService.d.ts +5 -17
  365. package/services/CommandService.js +19 -62
  366. package/services/CommandServiceNode.js +4 -8
  367. package/services/ConfigGroupService.js +17 -21
  368. package/services/ControlService.d.ts +5 -17
  369. package/services/ControlService.js +22 -65
  370. package/services/ControlServiceNode.js +4 -8
  371. package/services/DashboardService.js +20 -24
  372. package/services/EvaluatorService.d.ts +11 -0
  373. package/services/EvaluatorService.js +28 -0
  374. package/services/EventService.js +13 -17
  375. package/services/FileAccessorService.d.ts +4 -18
  376. package/services/FileAccessorService.js +14 -62
  377. package/services/FileAccessorServiceNode.js +4 -8
  378. package/services/FunctionService.js +17 -21
  379. package/services/IntegrationService.js +14 -19
  380. package/services/MapService.d.ts +71 -25
  381. package/services/MapService.js +113 -40
  382. package/services/PlatformTimeService.js +8 -12
  383. package/services/PlatformTimeService.spec.d.ts +1 -0
  384. package/services/PlatformTimeService.spec.js +180 -0
  385. package/services/ProfileService.js +36 -40
  386. package/services/ProjectService.js +23 -27
  387. package/services/RobotService.d.ts +2 -6
  388. package/services/RobotService.js +48 -55
  389. package/services/ScheduleService.js +10 -14
  390. package/services/SearchService.d.ts +4 -17
  391. package/services/SearchService.js +24 -59
  392. package/services/SearchServiceNode.js +4 -8
  393. package/services/SpotProvisioningService.d.ts +1 -1
  394. package/services/SpotProvisioningService.js +16 -16
  395. package/services/SpotProvisioningServiceNode.d.ts +1 -1
  396. package/services/SpotProvisioningServiceNode.js +16 -16
  397. package/services/StreamService.js +26 -30
  398. package/services/TelemetryService.d.ts +15 -17
  399. package/services/TelemetryService.js +103 -93
  400. package/services/TelemetryService.spec.d.ts +1 -0
  401. package/services/TelemetryService.spec.js +37 -0
  402. package/services/TelemetryServiceNode.js +4 -8
  403. package/services/TimeSyncerService.js +9 -13
  404. package/services/UserService.js +37 -41
  405. package/services/WebRTCSignallingService.d.ts +4 -4
  406. package/services/WebRTCSignallingService.js +24 -27
  407. package/services/WorkflowService.d.ts +25 -29
  408. package/services/WorkflowService.js +39 -75
  409. package/services/index.d.ts +1 -0
  410. package/services/index.js +27 -38
  411. package/store/RocosStore.js +9 -15
  412. package/demo/angular/.editorconfig +0 -16
  413. package/demo/angular/.eslintignore +0 -4
  414. package/demo/angular/.eslintrc.json +0 -50
  415. package/demo/angular/README.md +0 -36
  416. package/demo/angular/angular.json +0 -132
  417. package/demo/angular/karma.conf.js +0 -44
  418. package/demo/angular/package.json +0 -41
  419. package/demo/angular/src/app/app.component.css +0 -0
  420. package/demo/angular/src/app/app.component.html +0 -9
  421. package/demo/angular/src/app/app.component.ts +0 -10
  422. package/demo/angular/src/app/app.module.ts +0 -38
  423. package/demo/angular/src/app/components/assets/assets.component.css +0 -0
  424. package/demo/angular/src/app/components/assets/assets.component.html +0 -29
  425. package/demo/angular/src/app/components/assets/assets.component.ts +0 -107
  426. package/demo/angular/src/app/components/auth/auth.component.css +0 -0
  427. package/demo/angular/src/app/components/auth/auth.component.html +0 -27
  428. package/demo/angular/src/app/components/auth/auth.component.ts +0 -33
  429. package/demo/angular/src/app/components/caller/caller.component.css +0 -0
  430. package/demo/angular/src/app/components/caller/caller.component.html +0 -22
  431. package/demo/angular/src/app/components/caller/caller.component.ts +0 -61
  432. package/demo/angular/src/app/components/command/command.component.css +0 -0
  433. package/demo/angular/src/app/components/command/command.component.html +0 -22
  434. package/demo/angular/src/app/components/command/command.component.ts +0 -60
  435. package/demo/angular/src/app/components/integrations/integrations.component.ts +0 -43
  436. package/demo/angular/src/app/components/robots/robots.component.css +0 -0
  437. package/demo/angular/src/app/components/robots/robots.component.html +0 -13
  438. package/demo/angular/src/app/components/robots/robots.component.ts +0 -26
  439. package/demo/angular/src/app/components/sdk/sdk.component.css +0 -0
  440. package/demo/angular/src/app/components/sdk/sdk.component.html +0 -43
  441. package/demo/angular/src/app/components/sdk/sdk.component.ts +0 -50
  442. package/demo/angular/src/app/components/subscription/subscription.component.css +0 -0
  443. package/demo/angular/src/app/components/subscription/subscription.component.html +0 -6
  444. package/demo/angular/src/app/components/subscription/subscription.component.ts +0 -40
  445. package/demo/angular/src/app/components/telemetry/telemetry.component.css +0 -0
  446. package/demo/angular/src/app/components/telemetry/telemetry.component.html +0 -19
  447. package/demo/angular/src/app/components/telemetry/telemetry.component.ts +0 -61
  448. package/demo/angular/src/app/components/token/token.component.css +0 -0
  449. package/demo/angular/src/app/components/token/token.component.html +0 -10
  450. package/demo/angular/src/app/components/token/token.component.ts +0 -18
  451. package/demo/angular/src/app/components/video/p2pvideo/index.ts +0 -646
  452. package/demo/angular/src/app/components/video/video-source.ts +0 -315
  453. package/demo/angular/src/app/components/video/video.component.css +0 -6
  454. package/demo/angular/src/app/components/video/video.component.html +0 -54
  455. package/demo/angular/src/app/components/video/video.component.ts +0 -151
  456. package/demo/angular/src/app/services/sdk.service.ts +0 -193
  457. package/demo/angular/src/assets/.gitkeep +0 -0
  458. package/demo/angular/src/assets/HKGrotesk-Bold.otf +0 -0
  459. package/demo/angular/src/assets/HKGrotesk-Regular.otf +0 -0
  460. package/demo/angular/src/assets/logo.svg +0 -16
  461. package/demo/angular/src/environments/environment.prod.ts +0 -3
  462. package/demo/angular/src/environments/environment.ts +0 -16
  463. package/demo/angular/src/favicon.ico +0 -0
  464. package/demo/angular/src/index.html +0 -15
  465. package/demo/angular/src/main.ts +0 -7
  466. package/demo/angular/src/polyfills.ts +0 -53
  467. package/demo/angular/src/styles.css +0 -198
  468. package/demo/angular/tsconfig.app.json +0 -15
  469. package/demo/angular/tsconfig.json +0 -39
  470. package/demo/html/README.md +0 -8
  471. package/demo/html/assets/HKGrotesk-Bold.otf +0 -0
  472. package/demo/html/assets/HKGrotesk-Regular.otf +0 -0
  473. package/demo/html/assets/logo.svg +0 -16
  474. package/demo/html/favicon.ico +0 -0
  475. package/demo/html/index.html +0 -416
  476. package/demo/html/rocos-js-sdk.js +0 -3
  477. package/demo/html/rocos-js-sdk.js.LICENSE.txt +0 -8
  478. package/demo/html/rocos-js-sdk.js.map +0 -1
  479. package/demo/html/styles.css +0 -190
  480. package/demo/node/README.md +0 -17
  481. package/demo/node/index.js +0 -134
  482. package/demo/node/package.json +0 -8
  483. package/demo/react/.env +0 -1
  484. package/demo/react/.env.dist +0 -1
  485. package/demo/react/.eslintrc.json +0 -46
  486. package/demo/react/README.md +0 -65
  487. package/demo/react/package.json +0 -60
  488. package/demo/react/public/favicon.ico +0 -0
  489. package/demo/react/public/index.html +0 -43
  490. package/demo/react/public/logo192.png +0 -0
  491. package/demo/react/public/logo512.png +0 -0
  492. package/demo/react/public/manifest.json +0 -25
  493. package/demo/react/public/robots.txt +0 -3
  494. package/demo/react/src/App.css +0 -190
  495. package/demo/react/src/App.tsx +0 -31
  496. package/demo/react/src/actions/index.ts +0 -8
  497. package/demo/react/src/actions/sdkActions.ts +0 -62
  498. package/demo/react/src/assets/HKGrotesk-Bold.otf +0 -0
  499. package/demo/react/src/assets/HKGrotesk-Regular.otf +0 -0
  500. package/demo/react/src/assets/logo.svg +0 -16
  501. package/demo/react/src/components/AuthForm.tsx +0 -76
  502. package/demo/react/src/components/CallerBox.tsx +0 -53
  503. package/demo/react/src/components/CallerForm.tsx +0 -98
  504. package/demo/react/src/components/CommandBox.tsx +0 -47
  505. package/demo/react/src/components/CommandForm.tsx +0 -98
  506. package/demo/react/src/components/RobotsForm.tsx +0 -51
  507. package/demo/react/src/components/SubscriptionBox.tsx +0 -55
  508. package/demo/react/src/components/TelemetryForm.tsx +0 -98
  509. package/demo/react/src/components/TokenForm.tsx +0 -39
  510. package/demo/react/src/config.json +0 -14
  511. package/demo/react/src/controllers/RocosSDKController.ts +0 -48
  512. package/demo/react/src/helpers/deepEqual.ts +0 -27
  513. package/demo/react/src/hooks/useInput.ts +0 -29
  514. package/demo/react/src/index.css +0 -11
  515. package/demo/react/src/index.tsx +0 -26
  516. package/demo/react/src/react-app-env.d.ts +0 -1
  517. package/demo/react/src/reducers/sdkReducer.ts +0 -133
  518. package/demo/react/src/reportWebVitals.ts +0 -15
  519. package/demo/react/src/selectors/sdkSelector.ts +0 -11
  520. package/demo/react/src/setupTests.ts +0 -5
  521. package/demo/react/src/store.ts +0 -14
  522. package/demo/react/tsconfig.json +0 -26
  523. package/demo/sdk-sizer/dist/sdk-sizer/3rdpartylicenses.txt +0 -975
  524. package/demo/sdk-sizer/dist/sdk-sizer/favicon.ico +0 -0
  525. package/demo/sdk-sizer/dist/sdk-sizer/index.html +0 -12
  526. package/demo/sdk-sizer/dist/sdk-sizer/main.c9183649ce1856ef.js +0 -2
  527. package/demo/sdk-sizer/dist/sdk-sizer/main.c9183649ce1856ef.js.map +0 -1
  528. package/demo/sdk-sizer/dist/sdk-sizer/polyfills.701c8e5d007909aa.js +0 -2
  529. package/demo/sdk-sizer/dist/sdk-sizer/polyfills.701c8e5d007909aa.js.map +0 -1
  530. package/demo/sdk-sizer/dist/sdk-sizer/runtime.00e20e689f5284a8.js +0 -2
  531. package/demo/sdk-sizer/dist/sdk-sizer/runtime.00e20e689f5284a8.js.map +0 -1
  532. package/demo/sdk-sizer/dist/sdk-sizer/stats.json +0 -1
  533. package/demo/sdk-sizer/dist/sdk-sizer/styles.b45f7e627ac8cbce.css +0 -2
  534. package/demo/sdk-sizer/dist/sdk-sizer/styles.b45f7e627ac8cbce.css.map +0 -1
  535. package/grpc/file-accessor/filagree_grpc_pb.d.ts +0 -41
  536. package/grpc/file-accessor/filagree_grpc_pb.js +0 -121
  537. package/grpc/file-accessor/filagree_pb.d.ts +0 -339
  538. package/grpc/file-accessor/filagree_pb.js +0 -2261
  539. package/grpc/file-accessor/filagree_pb_service.d.ts +0 -115
  540. package/grpc/file-accessor/filagree_pb_service.js +0 -257
  541. package/grpc/rambo/rambo.v1_grpc_pb.d.ts +0 -39
  542. package/grpc/rambo/rambo.v1_grpc_pb.js +0 -73
  543. package/grpc/rambo/rambo.v1_pb.d.ts +0 -365
  544. package/grpc/rambo/rambo.v1_pb.js +0 -2469
  545. package/grpc/rambo/rambo.v1_pb_service.d.ts +0 -76
  546. package/grpc/rambo/rambo.v1_pb_service.js +0 -138
  547. package/grpc/rambo/uri.v1_grpc_pb.d.ts +0 -1
  548. package/grpc/rambo/uri.v1_grpc_pb.js +0 -1
  549. package/grpc/rambo/uri.v1_pb.d.ts +0 -80
  550. package/grpc/rambo/uri.v1_pb.js +0 -563
  551. package/grpc/rambo/uri.v1_pb_service.d.ts +0 -3
  552. package/grpc/rambo/uri.v1_pb_service.js +0 -3
  553. package/grpc/robot-control/conker_grpc_pb.d.ts +0 -46
  554. package/grpc/robot-control/conker_grpc_pb.js +0 -143
  555. package/grpc/robot-control/conker_pb.d.ts +0 -168
  556. package/grpc/robot-control/conker_pb.js +0 -1287
  557. package/grpc/robot-control/conker_pb_service.d.ts +0 -126
  558. package/grpc/robot-control/conker_pb_service.js +0 -301
  559. package/grpc/serviette/common.v1_grpc_pb.d.ts +0 -1
  560. package/grpc/serviette/common.v1_grpc_pb.js +0 -1
  561. package/grpc/serviette/common.v1_pb.d.ts +0 -8
  562. package/grpc/serviette/common.v1_pb.js +0 -45
  563. package/grpc/serviette/common.v1_pb_service.d.ts +0 -3
  564. package/grpc/serviette/common.v1_pb_service.js +0 -3
  565. package/grpc/serviette/serviette.v1_grpc_pb.d.ts +0 -137
  566. package/grpc/serviette/serviette.v1_grpc_pb.js +0 -331
  567. package/grpc/serviette/serviette.v1_pb.d.ts +0 -884
  568. package/grpc/serviette/serviette.v1_pb.js +0 -6363
  569. package/grpc/serviette/serviette.v1_pb_service.d.ts +0 -278
  570. package/grpc/serviette/serviette.v1_pb_service.js +0 -699
  571. package/grpc/serviette/uri.v1_grpc_pb.d.ts +0 -1
  572. package/grpc/serviette/uri.v1_grpc_pb.js +0 -1
  573. package/grpc/serviette/uri.v1_pb.d.ts +0 -102
  574. package/grpc/serviette/uri.v1_pb.js +0 -741
  575. package/grpc/serviette/uri.v1_pb_service.d.ts +0 -3
  576. package/grpc/serviette/uri.v1_pb_service.js +0 -3
  577. package/grpc/slowlane/slowlane_grpc_pb.d.ts +0 -38
  578. package/grpc/slowlane/slowlane_grpc_pb.js +0 -132
  579. package/grpc/slowlane/slowlane_pb.d.ts +0 -373
  580. package/grpc/slowlane/slowlane_pb.js +0 -2908
  581. package/grpc/slowlane/slowlane_pb_service.d.ts +0 -112
  582. package/grpc/slowlane/slowlane_pb_service.js +0 -189
  583. package/grpc/teletubby/teletubby_grpc_pb.d.ts +0 -73
  584. package/grpc/teletubby/teletubby_grpc_pb.js +0 -231
  585. package/grpc/teletubby/teletubby_pb.d.ts +0 -647
  586. package/grpc/teletubby/teletubby_pb.js +0 -4786
  587. package/grpc/teletubby/teletubby_pb_service.d.ts +0 -193
  588. package/grpc/teletubby/teletubby_pb_service.js +0 -436
  589. package/grpc/video/pigeon_grpc_pb.d.ts +0 -59
  590. package/grpc/video/pigeon_grpc_pb.js +0 -180
  591. package/grpc/video/pigeon_pb.d.ts +0 -237
  592. package/grpc/video/pigeon_pb.js +0 -1775
  593. package/grpc/video/pigeon_pb_service.d.ts +0 -152
  594. package/grpc/video/pigeon_pb_service.js +0 -292
  595. package/models/ISignupParams.d.ts +0 -8
  596. package/models/ISignupParams.js +0 -2
  597. package/utils/axisangle.d.ts +0 -18
  598. package/utils/axisangle.js +0 -48
  599. package/utils/eulerangles.d.ts +0 -22
  600. package/utils/eulerangles.js +0 -133
  601. package/utils/helperfunctions.d.ts +0 -5
  602. package/utils/helperfunctions.js +0 -50
  603. package/utils/localtransform.d.ts +0 -17
  604. package/utils/localtransform.js +0 -50
  605. package/utils/localtransformtree.d.ts +0 -17
  606. package/utils/localtransformtree.js +0 -88
  607. package/utils/misc.d.ts +0 -17
  608. package/utils/misc.js +0 -23
  609. package/utils/positionvector.d.ts +0 -13
  610. package/utils/positionvector.js +0 -79
  611. package/utils/quaternion.d.ts +0 -20
  612. package/utils/quaternion.js +0 -62
  613. package/utils/rotationmatrix.d.ts +0 -23
  614. package/utils/rotationmatrix.js +0 -262
  615. package/utils/transformationmatrix.d.ts +0 -12
  616. package/utils/transformationmatrix.js +0 -123
  617. package/utils/vector3.d.ts +0 -11
  618. package/utils/vector3.js +0 -61
@@ -1,21 +1,16 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RobotService = void 0;
4
- const api_1 = require("../constants/api");
5
- const RocosError_1 = require("../models/RocosError");
6
- const BaseServiceAbstract_1 = require("./BaseServiceAbstract");
7
- const Robot_1 = require("../models/Robot");
8
- const RobotTemplate_1 = require("../models/RobotTemplate");
9
- const RocosLogger_1 = require("../logger/RocosLogger");
10
- const cleanObject_1 = require("../helpers/cleanObject");
11
- const formatServiceUrl_1 = require("../helpers/formatServiceUrl");
12
- class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
1
+ import { API_PROJECT_PROFILE_DASHBOARD_CUSTOM_WIDGET_URL, API_PROJECT_PROFILE_DASHBOARD_ID_URL, API_PROJECT_PROFILE_DASHBOARD_URL, API_PROJECT_ROBOT_AGENT_URL, API_PROJECT_ROBOT_ATTRIBUTES_URL, API_PROJECT_ROBOT_BUTTON_URL, API_PROJECT_ROBOT_COMMAND2_URL, API_PROJECT_ROBOT_COMMAND_URL, API_PROJECT_ROBOT_DASHBOARD_CUSTOM_WIDGET_URL, API_PROJECT_ROBOT_DASHBOARD_ID_URL, API_PROJECT_ROBOT_DASHBOARD_URL, API_PROJECT_ROBOT_GAMEPAD_URL, API_PROJECT_ROBOT_ID_URL, API_PROJECT_ROBOT_REGISTER_URL, API_PROJECT_ROBOT_SETTING_URL, API_PROJECT_ROBOT_TRIGGER_URL, API_PROJECT_ROBOT_URL, API_PROJECT_VROBOT_DEPLOY_URL, API_PROJECT_VROBOT_DETAILS_URL, API_SOURCE_SCHEMA_URL, API_TEMPLATE_DEPLOY_URL, } from '../constants/api';
2
+ import { errorCodes, Robot, RobotTemplate, RocosError, } from '../models';
3
+ import { BaseServiceAbstract } from './BaseServiceAbstract';
4
+ import { RocosLogger } from '../logger/RocosLogger';
5
+ import { cleanObject } from '../helpers/cleanObject';
6
+ import { formatServiceUrl } from '../helpers/formatServiceUrl';
7
+ export class RobotService extends BaseServiceAbstract {
13
8
  constructor(config) {
14
9
  super(config);
15
- this.logger = RocosLogger_1.RocosLogger.getInstance(`RobotService(${this.config.url})`);
10
+ this.logger = RocosLogger.getInstance(`RobotService(${this.config.url})`);
16
11
  }
17
12
  getError(e) {
18
- return new RocosError_1.RocosError(e, RocosError_1.errorCodes.ROBOT_SERVICE_ERROR);
13
+ return new RocosError(e, errorCodes.ROBOT_SERVICE_ERROR);
19
14
  }
20
15
  getStatus() {
21
16
  return true;
@@ -26,8 +21,8 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
26
21
  * @param projectId - Project Id
27
22
  */
28
23
  async getRobots(projectId) {
29
- const data = await this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), `Failed to get robots list for ${projectId}.`);
30
- return data.map((item) => cleanObject_1.cleanObject(new Robot_1.Robot(item)));
24
+ const data = await this.callGet(formatServiceUrl(API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), `Failed to get robots list for ${projectId}.`);
25
+ return data.map((item) => cleanObject(new Robot(item)));
31
26
  }
32
27
  /**
33
28
  * Create a new robot.
@@ -37,7 +32,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
37
32
  */
38
33
  // TODO: map the response object
39
34
  async create(projectId, robot) {
40
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), robot, 'Failed to create robot.');
35
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), robot, 'Failed to create robot.');
41
36
  }
42
37
  /**
43
38
  * Update robot information.
@@ -47,7 +42,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
47
42
  */
48
43
  // TODO: map the response object
49
44
  async update(projectId, robot) {
50
- return this.callPut(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), robot, 'Failed to update robot.');
45
+ return this.callPut(formatServiceUrl(API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), robot, 'Failed to update robot.');
51
46
  }
52
47
  /**
53
48
  * Delete the robots by callsign list
@@ -57,7 +52,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
57
52
  */
58
53
  // TODO: map the response object
59
54
  async delete(projectId, callsignIds) {
60
- return this.callDelete(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), 'Failed to delete robots.', callsignIds);
55
+ return this.callDelete(formatServiceUrl(API_PROJECT_ROBOT_URL, { url: this.config.url, projectId }, this.config.insecure), 'Failed to delete robots.', callsignIds);
61
56
  }
62
57
  /**
63
58
  * Get robot information by project id and callsign of the robot.
@@ -66,7 +61,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
66
61
  * @param callsign - Callsign of the robot
67
62
  */
68
63
  async info(projectId, callsign) {
69
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_ID_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot info.');
64
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_ID_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot info.');
70
65
  }
71
66
  /**
72
67
  * Get robot information by project id and callsign of the robot.
@@ -75,7 +70,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
75
70
  * @param callsign - Callsign of the robot
76
71
  */
77
72
  async attributes(projectId, callsign) {
78
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_ATTRIBUTES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot attributes.');
73
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_ATTRIBUTES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot attributes.');
79
74
  }
80
75
  /**
81
76
  * Register the specified callsign
@@ -85,14 +80,14 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
85
80
  */
86
81
  // TODO: map the response object
87
82
  async register(projectId, callsign) {
88
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_REGISTER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), {}, 'Failed to register robot.');
83
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_REGISTER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), {}, 'Failed to register robot.');
89
84
  }
90
85
  /**
91
86
  * Robot Templates
92
87
  */
93
88
  async templates() {
94
- const data = await this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_TEMPLATE_DEPLOY_URL, { url: this.config.url }, this.config.insecure), 'Failed to get robot templates.');
95
- return data.map((item) => cleanObject_1.cleanObject(new RobotTemplate_1.RobotTemplate(item)));
89
+ const data = await this.callGet(formatServiceUrl(API_TEMPLATE_DEPLOY_URL, { url: this.config.url }, this.config.insecure), 'Failed to get robot templates.');
90
+ return data.map((item) => cleanObject(new RobotTemplate(item)));
96
91
  }
97
92
  /**
98
93
  * Get the deployment details of virtual robot.
@@ -102,7 +97,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
102
97
  */
103
98
  // TODO: map the response object
104
99
  async virtualRobotDeploymentDetails(projectId, callsign) {
105
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_VROBOT_DETAILS_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get virtual robot details.');
100
+ return this.callGet(formatServiceUrl(API_PROJECT_VROBOT_DETAILS_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get virtual robot details.');
106
101
  }
107
102
  /**
108
103
  * Deploy a virtual robot by project id and callsign
@@ -112,14 +107,14 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
112
107
  */
113
108
  // TODO: map the response object
114
109
  async deployVirtualRobot(projectId, callsign) {
115
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_VROBOT_DEPLOY_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), null, 'Failed to deploy a virtual robot.');
110
+ return this.callPost(formatServiceUrl(API_PROJECT_VROBOT_DEPLOY_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), null, 'Failed to deploy a virtual robot.');
116
111
  }
117
112
  /**
118
113
  * Get data sources tree components JSON schema
119
114
  */
120
115
  // TODO: map the response object
121
116
  async dataSourcesSchema() {
122
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_SOURCE_SCHEMA_URL, { url: this.config.url }, this.config.insecure), 'Failed to get source schemas.');
117
+ return this.callGet(formatServiceUrl(API_SOURCE_SCHEMA_URL, { url: this.config.url }, this.config.insecure), 'Failed to get source schemas.');
123
118
  }
124
119
  /**
125
120
  * Delete a robot dashboard.
@@ -130,7 +125,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
130
125
  */
131
126
  // TODO: map the response object
132
127
  async deleteRobotDashboardsV2(projectId, callsign, dashboardId) {
133
- return this.callDelete(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
128
+ return this.callDelete(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
134
129
  url: this.config.url,
135
130
  projectId,
136
131
  callsign,
@@ -146,7 +141,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
146
141
  */
147
142
  // TODO: map the response object
148
143
  async deleteDashboardsV2(projectId, profileId, dashboardId) {
149
- return this.callDelete(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
144
+ return this.callDelete(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
150
145
  url: this.config.url,
151
146
  projectId,
152
147
  profileId,
@@ -161,7 +156,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
161
156
  */
162
157
  // TODO: map the response object
163
158
  async listRobotDashboardsV2(projectId, callsign) {
164
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot dashboards.');
159
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot dashboards.');
165
160
  }
166
161
  /**
167
162
  * Get a list of profile dashboards.
@@ -171,7 +166,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
171
166
  */
172
167
  // TODO: map the response object
173
168
  async listDashboardsV2(projectId, profileId) {
174
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_URL, { url: this.config.url, projectId, profileId }, this.config.insecure), 'Failed to get profile dashboards.');
169
+ return this.callGet(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_URL, { url: this.config.url, projectId, profileId }, this.config.insecure), 'Failed to get profile dashboards.');
175
170
  }
176
171
  /**
177
172
  * Get a profile dashboard.
@@ -182,7 +177,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
182
177
  */
183
178
  // TODO: map the response object
184
179
  async robotDefDashboardsV2(projectId, profileId, dashboardId) {
185
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
180
+ return this.callGet(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
186
181
  url: this.config.url,
187
182
  projectId,
188
183
  profileId,
@@ -198,7 +193,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
198
193
  */
199
194
  // TODO: map the response object
200
195
  async robotDefDashboardBlobV2(projectId, profileId, dashboardId) {
201
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_CUSTOM_WIDGET_URL, {
196
+ return this.callGet(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_CUSTOM_WIDGET_URL, {
202
197
  url: this.config.url,
203
198
  projectId,
204
199
  profileId,
@@ -216,7 +211,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
216
211
  // TODO: map the response object
217
212
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
218
213
  async createRobotDashboardsV2(projectId, callsign, model) {
219
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to create robot dashboard.');
214
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to create robot dashboard.');
220
215
  }
221
216
  /**
222
217
  * Create dashboard for a profile.
@@ -229,7 +224,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
229
224
  // TODO: map the response object
230
225
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
231
226
  async createDashboardsV2(projectId, profileId, model) {
232
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_URL, { url: this.config.url, projectId, profileId }, this.config.insecure), model, 'Failed to create profile dashboard.');
227
+ return this.callPost(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_URL, { url: this.config.url, projectId, profileId }, this.config.insecure), model, 'Failed to create profile dashboard.');
233
228
  }
234
229
  /**
235
230
  * Update dashboard for a profile.
@@ -244,7 +239,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
244
239
  async robotDefUpdateDashboardsV2(projectId, profileId, dashboardId,
245
240
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
246
241
  model) {
247
- return this.callPut(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
242
+ return this.callPut(formatServiceUrl(API_PROJECT_PROFILE_DASHBOARD_ID_URL, {
248
243
  url: this.config.url,
249
244
  projectId,
250
245
  profileId,
@@ -260,7 +255,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
260
255
  */
261
256
  // TODO: map the response object
262
257
  async getDashboardsV2(projectId, callsign, dashboardId) {
263
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
258
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
264
259
  url: this.config.url,
265
260
  projectId,
266
261
  callsign,
@@ -276,7 +271,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
276
271
  */
277
272
  // TODO: map the response object
278
273
  async getDashboardBlobV2(projectId, callsign, dashboardId) {
279
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_CUSTOM_WIDGET_URL, {
274
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_CUSTOM_WIDGET_URL, {
280
275
  url: this.config.url,
281
276
  projectId,
282
277
  callsign,
@@ -295,7 +290,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
295
290
  // TODO: map the response object
296
291
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
297
292
  async updateDashboardsV2(projectId, callsign, dashboardId, model) {
298
- return this.callPut(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
293
+ return this.callPut(formatServiceUrl(API_PROJECT_ROBOT_DASHBOARD_ID_URL, {
299
294
  url: this.config.url,
300
295
  projectId,
301
296
  callsign,
@@ -308,9 +303,8 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
308
303
  * @param projectId - Project Id
309
304
  * @param callsign - Robot callsign
310
305
  */
311
- // TODO: map the response object
312
306
  async getSettings(projectId, callsign) {
313
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_SETTING_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot settings.');
307
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_SETTING_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get robot settings.');
314
308
  }
315
309
  /**
316
310
  * Update robot settings.
@@ -323,7 +317,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
323
317
  // TODO: map the response object
324
318
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
325
319
  async updateSettings(projectId, callsign, model) {
326
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_SETTING_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update robot settings.');
320
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_SETTING_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update robot settings.');
327
321
  }
328
322
  /**
329
323
  * Get agent settings for a robot
@@ -333,7 +327,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
333
327
  */
334
328
  // TODO: map the response object
335
329
  async getAgentSettings(projectId, callsign) {
336
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_AGENT_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get agent settings for robot.');
330
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_AGENT_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get agent settings for robot.');
337
331
  }
338
332
  /**
339
333
  * Update agent settings for a robot
@@ -346,7 +340,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
346
340
  // TODO: map the response object
347
341
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
348
342
  async updateAgentSettings(projectId, callsign, model) {
349
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_AGENT_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update agent settings for robot.');
343
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_AGENT_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update agent settings for robot.');
350
344
  }
351
345
  /**
352
346
  * Get commands for a robot
@@ -356,7 +350,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
356
350
  */
357
351
  // TODO: map the response object
358
352
  async getCommands(projectId, callsign) {
359
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_COMMAND_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get commands for a robot.');
353
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_COMMAND_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), 'Failed to get commands for a robot.');
360
354
  }
361
355
  /**
362
356
  * Update commands for a robot
@@ -369,7 +363,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
369
363
  // TODO: map the response object
370
364
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
371
365
  async updateCommands(projectId, callsign, model) {
372
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_COMMAND_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update commands for a robot.');
366
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_COMMAND_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, 'Failed to update commands for a robot.');
373
367
  }
374
368
  /**
375
369
  * Get command V2 for a robot
@@ -379,7 +373,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
379
373
  */
380
374
  // TODO: map the response object
381
375
  async getCommandsV2(projectId, callsign) {
382
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_COMMAND2_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get command list for ${projectId}, callsign ${callsign}.`);
376
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_COMMAND2_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get command list for ${projectId}, callsign ${callsign}.`);
383
377
  }
384
378
  /**
385
379
  * Update command V2 for a robot
@@ -392,7 +386,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
392
386
  // TODO: map the response object
393
387
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
394
388
  async updateCommandsV2(projectId, callsign, model) {
395
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_COMMAND2_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update commands for ${projectId}, callsign ${callsign}.`);
389
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_COMMAND2_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update commands for ${projectId}, callsign ${callsign}.`);
396
390
  }
397
391
  /**
398
392
  * Get buttons for a robot
@@ -402,7 +396,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
402
396
  */
403
397
  // TODO: map the response object
404
398
  async getButtons(projectId, callsign) {
405
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_BUTTON_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get buttons for ${projectId}, callsign ${callsign}.`);
399
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_BUTTON_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get buttons for ${projectId}, callsign ${callsign}.`);
406
400
  }
407
401
  /**
408
402
  * Update buttons for a robot
@@ -415,7 +409,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
415
409
  // TODO: map the response object
416
410
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
417
411
  async updateButtons(projectId, callsign, model) {
418
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_BUTTON_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update buttons for ${projectId}, callsign ${callsign}.`);
412
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_BUTTON_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update buttons for ${projectId}, callsign ${callsign}.`);
419
413
  }
420
414
  /**
421
415
  * Get triggers for a robot
@@ -425,7 +419,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
425
419
  */
426
420
  // TODO: map the response object
427
421
  async getTriggers(projectId, callsign) {
428
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_TRIGGER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get triggers for ${projectId}, callsign ${callsign}.`);
422
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_TRIGGER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get triggers for ${projectId}, callsign ${callsign}.`);
429
423
  }
430
424
  /**
431
425
  * Update triggers for a robot
@@ -438,7 +432,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
438
432
  // TODO: map the response object
439
433
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
440
434
  async updateTriggers(projectId, callsign, model) {
441
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_TRIGGER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update triggers for ${projectId}, callsign ${callsign}.`);
435
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_TRIGGER_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update triggers for ${projectId}, callsign ${callsign}.`);
442
436
  }
443
437
  /**
444
438
  * Get gamepads for a robot
@@ -448,7 +442,7 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
448
442
  */
449
443
  // TODO: map the response object
450
444
  async getGamepads(projectId, callsign) {
451
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_GAMEPAD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get gamepads for ${projectId}, callsign ${callsign}.`);
445
+ return this.callGet(formatServiceUrl(API_PROJECT_ROBOT_GAMEPAD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get gamepads for ${projectId}, callsign ${callsign}.`);
452
446
  }
453
447
  /**
454
448
  * Update gamepads for a robot
@@ -461,7 +455,6 @@ class RobotService extends BaseServiceAbstract_1.BaseServiceAbstract {
461
455
  // TODO: map the response object
462
456
  // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
463
457
  async updateGamepads(projectId, callsign, model) {
464
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_ROBOT_GAMEPAD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update gamepads for ${projectId}, callsign ${callsign}.`);
458
+ return this.callPost(formatServiceUrl(API_PROJECT_ROBOT_GAMEPAD_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), model, `Failed to update gamepads for ${projectId}, callsign ${callsign}.`);
465
459
  }
466
460
  }
467
- exports.RobotService = RobotService;
@@ -1,18 +1,15 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ScheduleService = void 0;
4
- const models_1 = require("../models");
5
- const api_1 = require("../constants/api");
6
- const BaseServiceAbstract_1 = require("./BaseServiceAbstract");
7
- const RocosLogger_1 = require("../logger/RocosLogger");
8
- const formatServiceUrl_1 = require("../helpers/formatServiceUrl");
9
- class ScheduleService extends BaseServiceAbstract_1.BaseServiceAbstract {
1
+ import { RocosError, errorCodes } from '../models';
2
+ import { API_PROJECT_SCHEDULES_URL } from '../constants/api';
3
+ import { BaseServiceAbstract } from './BaseServiceAbstract';
4
+ import { RocosLogger } from '../logger/RocosLogger';
5
+ import { formatServiceUrl } from '../helpers/formatServiceUrl';
6
+ export class ScheduleService extends BaseServiceAbstract {
10
7
  constructor(config) {
11
8
  super(config);
12
- this.logger = RocosLogger_1.RocosLogger.getInstance(`ScheduleService(${this.config.url})`);
9
+ this.logger = RocosLogger.getInstance(`ScheduleService(${this.config.url})`);
13
10
  }
14
11
  getError(e) {
15
- return new models_1.RocosError(e, models_1.errorCodes.SCHEDULE_SERVICE_ERROR);
12
+ return new RocosError(e, errorCodes.SCHEDULE_SERVICE_ERROR);
16
13
  }
17
14
  getStatus() {
18
15
  return true;
@@ -24,7 +21,7 @@ class ScheduleService extends BaseServiceAbstract_1.BaseServiceAbstract {
24
21
  * @param callsign - Robot Callsign
25
22
  */
26
23
  async getSchedules(projectId, callsign) {
27
- return this.callGet(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_SCHEDULES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get schedules list for robot '${callsign}' in project '${projectId}'.`);
24
+ return this.callGet(formatServiceUrl(API_PROJECT_SCHEDULES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), `Failed to get schedules list for robot '${callsign}' in project '${projectId}'.`);
28
25
  }
29
26
  /**
30
27
  * Update schedules.
@@ -34,7 +31,6 @@ class ScheduleService extends BaseServiceAbstract_1.BaseServiceAbstract {
34
31
  * @param schedules - Schedule information
35
32
  */
36
33
  async updateSchedules(projectId, callsign, schedules) {
37
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_PROJECT_SCHEDULES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), schedules, 'Failed to update schedules.');
34
+ return this.callPost(formatServiceUrl(API_PROJECT_SCHEDULES_URL, { url: this.config.url, projectId, callsign }, this.config.insecure), schedules, 'Failed to update schedules.');
38
35
  }
39
36
  }
40
- exports.ScheduleService = ScheduleService;
@@ -1,25 +1,12 @@
1
- import { ISearchParams, ISearchQueryParams, ISearchStreamParams } from '../models/params/ISearchParams';
2
- import { Observable, Subject } from 'rxjs';
3
- import { IBaseService } from '../models/IBaseService';
4
- import { IRocosSDKConfig } from '../models/IRocosSDKConfig';
5
- import { IRocosSearchMessage } from '../models/message/IRocosSearchMessage';
6
- import { IRocosSearchStatusMessage } from '../models/message/IRocosSearchStatusMessage';
7
- import { ISearchStream } from '../models/stream/ISearchStream';
8
- import { IStreamConfig } from '../models/IStreamConfig';
9
- import { ISubscriberStatus } from '../models/ISubscriberStatus';
10
- import { SubscriberStatusEnum } from '../models/SubscriberStatusEnum';
11
- export declare class SearchService implements IBaseService, ISubscriberStatus {
12
- private config;
13
- private logger;
14
- private status;
15
- status$: Subject<SubscriberStatusEnum>;
1
+ import { IRocosSDKConfig, IRocosSearchMessage, IRocosSearchStatusMessage, ISearchParams, ISearchQueryParams, ISearchStream, ISearchStreamParams, IStreamConfig } from '../models';
2
+ import { Observable } from 'rxjs';
3
+ import { BaseStreamService } from './BaseStreamService';
4
+ export declare class SearchService extends BaseStreamService<ISearchStream> {
16
5
  constructor(config: IRocosSDKConfig);
17
- getStatus(): boolean;
18
6
  searchStream(params: ISearchStreamParams): Observable<IRocosSearchMessage[]>;
19
7
  queryData(params: ISearchQueryParams): Promise<string>;
20
8
  healthCheck(params: ISearchParams): Promise<IRocosSearchStatusMessage>;
21
9
  deleteProjectData(params: ISearchParams): Promise<IRocosSearchStatusMessage>;
22
10
  private createStream;
23
- private initStream;
24
11
  protected getStream(config: IStreamConfig): ISearchStream;
25
12
  }
@@ -1,26 +1,15 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchService = void 0;
4
- const rxjs_1 = require("rxjs");
5
- const identifier_1 = require("../constants/identifier");
6
- const RocosLogger_1 = require("../logger/RocosLogger");
7
- const RocosStore_1 = require("../store/RocosStore");
8
- const SearchStream_1 = require("../api/streams/search/SearchStream");
9
- const StreamRegister_1 = require("../api/StreamRegister");
10
- const SubscriberStatusEnum_1 = require("../models/SubscriberStatusEnum");
11
- const operators_1 = require("rxjs/operators");
12
- class SearchService {
1
+ import { SubscriberStatusEnum, } from '../models';
2
+ import { Subject } from 'rxjs';
3
+ import { BaseStreamService } from './BaseStreamService';
4
+ import { IDENTIFIER_NAME_FILE_ACCESSOR } from '../constants/identifier';
5
+ import { SearchStream } from '../api/streams/search/SearchStream';
6
+ import { finalize } from 'rxjs/operators';
7
+ export class SearchService extends BaseStreamService {
13
8
  constructor(config) {
14
- this.status = false;
15
- this.status$ = new rxjs_1.Subject();
16
- this.config = config;
17
- this.logger = RocosLogger_1.RocosLogger.getInstance(`SearchService(${this.config.url})`);
18
- }
19
- getStatus() {
20
- return this.status;
9
+ super('SearchService', config);
21
10
  }
22
11
  searchStream(params) {
23
- const subject = new rxjs_1.Subject();
12
+ const subject = new Subject();
24
13
  let subscription;
25
14
  this.createStream()
26
15
  .then((stream) => {
@@ -30,8 +19,8 @@ class SearchService {
30
19
  this.logger.info('takeActionWithAck error', e);
31
20
  subject.error(e);
32
21
  });
33
- return subject.asObservable().pipe(operators_1.finalize(() => {
34
- subscription === null || subscription === void 0 ? void 0 : subscription.unsubscribe();
22
+ return subject.asObservable().pipe(finalize(() => {
23
+ subscription?.unsubscribe();
35
24
  }));
36
25
  }
37
26
  async queryData(params) {
@@ -47,47 +36,23 @@ class SearchService {
47
36
  return stream.deleteProjectData(params);
48
37
  }
49
38
  async createStream() {
50
- const scope = 'default';
51
- const identifier = StreamRegister_1.StreamRegister.getIdentifier(identifier_1.IDENTIFIER_NAME_SEARCH, scope);
52
- const streamRegister = StreamRegister_1.StreamRegister.getInstance();
53
- let stream = streamRegister.getStream(identifier);
54
- if (!stream) {
55
- stream = this.getStream({
56
- url: this.config.url,
57
- token: this.config.token,
58
- scope,
59
- options: this.config.options,
60
- port: this.config.port,
61
- insecure: this.config.insecure,
62
- });
63
- stream.statusStream$.subscribe((msg) => {
64
- this.status = msg === SubscriberStatusEnum_1.SubscriberStatusEnum.STOPPED || msg === SubscriberStatusEnum_1.SubscriberStatusEnum.ALIVE;
39
+ const newStream = await this.createStreamFromConfig(IDENTIFIER_NAME_FILE_ACCESSOR, {
40
+ url: this.config.url,
41
+ token: this.config.token,
42
+ scope: 'default',
43
+ options: this.config.options,
44
+ port: this.config.port,
45
+ insecure: this.config.insecure,
46
+ });
47
+ if (newStream.isNew) {
48
+ newStream.stream.statusStream$.subscribe((msg) => {
49
+ this.status = msg === SubscriberStatusEnum.STOPPED || msg === SubscriberStatusEnum.ALIVE;
65
50
  this.status$.next(msg);
66
51
  });
67
- // don't wait for these promises, they can be init after startup
68
- await streamRegister.addStream(stream);
69
- await this.initStream(stream);
70
- }
71
- return stream;
72
- }
73
- async initStream(stream) {
74
- // an async callback to set the stream token in case one was not set at startup
75
- if (!this.config.token) {
76
- try {
77
- const authService = RocosStore_1.RocosStore.getSDKInstance(this.config).getAuthService();
78
- const token = await authService.getToken();
79
- if (token === null || token === void 0 ? void 0 : token.value) {
80
- this.config.token = token === null || token === void 0 ? void 0 : token.value;
81
- stream.setToken(this.config.token);
82
- }
83
- }
84
- catch (e) {
85
- this.logger.info('Can not retrieve auth token', e);
86
- }
87
52
  }
53
+ return newStream.stream;
88
54
  }
89
55
  getStream(config) {
90
- return new SearchStream_1.SearchStream(config);
56
+ return new SearchStream(config);
91
57
  }
92
58
  }
93
- exports.SearchService = SearchService;
@@ -1,11 +1,7 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SearchServiceNode = void 0;
4
- const SearchService_1 = require("./SearchService");
5
- const SearchStreamNode_1 = require("../api/streams/search/SearchStreamNode");
6
- class SearchServiceNode extends SearchService_1.SearchService {
1
+ import { SearchService } from './SearchService';
2
+ import { SearchStreamNode } from '../api/streams/search/SearchStreamNode';
3
+ export class SearchServiceNode extends SearchService {
7
4
  getStream(config) {
8
- return new SearchStreamNode_1.SearchStreamNode(config);
5
+ return new SearchStreamNode(config);
9
6
  }
10
7
  }
11
- exports.SearchServiceNode = SearchServiceNode;
@@ -1,7 +1,7 @@
1
1
  import { IBaseService, IRocosSDKConfig, RocosError } from '../models';
2
2
  import { BaseServiceAbstract } from './BaseServiceAbstract';
3
3
  import { Timezone } from '../constants/timezones';
4
- declare type SpotImageTag = 'stable' | 'dev' | 'unstable';
4
+ type SpotImageTag = 'stable' | 'dev' | 'unstable';
5
5
  export declare class SpotProvisioningService extends BaseServiceAbstract implements IBaseService {
6
6
  constructor(config: IRocosSDKConfig);
7
7
  getStatus(): boolean;
@@ -1,34 +1,35 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SpotProvisioningService = void 0;
4
- const models_1 = require("../models");
5
- const api_1 = require("../constants/api");
6
- const BaseServiceAbstract_1 = require("./BaseServiceAbstract");
7
- const RocosLogger_1 = require("../logger/RocosLogger");
8
- const RocosStore_1 = require("../store/RocosStore");
9
- const formatServiceUrl_1 = require("../helpers/formatServiceUrl");
10
- class SpotProvisioningService extends BaseServiceAbstract_1.BaseServiceAbstract {
1
+ import { RocosError, errorCodes } from '../models';
2
+ import { API_SPOTTY_URL } from '../constants/api';
3
+ import { BaseServiceAbstract } from './BaseServiceAbstract';
4
+ import { RocosLogger } from '../logger/RocosLogger';
5
+ import { RocosStore } from '../store/RocosStore';
6
+ import { formatServiceUrl } from '../helpers/formatServiceUrl';
7
+ export class SpotProvisioningService extends BaseServiceAbstract {
11
8
  constructor(config) {
12
9
  super(config);
13
- this.logger = RocosLogger_1.RocosLogger.getInstance(`SpotService(${this.config.url})`);
10
+ this.logger = RocosLogger.getInstance(`SpotService(${this.config.url})`);
14
11
  }
15
12
  getStatus() {
16
13
  return true;
17
14
  }
18
15
  getError(e) {
19
- return new models_1.RocosError(e, models_1.errorCodes.SPOT_SERVICE_ERROR);
16
+ return new RocosError(e, errorCodes.SPOT_SERVICE_ERROR);
20
17
  }
21
18
  async getSpotCoreImage(projectId, profileId, robot, tag = 'stable', patMetadata, timezone) {
22
- const userService = RocosStore_1.RocosStore.getSDKInstance(this.config).getUserService();
19
+ const userService = RocosStore.getSDKInstance(this.config).getUserService();
23
20
  const pat = await userService.createPAT({
24
21
  name: `Spot provisioning token for ${robot.callsign}`,
25
22
  projectId,
26
23
  scope: ['provisioning'],
27
24
  robotDefinitionId: profileId,
28
- metaData: Object.assign({ singleUse: true, defaultRobotDefinitionId: profileId }, patMetadata),
25
+ metaData: {
26
+ singleUse: true,
27
+ defaultRobotDefinitionId: profileId,
28
+ ...patMetadata,
29
+ },
29
30
  ttlDays: 90,
30
31
  });
31
- return this.callPost(formatServiceUrl_1.formatServiceUrl(api_1.API_SPOTTY_URL, { url: this.config.url }, this.config.insecure), {
32
+ return this.callPost(formatServiceUrl(API_SPOTTY_URL, { url: this.config.url }, this.config.insecure), {
32
33
  pat: pat.pat,
33
34
  callsign: robot.callsign,
34
35
  robotName: robot.name,
@@ -40,4 +41,3 @@ class SpotProvisioningService extends BaseServiceAbstract_1.BaseServiceAbstract
40
41
  });
41
42
  }
42
43
  }
43
- exports.SpotProvisioningService = SpotProvisioningService;