@dronedeploy/rocos-js-sdk 0.0.1 → 3.0.0-alpha.6
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 +127 -0
- package/constants/api.js +127 -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 +12 -0
- package/helpers/nanosecondToMillisecond.spec.d.ts +1 -0
- package/helpers/nanosecondToMillisecond.spec.js +20 -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 +11 -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 +23 -7
- package/services/AssetStorageService.d.ts +106 -0
- package/services/AssetStorageService.js +169 -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 +107 -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,10 @@
|
|
1
|
+
import { IRocosCallerMessageResponseAck } from './IRocosCallerMessageResponseAck';
|
2
|
+
import { IRocosCallerMessageResponseResult } from './IRocosCallerMessageResponseResult';
|
3
|
+
import { IRocosCallerMessageResponseReturn } from './IRocosCallerMessageResponseReturn';
|
4
|
+
import { IRocosCallerMessageResponseUid } from './IRocosCallerMessageResponseUid';
|
5
|
+
export interface IRocosCallerMessageResponse {
|
6
|
+
uid?: IRocosCallerMessageResponseUid;
|
7
|
+
ack?: IRocosCallerMessageResponseAck;
|
8
|
+
result?: IRocosCallerMessageResponseResult;
|
9
|
+
return?: IRocosCallerMessageResponseReturn;
|
10
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
export declare enum AckStatus {
|
2
|
+
RECEIVED = 0,
|
3
|
+
QUEUED = 1,
|
4
|
+
PROGRESS = 2,
|
5
|
+
CANCELLING = 3
|
6
|
+
}
|
7
|
+
export declare enum Stage {
|
8
|
+
AGENT = 0,
|
9
|
+
CLOUD_GATEWAY = 1,
|
10
|
+
DEVICE_GATEWAY = 2
|
11
|
+
}
|
12
|
+
export interface IRocosCallerMessageResponseAck {
|
13
|
+
stage: Stage;
|
14
|
+
status: AckStatus;
|
15
|
+
message: string;
|
16
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export var AckStatus;
|
2
|
+
(function (AckStatus) {
|
3
|
+
AckStatus[AckStatus["RECEIVED"] = 0] = "RECEIVED";
|
4
|
+
AckStatus[AckStatus["QUEUED"] = 1] = "QUEUED";
|
5
|
+
AckStatus[AckStatus["PROGRESS"] = 2] = "PROGRESS";
|
6
|
+
AckStatus[AckStatus["CANCELLING"] = 3] = "CANCELLING";
|
7
|
+
})(AckStatus || (AckStatus = {}));
|
8
|
+
export var Stage;
|
9
|
+
(function (Stage) {
|
10
|
+
Stage[Stage["AGENT"] = 0] = "AGENT";
|
11
|
+
Stage[Stage["CLOUD_GATEWAY"] = 1] = "CLOUD_GATEWAY";
|
12
|
+
Stage[Stage["DEVICE_GATEWAY"] = 2] = "DEVICE_GATEWAY";
|
13
|
+
})(Stage || (Stage = {}));
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export declare enum ResultStatus {
|
2
|
+
COMPLETE_SUCCESS = 0,
|
3
|
+
CANCELLED = 10,
|
4
|
+
COMPLETE_ERROR = 11,
|
5
|
+
TIMED_OUT = 12,
|
6
|
+
REJECTED_ID = 13,
|
7
|
+
REJECTED_AUTH = 14,
|
8
|
+
REJECTED_PAYLOAD = 15,
|
9
|
+
REJECTED_NO_RECEIVER = 16,
|
10
|
+
FATAL = 17
|
11
|
+
}
|
12
|
+
export interface IRocosCallerMessageResponseResult {
|
13
|
+
status: ResultStatus;
|
14
|
+
message: string;
|
15
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export var ResultStatus;
|
2
|
+
(function (ResultStatus) {
|
3
|
+
ResultStatus[ResultStatus["COMPLETE_SUCCESS"] = 0] = "COMPLETE_SUCCESS";
|
4
|
+
ResultStatus[ResultStatus["CANCELLED"] = 10] = "CANCELLED";
|
5
|
+
ResultStatus[ResultStatus["COMPLETE_ERROR"] = 11] = "COMPLETE_ERROR";
|
6
|
+
ResultStatus[ResultStatus["TIMED_OUT"] = 12] = "TIMED_OUT";
|
7
|
+
ResultStatus[ResultStatus["REJECTED_ID"] = 13] = "REJECTED_ID";
|
8
|
+
ResultStatus[ResultStatus["REJECTED_AUTH"] = 14] = "REJECTED_AUTH";
|
9
|
+
ResultStatus[ResultStatus["REJECTED_PAYLOAD"] = 15] = "REJECTED_PAYLOAD";
|
10
|
+
ResultStatus[ResultStatus["REJECTED_NO_RECEIVER"] = 16] = "REJECTED_NO_RECEIVER";
|
11
|
+
ResultStatus[ResultStatus["FATAL"] = 17] = "FATAL";
|
12
|
+
})(ResultStatus || (ResultStatus = {}));
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export var RocosCallerResultStatus;
|
2
|
+
(function (RocosCallerResultStatus) {
|
3
|
+
RocosCallerResultStatus[RocosCallerResultStatus["COMPLETE_SUCCESS"] = 0] = "COMPLETE_SUCCESS";
|
4
|
+
RocosCallerResultStatus[RocosCallerResultStatus["CANCELLED"] = 10] = "CANCELLED";
|
5
|
+
RocosCallerResultStatus[RocosCallerResultStatus["COMPLETE_ERROR"] = 11] = "COMPLETE_ERROR";
|
6
|
+
RocosCallerResultStatus[RocosCallerResultStatus["TIMED_OUT"] = 12] = "TIMED_OUT";
|
7
|
+
RocosCallerResultStatus[RocosCallerResultStatus["REJECTED_ID"] = 13] = "REJECTED_ID";
|
8
|
+
RocosCallerResultStatus[RocosCallerResultStatus["REJECTED_AUTH"] = 14] = "REJECTED_AUTH";
|
9
|
+
RocosCallerResultStatus[RocosCallerResultStatus["REJECTED_PAYLOAD"] = 15] = "REJECTED_PAYLOAD";
|
10
|
+
RocosCallerResultStatus[RocosCallerResultStatus["REJECTED_NO_RECEIVER"] = 16] = "REJECTED_NO_RECEIVER";
|
11
|
+
RocosCallerResultStatus[RocosCallerResultStatus["FATAL"] = 17] = "FATAL";
|
12
|
+
})(RocosCallerResultStatus || (RocosCallerResultStatus = {}));
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export var RocosResponseLevel;
|
2
|
+
(function (RocosResponseLevel) {
|
3
|
+
RocosResponseLevel[RocosResponseLevel["ALL"] = 0] = "ALL";
|
4
|
+
RocosResponseLevel[RocosResponseLevel["RETURN_AND_RESULT"] = 1] = "RETURN_AND_RESULT";
|
5
|
+
RocosResponseLevel[RocosResponseLevel["RESULT_ONLY"] = 2] = "RESULT_ONLY";
|
6
|
+
RocosResponseLevel[RocosResponseLevel["NONE"] = 3] = "NONE";
|
7
|
+
})(RocosResponseLevel || (RocosResponseLevel = {}));
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export * from './IRocosCallerMessageChunk';
|
2
|
+
export * from './IRocosCallerMessageChunks';
|
3
|
+
export * from './IRocosCallerMessageHeartbeat';
|
4
|
+
export * from './IRocosCallerMessageResponse';
|
5
|
+
export * from './IRocosCallerMessageResponseAck';
|
6
|
+
export * from './IRocosCallerMessageResponseResult';
|
7
|
+
export * from './IRocosCallerMessageResponses';
|
8
|
+
export * from './IRocosCallerMessageResponseUid';
|
9
|
+
export * from './RocosCallerResultStatus';
|
10
|
+
export * from './RocosResponseLevel';
|
@@ -0,0 +1,10 @@
|
|
1
|
+
export * from './IRocosCallerMessageChunk';
|
2
|
+
export * from './IRocosCallerMessageChunks';
|
3
|
+
export * from './IRocosCallerMessageHeartbeat';
|
4
|
+
export * from './IRocosCallerMessageResponse';
|
5
|
+
export * from './IRocosCallerMessageResponseAck';
|
6
|
+
export * from './IRocosCallerMessageResponseResult';
|
7
|
+
export * from './IRocosCallerMessageResponses';
|
8
|
+
export * from './IRocosCallerMessageResponseUid';
|
9
|
+
export * from './RocosCallerResultStatus';
|
10
|
+
export * from './RocosResponseLevel';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export declare enum CallsignsLookupType {
|
2
|
+
Query = 0,
|
3
|
+
List = 1
|
4
|
+
}
|
5
|
+
export declare enum CallsignsLogicalOperation {
|
6
|
+
OR = 0
|
7
|
+
}
|
8
|
+
export declare enum CallsignsQueryPredicateAttribute {
|
9
|
+
TAG = 0
|
10
|
+
}
|
11
|
+
export declare enum CallsignsComparisonOperation {
|
12
|
+
EQUAL = 0
|
13
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export var CallsignsLookupType;
|
2
|
+
(function (CallsignsLookupType) {
|
3
|
+
CallsignsLookupType[CallsignsLookupType["Query"] = 0] = "Query";
|
4
|
+
CallsignsLookupType[CallsignsLookupType["List"] = 1] = "List";
|
5
|
+
})(CallsignsLookupType || (CallsignsLookupType = {}));
|
6
|
+
export var CallsignsLogicalOperation;
|
7
|
+
(function (CallsignsLogicalOperation) {
|
8
|
+
CallsignsLogicalOperation[CallsignsLogicalOperation["OR"] = 0] = "OR";
|
9
|
+
})(CallsignsLogicalOperation || (CallsignsLogicalOperation = {}));
|
10
|
+
export var CallsignsQueryPredicateAttribute;
|
11
|
+
(function (CallsignsQueryPredicateAttribute) {
|
12
|
+
CallsignsQueryPredicateAttribute[CallsignsQueryPredicateAttribute["TAG"] = 0] = "TAG";
|
13
|
+
})(CallsignsQueryPredicateAttribute || (CallsignsQueryPredicateAttribute = {}));
|
14
|
+
export var CallsignsComparisonOperation;
|
15
|
+
(function (CallsignsComparisonOperation) {
|
16
|
+
CallsignsComparisonOperation[CallsignsComparisonOperation["EQUAL"] = 0] = "EQUAL";
|
17
|
+
})(CallsignsComparisonOperation || (CallsignsComparisonOperation = {}));
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { CallsignsLookupType } from './CallsignsEnums';
|
2
|
+
import { CallsignsQuery } from './CallsignsQuery';
|
3
|
+
export declare class CallsignsLookup {
|
4
|
+
lookupValue: CallsignsQuery | string[];
|
5
|
+
lookupType: CallsignsLookupType;
|
6
|
+
constructor(lookupValue: string[] | CallsignsQuery);
|
7
|
+
toID(): string[];
|
8
|
+
}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { CallsignsLookupType } from './CallsignsEnums';
|
2
|
+
import { CallsignsQuery } from './CallsignsQuery';
|
3
|
+
import { arrayUnique } from '../../helpers/arrayUnique';
|
4
|
+
export class CallsignsLookup {
|
5
|
+
// Able to lookup the callsigns by list of string array or by query object
|
6
|
+
constructor(lookupValue) {
|
7
|
+
if (lookupValue instanceof CallsignsQuery) {
|
8
|
+
this.lookupType = CallsignsLookupType.Query;
|
9
|
+
this.lookupValue = lookupValue;
|
10
|
+
}
|
11
|
+
else {
|
12
|
+
this.lookupType = CallsignsLookupType.List;
|
13
|
+
// Ensure we always have an instance for lookupValue
|
14
|
+
if (!lookupValue) {
|
15
|
+
this.lookupValue = [];
|
16
|
+
}
|
17
|
+
else {
|
18
|
+
this.lookupValue = arrayUnique(lookupValue).map((item) => item.trim());
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
22
|
+
toID() {
|
23
|
+
if (this.lookupType === CallsignsLookupType.List) {
|
24
|
+
return this.lookupValue.sort();
|
25
|
+
}
|
26
|
+
return [this.lookupValue?.toJSONString()];
|
27
|
+
}
|
28
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { CallsignsLogicalOperation } from './CallsignsEnums';
|
2
|
+
import { CallsignsQueryPredicate } from './CallsignsQueryPredicate';
|
3
|
+
export declare class CallsignsQuery {
|
4
|
+
operation: CallsignsLogicalOperation;
|
5
|
+
predicates: CallsignsQueryPredicate[];
|
6
|
+
constructor(init?: Partial<CallsignsQuery>);
|
7
|
+
toJSON(): Record<string, any>;
|
8
|
+
toJSONString(): string;
|
9
|
+
}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export class CallsignsQuery {
|
2
|
+
constructor(init) {
|
3
|
+
Object.assign(this, init);
|
4
|
+
}
|
5
|
+
toJSON() {
|
6
|
+
return {
|
7
|
+
operation: this.operation,
|
8
|
+
predicates: this.predicates.map((item) => item.toJSON()),
|
9
|
+
};
|
10
|
+
}
|
11
|
+
toJSONString() {
|
12
|
+
return JSON.stringify(this.toJSON());
|
13
|
+
}
|
14
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { CallsignsComparisonOperation, CallsignsQueryPredicateAttribute } from './CallsignsEnums';
|
2
|
+
export declare class CallsignsQueryPredicate {
|
3
|
+
attribute: CallsignsQueryPredicateAttribute;
|
4
|
+
operation: CallsignsComparisonOperation;
|
5
|
+
value: string;
|
6
|
+
constructor(init?: Partial<CallsignsQueryPredicate>);
|
7
|
+
toJSON(): Record<string, any>;
|
8
|
+
toJSONString(): string;
|
9
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
export class CallsignsQueryPredicate {
|
2
|
+
constructor(init) {
|
3
|
+
Object.assign(this, init);
|
4
|
+
}
|
5
|
+
toJSON() {
|
6
|
+
return {
|
7
|
+
attribute: this.attribute,
|
8
|
+
operation: this.operation,
|
9
|
+
value: this.value,
|
10
|
+
};
|
11
|
+
}
|
12
|
+
toJSONString() {
|
13
|
+
return JSON.stringify(this.toJSON());
|
14
|
+
}
|
15
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export type IRocosCommandMessageHeartbeat = Record<string, never>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,55 @@
|
|
1
|
+
export interface IRocosCommandMessageResponse {
|
2
|
+
/** The unique transaction id of the command request.
|
3
|
+
*
|
4
|
+
* Used to map the command execution flow
|
5
|
+
*/
|
6
|
+
txid: string;
|
7
|
+
ack?: Ack;
|
8
|
+
return?: CommandReturn;
|
9
|
+
/** The sequence number of the command response message, starting at zero.
|
10
|
+
*
|
11
|
+
* It is possible due to retry logic that the controller receives the same command response twice (i.e. a message with the same sequence number twice).
|
12
|
+
* The client should drop any messages it receives for which it has received the sequence number previously, for the given transaction ID.
|
13
|
+
*/
|
14
|
+
result?: CommandResult;
|
15
|
+
}
|
16
|
+
interface Ack {
|
17
|
+
stage: Stage;
|
18
|
+
status: AckStatus;
|
19
|
+
message: string;
|
20
|
+
}
|
21
|
+
declare enum AckStatus {
|
22
|
+
RECEIVED = 0,
|
23
|
+
QUEUED = 1,
|
24
|
+
PROGRESS = 2
|
25
|
+
}
|
26
|
+
declare enum Stage {
|
27
|
+
AGENT = 0,
|
28
|
+
CLOUD_GATEWAY = 1,
|
29
|
+
DEVICE_GATEWAY = 2
|
30
|
+
}
|
31
|
+
interface CommandResult {
|
32
|
+
status: ResultStatus;
|
33
|
+
message: string;
|
34
|
+
}
|
35
|
+
interface CommandReturn {
|
36
|
+
type: CommandReturnType;
|
37
|
+
message: string;
|
38
|
+
payload: Uint8Array;
|
39
|
+
meta: Record<string, string>;
|
40
|
+
}
|
41
|
+
declare enum CommandReturnType {
|
42
|
+
COMMAND_OUTPUT = 0
|
43
|
+
}
|
44
|
+
declare enum ResultStatus {
|
45
|
+
COMPLETE_SUCCESS = 0,
|
46
|
+
CANCELLED = 10,
|
47
|
+
COMPLETE_ERROR = 11,
|
48
|
+
TIMED_OUT = 12,
|
49
|
+
REJECTED_ID = 13,
|
50
|
+
REJECTED_AUTH = 14,
|
51
|
+
REJECTED_PARAMS = 15,
|
52
|
+
REJECTED_NO_RECEIVER = 16,
|
53
|
+
FATAL = 17
|
54
|
+
}
|
55
|
+
export {};
|
@@ -0,0 +1,29 @@
|
|
1
|
+
var AckStatus;
|
2
|
+
(function (AckStatus) {
|
3
|
+
AckStatus[AckStatus["RECEIVED"] = 0] = "RECEIVED";
|
4
|
+
AckStatus[AckStatus["QUEUED"] = 1] = "QUEUED";
|
5
|
+
AckStatus[AckStatus["PROGRESS"] = 2] = "PROGRESS";
|
6
|
+
})(AckStatus || (AckStatus = {}));
|
7
|
+
var Stage;
|
8
|
+
(function (Stage) {
|
9
|
+
Stage[Stage["AGENT"] = 0] = "AGENT";
|
10
|
+
Stage[Stage["CLOUD_GATEWAY"] = 1] = "CLOUD_GATEWAY";
|
11
|
+
Stage[Stage["DEVICE_GATEWAY"] = 2] = "DEVICE_GATEWAY";
|
12
|
+
})(Stage || (Stage = {}));
|
13
|
+
var CommandReturnType;
|
14
|
+
(function (CommandReturnType) {
|
15
|
+
CommandReturnType[CommandReturnType["COMMAND_OUTPUT"] = 0] = "COMMAND_OUTPUT";
|
16
|
+
})(CommandReturnType || (CommandReturnType = {}));
|
17
|
+
var ResultStatus;
|
18
|
+
(function (ResultStatus) {
|
19
|
+
ResultStatus[ResultStatus["COMPLETE_SUCCESS"] = 0] = "COMPLETE_SUCCESS";
|
20
|
+
ResultStatus[ResultStatus["CANCELLED"] = 10] = "CANCELLED";
|
21
|
+
ResultStatus[ResultStatus["COMPLETE_ERROR"] = 11] = "COMPLETE_ERROR";
|
22
|
+
ResultStatus[ResultStatus["TIMED_OUT"] = 12] = "TIMED_OUT";
|
23
|
+
ResultStatus[ResultStatus["REJECTED_ID"] = 13] = "REJECTED_ID";
|
24
|
+
ResultStatus[ResultStatus["REJECTED_AUTH"] = 14] = "REJECTED_AUTH";
|
25
|
+
ResultStatus[ResultStatus["REJECTED_PARAMS"] = 15] = "REJECTED_PARAMS";
|
26
|
+
ResultStatus[ResultStatus["REJECTED_NO_RECEIVER"] = 16] = "REJECTED_NO_RECEIVER";
|
27
|
+
ResultStatus[ResultStatus["FATAL"] = 17] = "FATAL";
|
28
|
+
})(ResultStatus || (ResultStatus = {}));
|
29
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export var RocosCommandResultStatus;
|
2
|
+
(function (RocosCommandResultStatus) {
|
3
|
+
RocosCommandResultStatus[RocosCommandResultStatus["COMPLETE_SUCCESS"] = 0] = "COMPLETE_SUCCESS";
|
4
|
+
RocosCommandResultStatus[RocosCommandResultStatus["CANCELLED"] = 10] = "CANCELLED";
|
5
|
+
RocosCommandResultStatus[RocosCommandResultStatus["COMPLETE_ERROR"] = 11] = "COMPLETE_ERROR";
|
6
|
+
RocosCommandResultStatus[RocosCommandResultStatus["TIMED_OUT"] = 12] = "TIMED_OUT";
|
7
|
+
RocosCommandResultStatus[RocosCommandResultStatus["REJECTED_ID"] = 13] = "REJECTED_ID";
|
8
|
+
RocosCommandResultStatus[RocosCommandResultStatus["REJECTED_AUTH"] = 14] = "REJECTED_AUTH";
|
9
|
+
RocosCommandResultStatus[RocosCommandResultStatus["REJECTED_PARAMS"] = 15] = "REJECTED_PARAMS";
|
10
|
+
RocosCommandResultStatus[RocosCommandResultStatus["REJECTED_NO_RECEIVER"] = 16] = "REJECTED_NO_RECEIVER";
|
11
|
+
RocosCommandResultStatus[RocosCommandResultStatus["FATAL"] = 17] = "FATAL";
|
12
|
+
})(RocosCommandResultStatus || (RocosCommandResultStatus = {}));
|
@@ -0,0 +1,30 @@
|
|
1
|
+
export declare enum OpRequestTarget {
|
2
|
+
AGENT = 0,
|
3
|
+
SERVER = 1
|
4
|
+
}
|
5
|
+
export declare enum OpCode {
|
6
|
+
NOP = 0,
|
7
|
+
INFO = 1,
|
8
|
+
UPLOAD = 2,
|
9
|
+
DOWNLOAD = 3,
|
10
|
+
DELETE = 4,
|
11
|
+
MKDIR = 5,
|
12
|
+
READFILE = 6,
|
13
|
+
WAITFOR = 7,
|
14
|
+
WRITEFILE = 8,
|
15
|
+
MV = 9,
|
16
|
+
CP = 10,
|
17
|
+
CHMOD = 11,
|
18
|
+
CHOWN = 12,
|
19
|
+
P2PUP = 13,
|
20
|
+
P2PDN = 14,
|
21
|
+
BLOBPUT = 15,
|
22
|
+
BLOBGET = 16,
|
23
|
+
BLOBSAS = 17
|
24
|
+
}
|
25
|
+
export declare enum FileResourceType {
|
26
|
+
NONE = 0,
|
27
|
+
DIRINFO = 1,
|
28
|
+
FILE = 2,
|
29
|
+
SAS = 32
|
30
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
export var OpRequestTarget;
|
2
|
+
(function (OpRequestTarget) {
|
3
|
+
OpRequestTarget[OpRequestTarget["AGENT"] = 0] = "AGENT";
|
4
|
+
OpRequestTarget[OpRequestTarget["SERVER"] = 1] = "SERVER";
|
5
|
+
})(OpRequestTarget || (OpRequestTarget = {}));
|
6
|
+
export var OpCode;
|
7
|
+
(function (OpCode) {
|
8
|
+
OpCode[OpCode["NOP"] = 0] = "NOP";
|
9
|
+
OpCode[OpCode["INFO"] = 1] = "INFO";
|
10
|
+
OpCode[OpCode["UPLOAD"] = 2] = "UPLOAD";
|
11
|
+
OpCode[OpCode["DOWNLOAD"] = 3] = "DOWNLOAD";
|
12
|
+
OpCode[OpCode["DELETE"] = 4] = "DELETE";
|
13
|
+
OpCode[OpCode["MKDIR"] = 5] = "MKDIR";
|
14
|
+
OpCode[OpCode["READFILE"] = 6] = "READFILE";
|
15
|
+
OpCode[OpCode["WAITFOR"] = 7] = "WAITFOR";
|
16
|
+
OpCode[OpCode["WRITEFILE"] = 8] = "WRITEFILE";
|
17
|
+
OpCode[OpCode["MV"] = 9] = "MV";
|
18
|
+
OpCode[OpCode["CP"] = 10] = "CP";
|
19
|
+
OpCode[OpCode["CHMOD"] = 11] = "CHMOD";
|
20
|
+
OpCode[OpCode["CHOWN"] = 12] = "CHOWN";
|
21
|
+
OpCode[OpCode["P2PUP"] = 13] = "P2PUP";
|
22
|
+
OpCode[OpCode["P2PDN"] = 14] = "P2PDN";
|
23
|
+
OpCode[OpCode["BLOBPUT"] = 15] = "BLOBPUT";
|
24
|
+
OpCode[OpCode["BLOBGET"] = 16] = "BLOBGET";
|
25
|
+
OpCode[OpCode["BLOBSAS"] = 17] = "BLOBSAS";
|
26
|
+
})(OpCode || (OpCode = {}));
|
27
|
+
export var FileResourceType;
|
28
|
+
(function (FileResourceType) {
|
29
|
+
FileResourceType[FileResourceType["NONE"] = 0] = "NONE";
|
30
|
+
FileResourceType[FileResourceType["DIRINFO"] = 1] = "DIRINFO";
|
31
|
+
FileResourceType[FileResourceType["FILE"] = 2] = "FILE";
|
32
|
+
FileResourceType[FileResourceType["SAS"] = 32] = "SAS";
|
33
|
+
})(FileResourceType || (FileResourceType = {}));
|
@@ -0,0 +1,75 @@
|
|
1
|
+
export * from './asset-storage/AssetModelItem';
|
2
|
+
export * from './schedule/IScheduleInfo';
|
3
|
+
export * from './schedule/IScheduleAction';
|
4
|
+
export * from './schedule/IScheduleJob';
|
5
|
+
export * from './caller';
|
6
|
+
export * from './callsigns/CallsignsEnums';
|
7
|
+
export * from './callsigns/CallsignsLookup';
|
8
|
+
export * from './callsigns/CallsignsQuery';
|
9
|
+
export * from './callsigns/CallsignsQueryPredicate';
|
10
|
+
export * from './command';
|
11
|
+
export * from './file/FileEnums';
|
12
|
+
export * from './message';
|
13
|
+
export * from './params/ICallerParams';
|
14
|
+
export * from './params/ICommandParams';
|
15
|
+
export * from './params/IControlParams';
|
16
|
+
export * from './params/IFileAccessorParams';
|
17
|
+
export * from './params/ISearchParams';
|
18
|
+
export * from './params/ITelemetryParams';
|
19
|
+
export * from './params/IWebRTCSignallingParams';
|
20
|
+
export * from './search/SearchQueryFilter';
|
21
|
+
export * from './search/SearchStreamQuery';
|
22
|
+
export * from './stream/IBaseStream';
|
23
|
+
export * from './stream/ICallerStream';
|
24
|
+
export * from './stream/ICommandStream';
|
25
|
+
export * from './stream/IControlStream';
|
26
|
+
export * from './stream/IFileAccessorStream';
|
27
|
+
export * from './stream/ISearchStream';
|
28
|
+
export * from './stream/ITelemetryStream';
|
29
|
+
export * from './stream/IWebRTCSignallingStream';
|
30
|
+
export * from './integrations/Overlay';
|
31
|
+
export * from './integrations/Plan';
|
32
|
+
export * from './maps/Map';
|
33
|
+
export * from './projects/ProjectUser';
|
34
|
+
export * from './CallsignStatus';
|
35
|
+
export * from './ExportDataQuery';
|
36
|
+
export * from './IBaseService';
|
37
|
+
export * from './IConfigGroup';
|
38
|
+
export * from './IDebugLevel';
|
39
|
+
export * from './IExportDataQuery';
|
40
|
+
export * from './IFunctionConfig';
|
41
|
+
export * from './IInvitation';
|
42
|
+
export * from './IInvitationExists';
|
43
|
+
export * from './IOperation';
|
44
|
+
export * from './IPersonalAccessToken';
|
45
|
+
export * from './IProject';
|
46
|
+
export * from './IProjectApplication';
|
47
|
+
export * from './IRobot';
|
48
|
+
export * from './IRobotConfig';
|
49
|
+
export * from './IRobotPlugin';
|
50
|
+
export * from './IRobotSettings';
|
51
|
+
export * from './IRobotTemplate';
|
52
|
+
export * from './IRocosSDKConfig';
|
53
|
+
export * from './ISource';
|
54
|
+
export * from './IStream';
|
55
|
+
export * from './IStreamConfig';
|
56
|
+
export * from './IStreamOptions';
|
57
|
+
export * from './IStreamSource';
|
58
|
+
export * from './ITelemetryStreamConfig';
|
59
|
+
export * from './IToken';
|
60
|
+
export * from './IWidget';
|
61
|
+
export * from './IWidgetLineGroup';
|
62
|
+
export * from './Robot';
|
63
|
+
export * from './RobotConfig';
|
64
|
+
export * from './RobotPlugin';
|
65
|
+
export * from './RobotTemplate';
|
66
|
+
export * from './RocosError';
|
67
|
+
export * from './ServiceEnum';
|
68
|
+
export * from './Stream';
|
69
|
+
export * from './StreamOptions';
|
70
|
+
export * from './StreamSource';
|
71
|
+
export * from './SubscriberStatusEnum';
|
72
|
+
export * from './Token';
|
73
|
+
export * from './types';
|
74
|
+
export * from './Widget';
|
75
|
+
export * from './WidgetLineGroup';
|