@dronedeploy/rocos-js-sdk 0.0.1 → 1.0.0-alpha-2
Sign up to get free protection for your applications and to get access to all the features.
- package/IRocosSDK.d.ts +55 -0
- package/IRocosSDK.js +2 -0
- package/README.md +108 -0
- package/RocosSDK.d.ts +138 -0
- package/RocosSDK.js +292 -0
- package/api/StreamRegister.d.ts +13 -0
- package/api/StreamRegister.js +69 -0
- package/api/atoms/StreamHeartbeat.d.ts +27 -0
- package/api/atoms/StreamHeartbeat.js +111 -0
- package/api/streams/caller/CallerStream.d.ts +13 -0
- package/api/streams/caller/CallerStream.js +77 -0
- package/api/streams/caller/CallerStreamAbstract.d.ts +23 -0
- package/api/streams/caller/CallerStreamAbstract.js +87 -0
- package/api/streams/caller/CallerStreamNode.d.ts +13 -0
- package/api/streams/caller/CallerStreamNode.js +115 -0
- package/api/streams/command/CommandStream.d.ts +10 -0
- package/api/streams/command/CommandStream.js +66 -0
- package/api/streams/command/CommandStreamAbstract.d.ts +20 -0
- package/api/streams/command/CommandStreamAbstract.js +63 -0
- package/api/streams/command/CommandStreamNode.d.ts +10 -0
- package/api/streams/command/CommandStreamNode.js +69 -0
- package/api/streams/control/ControlStream.d.ts +12 -0
- package/api/streams/control/ControlStream.js +75 -0
- package/api/streams/control/ControlStreamAbstract.d.ts +25 -0
- package/api/streams/control/ControlStreamAbstract.js +111 -0
- package/api/streams/control/ControlStreamNode.d.ts +12 -0
- package/api/streams/control/ControlStreamNode.js +73 -0
- package/api/streams/fileAccessor/FileAccessorStream.d.ts +8 -0
- package/api/streams/fileAccessor/FileAccessorStream.js +59 -0
- package/api/streams/fileAccessor/FileAccessorStreamAbstract.d.ts +21 -0
- package/api/streams/fileAccessor/FileAccessorStreamAbstract.js +62 -0
- package/api/streams/fileAccessor/FileAccessorStreamNode.d.ts +8 -0
- package/api/streams/fileAccessor/FileAccessorStreamNode.js +66 -0
- package/api/streams/search/SearchStream.d.ts +13 -0
- package/api/streams/search/SearchStream.js +96 -0
- package/api/streams/search/SearchStreamAbstract.d.ts +25 -0
- package/api/streams/search/SearchStreamAbstract.js +72 -0
- package/api/streams/search/SearchStreamNode.d.ts +13 -0
- package/api/streams/search/SearchStreamNode.js +118 -0
- package/api/streams/telemetry/TelemetryStream.d.ts +17 -0
- package/api/streams/telemetry/TelemetryStream.js +97 -0
- package/api/streams/telemetry/TelemetryStreamAbstract.d.ts +59 -0
- package/api/streams/telemetry/TelemetryStreamAbstract.js +402 -0
- package/api/streams/telemetry/TelemetryStreamNode.d.ts +21 -0
- package/api/streams/telemetry/TelemetryStreamNode.js +175 -0
- package/api/streams/webRTCSignalling/WebRTCSignallingStream.d.ts +39 -0
- package/api/streams/webRTCSignalling/WebRTCSignallingStream.js +84 -0
- package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.d.ts +29 -0
- package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.js +65 -0
- package/constants/api.d.ts +126 -0
- package/constants/api.js +126 -0
- package/constants/auth.d.ts +2 -0
- package/constants/auth.js +2 -0
- package/constants/grpc.d.ts +5 -0
- package/constants/grpc.js +5 -0
- package/constants/identifier.d.ts +6 -0
- package/constants/identifier.js +6 -0
- package/constants/timezones.d.ts +2 -0
- package/constants/timezones.js +427 -0
- package/grpc/conker_pb.client.d.ts +78 -0
- package/grpc/conker_pb.client.js +55 -0
- package/grpc/conker_pb.d.ts +141 -0
- package/grpc/conker_pb.grpc-client.d.ts +81 -0
- package/grpc/conker_pb.grpc-client.js +58 -0
- package/grpc/conker_pb.js +104 -0
- package/grpc/filagree_pb.client.d.ts +68 -0
- package/grpc/filagree_pb.client.js +48 -0
- package/grpc/filagree_pb.d.ts +404 -0
- package/grpc/filagree_pb.grpc-client.d.ts +69 -0
- package/grpc/filagree_pb.grpc-client.js +51 -0
- package/grpc/filagree_pb.js +329 -0
- package/grpc/google/protobuf/descriptor_pb.d.ts +1798 -0
- package/grpc/google/protobuf/descriptor_pb.js +2378 -0
- package/grpc/google/protobuf/empty_pb.d.ts +23 -0
- package/grpc/google/protobuf/empty_pb.js +47 -0
- package/grpc/pigeon_pb.client.d.ts +96 -0
- package/grpc/pigeon_pb.client.js +72 -0
- package/grpc/pigeon_pb.d.ts +207 -0
- package/grpc/pigeon_pb.grpc-client.d.ts +98 -0
- package/grpc/pigeon_pb.grpc-client.js +68 -0
- package/grpc/pigeon_pb.js +144 -0
- package/grpc/rambo.uri.v1_pb.d.ts +73 -0
- package/grpc/rambo.uri.v1_pb.js +48 -0
- package/grpc/rambo.v1_pb.client.d.ts +66 -0
- package/grpc/rambo.v1_pb.client.js +48 -0
- package/grpc/rambo.v1_pb.d.ts +392 -0
- package/grpc/rambo.v1_pb.grpc-client.d.ts +56 -0
- package/grpc/rambo.v1_pb.grpc-client.js +44 -0
- package/grpc/rambo.v1_pb.js +272 -0
- package/grpc/serviette.uri.v1_pb.d.ts +89 -0
- package/grpc/serviette.uri.v1_pb.js +62 -0
- package/grpc/serviette.v1_pb.client.d.ts +225 -0
- package/grpc/serviette.v1_pb.client.js +174 -0
- package/grpc/serviette.v1_pb.d.ts +827 -0
- package/grpc/serviette.v1_pb.grpc-client.d.ts +215 -0
- package/grpc/serviette.v1_pb.grpc-client.js +162 -0
- package/grpc/serviette.v1_pb.js +553 -0
- package/grpc/slowlane_pb.client.d.ts +61 -0
- package/grpc/slowlane_pb.client.js +41 -0
- package/grpc/slowlane_pb.d.ts +303 -0
- package/grpc/slowlane_pb.grpc-client.d.ts +64 -0
- package/grpc/slowlane_pb.grpc-client.js +44 -0
- package/grpc/slowlane_pb.js +185 -0
- package/grpc/teletubby_pb.client.d.ts +145 -0
- package/grpc/teletubby_pb.client.js +104 -0
- package/grpc/teletubby_pb.d.ts +634 -0
- package/grpc/teletubby_pb.grpc-client.d.ts +152 -0
- package/grpc/teletubby_pb.grpc-client.js +100 -0
- package/grpc/teletubby_pb.js +1264 -0
- package/helpers/arrayRemove.d.ts +1 -0
- package/helpers/arrayRemove.js +3 -0
- package/helpers/arrayUnique.d.ts +1 -0
- package/helpers/arrayUnique.js +3 -0
- package/helpers/average.d.ts +1 -0
- package/helpers/average.js +6 -0
- package/helpers/cleanObject.d.ts +1 -0
- package/helpers/cleanObject.js +18 -0
- package/helpers/cleanObject.spec.d.ts +1 -0
- package/helpers/cleanObject.spec.js +53 -0
- package/helpers/enviroment.d.ts +8 -0
- package/helpers/enviroment.js +13 -0
- package/helpers/flattenCallsignsLookup.d.ts +2 -0
- package/helpers/flattenCallsignsLookup.js +6 -0
- package/helpers/flattenObject.d.ts +1 -0
- package/helpers/flattenObject.js +13 -0
- package/helpers/flattenObject.spec.d.ts +1 -0
- package/helpers/flattenObject.spec.js +29 -0
- package/helpers/flattenOneOf.d.ts +67 -0
- package/helpers/flattenOneOf.js +29 -0
- package/helpers/flattenOneOf.spec.d.ts +1 -0
- package/helpers/flattenOneOf.spec.js +157 -0
- package/helpers/formatServiceUrl.d.ts +1 -0
- package/helpers/formatServiceUrl.js +7 -0
- package/helpers/formatServiceUrl.spec.d.ts +1 -0
- package/helpers/formatServiceUrl.spec.js +16 -0
- package/helpers/generateUUID.d.ts +1 -0
- package/helpers/generateUUID.js +4 -0
- package/helpers/getSubscriptionsDifference.d.ts +10 -0
- package/helpers/getSubscriptionsDifference.js +35 -0
- package/helpers/getUniqueConfigKey.d.ts +7 -0
- package/helpers/getUniqueConfigKey.js +14 -0
- package/helpers/getUniqueId.d.ts +9 -0
- package/helpers/getUniqueId.js +11 -0
- package/helpers/getUnixTimeMs.d.ts +1 -0
- package/helpers/getUnixTimeMs.js +4 -0
- package/helpers/index.d.ts +3 -0
- package/helpers/index.js +3 -0
- package/helpers/nanosecondToMillisecond.d.ts +1 -0
- package/helpers/nanosecondToMillisecond.js +6 -0
- package/helpers/randomString.d.ts +1 -0
- package/helpers/randomString.js +3 -0
- package/helpers/standardDeviation.d.ts +1 -0
- package/helpers/standardDeviation.js +12 -0
- package/helpers/standardDeviation.spec.d.ts +1 -0
- package/helpers/standardDeviation.spec.js +11 -0
- package/helpers/stringToUint8Array.d.ts +1 -0
- package/helpers/stringToUint8Array.js +10 -0
- package/helpers/uint8ArrayToString.d.ts +1 -0
- package/helpers/uint8ArrayToString.js +10 -0
- package/index.d.ts +7 -0
- package/index.js +7 -0
- package/logger/RocosLogger.d.ts +7 -0
- package/logger/RocosLogger.js +37 -0
- package/models/CallsignStatus.d.ts +6 -0
- package/models/CallsignStatus.js +7 -0
- package/models/ExportDataQuery.d.ts +8 -0
- package/models/ExportDataQuery.js +13 -0
- package/models/ExternalProject.d.ts +6 -0
- package/models/ExternalProject.js +2 -0
- package/models/IBaseService.d.ts +4 -0
- package/models/IBaseService.js +1 -0
- package/models/IConfigGroup.d.ts +5 -0
- package/models/IConfigGroup.js +1 -0
- package/models/IDebugLevel.d.ts +2 -0
- package/models/IDebugLevel.js +1 -0
- package/models/IExportDataQuery.d.ts +9 -0
- package/models/IExportDataQuery.js +1 -0
- package/models/IFunctionConfig.d.ts +8 -0
- package/models/IFunctionConfig.js +1 -0
- package/models/IInvitation.d.ts +6 -0
- package/models/IInvitation.js +1 -0
- package/models/IInvitationExists.d.ts +4 -0
- package/models/IInvitationExists.js +1 -0
- package/models/IOperation.d.ts +6 -0
- package/models/IOperation.js +1 -0
- package/models/IPersonalAccessToken.d.ts +16 -0
- package/models/IPersonalAccessToken.js +1 -0
- package/models/IProject.d.ts +4 -0
- package/models/IProject.js +1 -0
- package/models/IProjectApplication.d.ts +6 -0
- package/models/IProjectApplication.js +1 -0
- package/models/IRobot.d.ts +18 -0
- package/models/IRobot.js +1 -0
- package/models/IRobotConfig.d.ts +8 -0
- package/models/IRobotConfig.js +1 -0
- package/models/IRobotPlugin.d.ts +3 -0
- package/models/IRobotPlugin.js +1 -0
- package/models/IRobotSettings.d.ts +28 -0
- package/models/IRobotSettings.js +1 -0
- package/models/IRobotTemplate.d.ts +10 -0
- package/models/IRobotTemplate.js +1 -0
- package/models/IRocosSDKConfig.d.ts +19 -0
- package/models/IRocosSDKConfig.js +1 -0
- package/models/ISource.d.ts +8 -0
- package/models/ISource.js +1 -0
- package/models/IStream.d.ts +9 -0
- package/models/IStream.js +1 -0
- package/models/IStreamConfig.d.ts +9 -0
- package/models/IStreamConfig.js +1 -0
- package/models/IStreamOptions.d.ts +7 -0
- package/models/IStreamOptions.js +1 -0
- package/models/IStreamSource.d.ts +8 -0
- package/models/IStreamSource.js +1 -0
- package/models/ISubscriberStatus.d.ts +5 -0
- package/models/ISubscriberStatus.js +1 -0
- package/models/ITelemetryStreamConfig.d.ts +7 -0
- package/models/ITelemetryStreamConfig.js +1 -0
- package/models/IToken.d.ts +9 -0
- package/models/IToken.js +1 -0
- package/models/IWidget.d.ts +25 -0
- package/models/IWidget.js +1 -0
- package/models/IWidgetLineGroup.d.ts +8 -0
- package/models/IWidgetLineGroup.js +1 -0
- package/models/ResponseLevelEnum.d.ts +10 -0
- package/models/ResponseLevelEnum.js +11 -0
- package/models/Robot.d.ts +20 -0
- package/models/Robot.js +8 -0
- package/models/RobotConfig.d.ts +10 -0
- package/models/RobotConfig.js +5 -0
- package/models/RobotPlugin.d.ts +5 -0
- package/models/RobotPlugin.js +5 -0
- package/models/RobotTemplate.d.ts +12 -0
- package/models/RobotTemplate.js +25 -0
- package/models/RocosError.d.ts +30 -0
- package/models/RocosError.js +39 -0
- package/models/ServiceEnum.d.ts +26 -0
- package/models/ServiceEnum.js +27 -0
- package/models/Stream.d.ts +10 -0
- package/models/Stream.js +11 -0
- package/models/StreamOptions.d.ts +9 -0
- package/models/StreamOptions.js +33 -0
- package/models/StreamSource.d.ts +10 -0
- package/models/StreamSource.js +11 -0
- package/models/SubscriberStatusEnum.d.ts +6 -0
- package/models/SubscriberStatusEnum.js +7 -0
- package/models/Token.d.ts +40 -0
- package/models/Token.js +78 -0
- package/models/Token.spec.d.ts +1 -0
- package/models/Token.spec.js +108 -0
- package/models/Widget.d.ts +27 -0
- package/models/Widget.js +12 -0
- package/models/WidgetLineGroup.d.ts +10 -0
- package/models/WidgetLineGroup.js +5 -0
- package/models/asset-storage/AssetModelItem.d.ts +29 -0
- package/models/asset-storage/AssetModelItem.js +1 -0
- package/models/caller/IRocosCallerMessageChunk.d.ts +10 -0
- package/models/caller/IRocosCallerMessageChunk.js +1 -0
- package/models/caller/IRocosCallerMessageChunks.d.ts +4 -0
- package/models/caller/IRocosCallerMessageChunks.js +1 -0
- package/models/caller/IRocosCallerMessageHeartbeat.d.ts +3 -0
- package/models/caller/IRocosCallerMessageHeartbeat.js +1 -0
- package/models/caller/IRocosCallerMessageResponse.d.ts +10 -0
- package/models/caller/IRocosCallerMessageResponse.js +1 -0
- package/models/caller/IRocosCallerMessageResponseAck.d.ts +16 -0
- package/models/caller/IRocosCallerMessageResponseAck.js +13 -0
- package/models/caller/IRocosCallerMessageResponseResult.d.ts +15 -0
- package/models/caller/IRocosCallerMessageResponseResult.js +12 -0
- package/models/caller/IRocosCallerMessageResponseReturn.d.ts +8 -0
- package/models/caller/IRocosCallerMessageResponseReturn.js +1 -0
- package/models/caller/IRocosCallerMessageResponseUid.d.ts +10 -0
- package/models/caller/IRocosCallerMessageResponseUid.js +7 -0
- package/models/caller/IRocosCallerMessageResponses.d.ts +4 -0
- package/models/caller/IRocosCallerMessageResponses.js +1 -0
- package/models/caller/RocosCallerResultStatus.d.ts +11 -0
- package/models/caller/RocosCallerResultStatus.js +12 -0
- package/models/caller/RocosResponseLevel.d.ts +6 -0
- package/models/caller/RocosResponseLevel.js +7 -0
- package/models/caller/index.d.ts +10 -0
- package/models/caller/index.js +10 -0
- package/models/callsigns/CallsignsEnums.d.ts +13 -0
- package/models/callsigns/CallsignsEnums.js +17 -0
- package/models/callsigns/CallsignsLookup.d.ts +8 -0
- package/models/callsigns/CallsignsLookup.js +28 -0
- package/models/callsigns/CallsignsQuery.d.ts +9 -0
- package/models/callsigns/CallsignsQuery.js +14 -0
- package/models/callsigns/CallsignsQueryPredicate.d.ts +9 -0
- package/models/callsigns/CallsignsQueryPredicate.js +15 -0
- package/models/command/IRocosCommandMessageHeartbeat.d.ts +1 -0
- package/models/command/IRocosCommandMessageHeartbeat.js +1 -0
- package/models/command/IRocosCommandMessageResponse.d.ts +55 -0
- package/models/command/IRocosCommandMessageResponse.js +29 -0
- package/models/command/RocosCommandResultStatus.d.ts +11 -0
- package/models/command/RocosCommandResultStatus.js +12 -0
- package/models/command/index.d.ts +4 -0
- package/models/command/index.js +4 -0
- package/models/file/FileEnums.d.ts +30 -0
- package/models/file/FileEnums.js +33 -0
- package/models/index.d.ts +75 -0
- package/models/index.js +75 -0
- package/models/integrations/Overlay.d.ts +49 -0
- package/models/integrations/Overlay.js +1 -0
- package/models/integrations/Plan.d.ts +324 -0
- package/models/integrations/Plan.js +1 -0
- package/models/maps/Map.d.ts +13 -0
- package/models/maps/Map.js +1 -0
- package/models/message/IRocosCallerMessage.d.ts +8 -0
- package/models/message/IRocosCallerMessage.js +1 -0
- package/models/message/IRocosChangeMessage.d.ts +6 -0
- package/models/message/IRocosChangeMessage.js +1 -0
- package/models/message/IRocosCommandMessage.d.ts +6 -0
- package/models/message/IRocosCommandMessage.js +1 -0
- package/models/message/IRocosControlMessage.d.ts +7 -0
- package/models/message/IRocosControlMessage.js +1 -0
- package/models/message/IRocosOpResultMessage.d.ts +6 -0
- package/models/message/IRocosOpResultMessage.js +1 -0
- package/models/message/IRocosSearchMessage.d.ts +5 -0
- package/models/message/IRocosSearchMessage.js +1 -0
- package/models/message/IRocosSearchRowMessage.d.ts +9 -0
- package/models/message/IRocosSearchRowMessage.js +1 -0
- package/models/message/IRocosSearchStatusMessage.d.ts +4 -0
- package/models/message/IRocosSearchStatusMessage.js +1 -0
- package/models/message/IRocosTelemetryMessage.d.ts +23 -0
- package/models/message/IRocosTelemetryMessage.js +1 -0
- package/models/message/IStreamStatusMessage.d.ts +5 -0
- package/models/message/IStreamStatusMessage.js +1 -0
- package/models/message/RocosCallerMessage.d.ts +10 -0
- package/models/message/RocosCallerMessage.js +32 -0
- package/models/message/RocosCommandMessage.d.ts +9 -0
- package/models/message/RocosCommandMessage.js +13 -0
- package/models/message/RocosControlMessage.d.ts +11 -0
- package/models/message/RocosControlMessage.js +14 -0
- package/models/message/RocosOpResultMessage.d.ts +10 -0
- package/models/message/RocosOpResultMessage.js +18 -0
- package/models/message/RocosSearchMessage.d.ts +9 -0
- package/models/message/RocosSearchMessage.js +24 -0
- package/models/message/RocosSearchRowMessage.d.ts +13 -0
- package/models/message/RocosSearchRowMessage.js +16 -0
- package/models/message/RocosTelemetryMessage.d.ts +10 -0
- package/models/message/RocosTelemetryMessage.js +63 -0
- package/models/message/index.d.ts +17 -0
- package/models/message/index.js +17 -0
- package/models/params/ICallerParams.d.ts +16 -0
- package/models/params/ICallerParams.js +1 -0
- package/models/params/ICommandParams.d.ts +9 -0
- package/models/params/ICommandParams.js +1 -0
- package/models/params/IControlParams.d.ts +8 -0
- package/models/params/IControlParams.js +1 -0
- package/models/params/IFileAccessorParams.d.ts +11 -0
- package/models/params/IFileAccessorParams.js +1 -0
- package/models/params/ISearchParams.d.ts +10 -0
- package/models/params/ISearchParams.js +1 -0
- package/models/params/ITelemetryParams.d.ts +18 -0
- package/models/params/ITelemetryParams.js +1 -0
- package/models/params/IWebRTCSignallingParams.d.ts +21 -0
- package/models/params/IWebRTCSignallingParams.js +1 -0
- package/models/projects/ProjectUser.d.ts +6 -0
- package/models/projects/ProjectUser.js +1 -0
- package/models/schedule/IScheduleAction.d.ts +13 -0
- package/models/schedule/IScheduleAction.js +6 -0
- package/models/schedule/IScheduleInfo.d.ts +11 -0
- package/models/schedule/IScheduleInfo.js +1 -0
- package/models/schedule/IScheduleJob.d.ts +12 -0
- package/models/schedule/IScheduleJob.js +1 -0
- package/models/search/SearchQueryFilter.d.ts +5 -0
- package/models/search/SearchQueryFilter.js +5 -0
- package/models/search/SearchStreamQuery.d.ts +15 -0
- package/models/search/SearchStreamQuery.js +6 -0
- package/models/stream/IBaseStream.d.ts +8 -0
- package/models/stream/IBaseStream.js +1 -0
- package/models/stream/ICallerStream.d.ts +8 -0
- package/models/stream/ICallerStream.js +1 -0
- package/models/stream/ICommandStream.d.ts +7 -0
- package/models/stream/ICommandStream.js +1 -0
- package/models/stream/IControlStream.d.ts +9 -0
- package/models/stream/IControlStream.js +1 -0
- package/models/stream/IFileAccessorStream.d.ts +9 -0
- package/models/stream/IFileAccessorStream.js +1 -0
- package/models/stream/ISearchStream.d.ts +11 -0
- package/models/stream/ISearchStream.js +1 -0
- package/models/stream/ITelemetryStream.d.ts +10 -0
- package/models/stream/ITelemetryStream.js +1 -0
- package/models/stream/IWebRTCSignallingStream.d.ts +76 -0
- package/models/stream/IWebRTCSignallingStream.js +1 -0
- package/models/types.d.ts +5 -0
- package/models/types.js +1 -0
- package/node/RocosSDKNode.d.ts +42 -0
- package/node/RocosSDKNode.js +143 -0
- package/node/index.d.ts +7 -0
- package/node/index.js +7 -0
- package/package.json +22 -6
- package/services/AssetStorageService.d.ts +99 -0
- package/services/AssetStorageService.js +158 -0
- package/services/AuthService.d.ts +93 -0
- package/services/AuthService.js +235 -0
- package/services/AuthService.spec.d.ts +1 -0
- package/services/AuthService.spec.js +163 -0
- package/services/BaseServiceAbstract.d.ts +36 -0
- package/services/BaseServiceAbstract.js +101 -0
- package/services/BaseStreamService.d.ts +18 -0
- package/services/BaseStreamService.js +47 -0
- package/services/CallerService.d.ts +10 -0
- package/services/CallerService.js +53 -0
- package/services/CallerServiceNode.d.ts +6 -0
- package/services/CallerServiceNode.js +7 -0
- package/services/CommandService.d.ts +9 -0
- package/services/CommandService.js +38 -0
- package/services/CommandServiceNode.d.ts +6 -0
- package/services/CommandServiceNode.js +7 -0
- package/services/ConfigGroupService.d.ts +89 -0
- package/services/ConfigGroupService.js +153 -0
- package/services/ControlService.d.ts +11 -0
- package/services/ControlService.js +57 -0
- package/services/ControlServiceNode.d.ts +6 -0
- package/services/ControlServiceNode.js +7 -0
- package/services/DashboardService.d.ts +97 -0
- package/services/DashboardService.js +142 -0
- package/services/EventService.d.ts +53 -0
- package/services/EventService.js +85 -0
- package/services/FileAccessorService.d.ts +11 -0
- package/services/FileAccessorService.js +37 -0
- package/services/FileAccessorServiceNode.d.ts +6 -0
- package/services/FileAccessorServiceNode.js +7 -0
- package/services/FunctionService.d.ts +68 -0
- package/services/FunctionService.js +99 -0
- package/services/IntegrationService.d.ts +48 -0
- package/services/IntegrationService.js +72 -0
- package/services/MapService.d.ts +109 -0
- package/services/MapService.js +149 -0
- package/services/PlatformTimeService.d.ts +35 -0
- package/services/PlatformTimeService.js +156 -0
- package/services/PlatformTimeService.spec.d.ts +1 -0
- package/services/PlatformTimeService.spec.js +180 -0
- package/services/ProfileService.d.ts +244 -0
- package/services/ProfileService.js +362 -0
- package/services/ProjectService.d.ts +110 -0
- package/services/ProjectService.js +160 -0
- package/services/RobotService.d.ts +278 -0
- package/services/RobotService.js +460 -0
- package/services/ScheduleService.d.ts +22 -0
- package/services/ScheduleService.js +36 -0
- package/services/SearchService.d.ts +12 -0
- package/services/SearchService.js +58 -0
- package/services/SearchServiceNode.d.ts +6 -0
- package/services/SearchServiceNode.js +7 -0
- package/services/SpotProvisioningService.d.ts +14 -0
- package/services/SpotProvisioningService.js +43 -0
- package/services/SpotProvisioningServiceNode.d.ts +15 -0
- package/services/SpotProvisioningServiceNode.js +43 -0
- package/services/StreamService.d.ts +98 -0
- package/services/StreamService.js +142 -0
- package/services/TelemetryService.d.ts +40 -0
- package/services/TelemetryService.js +142 -0
- package/services/TelemetryService.spec.d.ts +1 -0
- package/services/TelemetryService.spec.js +37 -0
- package/services/TelemetryServiceNode.d.ts +6 -0
- package/services/TelemetryServiceNode.js +7 -0
- package/services/TimeSyncerService.d.ts +13 -0
- package/services/TimeSyncerService.js +23 -0
- package/services/UserService.d.ts +200 -0
- package/services/UserService.js +315 -0
- package/services/WebRTCSignallingService.d.ts +22 -0
- package/services/WebRTCSignallingService.js +78 -0
- package/services/WorkflowService.d.ts +71 -0
- package/services/WorkflowService.js +118 -0
- package/services/index.d.ts +26 -0
- package/services/index.js +26 -0
- package/store/RocosStore.d.ts +31 -0
- package/store/RocosStore.js +47 -0
@@ -0,0 +1,69 @@
|
|
1
|
+
import * as grpc from '@grpc/grpc-js';
|
2
|
+
import { RocosCommandMessage, SubscriberStatusEnum, } from '../../../models';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { CommandClient } from '../../../grpc/rambo.v1_pb.grpc-client';
|
5
|
+
import { CommandStreamAbstract } from './CommandStreamAbstract';
|
6
|
+
import { RocosLogger } from '../../../logger/RocosLogger';
|
7
|
+
export class CommandStreamNode extends CommandStreamAbstract {
|
8
|
+
constructor(config) {
|
9
|
+
super(config);
|
10
|
+
this.logger = RocosLogger.getInstance(`CommandStreamNode(${this.identifier})`);
|
11
|
+
const port = config.port ?? 443;
|
12
|
+
const credentials = config.insecure ? grpc.credentials.createInsecure() : grpc.credentials.createSsl();
|
13
|
+
this.client = new CommandClient(`${this.url}:${port}`, credentials);
|
14
|
+
}
|
15
|
+
callStream(request, params) {
|
16
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
17
|
+
let call;
|
18
|
+
return new Observable((emitter) => {
|
19
|
+
call = this.client.callCommand(request, metadata);
|
20
|
+
this.subscriberStatus = SubscriberStatusEnum.ALIVE;
|
21
|
+
this.statusStream$.next(this.subscriberStatus);
|
22
|
+
call.on('data', (update) => {
|
23
|
+
const message = RocosCommandMessage.fromModel(update);
|
24
|
+
emitter.next(message);
|
25
|
+
this.logger.debug('invokeRequest - on(data)', {
|
26
|
+
message,
|
27
|
+
projectId: params.projectId,
|
28
|
+
callsign: params.callsign,
|
29
|
+
commandId: params.commandId,
|
30
|
+
});
|
31
|
+
});
|
32
|
+
call.on('end', () => {
|
33
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
34
|
+
this.statusStream$.next(this.subscriberStatus);
|
35
|
+
this.logger.debug('invokeRequest - on(end)', {
|
36
|
+
projectId: params.projectId,
|
37
|
+
callsign: params.callsign,
|
38
|
+
commandId: params.commandId,
|
39
|
+
});
|
40
|
+
emitter.complete();
|
41
|
+
});
|
42
|
+
call.on('close', () => {
|
43
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
44
|
+
this.statusStream$.next(this.subscriberStatus);
|
45
|
+
this.logger.debug('invokeRequest - on(close)');
|
46
|
+
});
|
47
|
+
call.on('error', (error) => {
|
48
|
+
this.subscriberStatus = SubscriberStatusEnum.ERROR;
|
49
|
+
this.statusStream$.next(this.subscriberStatus);
|
50
|
+
this.logger.debug('invokeRequest - on(error)', error);
|
51
|
+
emitter.error(error);
|
52
|
+
});
|
53
|
+
return () => {
|
54
|
+
this.logger.debug('unsubscribing commandStream');
|
55
|
+
call.cancel();
|
56
|
+
};
|
57
|
+
});
|
58
|
+
}
|
59
|
+
getMetadata(projectId, callsign, subsystem) {
|
60
|
+
const meta = new grpc.Metadata();
|
61
|
+
meta.add('authorization', this.token);
|
62
|
+
meta.add('r-p', projectId);
|
63
|
+
meta.add('r-cs', callsign);
|
64
|
+
if (subsystem) {
|
65
|
+
meta.add('r-s', subsystem);
|
66
|
+
}
|
67
|
+
return meta;
|
68
|
+
}
|
69
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ControlMessage } from '../../../grpc/conker_pb';
|
2
|
+
import { IControlParams, IRocosControlMessage, IStreamConfig } from '../../../models';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { ControlStreamAbstract } from './ControlStreamAbstract';
|
5
|
+
export declare class ControlStream extends ControlStreamAbstract {
|
6
|
+
private client;
|
7
|
+
constructor(config: IStreamConfig);
|
8
|
+
protected controlRobotCall(request: ControlMessage, params: IControlParams): Promise<void>;
|
9
|
+
protected controlRobotCallWithAckStream(request: ControlMessage, params: IControlParams): Observable<IRocosControlMessage>;
|
10
|
+
protected getPayload(payload: string): Uint8Array;
|
11
|
+
private getMetadata;
|
12
|
+
}
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import { RocosControlMessage, SubscriberStatusEnum, } from '../../../models';
|
2
|
+
import { Observable } from 'rxjs';
|
3
|
+
import { ControlStreamAbstract } from './ControlStreamAbstract';
|
4
|
+
import { GrpcWebFetchTransport } from '@protobuf-ts/grpcweb-transport';
|
5
|
+
import { RobotControlClient } from '../../../grpc/conker_pb.client';
|
6
|
+
import { RocosLogger } from '../../../logger/RocosLogger';
|
7
|
+
import { stringToUint8Array } from '../../../helpers/stringToUint8Array';
|
8
|
+
export class ControlStream extends ControlStreamAbstract {
|
9
|
+
constructor(config) {
|
10
|
+
super(config);
|
11
|
+
this.logger = RocosLogger.getInstance(`ControlStream(${this.identifier})`);
|
12
|
+
const protocol = config.insecure ? 'http' : 'https';
|
13
|
+
const transport = new GrpcWebFetchTransport({
|
14
|
+
baseUrl: `${protocol}://${this.url}`,
|
15
|
+
});
|
16
|
+
this.client = new RobotControlClient(transport);
|
17
|
+
}
|
18
|
+
async controlRobotCall(request, params) {
|
19
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
20
|
+
await this.client.controlRobotCall(request, { meta: metadata });
|
21
|
+
}
|
22
|
+
controlRobotCallWithAckStream(request, params) {
|
23
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
24
|
+
const abortController = new AbortController();
|
25
|
+
return new Observable((emitter) => {
|
26
|
+
// Send the message to back-end.
|
27
|
+
const call = this.client.controlRobotCallWithAckStream(request, { meta: metadata, abort: abortController.signal });
|
28
|
+
this.subscriberStatus = SubscriberStatusEnum.ALIVE;
|
29
|
+
this.statusStream$.next(this.subscriberStatus);
|
30
|
+
call.responses.onMessage((update) => {
|
31
|
+
const message = RocosControlMessage.fromMessage(update);
|
32
|
+
emitter.next(message);
|
33
|
+
this.logger.debug('controlRobotCallWithAckStream - on(data)', {
|
34
|
+
message,
|
35
|
+
projectId: params.projectId,
|
36
|
+
callsign: params.callsign,
|
37
|
+
destination: params.destination,
|
38
|
+
});
|
39
|
+
});
|
40
|
+
call.responses.onComplete(() => {
|
41
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
42
|
+
this.statusStream$.next(this.subscriberStatus);
|
43
|
+
this.logger.debug('controlRobotCallWithAckStream - on(end)', {
|
44
|
+
projectId: params.projectId,
|
45
|
+
callsign: params.callsign,
|
46
|
+
destination: params.destination,
|
47
|
+
});
|
48
|
+
emitter.complete();
|
49
|
+
});
|
50
|
+
call.responses.onError((error) => {
|
51
|
+
this.logger.debug('controlRobotCallWithAckStream- on(error)', {
|
52
|
+
error,
|
53
|
+
projectId: params.projectId,
|
54
|
+
callsign: params.callsign,
|
55
|
+
destination: params.destination,
|
56
|
+
});
|
57
|
+
emitter.error(error);
|
58
|
+
});
|
59
|
+
return () => {
|
60
|
+
this.logger.debug('unsubscribing controlRobotCallWithAckStream');
|
61
|
+
abortController.abort();
|
62
|
+
};
|
63
|
+
});
|
64
|
+
}
|
65
|
+
getPayload(payload) {
|
66
|
+
return stringToUint8Array(payload);
|
67
|
+
}
|
68
|
+
getMetadata(projectId, callsign) {
|
69
|
+
return {
|
70
|
+
'authorization': this.token,
|
71
|
+
'r-p': projectId,
|
72
|
+
'r-cs': callsign,
|
73
|
+
};
|
74
|
+
}
|
75
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
2
|
+
import { ControlActionType, IControlParams, IControlStream, IRocosControlMessage, IStreamConfig, SubscriberStatusEnum } from '../../../models';
|
3
|
+
import { ControlMessage } from '../../../grpc/conker_pb';
|
4
|
+
import { Logger } from 'loglevel';
|
5
|
+
export declare abstract class ControlStreamAbstract implements IControlStream {
|
6
|
+
identifier: string;
|
7
|
+
statusStream$: BehaviorSubject<SubscriberStatusEnum>;
|
8
|
+
protected token: string;
|
9
|
+
private readonly scope;
|
10
|
+
protected url: string;
|
11
|
+
protected subscriberStatus: SubscriberStatusEnum;
|
12
|
+
protected logger: Logger;
|
13
|
+
protected constructor(config: IStreamConfig);
|
14
|
+
protected abstract controlRobotCall(request: ControlMessage, params: IControlParams): void;
|
15
|
+
protected abstract controlRobotCallWithAckStream(request: ControlMessage, params: IControlParams): Observable<IRocosControlMessage>;
|
16
|
+
protected abstract getPayload(payload: string): Uint8Array | undefined;
|
17
|
+
setToken(token: string): void;
|
18
|
+
stopStream(): void;
|
19
|
+
takeActionWithAck(action: ControlActionType, params: IControlParams, ackTimeoutInSeconds?: number): Observable<string>;
|
20
|
+
private rosbridgeControl;
|
21
|
+
sendCommand(params: IControlParams): void;
|
22
|
+
sendCommandWithAck(params: IControlParams): Observable<IRocosControlMessage>;
|
23
|
+
private sendCommandToRobot;
|
24
|
+
private setRequestMeta;
|
25
|
+
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
2
|
+
import { SubscriberStatusEnum, } from '../../../models';
|
3
|
+
import { ControlMessage } from '../../../grpc/conker_pb';
|
4
|
+
import { IDENTIFIER_NAME_CONTROL } from '../../../constants/identifier';
|
5
|
+
import { RocosStore } from '../../../store/RocosStore';
|
6
|
+
import { StreamRegister } from '../../StreamRegister';
|
7
|
+
import { filter } from 'rxjs/operators';
|
8
|
+
export class ControlStreamAbstract {
|
9
|
+
constructor(config) {
|
10
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
11
|
+
this.scope = config.scope;
|
12
|
+
this.identifier = StreamRegister.getIdentifier(IDENTIFIER_NAME_CONTROL, this.scope);
|
13
|
+
this.token = config.token;
|
14
|
+
this.url = config.url;
|
15
|
+
this.statusStream$ = new BehaviorSubject(SubscriberStatusEnum.STOPPED);
|
16
|
+
RocosStore.getChangeSubject()
|
17
|
+
.pipe(filter((message) => {
|
18
|
+
return message.type === 'token' && message.url === this.url;
|
19
|
+
}))
|
20
|
+
.subscribe((msg) => {
|
21
|
+
this.token = msg.data;
|
22
|
+
});
|
23
|
+
}
|
24
|
+
setToken(token) {
|
25
|
+
this.token = token;
|
26
|
+
}
|
27
|
+
stopStream() {
|
28
|
+
// do nothing for now
|
29
|
+
}
|
30
|
+
takeActionWithAck(action, params, ackTimeoutInSeconds = 15) {
|
31
|
+
return new Observable((emitter) => {
|
32
|
+
if (action && params) {
|
33
|
+
switch (action) {
|
34
|
+
case 'rosbridge-control':
|
35
|
+
this.rosbridgeControl(params, emitter, ackTimeoutInSeconds);
|
36
|
+
break;
|
37
|
+
default:
|
38
|
+
emitter.error(new Error(`Cannot handle this type: ${action}.`));
|
39
|
+
emitter.complete();
|
40
|
+
break;
|
41
|
+
}
|
42
|
+
}
|
43
|
+
else {
|
44
|
+
emitter.error(new Error('Cannot find the type or metadata.'));
|
45
|
+
emitter.complete();
|
46
|
+
}
|
47
|
+
});
|
48
|
+
}
|
49
|
+
rosbridgeControl(params, emitter, ackTimeoutInSeconds) {
|
50
|
+
if (!params.projectId || !params.callsign) {
|
51
|
+
emitter.error(new Error('Cannot find the type or metadata.'));
|
52
|
+
emitter.complete();
|
53
|
+
return;
|
54
|
+
}
|
55
|
+
const timer = setTimeout(() => {
|
56
|
+
emitter.error(new Error(`Timeout (${ackTimeoutInSeconds} seconds).`));
|
57
|
+
emitter.complete();
|
58
|
+
clearTimeout(timer);
|
59
|
+
}, ackTimeoutInSeconds * 1000);
|
60
|
+
this.sendCommandWithAck(params).subscribe({
|
61
|
+
next: (msg) => {
|
62
|
+
const { message } = msg;
|
63
|
+
if (msg.stage === 'final') {
|
64
|
+
if (msg.success) {
|
65
|
+
emitter.next(`${message}`);
|
66
|
+
emitter.complete();
|
67
|
+
}
|
68
|
+
else {
|
69
|
+
emitter.error(new Error('Failed!'));
|
70
|
+
emitter.complete();
|
71
|
+
}
|
72
|
+
}
|
73
|
+
clearTimeout(timer);
|
74
|
+
},
|
75
|
+
error: (err) => {
|
76
|
+
emitter.error(err);
|
77
|
+
emitter.complete();
|
78
|
+
},
|
79
|
+
});
|
80
|
+
}
|
81
|
+
sendCommand(params) {
|
82
|
+
this.sendCommandToRobot(params);
|
83
|
+
}
|
84
|
+
sendCommandWithAck(params) {
|
85
|
+
const request = ControlMessage.create({
|
86
|
+
payload: this.getPayload(params.payload),
|
87
|
+
destination: params.destination,
|
88
|
+
});
|
89
|
+
this.setRequestMeta(request, params.meta);
|
90
|
+
return this.controlRobotCallWithAckStream(request, params);
|
91
|
+
}
|
92
|
+
sendCommandToRobot(params) {
|
93
|
+
// Compose the request message
|
94
|
+
const request = ControlMessage.create({
|
95
|
+
destination: params.destination,
|
96
|
+
payload: this.getPayload(params.payload),
|
97
|
+
});
|
98
|
+
this.setRequestMeta(request, params.meta);
|
99
|
+
// Send the message to back-end.
|
100
|
+
this.controlRobotCall(request, params);
|
101
|
+
}
|
102
|
+
setRequestMeta(request, meta) {
|
103
|
+
if (meta) {
|
104
|
+
Object.keys(meta).forEach((item) => {
|
105
|
+
if (meta?.[item] !== undefined) {
|
106
|
+
request.meta[item] = meta[item];
|
107
|
+
}
|
108
|
+
});
|
109
|
+
}
|
110
|
+
}
|
111
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ControlMessage } from '../../../grpc/conker_pb';
|
2
|
+
import { IControlParams, IRocosControlMessage, IStreamConfig } from '../../../models';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { ControlStreamAbstract } from './ControlStreamAbstract';
|
5
|
+
export declare class ControlStreamNode extends ControlStreamAbstract {
|
6
|
+
private client;
|
7
|
+
constructor(config: IStreamConfig);
|
8
|
+
protected controlRobotCall(request: ControlMessage, params: IControlParams): void;
|
9
|
+
protected controlRobotCallWithAckStream(request: ControlMessage, params: IControlParams): Observable<IRocosControlMessage>;
|
10
|
+
protected getPayload(payload: string): Uint8Array;
|
11
|
+
private getMetadata;
|
12
|
+
}
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import * as grpc from '@grpc/grpc-js';
|
2
|
+
import { RocosControlMessage, SubscriberStatusEnum, } from '../../../models';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { ControlStreamAbstract } from './ControlStreamAbstract';
|
5
|
+
import { RobotControlClient } from '../../../grpc/conker_pb.grpc-client';
|
6
|
+
import { RocosLogger } from '../../../logger/RocosLogger';
|
7
|
+
export class ControlStreamNode extends ControlStreamAbstract {
|
8
|
+
constructor(config) {
|
9
|
+
super(config);
|
10
|
+
this.logger = RocosLogger.getInstance(`ControlStreamNode(${this.identifier})`);
|
11
|
+
const port = config.port || 443;
|
12
|
+
const credentials = config.insecure ? grpc.credentials.createInsecure() : grpc.credentials.createSsl();
|
13
|
+
this.client = new RobotControlClient(`${this.url}:${port}`, credentials);
|
14
|
+
}
|
15
|
+
controlRobotCall(request, params) {
|
16
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
17
|
+
this.client.controlRobotCall(request, metadata);
|
18
|
+
}
|
19
|
+
controlRobotCallWithAckStream(request, params) {
|
20
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
21
|
+
let call;
|
22
|
+
return new Observable((emitter) => {
|
23
|
+
call = this.client.controlRobotCallWithAckStream(request, metadata);
|
24
|
+
this.subscriberStatus = SubscriberStatusEnum.ALIVE;
|
25
|
+
this.statusStream$.next(this.subscriberStatus);
|
26
|
+
call.on('data', (update) => {
|
27
|
+
const message = RocosControlMessage.fromMessage(update);
|
28
|
+
emitter.next(message);
|
29
|
+
this.logger.debug('controlRobotCallWithAckStream - on(data)', {
|
30
|
+
projectId: params.projectId,
|
31
|
+
callsign: params.callsign,
|
32
|
+
destination: params.destination,
|
33
|
+
});
|
34
|
+
});
|
35
|
+
call.on('end', () => {
|
36
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
37
|
+
this.statusStream$.next(this.subscriberStatus);
|
38
|
+
this.logger.debug('controlRobotCallWithAckStream - on(end)', {
|
39
|
+
projectId: params.projectId,
|
40
|
+
callsign: params.callsign,
|
41
|
+
destination: params.destination,
|
42
|
+
});
|
43
|
+
emitter.complete();
|
44
|
+
});
|
45
|
+
call.on('close', () => {
|
46
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
47
|
+
this.statusStream$.next(this.subscriberStatus);
|
48
|
+
this.logger.debug('controlRobotCallWithAckStream - on(close)');
|
49
|
+
});
|
50
|
+
call.on('error', (error) => {
|
51
|
+
this.subscriberStatus = SubscriberStatusEnum.ERROR;
|
52
|
+
this.statusStream$.next(this.subscriberStatus);
|
53
|
+
this.logger.debug('controlRobotCallWithAckStream - on(error)', error);
|
54
|
+
emitter.error(error);
|
55
|
+
});
|
56
|
+
return () => {
|
57
|
+
this.logger.debug('unsubscribing controlRobotCallWithAckStream');
|
58
|
+
call.cancel();
|
59
|
+
};
|
60
|
+
});
|
61
|
+
}
|
62
|
+
getPayload(payload) {
|
63
|
+
const buffer = Buffer.from(payload);
|
64
|
+
return Uint8Array.from(buffer);
|
65
|
+
}
|
66
|
+
getMetadata(projectId, callsign) {
|
67
|
+
const meta = new grpc.Metadata();
|
68
|
+
meta.add('authorization', this.token);
|
69
|
+
meta.add('r-p', projectId);
|
70
|
+
meta.add('r-cs', callsign);
|
71
|
+
return meta;
|
72
|
+
}
|
73
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { IFileAccessorReqOpParams, IRocosOpResultMessage, IStreamConfig } from '../../../models';
|
2
|
+
import { FileAccessorStreamAbstract } from './FileAccessorStreamAbstract';
|
3
|
+
export declare class FileAccessorStream extends FileAccessorStreamAbstract {
|
4
|
+
private client;
|
5
|
+
constructor(config: IStreamConfig);
|
6
|
+
protected serverReqOpInternal(params: IFileAccessorReqOpParams): Promise<IRocosOpResultMessage[]>;
|
7
|
+
private getMetadata;
|
8
|
+
}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
import { OpRequestTarget, RocosOpResultMessage, SubscriberStatusEnum, } from '../../../models';
|
2
|
+
import { FilagreeClient } from '../../../grpc/filagree_pb.client';
|
3
|
+
import { FileAccessorStreamAbstract } from './FileAccessorStreamAbstract';
|
4
|
+
import { GrpcWebFetchTransport } from '@protobuf-ts/grpcweb-transport';
|
5
|
+
import { OpRequests } from '../../../grpc/filagree_pb';
|
6
|
+
import { RocosLogger } from '../../../logger/RocosLogger';
|
7
|
+
export class FileAccessorStream extends FileAccessorStreamAbstract {
|
8
|
+
constructor(config) {
|
9
|
+
super(config);
|
10
|
+
this.logger = RocosLogger.getInstance(`FileAccessorStream(${this.identifier})`);
|
11
|
+
const protocol = config.insecure ? 'http' : 'https';
|
12
|
+
const transport = new GrpcWebFetchTransport({
|
13
|
+
baseUrl: `${protocol}://${this.url}`,
|
14
|
+
});
|
15
|
+
this.client = new FilagreeClient(transport);
|
16
|
+
}
|
17
|
+
async serverReqOpInternal(params) {
|
18
|
+
this.subscriberStatus = SubscriberStatusEnum.ALIVE;
|
19
|
+
this.statusStream$.next(this.subscriberStatus);
|
20
|
+
this.logger.debug('serverReqOp - request', {
|
21
|
+
status: this.subscriberStatus,
|
22
|
+
projectId: params.projectId,
|
23
|
+
callsign: params.callsign,
|
24
|
+
});
|
25
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
26
|
+
const reqs = OpRequests.create({
|
27
|
+
requests: [
|
28
|
+
{
|
29
|
+
opcode: params.opCode.valueOf(),
|
30
|
+
path: params.path,
|
31
|
+
target: params.target?.valueOf() ?? OpRequestTarget.AGENT,
|
32
|
+
args: params.args,
|
33
|
+
},
|
34
|
+
],
|
35
|
+
});
|
36
|
+
const response = await this.client.serverReqOp(reqs, { meta: metadata }).response;
|
37
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
38
|
+
this.statusStream$.next(this.subscriberStatus);
|
39
|
+
this.logger.debug('serverReqOp - response', {
|
40
|
+
status: this.subscriberStatus,
|
41
|
+
projectId: params.projectId,
|
42
|
+
callsign: params.callsign,
|
43
|
+
});
|
44
|
+
if (response) {
|
45
|
+
return RocosOpResultMessage.fromMessages(response);
|
46
|
+
}
|
47
|
+
throw new Error('Error in serverReqOp call');
|
48
|
+
}
|
49
|
+
getMetadata(projectId, callsign) {
|
50
|
+
const result = { authorization: this.token };
|
51
|
+
if (projectId) {
|
52
|
+
result['r-p'] = projectId;
|
53
|
+
}
|
54
|
+
if (callsign) {
|
55
|
+
result['r-cs'] = callsign;
|
56
|
+
}
|
57
|
+
return result;
|
58
|
+
}
|
59
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { IFileAccessorParams, IFileAccessorReqOpParams, IFileAccessorStream, IRocosOpResultMessage, IStreamConfig, SubscriberStatusEnum } from '../../../models';
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
3
|
+
import { Logger } from 'loglevel';
|
4
|
+
export declare abstract class FileAccessorStreamAbstract implements IFileAccessorStream {
|
5
|
+
identifier: string;
|
6
|
+
statusStream$: BehaviorSubject<SubscriberStatusEnum>;
|
7
|
+
protected token: string;
|
8
|
+
private readonly scope;
|
9
|
+
protected url: string;
|
10
|
+
protected subscriberStatus: SubscriberStatusEnum;
|
11
|
+
protected logger: Logger;
|
12
|
+
protected constructor(config: IStreamConfig);
|
13
|
+
protected abstract serverReqOpInternal(params: IFileAccessorReqOpParams): Promise<IRocosOpResultMessage[]>;
|
14
|
+
setToken(token: string): void;
|
15
|
+
stopStream(): void;
|
16
|
+
serverReqOp(params: IFileAccessorReqOpParams): Promise<IRocosOpResultMessage[]>;
|
17
|
+
listFolder(params: IFileAccessorParams): Promise<IRocosOpResultMessage[]>;
|
18
|
+
downloadFile(params: IFileAccessorParams): Promise<IRocosOpResultMessage[]>;
|
19
|
+
getDownloadFileLinkByUsingBlob(params: IFileAccessorParams): Promise<IRocosOpResultMessage[]>;
|
20
|
+
private getPathForBlobSas;
|
21
|
+
}
|
@@ -0,0 +1,62 @@
|
|
1
|
+
import { OpCode, OpRequestTarget, SubscriberStatusEnum, } from '../../../models';
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
3
|
+
import { IDENTIFIER_NAME_FILE_ACCESSOR } from '../../../constants/identifier';
|
4
|
+
import { RocosStore } from '../../../store/RocosStore';
|
5
|
+
import { StreamRegister } from '../../StreamRegister';
|
6
|
+
import { filter } from 'rxjs/operators';
|
7
|
+
export class FileAccessorStreamAbstract {
|
8
|
+
constructor(config) {
|
9
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
10
|
+
this.scope = config.scope;
|
11
|
+
this.identifier = StreamRegister.getIdentifier(IDENTIFIER_NAME_FILE_ACCESSOR, this.scope);
|
12
|
+
this.token = config.token;
|
13
|
+
this.url = config.url;
|
14
|
+
this.statusStream$ = new BehaviorSubject(SubscriberStatusEnum.STOPPED);
|
15
|
+
RocosStore.getChangeSubject()
|
16
|
+
.pipe(filter((message) => {
|
17
|
+
return message.type === 'token' && message.url === this.url;
|
18
|
+
}))
|
19
|
+
.subscribe((msg) => {
|
20
|
+
this.token = msg.data;
|
21
|
+
});
|
22
|
+
}
|
23
|
+
setToken(token) {
|
24
|
+
this.token = token;
|
25
|
+
}
|
26
|
+
stopStream() {
|
27
|
+
// do nothing for now
|
28
|
+
}
|
29
|
+
async serverReqOp(params) {
|
30
|
+
return this.serverReqOpInternal(params);
|
31
|
+
}
|
32
|
+
async listFolder(params) {
|
33
|
+
return this.serverReqOp({ ...params, opCode: OpCode.INFO });
|
34
|
+
}
|
35
|
+
async downloadFile(params) {
|
36
|
+
return this.serverReqOp({ ...params, opCode: OpCode.READFILE });
|
37
|
+
}
|
38
|
+
async getDownloadFileLinkByUsingBlob(params) {
|
39
|
+
const pathForBlobSas = this.getPathForBlobSas(params.callsign, params.path);
|
40
|
+
const msgs = await this.serverReqOp({
|
41
|
+
...params,
|
42
|
+
path: pathForBlobSas,
|
43
|
+
opCode: OpCode.READFILE,
|
44
|
+
target: OpRequestTarget.SERVER,
|
45
|
+
});
|
46
|
+
if (msgs && msgs.length > 0) {
|
47
|
+
const [{ data: url }] = msgs;
|
48
|
+
if (url) {
|
49
|
+
return this.serverReqOp({
|
50
|
+
...params,
|
51
|
+
opCode: OpCode.BLOBPUT,
|
52
|
+
target: OpRequestTarget.AGENT,
|
53
|
+
args: { url },
|
54
|
+
});
|
55
|
+
}
|
56
|
+
}
|
57
|
+
throw new Error('Could not create SAS');
|
58
|
+
}
|
59
|
+
getPathForBlobSas(callsign, path) {
|
60
|
+
return `/${callsign}${path}`;
|
61
|
+
}
|
62
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { IFileAccessorReqOpParams, IRocosOpResultMessage, IStreamConfig } from '../../../models';
|
2
|
+
import { FileAccessorStreamAbstract } from './FileAccessorStreamAbstract';
|
3
|
+
export declare class FileAccessorStreamNode extends FileAccessorStreamAbstract {
|
4
|
+
private client;
|
5
|
+
constructor(config: IStreamConfig);
|
6
|
+
serverReqOpInternal(params: IFileAccessorReqOpParams): Promise<IRocosOpResultMessage[]>;
|
7
|
+
private getMetadata;
|
8
|
+
}
|
@@ -0,0 +1,66 @@
|
|
1
|
+
import * as grpc from '@grpc/grpc-js';
|
2
|
+
import { OpRequestTarget, RocosOpResultMessage, SubscriberStatusEnum, } from '../../../models';
|
3
|
+
import { FilagreeClient } from '../../../grpc/filagree_pb.grpc-client';
|
4
|
+
import { FileAccessorStreamAbstract } from './FileAccessorStreamAbstract';
|
5
|
+
import { OpRequests } from '../../../grpc/filagree_pb';
|
6
|
+
import { RocosLogger } from '../../../logger/RocosLogger';
|
7
|
+
export class FileAccessorStreamNode extends FileAccessorStreamAbstract {
|
8
|
+
constructor(config) {
|
9
|
+
super(config);
|
10
|
+
this.logger = RocosLogger.getInstance(`FileAccessorStreamNode(${this.identifier})`);
|
11
|
+
const port = config.port ?? 443;
|
12
|
+
const credentials = config.insecure ? grpc.credentials.createInsecure() : grpc.credentials.createSsl();
|
13
|
+
this.client = new FilagreeClient(`${this.url}:${port}`, credentials);
|
14
|
+
}
|
15
|
+
serverReqOpInternal(params) {
|
16
|
+
return new Promise((resolve, reject) => {
|
17
|
+
this.subscriberStatus = SubscriberStatusEnum.ALIVE;
|
18
|
+
this.statusStream$.next(this.subscriberStatus);
|
19
|
+
this.logger.debug('serverReqOp - request', {
|
20
|
+
status: this.subscriberStatus,
|
21
|
+
projectId: params.projectId,
|
22
|
+
callsign: params.callsign,
|
23
|
+
});
|
24
|
+
const reqs = OpRequests.create({
|
25
|
+
requests: [
|
26
|
+
{
|
27
|
+
opcode: params.opCode.valueOf(),
|
28
|
+
path: params.path,
|
29
|
+
target: params.target?.valueOf() ?? OpRequestTarget.AGENT,
|
30
|
+
args: params.args,
|
31
|
+
},
|
32
|
+
],
|
33
|
+
});
|
34
|
+
const metadata = this.getMetadata(params.projectId, params.callsign);
|
35
|
+
this.client.serverReqOp(reqs, metadata, (err, data) => {
|
36
|
+
if (err) {
|
37
|
+
reject(err);
|
38
|
+
}
|
39
|
+
else if (data) {
|
40
|
+
resolve(RocosOpResultMessage.fromMessages(data));
|
41
|
+
}
|
42
|
+
else {
|
43
|
+
reject('Error in serverReqOp call');
|
44
|
+
}
|
45
|
+
this.subscriberStatus = SubscriberStatusEnum.STOPPED;
|
46
|
+
this.statusStream$.next(this.subscriberStatus);
|
47
|
+
this.logger.debug('serverReqOp - response', {
|
48
|
+
status: this.subscriberStatus,
|
49
|
+
projectId: params.projectId,
|
50
|
+
callsign: params.callsign,
|
51
|
+
});
|
52
|
+
});
|
53
|
+
});
|
54
|
+
}
|
55
|
+
getMetadata(projectId, callsign) {
|
56
|
+
const meta = new grpc.Metadata();
|
57
|
+
meta.add('authorization', this.token);
|
58
|
+
if (projectId) {
|
59
|
+
meta.add('r-p', projectId);
|
60
|
+
}
|
61
|
+
if (callsign) {
|
62
|
+
meta.add('r-cs', callsign);
|
63
|
+
}
|
64
|
+
return meta;
|
65
|
+
}
|
66
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { QueryDSLMessage, QueryMessage } from '../../../grpc/slowlane_pb';
|
2
|
+
import { IRocosSearchMessage, IRocosSearchStatusMessage, ISearchParams, ISearchQueryParams, ISearchStreamParams, IStreamConfig } from '../../../models';
|
3
|
+
import { Observable } from 'rxjs';
|
4
|
+
import { SearchStreamAbstract } from './SearchStreamAbstract';
|
5
|
+
export declare class SearchStream extends SearchStreamAbstract {
|
6
|
+
private client;
|
7
|
+
constructor(config: IStreamConfig);
|
8
|
+
protected searchStreamInternal(request: QueryMessage, params: ISearchStreamParams): Observable<IRocosSearchMessage[]>;
|
9
|
+
protected queryDataInternal(request: QueryDSLMessage, params: ISearchQueryParams): Promise<string>;
|
10
|
+
protected healthCheckInternal(params: ISearchParams): Promise<IRocosSearchStatusMessage>;
|
11
|
+
protected deleteProjectDataInternal(params: ISearchParams): Promise<IRocosSearchStatusMessage>;
|
12
|
+
private getMetadata;
|
13
|
+
}
|