@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,427 @@
|
|
1
|
+
export const timezoneData = [
|
2
|
+
'Africa/Abidjan',
|
3
|
+
'Africa/Accra',
|
4
|
+
'Africa/Addis_Ababa',
|
5
|
+
'Africa/Algiers',
|
6
|
+
'Africa/Asmara',
|
7
|
+
'Africa/Bamako',
|
8
|
+
'Africa/Bangui',
|
9
|
+
'Africa/Banjul',
|
10
|
+
'Africa/Bissau',
|
11
|
+
'Africa/Blantyre',
|
12
|
+
'Africa/Brazzaville',
|
13
|
+
'Africa/Bujumbura',
|
14
|
+
'Africa/Cairo',
|
15
|
+
'Africa/Casablanca',
|
16
|
+
'Africa/Ceuta',
|
17
|
+
'Africa/Conakry',
|
18
|
+
'Africa/Dakar',
|
19
|
+
'Africa/Dar_es_Salaam',
|
20
|
+
'Africa/Djibouti',
|
21
|
+
'Africa/Douala',
|
22
|
+
'Africa/El_Aaiun',
|
23
|
+
'Africa/Freetown',
|
24
|
+
'Africa/Gaborone',
|
25
|
+
'Africa/Harare',
|
26
|
+
'Africa/Johannesburg',
|
27
|
+
'Africa/Juba',
|
28
|
+
'Africa/Kampala',
|
29
|
+
'Africa/Khartoum',
|
30
|
+
'Africa/Kigali',
|
31
|
+
'Africa/Kinshasa',
|
32
|
+
'Africa/Lagos',
|
33
|
+
'Africa/Libreville',
|
34
|
+
'Africa/Lome',
|
35
|
+
'Africa/Luanda',
|
36
|
+
'Africa/Lubumbashi',
|
37
|
+
'Africa/Lusaka',
|
38
|
+
'Africa/Malabo',
|
39
|
+
'Africa/Maputo',
|
40
|
+
'Africa/Maseru',
|
41
|
+
'Africa/Mbabane',
|
42
|
+
'Africa/Mogadishu',
|
43
|
+
'Africa/Monrovia',
|
44
|
+
'Africa/Nairobi',
|
45
|
+
'Africa/Ndjamena',
|
46
|
+
'Africa/Niamey',
|
47
|
+
'Africa/Nouakchott',
|
48
|
+
'Africa/Ouagadougou',
|
49
|
+
'Africa/Porto-Novo',
|
50
|
+
'Africa/Sao_Tome',
|
51
|
+
'Africa/Tripoli',
|
52
|
+
'Africa/Tunis',
|
53
|
+
'Africa/Windhoek',
|
54
|
+
'America/Adak',
|
55
|
+
'America/Anchorage',
|
56
|
+
'America/Anguilla',
|
57
|
+
'America/Antigua',
|
58
|
+
'America/Araguaina',
|
59
|
+
'America/Argentina/Buenos_Aires',
|
60
|
+
'America/Argentina/Catamarca',
|
61
|
+
'America/Argentina/Cordoba',
|
62
|
+
'America/Argentina/Jujuy',
|
63
|
+
'America/Argentina/La_Rioja',
|
64
|
+
'America/Argentina/Mendoza',
|
65
|
+
'America/Argentina/Rio_Gallegos',
|
66
|
+
'America/Argentina/Salta',
|
67
|
+
'America/Argentina/San_Juan',
|
68
|
+
'America/Argentina/San_Luis',
|
69
|
+
'America/Argentina/Tucuman',
|
70
|
+
'America/Argentina/Ushuaia',
|
71
|
+
'America/Aruba',
|
72
|
+
'America/Asuncion',
|
73
|
+
'America/Atikokan',
|
74
|
+
'America/Bahia',
|
75
|
+
'America/Bahia_Banderas',
|
76
|
+
'America/Barbados',
|
77
|
+
'America/Belem',
|
78
|
+
'America/Belize',
|
79
|
+
'America/Blanc-Sablon',
|
80
|
+
'America/Boa_Vista',
|
81
|
+
'America/Bogota',
|
82
|
+
'America/Boise',
|
83
|
+
'America/Cambridge_Bay',
|
84
|
+
'America/Campo_Grande',
|
85
|
+
'America/Cancun',
|
86
|
+
'America/Caracas',
|
87
|
+
'America/Cayenne',
|
88
|
+
'America/Cayman',
|
89
|
+
'America/Chicago',
|
90
|
+
'America/Chihuahua',
|
91
|
+
'America/Costa_Rica',
|
92
|
+
'America/Creston',
|
93
|
+
'America/Cuiaba',
|
94
|
+
'America/Curacao',
|
95
|
+
'America/Danmarkshavn',
|
96
|
+
'America/Dawson',
|
97
|
+
'America/Dawson_Creek',
|
98
|
+
'America/Denver',
|
99
|
+
'America/Detroit',
|
100
|
+
'America/Dominica',
|
101
|
+
'America/Edmonton',
|
102
|
+
'America/Eirunepe',
|
103
|
+
'America/El_Salvador',
|
104
|
+
'America/Fort_Nelson',
|
105
|
+
'America/Fortaleza',
|
106
|
+
'America/Glace_Bay',
|
107
|
+
'America/Godthab',
|
108
|
+
'America/Goose_Bay',
|
109
|
+
'America/Grand_Turk',
|
110
|
+
'America/Grenada',
|
111
|
+
'America/Guadeloupe',
|
112
|
+
'America/Guatemala',
|
113
|
+
'America/Guayaquil',
|
114
|
+
'America/Guyana',
|
115
|
+
'America/Halifax',
|
116
|
+
'America/Havana',
|
117
|
+
'America/Hermosillo',
|
118
|
+
'America/Indiana/Indianapolis',
|
119
|
+
'America/Indiana/Knox',
|
120
|
+
'America/Indiana/Marengo',
|
121
|
+
'America/Indiana/Petersburg',
|
122
|
+
'America/Indiana/Tell_City',
|
123
|
+
'America/Indiana/Vevay',
|
124
|
+
'America/Indiana/Vincennes',
|
125
|
+
'America/Indiana/Winamac',
|
126
|
+
'America/Inuvik',
|
127
|
+
'America/Iqaluit',
|
128
|
+
'America/Jamaica',
|
129
|
+
'America/Juneau',
|
130
|
+
'America/Kentucky/Louisville',
|
131
|
+
'America/Kentucky/Monticello',
|
132
|
+
'America/Kralendijk',
|
133
|
+
'America/La_Paz',
|
134
|
+
'America/Lima',
|
135
|
+
'America/Los_Angeles',
|
136
|
+
'America/Lower_Princes',
|
137
|
+
'America/Maceio',
|
138
|
+
'America/Managua',
|
139
|
+
'America/Manaus',
|
140
|
+
'America/Marigot',
|
141
|
+
'America/Martinique',
|
142
|
+
'America/Matamoros',
|
143
|
+
'America/Mazatlan',
|
144
|
+
'America/Menominee',
|
145
|
+
'America/Merida',
|
146
|
+
'America/Metlakatla',
|
147
|
+
'America/Mexico_City',
|
148
|
+
'America/Miquelon',
|
149
|
+
'America/Moncton',
|
150
|
+
'America/Monterrey',
|
151
|
+
'America/Montevideo',
|
152
|
+
'America/Montserrat',
|
153
|
+
'America/Nassau',
|
154
|
+
'America/New_York',
|
155
|
+
'America/Nipigon',
|
156
|
+
'America/Nome',
|
157
|
+
'America/Noronha',
|
158
|
+
'America/North_Dakota/Beulah',
|
159
|
+
'America/North_Dakota/Center',
|
160
|
+
'America/North_Dakota/New_Salem',
|
161
|
+
'America/Ojinaga',
|
162
|
+
'America/Panama',
|
163
|
+
'America/Pangnirtung',
|
164
|
+
'America/Paramaribo',
|
165
|
+
'America/Phoenix',
|
166
|
+
'America/Port-au-Prince',
|
167
|
+
'America/Port_of_Spain',
|
168
|
+
'America/Porto_Velho',
|
169
|
+
'America/Puerto_Rico',
|
170
|
+
'America/Rainy_River',
|
171
|
+
'America/Rankin_Inlet',
|
172
|
+
'America/Recife',
|
173
|
+
'America/Regina',
|
174
|
+
'America/Resolute',
|
175
|
+
'America/Rio_Branco',
|
176
|
+
'America/Santarem',
|
177
|
+
'America/Santiago',
|
178
|
+
'America/Santo_Domingo',
|
179
|
+
'America/Sao_Paulo',
|
180
|
+
'America/Scoresbysund',
|
181
|
+
'America/Sitka',
|
182
|
+
'America/St_Barthelemy',
|
183
|
+
'America/St_Johns',
|
184
|
+
'America/St_Kitts',
|
185
|
+
'America/St_Lucia',
|
186
|
+
'America/St_Thomas',
|
187
|
+
'America/St_Vincent',
|
188
|
+
'America/Swift_Current',
|
189
|
+
'America/Tegucigalpa',
|
190
|
+
'America/Thule',
|
191
|
+
'America/Thunder_Bay',
|
192
|
+
'America/Tijuana',
|
193
|
+
'America/Toronto',
|
194
|
+
'America/Tortola',
|
195
|
+
'America/Vancouver',
|
196
|
+
'America/Whitehorse',
|
197
|
+
'America/Winnipeg',
|
198
|
+
'America/Yakutat',
|
199
|
+
'America/Yellowknife',
|
200
|
+
'Antarctica/Casey',
|
201
|
+
'Antarctica/Davis',
|
202
|
+
'Antarctica/DumontDUrville',
|
203
|
+
'Antarctica/Macquarie',
|
204
|
+
'Antarctica/Mawson',
|
205
|
+
'Antarctica/McMurdo',
|
206
|
+
'Antarctica/Palmer',
|
207
|
+
'Antarctica/Rothera',
|
208
|
+
'Antarctica/Syowa',
|
209
|
+
'Antarctica/Troll',
|
210
|
+
'Antarctica/Vostok',
|
211
|
+
'Arctic/Longyearbyen',
|
212
|
+
'Asia/Aden',
|
213
|
+
'Asia/Almaty',
|
214
|
+
'Asia/Amman',
|
215
|
+
'Asia/Anadyr',
|
216
|
+
'Asia/Aqtau',
|
217
|
+
'Asia/Aqtobe',
|
218
|
+
'Asia/Ashgabat',
|
219
|
+
'Asia/Atyrau',
|
220
|
+
'Asia/Baghdad',
|
221
|
+
'Asia/Bahrain',
|
222
|
+
'Asia/Baku',
|
223
|
+
'Asia/Bangkok',
|
224
|
+
'Asia/Barnaul',
|
225
|
+
'Asia/Beirut',
|
226
|
+
'Asia/Bishkek',
|
227
|
+
'Asia/Brunei',
|
228
|
+
'Asia/Chita',
|
229
|
+
'Asia/Choibalsan',
|
230
|
+
'Asia/Colombo',
|
231
|
+
'Asia/Damascus',
|
232
|
+
'Asia/Dhaka',
|
233
|
+
'Asia/Dili',
|
234
|
+
'Asia/Dubai',
|
235
|
+
'Asia/Dushanbe',
|
236
|
+
'Asia/Famagusta',
|
237
|
+
'Asia/Gaza',
|
238
|
+
'Asia/Hebron',
|
239
|
+
'Asia/Ho_Chi_Minh',
|
240
|
+
'Asia/Hong_Kong',
|
241
|
+
'Asia/Hovd',
|
242
|
+
'Asia/Irkutsk',
|
243
|
+
'Asia/Jakarta',
|
244
|
+
'Asia/Jayapura',
|
245
|
+
'Asia/Jerusalem',
|
246
|
+
'Asia/Kabul',
|
247
|
+
'Asia/Kamchatka',
|
248
|
+
'Asia/Karachi',
|
249
|
+
'Asia/Kathmandu',
|
250
|
+
'Asia/Khandyga',
|
251
|
+
'Asia/Kolkata',
|
252
|
+
'Asia/Krasnoyarsk',
|
253
|
+
'Asia/Kuala_Lumpur',
|
254
|
+
'Asia/Kuching',
|
255
|
+
'Asia/Kuwait',
|
256
|
+
'Asia/Macau',
|
257
|
+
'Asia/Magadan',
|
258
|
+
'Asia/Makassar',
|
259
|
+
'Asia/Manila',
|
260
|
+
'Asia/Muscat',
|
261
|
+
'Asia/Nicosia',
|
262
|
+
'Asia/Novokuznetsk',
|
263
|
+
'Asia/Novosibirsk',
|
264
|
+
'Asia/Omsk',
|
265
|
+
'Asia/Oral',
|
266
|
+
'Asia/Phnom_Penh',
|
267
|
+
'Asia/Pontianak',
|
268
|
+
'Asia/Pyongyang',
|
269
|
+
'Asia/Qatar',
|
270
|
+
'Asia/Qyzylorda',
|
271
|
+
'Asia/Riyadh',
|
272
|
+
'Asia/Sakhalin',
|
273
|
+
'Asia/Samarkand',
|
274
|
+
'Asia/Seoul',
|
275
|
+
'Asia/Shanghai',
|
276
|
+
'Asia/Singapore',
|
277
|
+
'Asia/Srednekolymsk',
|
278
|
+
'Asia/Taipei',
|
279
|
+
'Asia/Tashkent',
|
280
|
+
'Asia/Tbilisi',
|
281
|
+
'Asia/Tehran',
|
282
|
+
'Asia/Thimphu',
|
283
|
+
'Asia/Tokyo',
|
284
|
+
'Asia/Tomsk',
|
285
|
+
'Asia/Ulaanbaatar',
|
286
|
+
'Asia/Urumqi',
|
287
|
+
'Asia/Ust-Nera',
|
288
|
+
'Asia/Vientiane',
|
289
|
+
'Asia/Vladivostok',
|
290
|
+
'Asia/Yakutsk',
|
291
|
+
'Asia/Yangon',
|
292
|
+
'Asia/Yekaterinburg',
|
293
|
+
'Asia/Yerevan',
|
294
|
+
'Atlantic/Azores',
|
295
|
+
'Atlantic/Bermuda',
|
296
|
+
'Atlantic/Canary',
|
297
|
+
'Atlantic/Cape_Verde',
|
298
|
+
'Atlantic/Faroe',
|
299
|
+
'Atlantic/Madeira',
|
300
|
+
'Atlantic/Reykjavik',
|
301
|
+
'Atlantic/South_Georgia',
|
302
|
+
'Atlantic/St_Helena',
|
303
|
+
'Atlantic/Stanley',
|
304
|
+
'Australia/Adelaide',
|
305
|
+
'Australia/Brisbane',
|
306
|
+
'Australia/Broken_Hill',
|
307
|
+
'Australia/Currie',
|
308
|
+
'Australia/Darwin',
|
309
|
+
'Australia/Eucla',
|
310
|
+
'Australia/Hobart',
|
311
|
+
'Australia/Lindeman',
|
312
|
+
'Australia/Lord_Howe',
|
313
|
+
'Australia/Melbourne',
|
314
|
+
'Australia/Perth',
|
315
|
+
'Australia/Sydney',
|
316
|
+
'Europe/Amsterdam',
|
317
|
+
'Europe/Andorra',
|
318
|
+
'Europe/Astrakhan',
|
319
|
+
'Europe/Athens',
|
320
|
+
'Europe/Belgrade',
|
321
|
+
'Europe/Berlin',
|
322
|
+
'Europe/Bratislava',
|
323
|
+
'Europe/Brussels',
|
324
|
+
'Europe/Bucharest',
|
325
|
+
'Europe/Budapest',
|
326
|
+
'Europe/Busingen',
|
327
|
+
'Europe/Chisinau',
|
328
|
+
'Europe/Copenhagen',
|
329
|
+
'Europe/Dublin',
|
330
|
+
'Europe/Gibraltar',
|
331
|
+
'Europe/Guernsey',
|
332
|
+
'Europe/Helsinki',
|
333
|
+
'Europe/Isle_of_Man',
|
334
|
+
'Europe/Istanbul',
|
335
|
+
'Europe/Jersey',
|
336
|
+
'Europe/Kaliningrad',
|
337
|
+
'Europe/Kiev',
|
338
|
+
'Europe/Kirov',
|
339
|
+
'Europe/Lisbon',
|
340
|
+
'Europe/Ljubljana',
|
341
|
+
'Europe/London',
|
342
|
+
'Europe/Luxembourg',
|
343
|
+
'Europe/Madrid',
|
344
|
+
'Europe/Malta',
|
345
|
+
'Europe/Mariehamn',
|
346
|
+
'Europe/Minsk',
|
347
|
+
'Europe/Monaco',
|
348
|
+
'Europe/Moscow',
|
349
|
+
'Europe/Oslo',
|
350
|
+
'Europe/Paris',
|
351
|
+
'Europe/Podgorica',
|
352
|
+
'Europe/Prague',
|
353
|
+
'Europe/Riga',
|
354
|
+
'Europe/Rome',
|
355
|
+
'Europe/Samara',
|
356
|
+
'Europe/San_Marino',
|
357
|
+
'Europe/Sarajevo',
|
358
|
+
'Europe/Saratov',
|
359
|
+
'Europe/Simferopol',
|
360
|
+
'Europe/Skopje',
|
361
|
+
'Europe/Sofia',
|
362
|
+
'Europe/Stockholm',
|
363
|
+
'Europe/Tallinn',
|
364
|
+
'Europe/Tirane',
|
365
|
+
'Europe/Ulyanovsk',
|
366
|
+
'Europe/Uzhgorod',
|
367
|
+
'Europe/Vaduz',
|
368
|
+
'Europe/Vatican',
|
369
|
+
'Europe/Vienna',
|
370
|
+
'Europe/Vilnius',
|
371
|
+
'Europe/Volgograd',
|
372
|
+
'Europe/Warsaw',
|
373
|
+
'Europe/Zagreb',
|
374
|
+
'Europe/Zaporozhye',
|
375
|
+
'Europe/Zurich',
|
376
|
+
'Indian/Antananarivo',
|
377
|
+
'Indian/Chagos',
|
378
|
+
'Indian/Christmas',
|
379
|
+
'Indian/Cocos',
|
380
|
+
'Indian/Comoro',
|
381
|
+
'Indian/Kerguelen',
|
382
|
+
'Indian/Mahe',
|
383
|
+
'Indian/Maldives',
|
384
|
+
'Indian/Mauritius',
|
385
|
+
'Indian/Mayotte',
|
386
|
+
'Indian/Reunion',
|
387
|
+
'Pacific/Apia',
|
388
|
+
'Pacific/Auckland',
|
389
|
+
'Pacific/Bougainville',
|
390
|
+
'Pacific/Chatham',
|
391
|
+
'Pacific/Chuuk',
|
392
|
+
'Pacific/Easter',
|
393
|
+
'Pacific/Efate',
|
394
|
+
'Pacific/Enderbury',
|
395
|
+
'Pacific/Fakaofo',
|
396
|
+
'Pacific/Fiji',
|
397
|
+
'Pacific/Funafuti',
|
398
|
+
'Pacific/Galapagos',
|
399
|
+
'Pacific/Gambier',
|
400
|
+
'Pacific/Guadalcanal',
|
401
|
+
'Pacific/Guam',
|
402
|
+
'Pacific/Honolulu',
|
403
|
+
'Pacific/Johnston',
|
404
|
+
'Pacific/Kiritimati',
|
405
|
+
'Pacific/Kosrae',
|
406
|
+
'Pacific/Kwajalein',
|
407
|
+
'Pacific/Majuro',
|
408
|
+
'Pacific/Marquesas',
|
409
|
+
'Pacific/Midway',
|
410
|
+
'Pacific/Nauru',
|
411
|
+
'Pacific/Niue',
|
412
|
+
'Pacific/Norfolk',
|
413
|
+
'Pacific/Noumea',
|
414
|
+
'Pacific/Pago_Pago',
|
415
|
+
'Pacific/Palau',
|
416
|
+
'Pacific/Pitcairn',
|
417
|
+
'Pacific/Pohnpei',
|
418
|
+
'Pacific/Port_Moresby',
|
419
|
+
'Pacific/Rarotonga',
|
420
|
+
'Pacific/Saipan',
|
421
|
+
'Pacific/Tahiti',
|
422
|
+
'Pacific/Tarawa',
|
423
|
+
'Pacific/Tongatapu',
|
424
|
+
'Pacific/Wake',
|
425
|
+
'Pacific/Wallis',
|
426
|
+
'UTC',
|
427
|
+
];
|
@@ -0,0 +1,78 @@
|
|
1
|
+
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
|
2
|
+
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
|
3
|
+
import type { StatusMessage } from "./conker_pb";
|
4
|
+
import type { StatusRequest } from "./conker_pb";
|
5
|
+
import type { UnaryCall } from "@protobuf-ts/runtime-rpc";
|
6
|
+
import type { ControlEnd } from "./conker_pb";
|
7
|
+
import type { ClientStreamingCall } from "@protobuf-ts/runtime-rpc";
|
8
|
+
import type { ControlAck } from "./conker_pb";
|
9
|
+
import type { DuplexStreamingCall } from "@protobuf-ts/runtime-rpc";
|
10
|
+
import type { ControlMessage } from "./conker_pb";
|
11
|
+
import type { ConnectRequest } from "./conker_pb";
|
12
|
+
import type { ServerStreamingCall } from "@protobuf-ts/runtime-rpc";
|
13
|
+
import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
|
14
|
+
/**
|
15
|
+
* @generated from protobuf service conker.v1.RobotControl
|
16
|
+
*/
|
17
|
+
export interface IRobotControlClient {
|
18
|
+
/**
|
19
|
+
* @generated from protobuf rpc: ConnectRobot(conker.v1.ConnectRequest) returns (stream conker.v1.ControlMessage);
|
20
|
+
*/
|
21
|
+
connectRobot(input: ConnectRequest, options?: RpcOptions): ServerStreamingCall<ConnectRequest, ControlMessage>;
|
22
|
+
/**
|
23
|
+
* @generated from protobuf rpc: ConnectRobotWithAckStream(stream conker.v1.ControlAck) returns (stream conker.v1.ControlMessage);
|
24
|
+
*/
|
25
|
+
connectRobotWithAckStream(options?: RpcOptions): DuplexStreamingCall<ControlAck, ControlMessage>;
|
26
|
+
/**
|
27
|
+
* @generated from protobuf rpc: ControlRobot(stream conker.v1.ControlMessage) returns (conker.v1.ControlEnd);
|
28
|
+
*/
|
29
|
+
controlRobot(options?: RpcOptions): ClientStreamingCall<ControlMessage, ControlEnd>;
|
30
|
+
/**
|
31
|
+
* @generated from protobuf rpc: ControlRobotCall(conker.v1.ControlMessage) returns (conker.v1.ControlAck);
|
32
|
+
*/
|
33
|
+
controlRobotCall(input: ControlMessage, options?: RpcOptions): UnaryCall<ControlMessage, ControlAck>;
|
34
|
+
/**
|
35
|
+
* @generated from protobuf rpc: ControlRobotCallWithAckStream(conker.v1.ControlMessage) returns (stream conker.v1.ControlAck);
|
36
|
+
*/
|
37
|
+
controlRobotCallWithAckStream(input: ControlMessage, options?: RpcOptions): ServerStreamingCall<ControlMessage, ControlAck>;
|
38
|
+
/**
|
39
|
+
* @generated from protobuf rpc: Status(conker.v1.StatusRequest) returns (conker.v1.StatusMessage);
|
40
|
+
*/
|
41
|
+
status(input: StatusRequest, options?: RpcOptions): UnaryCall<StatusRequest, StatusMessage>;
|
42
|
+
}
|
43
|
+
/**
|
44
|
+
* @generated from protobuf service conker.v1.RobotControl
|
45
|
+
*/
|
46
|
+
export declare class RobotControlClient implements IRobotControlClient, ServiceInfo {
|
47
|
+
private readonly _transport;
|
48
|
+
typeName: string;
|
49
|
+
methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
|
50
|
+
options: {
|
51
|
+
[extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
|
52
|
+
};
|
53
|
+
constructor(_transport: RpcTransport);
|
54
|
+
/**
|
55
|
+
* @generated from protobuf rpc: ConnectRobot(conker.v1.ConnectRequest) returns (stream conker.v1.ControlMessage);
|
56
|
+
*/
|
57
|
+
connectRobot(input: ConnectRequest, options?: RpcOptions): ServerStreamingCall<ConnectRequest, ControlMessage>;
|
58
|
+
/**
|
59
|
+
* @generated from protobuf rpc: ConnectRobotWithAckStream(stream conker.v1.ControlAck) returns (stream conker.v1.ControlMessage);
|
60
|
+
*/
|
61
|
+
connectRobotWithAckStream(options?: RpcOptions): DuplexStreamingCall<ControlAck, ControlMessage>;
|
62
|
+
/**
|
63
|
+
* @generated from protobuf rpc: ControlRobot(stream conker.v1.ControlMessage) returns (conker.v1.ControlEnd);
|
64
|
+
*/
|
65
|
+
controlRobot(options?: RpcOptions): ClientStreamingCall<ControlMessage, ControlEnd>;
|
66
|
+
/**
|
67
|
+
* @generated from protobuf rpc: ControlRobotCall(conker.v1.ControlMessage) returns (conker.v1.ControlAck);
|
68
|
+
*/
|
69
|
+
controlRobotCall(input: ControlMessage, options?: RpcOptions): UnaryCall<ControlMessage, ControlAck>;
|
70
|
+
/**
|
71
|
+
* @generated from protobuf rpc: ControlRobotCallWithAckStream(conker.v1.ControlMessage) returns (stream conker.v1.ControlAck);
|
72
|
+
*/
|
73
|
+
controlRobotCallWithAckStream(input: ControlMessage, options?: RpcOptions): ServerStreamingCall<ControlMessage, ControlAck>;
|
74
|
+
/**
|
75
|
+
* @generated from protobuf rpc: Status(conker.v1.StatusRequest) returns (conker.v1.StatusMessage);
|
76
|
+
*/
|
77
|
+
status(input: StatusRequest, options?: RpcOptions): UnaryCall<StatusRequest, StatusMessage>;
|
78
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
import { RobotControl } from "./conker_pb";
|
2
|
+
import { stackIntercept } from "@protobuf-ts/runtime-rpc";
|
3
|
+
/**
|
4
|
+
* @generated from protobuf service conker.v1.RobotControl
|
5
|
+
*/
|
6
|
+
export class RobotControlClient {
|
7
|
+
constructor(_transport) {
|
8
|
+
this._transport = _transport;
|
9
|
+
this.typeName = RobotControl.typeName;
|
10
|
+
this.methods = RobotControl.methods;
|
11
|
+
this.options = RobotControl.options;
|
12
|
+
}
|
13
|
+
/**
|
14
|
+
* @generated from protobuf rpc: ConnectRobot(conker.v1.ConnectRequest) returns (stream conker.v1.ControlMessage);
|
15
|
+
*/
|
16
|
+
connectRobot(input, options) {
|
17
|
+
const method = this.methods[0], opt = this._transport.mergeOptions(options);
|
18
|
+
return stackIntercept("serverStreaming", this._transport, method, opt, input);
|
19
|
+
}
|
20
|
+
/**
|
21
|
+
* @generated from protobuf rpc: ConnectRobotWithAckStream(stream conker.v1.ControlAck) returns (stream conker.v1.ControlMessage);
|
22
|
+
*/
|
23
|
+
connectRobotWithAckStream(options) {
|
24
|
+
const method = this.methods[1], opt = this._transport.mergeOptions(options);
|
25
|
+
return stackIntercept("duplex", this._transport, method, opt);
|
26
|
+
}
|
27
|
+
/**
|
28
|
+
* @generated from protobuf rpc: ControlRobot(stream conker.v1.ControlMessage) returns (conker.v1.ControlEnd);
|
29
|
+
*/
|
30
|
+
controlRobot(options) {
|
31
|
+
const method = this.methods[2], opt = this._transport.mergeOptions(options);
|
32
|
+
return stackIntercept("clientStreaming", this._transport, method, opt);
|
33
|
+
}
|
34
|
+
/**
|
35
|
+
* @generated from protobuf rpc: ControlRobotCall(conker.v1.ControlMessage) returns (conker.v1.ControlAck);
|
36
|
+
*/
|
37
|
+
controlRobotCall(input, options) {
|
38
|
+
const method = this.methods[3], opt = this._transport.mergeOptions(options);
|
39
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
40
|
+
}
|
41
|
+
/**
|
42
|
+
* @generated from protobuf rpc: ControlRobotCallWithAckStream(conker.v1.ControlMessage) returns (stream conker.v1.ControlAck);
|
43
|
+
*/
|
44
|
+
controlRobotCallWithAckStream(input, options) {
|
45
|
+
const method = this.methods[4], opt = this._transport.mergeOptions(options);
|
46
|
+
return stackIntercept("serverStreaming", this._transport, method, opt, input);
|
47
|
+
}
|
48
|
+
/**
|
49
|
+
* @generated from protobuf rpc: Status(conker.v1.StatusRequest) returns (conker.v1.StatusMessage);
|
50
|
+
*/
|
51
|
+
status(input, options) {
|
52
|
+
const method = this.methods[5], opt = this._transport.mergeOptions(options);
|
53
|
+
return stackIntercept("unary", this._transport, method, opt, input);
|
54
|
+
}
|
55
|
+
}
|
@@ -0,0 +1,141 @@
|
|
1
|
+
import { ServiceType } from "@protobuf-ts/runtime-rpc";
|
2
|
+
import { MessageType } from "@protobuf-ts/runtime";
|
3
|
+
/**
|
4
|
+
* @generated from protobuf message conker.v1.ConnectRequest
|
5
|
+
*/
|
6
|
+
export interface ConnectRequest {
|
7
|
+
}
|
8
|
+
/**
|
9
|
+
* @generated from protobuf message conker.v1.ControlMessage
|
10
|
+
*/
|
11
|
+
export interface ControlMessage {
|
12
|
+
/**
|
13
|
+
* @generated from protobuf field: string destination = 1;
|
14
|
+
*/
|
15
|
+
destination: string;
|
16
|
+
/**
|
17
|
+
* @generated from protobuf field: bytes payload = 2;
|
18
|
+
*/
|
19
|
+
payload: Uint8Array;
|
20
|
+
/**
|
21
|
+
* @generated from protobuf field: string txid = 3;
|
22
|
+
*/
|
23
|
+
txid: string;
|
24
|
+
/**
|
25
|
+
* @generated from protobuf field: map<string, string> meta = 4;
|
26
|
+
*/
|
27
|
+
meta: {
|
28
|
+
[key: string]: string;
|
29
|
+
};
|
30
|
+
}
|
31
|
+
/**
|
32
|
+
* @generated from protobuf message conker.v1.ControlEnd
|
33
|
+
*/
|
34
|
+
export interface ControlEnd {
|
35
|
+
/**
|
36
|
+
* @generated from protobuf field: int32 code = 1;
|
37
|
+
*/
|
38
|
+
code: number;
|
39
|
+
/**
|
40
|
+
* @generated from protobuf field: string reason = 2;
|
41
|
+
*/
|
42
|
+
reason: string;
|
43
|
+
}
|
44
|
+
/**
|
45
|
+
* @generated from protobuf message conker.v1.ControlAck
|
46
|
+
*/
|
47
|
+
export interface ControlAck {
|
48
|
+
/**
|
49
|
+
* @generated from protobuf field: bool success = 1;
|
50
|
+
*/
|
51
|
+
success: boolean;
|
52
|
+
/**
|
53
|
+
* @generated from protobuf field: string stage = 2;
|
54
|
+
*/
|
55
|
+
stage: string;
|
56
|
+
/**
|
57
|
+
* @generated from protobuf field: string message = 3;
|
58
|
+
*/
|
59
|
+
message: string;
|
60
|
+
/**
|
61
|
+
* @generated from protobuf field: string txid = 4;
|
62
|
+
*/
|
63
|
+
txid: string;
|
64
|
+
/**
|
65
|
+
* @generated from protobuf field: int32 seq = 5;
|
66
|
+
*/
|
67
|
+
seq: number;
|
68
|
+
}
|
69
|
+
/**
|
70
|
+
* @generated from protobuf message conker.v1.ConnectAck
|
71
|
+
*/
|
72
|
+
export interface ConnectAck {
|
73
|
+
}
|
74
|
+
/**
|
75
|
+
* @generated from protobuf message conker.v1.StatusRequest
|
76
|
+
*/
|
77
|
+
export interface StatusRequest {
|
78
|
+
}
|
79
|
+
/**
|
80
|
+
* @generated from protobuf message conker.v1.StatusMessage
|
81
|
+
*/
|
82
|
+
export interface StatusMessage {
|
83
|
+
/**
|
84
|
+
* @generated from protobuf field: repeated string ConnectedRobots = 1 [json_name = "ConnectedRobots"];
|
85
|
+
*/
|
86
|
+
connectedRobots: string[];
|
87
|
+
}
|
88
|
+
declare class ConnectRequest$Type extends MessageType<ConnectRequest> {
|
89
|
+
constructor();
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* @generated MessageType for protobuf message conker.v1.ConnectRequest
|
93
|
+
*/
|
94
|
+
export declare const ConnectRequest: ConnectRequest$Type;
|
95
|
+
declare class ControlMessage$Type extends MessageType<ControlMessage> {
|
96
|
+
constructor();
|
97
|
+
}
|
98
|
+
/**
|
99
|
+
* @generated MessageType for protobuf message conker.v1.ControlMessage
|
100
|
+
*/
|
101
|
+
export declare const ControlMessage: ControlMessage$Type;
|
102
|
+
declare class ControlEnd$Type extends MessageType<ControlEnd> {
|
103
|
+
constructor();
|
104
|
+
}
|
105
|
+
/**
|
106
|
+
* @generated MessageType for protobuf message conker.v1.ControlEnd
|
107
|
+
*/
|
108
|
+
export declare const ControlEnd: ControlEnd$Type;
|
109
|
+
declare class ControlAck$Type extends MessageType<ControlAck> {
|
110
|
+
constructor();
|
111
|
+
}
|
112
|
+
/**
|
113
|
+
* @generated MessageType for protobuf message conker.v1.ControlAck
|
114
|
+
*/
|
115
|
+
export declare const ControlAck: ControlAck$Type;
|
116
|
+
declare class ConnectAck$Type extends MessageType<ConnectAck> {
|
117
|
+
constructor();
|
118
|
+
}
|
119
|
+
/**
|
120
|
+
* @generated MessageType for protobuf message conker.v1.ConnectAck
|
121
|
+
*/
|
122
|
+
export declare const ConnectAck: ConnectAck$Type;
|
123
|
+
declare class StatusRequest$Type extends MessageType<StatusRequest> {
|
124
|
+
constructor();
|
125
|
+
}
|
126
|
+
/**
|
127
|
+
* @generated MessageType for protobuf message conker.v1.StatusRequest
|
128
|
+
*/
|
129
|
+
export declare const StatusRequest: StatusRequest$Type;
|
130
|
+
declare class StatusMessage$Type extends MessageType<StatusMessage> {
|
131
|
+
constructor();
|
132
|
+
}
|
133
|
+
/**
|
134
|
+
* @generated MessageType for protobuf message conker.v1.StatusMessage
|
135
|
+
*/
|
136
|
+
export declare const StatusMessage: StatusMessage$Type;
|
137
|
+
/**
|
138
|
+
* @generated ServiceType for protobuf service conker.v1.RobotControl
|
139
|
+
*/
|
140
|
+
export declare const RobotControl: ServiceType;
|
141
|
+
export {};
|