@formant/data-sdk 1.62.0 → 1.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +510 -0
- package/dist/data-sdk.cjs.js +24 -24
- package/dist/data-sdk.cjs.js.map +1 -1
- package/dist/data-sdk.es.js +933 -922
- package/dist/data-sdk.es.js.map +1 -1
- package/dist/data-sdk.es6.js +933 -922
- package/dist/data-sdk.umd.js +24 -24
- package/package.json +1 -1
- package/dist/types/common/browser.d.ts +0 -2
- package/dist/types/common/defined.d.ts +0 -3
- package/dist/types/common/delay.d.ts +0 -1
- package/dist/types/common/duration.d.ts +0 -10
- package/dist/types/common/fork.d.ts +0 -5
- package/dist/types/data-sdk/src/Account.d.ts +0 -10
- package/dist/types/data-sdk/src/App.d.ts +0 -47
- package/dist/types/data-sdk/src/AppRtcClientPools.d.ts +0 -20
- package/dist/types/data-sdk/src/AudioPlayer.d.ts +0 -23
- package/dist/types/data-sdk/src/Authentication.d.ts +0 -2
- package/dist/types/data-sdk/src/CaptureStream.d.ts +0 -18
- package/dist/types/data-sdk/src/DataChannel.d.ts +0 -30
- package/dist/types/data-sdk/src/EventTriggerGroup.d.ts +0 -0
- package/dist/types/data-sdk/src/Fleet.d.ts +0 -88
- package/dist/types/data-sdk/src/KeyValue.d.ts +0 -8
- package/dist/types/data-sdk/src/Manipulator.d.ts +0 -21
- package/dist/types/data-sdk/src/RequestDataChannel.d.ts +0 -29
- package/dist/types/data-sdk/src/Role.d.ts +0 -8
- package/dist/types/data-sdk/src/User.d.ts +0 -8
- package/dist/types/data-sdk/src/api/addDeviceToFleet.d.ts +0 -1
- package/dist/types/data-sdk/src/api/aggregateTelemetry.d.ts +0 -3
- package/dist/types/data-sdk/src/api/createDevice.d.ts +0 -2
- package/dist/types/data-sdk/src/api/createFleet.d.ts +0 -2
- package/dist/types/data-sdk/src/api/createShareLink.d.ts +0 -22
- package/dist/types/data-sdk/src/api/deleteFleet.d.ts +0 -1
- package/dist/types/data-sdk/src/api/disableDevice.d.ts +0 -2
- package/dist/types/data-sdk/src/api/eventsCounter.d.ts +0 -7
- package/dist/types/data-sdk/src/api/getAllEventTriggerGroup.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getAnalyticsModules.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getAnalyticsRows.d.ts +0 -8
- package/dist/types/data-sdk/src/api/getAnalyticsStreams.d.ts +0 -18
- package/dist/types/data-sdk/src/api/getAnnotationCount.d.ts +0 -4
- package/dist/types/data-sdk/src/api/getAnnotationCountByIntervals.d.ts +0 -8
- package/dist/types/data-sdk/src/api/getCurrentGroup.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getDevice.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getDevices.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getDevicesData.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getEvent.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getEventTriggerGroup.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getFileUrl.d.ts +0 -1
- package/dist/types/data-sdk/src/api/getFleet.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getFleetDevices.d.ts +0 -1
- package/dist/types/data-sdk/src/api/getInterventions.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getLatestTelemetry.d.ts +0 -3
- package/dist/types/data-sdk/src/api/getModuleConfiguration.d.ts +0 -1
- package/dist/types/data-sdk/src/api/getOnlineDevices.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getPeers.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getRealtimeDevices.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getRealtimeSessions.d.ts +0 -3
- package/dist/types/data-sdk/src/api/getStreams.d.ts +0 -2
- package/dist/types/data-sdk/src/api/getTaskReportRows.d.ts +0 -26
- package/dist/types/data-sdk/src/api/getTaskreportTables.d.ts +0 -23
- package/dist/types/data-sdk/src/api/getTelemetry.d.ts +0 -4
- package/dist/types/data-sdk/src/api/getViews.d.ts +0 -2
- package/dist/types/data-sdk/src/api/listFleets.d.ts +0 -2
- package/dist/types/data-sdk/src/api/patchDevice.d.ts +0 -2
- package/dist/types/data-sdk/src/api/patchEventTriggerGroup.d.ts +0 -2
- package/dist/types/data-sdk/src/api/patchFleet.d.ts +0 -2
- package/dist/types/data-sdk/src/api/patchStreams.d.ts +0 -2
- package/dist/types/data-sdk/src/api/patchView.d.ts +0 -2
- package/dist/types/data-sdk/src/api/queryAnalytics.d.ts +0 -43
- package/dist/types/data-sdk/src/api/queryDevices.d.ts +0 -3
- package/dist/types/data-sdk/src/api/queryDevicesData.d.ts +0 -3
- package/dist/types/data-sdk/src/api/queryEvents.d.ts +0 -3
- package/dist/types/data-sdk/src/api/queryTelemetry.d.ts +0 -3
- package/dist/types/data-sdk/src/cache/StoreCache.d.ts +0 -19
- package/dist/types/data-sdk/src/cache/filterDataByTime.d.ts +0 -2
- package/dist/types/data-sdk/src/cache/filterDataByType.d.ts +0 -3
- package/dist/types/data-sdk/src/cache/queryStore.d.ts +0 -11
- package/dist/types/data-sdk/src/config/index.d.ts +0 -1
- package/dist/types/data-sdk/src/config/whichFormantApiUrl.d.ts +0 -6
- package/dist/types/data-sdk/src/connector/common/Color.d.ts +0 -13
- package/dist/types/data-sdk/src/connector/common/Timeout.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/common/defined.d.ts +0 -3
- package/dist/types/data-sdk/src/connector/common/delay.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/common/duration.d.ts +0 -10
- package/dist/types/data-sdk/src/connector/common/equals.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/common/filterDataByTime.d.ts +0 -2
- package/dist/types/data-sdk/src/connector/common/filterDataByType.d.ts +0 -3
- package/dist/types/data-sdk/src/connector/common/flattenPoints.d.ts +0 -8
- package/dist/types/data-sdk/src/connector/common/fork.d.ts +0 -5
- package/dist/types/data-sdk/src/connector/common/range.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/common/throttle.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/common/toJsonLines.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/data/BaseUniverseDataConnector.d.ts +0 -68
- package/dist/types/data-sdk/src/connector/data/DataFetchWorker.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/data/LiveUniverseData.d.ts +0 -36
- package/dist/types/data-sdk/src/connector/data/PcdLoaderWorker.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/data/StoreCache.d.ts +0 -17
- package/dist/types/data-sdk/src/connector/data/TelemetryUniverseData.d.ts +0 -44
- package/dist/types/data-sdk/src/connector/data/pcd.d.ts +0 -23
- package/dist/types/data-sdk/src/connector/data/queryStore.d.ts +0 -12
- package/dist/types/data-sdk/src/connector/data/range.d.ts +0 -1
- package/dist/types/data-sdk/src/connector/model/IPcd.d.ts +0 -20
- package/dist/types/data-sdk/src/connector/model/IPose.d.ts +0 -3
- package/dist/types/data-sdk/src/connector/model/IUniverseData.d.ts +0 -124
- package/dist/types/data-sdk/src/connector/model/IUniverseGridMap.d.ts +0 -11
- package/dist/types/data-sdk/src/connector/model/IUniverseOdometry.d.ts +0 -6
- package/dist/types/data-sdk/src/connector/model/IUniversePath.d.ts +0 -3
- package/dist/types/data-sdk/src/connector/model/IUniversePointCloud.d.ts +0 -6
- package/dist/types/data-sdk/src/devices/BaseDevice.d.ts +0 -45
- package/dist/types/data-sdk/src/devices/Device.d.ts +0 -88
- package/dist/types/data-sdk/src/devices/ICustomDataChannelCreator.d.ts +0 -4
- package/dist/types/data-sdk/src/devices/IRealtimeSubscriber.d.ts +0 -7
- package/dist/types/data-sdk/src/devices/IView.d.ts +0 -29
- package/dist/types/data-sdk/src/devices/PeerDevice.d.ts +0 -35
- package/dist/types/data-sdk/src/devices/device.types.d.ts +0 -91
- package/dist/types/data-sdk/src/init.d.ts +0 -1
- package/dist/types/data-sdk/src/main.d.ts +0 -172
- package/dist/types/data-sdk/src/message-bus/bidirectional/getDate.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/bidirectional/prompt.d.ts +0 -5
- package/dist/types/data-sdk/src/message-bus/listeners/EmbeddedAppMessage.d.ts +0 -54
- package/dist/types/data-sdk/src/message-bus/listeners/addAccessTokenRefreshListener.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/listeners/addChannelDataListener.d.ts +0 -4
- package/dist/types/data-sdk/src/message-bus/listeners/addMenuListener.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/listeners/addModuleConfigurationListener.d.ts +0 -2
- package/dist/types/data-sdk/src/message-bus/listeners/addModuleDataListener.d.ts +0 -29
- package/dist/types/data-sdk/src/message-bus/listeners/addOverviewDeviceListener.d.ts +0 -2
- package/dist/types/data-sdk/src/message-bus/listeners/addStreamLIstener.d.ts +0 -3
- package/dist/types/data-sdk/src/message-bus/senders/AppMessage.d.ts +0 -63
- package/dist/types/data-sdk/src/message-bus/senders/disableAnalyticsBottomBar.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/goToDevice.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/goToTime.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/refreshAuthToken.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/requestModuleData.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/sendAppMessage.d.ts +0 -2
- package/dist/types/data-sdk/src/message-bus/senders/sendChannelData.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/setModuleDateTimeRange.d.ts +0 -1
- package/dist/types/data-sdk/src/message-bus/senders/setupModuleMenus.d.ts +0 -3
- package/dist/types/data-sdk/src/message-bus/senders/showMessage.d.ts +0 -1
- package/dist/types/data-sdk/src/model/AccessLevel.d.ts +0 -5
- package/dist/types/data-sdk/src/model/AggregateLevel.d.ts +0 -1
- package/dist/types/data-sdk/src/model/AggregateType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/AnalyticsAggregateType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/AnalyticsChartType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/AnnotationAreaType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/AnnotationType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/CognitoRegion.d.ts +0 -2
- package/dist/types/data-sdk/src/model/DeviceType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/EventSortableColumn.d.ts +0 -1
- package/dist/types/data-sdk/src/model/EventType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/HealthStatus.d.ts +0 -2
- package/dist/types/data-sdk/src/model/HexRgbColor.d.ts +0 -1
- package/dist/types/data-sdk/src/model/IAccount.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IAccountTree.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IAggregateRow.d.ts +0 -8
- package/dist/types/data-sdk/src/model/IAnalyticsModule.d.ts +0 -15
- package/dist/types/data-sdk/src/model/IAnalyticsModuleConfiguration.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IAnnotation.d.ts +0 -13
- package/dist/types/data-sdk/src/model/IAnnotationAreaTypeMap.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IAnnotationQuery.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IAudioInfo.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IBaseEntity.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IBaseEvent.d.ts +0 -22
- package/dist/types/data-sdk/src/model/IBattery.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IBitset.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IBoundingBox.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IChallenge.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IColorRGBA.d.ts +0 -6
- package/dist/types/data-sdk/src/model/ICommandDeliveryEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ICommandEventBase.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ICommandParameter.d.ts +0 -9
- package/dist/types/data-sdk/src/model/ICommandPropgress.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ICommandRequest.d.ts +0 -9
- package/dist/types/data-sdk/src/model/ICommandRequestEvent.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ICommandResponse.d.ts +0 -13
- package/dist/types/data-sdk/src/model/ICommandResponseEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IComment.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IConfigurationMap.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ICustomEvent.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IDataAggregate.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IDataPoint.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IDatapointEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IDevice.d.ts +0 -31
- package/dist/types/data-sdk/src/model/IDeviceOfflineEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IDeviceOnlineEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IDeviceQuery.d.ts +0 -14
- package/dist/types/data-sdk/src/model/IDeviceReportedConfigurationState.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IDeviceRosState.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IDeviceScope.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IDeviceState.d.ts +0 -16
- package/dist/types/data-sdk/src/model/IDictionary.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IEvent.d.ts +0 -18
- package/dist/types/data-sdk/src/model/IEventFilter.d.ts +0 -19
- package/dist/types/data-sdk/src/model/IEventQuery.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IEventSort.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IEventTriggerGroup.d.ts +0 -13
- package/dist/types/data-sdk/src/model/IFieldParametersTypeMap.d.ts +0 -8
- package/dist/types/data-sdk/src/model/IFile.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IFileInfo.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IFilter.d.ts +0 -10
- package/dist/types/data-sdk/src/model/IFleet.d.ts +0 -8
- package/dist/types/data-sdk/src/model/IGoal.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IGoalID.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IH264VideoFrame.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IHealth.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IHwInfo.d.ts +0 -17
- package/dist/types/data-sdk/src/model/IImage.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IImageAnnotation.d.ts +0 -9
- package/dist/types/data-sdk/src/model/IInterventionRequest.d.ts +0 -9
- package/dist/types/data-sdk/src/model/IInterventionResponse.d.ts +0 -10
- package/dist/types/data-sdk/src/model/IInterventionTypeMap.d.ts +0 -26
- package/dist/types/data-sdk/src/model/IJointState.d.ts +0 -8
- package/dist/types/data-sdk/src/model/IKernelInfo.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ILabel.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ILabeledPolygon.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ILabelingRequestData.d.ts +0 -9
- package/dist/types/data-sdk/src/model/ILabelingResponseData.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ILocalization.d.ts +0 -14
- package/dist/types/data-sdk/src/model/ILocation.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IMap.d.ts +0 -10
- package/dist/types/data-sdk/src/model/IMarker3D.d.ts +0 -27
- package/dist/types/data-sdk/src/model/IMarker3DArray.d.ts +0 -4
- package/dist/types/data-sdk/src/model/INetwork.d.ts +0 -4
- package/dist/types/data-sdk/src/model/INodeInfo.d.ts +0 -5
- package/dist/types/data-sdk/src/model/INumericAggregate.d.ts +0 -7
- package/dist/types/data-sdk/src/model/INumericSetAggregateMap.d.ts +0 -5
- package/dist/types/data-sdk/src/model/INumericSetEntry.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IOdometry.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IOnDemandPresenceStreamItemGroup.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IOnDemandPresenceTimeRange.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IOnDemandState.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IOnDemandStreamPresence.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IOnDemmandBuffer.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IOnvifDevice.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IOsInfo.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IPath.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IPhysicalInterventionMetadata.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IPhysicalRequestData.d.ts +0 -8
- package/dist/types/data-sdk/src/model/IPhysicalResponsetData.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IPointCloud.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IPortForwardingSessionRecord.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IPoseWithCovariance.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IQuaternion.d.ts +0 -6
- package/dist/types/data-sdk/src/model/IQuery.d.ts +0 -9
- package/dist/types/data-sdk/src/model/IRole.d.ts +0 -9
- package/dist/types/data-sdk/src/model/IRosTopic.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IRtcPointCloud.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IRtcSessionRecord.d.ts +0 -9
- package/dist/types/data-sdk/src/model/IScopeFilter.d.ts +0 -6
- package/dist/types/data-sdk/src/model/ISelectionRequestData.d.ts +0 -6
- package/dist/types/data-sdk/src/model/ISelectionResponseData.d.ts +0 -3
- package/dist/types/data-sdk/src/model/IShare.d.ts +0 -16
- package/dist/types/data-sdk/src/model/ISheetParameters.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ISpreadsheetIdRange.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ISqlColumn.d.ts +0 -6
- package/dist/types/data-sdk/src/model/ISqlQuery.d.ts +0 -21
- package/dist/types/data-sdk/src/model/ISqlResult.d.ts +0 -12
- package/dist/types/data-sdk/src/model/ISqlRow.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IStatefulEvent.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IStream.d.ts +0 -18
- package/dist/types/data-sdk/src/model/IStreamAggregateData.d.ts +0 -11
- package/dist/types/data-sdk/src/model/IStreamAggregateTypeMap.d.ts +0 -10
- package/dist/types/data-sdk/src/model/IStreamColumn.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IStreamCurrentValue.d.ts +0 -13
- package/dist/types/data-sdk/src/model/IStreamData.d.ts +0 -11
- package/dist/types/data-sdk/src/model/IStreamTypeMap.d.ts +0 -27
- package/dist/types/data-sdk/src/model/ISystemEvent.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITagParameters.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITagSets.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITaggedEntity.d.ts +0 -5
- package/dist/types/data-sdk/src/model/ITaggedUsers.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ITags.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITaskReportColumn.d.ts +0 -7
- package/dist/types/data-sdk/src/model/ITaskSummary.d.ts +0 -13
- package/dist/types/data-sdk/src/model/ITeleopRequestData.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITeleopResponseData.d.ts +0 -4
- package/dist/types/data-sdk/src/model/ITeleopSessionRecord.d.ts +0 -3
- package/dist/types/data-sdk/src/model/ITransform.d.ts +0 -6
- package/dist/types/data-sdk/src/model/ITransformNode.d.ts +0 -7
- package/dist/types/data-sdk/src/model/ITriggeredEvent.d.ts +0 -11
- package/dist/types/data-sdk/src/model/ITwist.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IUser.d.ts +0 -29
- package/dist/types/data-sdk/src/model/IUserParameters.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IUserScope.d.ts +0 -15
- package/dist/types/data-sdk/src/model/IVector2.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IVector3.d.ts +0 -5
- package/dist/types/data-sdk/src/model/IVideo.d.ts +0 -7
- package/dist/types/data-sdk/src/model/IVideoDevice.d.ts +0 -4
- package/dist/types/data-sdk/src/model/IView.d.ts +0 -15
- package/dist/types/data-sdk/src/model/IdeviceFollower.d.ts +0 -4
- package/dist/types/data-sdk/src/model/InetworkInfo.d.ts +0 -4
- package/dist/types/data-sdk/src/model/InterventionType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/IsoDate.d.ts +0 -1
- package/dist/types/data-sdk/src/model/JsonSchema.d.ts +0 -39
- package/dist/types/data-sdk/src/model/Marker3DAction.d.ts +0 -2
- package/dist/types/data-sdk/src/model/Marker3DType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/OnDemandBufferType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/Policies.d.ts +0 -35
- package/dist/types/data-sdk/src/model/RequiredKeys.d.ts +0 -3
- package/dist/types/data-sdk/src/model/Resource.d.ts +0 -2
- package/dist/types/data-sdk/src/model/SessionType.d.ts +0 -26
- package/dist/types/data-sdk/src/model/Severity.d.ts +0 -2
- package/dist/types/data-sdk/src/model/SortOrder.d.ts +0 -1
- package/dist/types/data-sdk/src/model/StreamType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/TelemetryResult.d.ts +0 -9
- package/dist/types/data-sdk/src/model/Timestamp.d.ts +0 -1
- package/dist/types/data-sdk/src/model/Uuid.d.ts +0 -1
- package/dist/types/data-sdk/src/model/VideoMimeType.d.ts +0 -2
- package/dist/types/data-sdk/src/model/accessLevels.d.ts +0 -1
- package/dist/types/data-sdk/src/model/aggregateLevels.d.ts +0 -2
- package/dist/types/data-sdk/src/model/aggregateTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/analyticsAggregteTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/analyticsChartTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/annotationTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/cognitoRegions.d.ts +0 -1
- package/dist/types/data-sdk/src/model/deviceTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/eventTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/healthStatuses.d.ts +0 -1
- package/dist/types/data-sdk/src/model/interventionTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/marker3DActions.d.ts +0 -1
- package/dist/types/data-sdk/src/model/marker3DTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/onDemandBufferTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/model/resources.d.ts +0 -1
- package/dist/types/data-sdk/src/model/severities.d.ts +0 -1
- package/dist/types/data-sdk/src/model/videoMimeTypes.d.ts +0 -1
- package/dist/types/data-sdk/src/stores/AuthenticationErrors.d.ts +0 -9
- package/dist/types/data-sdk/src/stores/AuthenticationResult.d.ts +0 -15
- package/dist/types/data-sdk/src/stores/AuthenticationStore.d.ts +0 -68
- package/dist/types/data-sdk/src/stores/IAuthentication.d.ts +0 -6
- package/dist/types/data-sdk/src/stores/IAuthenticationStore.d.ts +0 -43
- package/dist/types/data-sdk/src/stores/ICheckSsoResult.d.ts +0 -5
- package/dist/types/data-sdk/src/stores/IConfirmForgotPasswordRequest.d.ts +0 -5
- package/dist/types/data-sdk/src/stores/IRespondToNewPasswordRequiredChallengeRequest.d.ts +0 -5
- package/dist/types/data-sdk/src/utils/RtcClientPool.d.ts +0 -25
- package/dist/types/data-sdk/src/utils/aggregateFunctionUtils.d.ts +0 -38
- package/dist/types/data-sdk/src/utils/getCurrentModuleContext.d.ts +0 -1
- package/dist/types/data-sdk/src/utils/isRtcPeer.d.ts +0 -2
- package/dist/types/data-sdk/src/utils/numericAggregateUtils.d.ts +0 -26
- package/dist/types/data-sdk/src/utils/serializeHash.d.ts +0 -2
- package/dist/types/data-sdk/src/utils/stringToArrayBuffer.d.ts +0 -1
- package/dist/types/data-sdk/src/utils/timeout.d.ts +0 -1
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import { JsonSchema } from "../../model/JsonSchema";
|
|
2
|
-
export interface RequestDateMessage {
|
|
3
|
-
type: "request_date";
|
|
4
|
-
minTime?: Date;
|
|
5
|
-
maxTime?: Date;
|
|
6
|
-
time?: Date;
|
|
7
|
-
}
|
|
8
|
-
export interface GoToTimeMessage {
|
|
9
|
-
type: "go_to_time";
|
|
10
|
-
time: number;
|
|
11
|
-
}
|
|
12
|
-
export interface PromptMessage {
|
|
13
|
-
type: "prompt";
|
|
14
|
-
promptId: string;
|
|
15
|
-
schema: JsonSchema;
|
|
16
|
-
okText?: string;
|
|
17
|
-
cancelText?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface GoToDeviceMessage {
|
|
20
|
-
type: "go_to_device";
|
|
21
|
-
deviceId: string;
|
|
22
|
-
}
|
|
23
|
-
export interface RequestModuleDataMessage {
|
|
24
|
-
type: "request_module_data";
|
|
25
|
-
module: string;
|
|
26
|
-
}
|
|
27
|
-
export interface ShowMessageMessage {
|
|
28
|
-
type: "show_message";
|
|
29
|
-
message: string;
|
|
30
|
-
}
|
|
31
|
-
export interface RefreshAuthTokenMessage {
|
|
32
|
-
type: "refresh_auth_token";
|
|
33
|
-
module: string;
|
|
34
|
-
}
|
|
35
|
-
export interface SetModuleDataTimeRangeMessage {
|
|
36
|
-
type: "set_module_data_time_range";
|
|
37
|
-
module: string;
|
|
38
|
-
before: number;
|
|
39
|
-
after: number;
|
|
40
|
-
}
|
|
41
|
-
export interface SetupModuleMenusMessage {
|
|
42
|
-
type: "setup_module_menus";
|
|
43
|
-
module: string;
|
|
44
|
-
menus: {
|
|
45
|
-
label: string;
|
|
46
|
-
}[];
|
|
47
|
-
}
|
|
48
|
-
export interface SendChannelDataMessage {
|
|
49
|
-
type: "send_channel_data";
|
|
50
|
-
channel: string;
|
|
51
|
-
source: string;
|
|
52
|
-
data: any;
|
|
53
|
-
}
|
|
54
|
-
export interface RequestDevicesMessage {
|
|
55
|
-
type: "request_devices";
|
|
56
|
-
}
|
|
57
|
-
export interface HideAnalyticsDatePickerMessage {
|
|
58
|
-
type: "hide_analytics_date_picker";
|
|
59
|
-
}
|
|
60
|
-
export interface FormantOnlineMessage {
|
|
61
|
-
type: "formant_online";
|
|
62
|
-
}
|
|
63
|
-
export type AppMessage = RequestDateMessage | GoToTimeMessage | PromptMessage | GoToDeviceMessage | RequestModuleDataMessage | ShowMessageMessage | RefreshAuthTokenMessage | SetModuleDataTimeRangeMessage | SetupModuleMenusMessage | SendChannelDataMessage | RequestDevicesMessage | HideAnalyticsDatePickerMessage | FormantOnlineMessage;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function disableAnalyticsBottomBar(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function goToDevice(deviceId: string): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function goToTime(date: Date): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function refreshAuthToken(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function requestModuleData(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function sendChannelData(channel: string, data: any): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function setModuleDateTimeRange(beforeInMilliseconds: number, afterInMilliseconds?: number): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function showMessage(message: string): void;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { accessLevels } from "./accessLevels";
|
|
2
|
-
export type AccessLevel = (typeof accessLevels)[number];
|
|
3
|
-
export declare const viewer: "viewer" | "operator" | "administrator";
|
|
4
|
-
export declare const operator: "viewer" | "operator" | "administrator";
|
|
5
|
-
export declare const administrator: "viewer" | "operator" | "administrator";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type AggregateLevel = "year" | "month" | "week" | "day" | "hour" | "minute" | "quarter";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type EventSortableColumn = "device.name" | "time";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type HexRgbColor = string;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IBaseEntity } from "./IBaseEntity";
|
|
2
|
-
import { Uuid } from "./Uuid";
|
|
3
|
-
import { ISqlQuery } from "./ISqlQuery";
|
|
4
|
-
import { IAnalyticsModuleConfiguration } from "./IAnalyticsModuleConfiguration";
|
|
5
|
-
export interface IAnalyticsModule extends IBaseEntity {
|
|
6
|
-
id?: Uuid;
|
|
7
|
-
organizationId?: Uuid;
|
|
8
|
-
name: string;
|
|
9
|
-
query: ISqlQuery | null;
|
|
10
|
-
configuration: IAnalyticsModuleConfiguration | null;
|
|
11
|
-
layout: any | null;
|
|
12
|
-
data: any[] | null;
|
|
13
|
-
streamIds: Uuid[];
|
|
14
|
-
fullscreen?: boolean;
|
|
15
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IBaseEvent } from "./IBaseEvent";
|
|
2
|
-
import { IsoDate } from "./IsoDate";
|
|
3
|
-
import { ISpreadsheetIdRange } from "./ISpreadsheetIdRange";
|
|
4
|
-
import { ITaggedUsers } from "./ITaggedUsers";
|
|
5
|
-
import { Uuid } from "./Uuid";
|
|
6
|
-
export interface IAnnotation extends IBaseEvent<"annotation"> {
|
|
7
|
-
editedAt?: IsoDate;
|
|
8
|
-
userId: Uuid;
|
|
9
|
-
annotationTemplateId?: Uuid | null;
|
|
10
|
-
taggedUsers?: ITaggedUsers | null;
|
|
11
|
-
publishedTo?: ISpreadsheetIdRange;
|
|
12
|
-
note?: string | null;
|
|
13
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventType } from "./EventType";
|
|
2
|
-
import { IDictionary } from "./IDictionary";
|
|
3
|
-
import { IsoDate } from "./IsoDate";
|
|
4
|
-
import { ITaggedEntity } from "./ITaggedEntity";
|
|
5
|
-
import { StreamType } from "./StreamType";
|
|
6
|
-
import { Uuid } from "./Uuid";
|
|
7
|
-
export interface IBaseEvent<T extends EventType = EventType> extends ITaggedEntity {
|
|
8
|
-
type: T;
|
|
9
|
-
organizationId?: Uuid;
|
|
10
|
-
time: IsoDate;
|
|
11
|
-
endTime?: IsoDate | null;
|
|
12
|
-
parentId?: Uuid | null;
|
|
13
|
-
metadata?: IDictionary;
|
|
14
|
-
message: string;
|
|
15
|
-
viewed?: boolean;
|
|
16
|
-
deviceId?: Uuid;
|
|
17
|
-
streamName?: string;
|
|
18
|
-
streamType?: StreamType;
|
|
19
|
-
notificationEnabled?: boolean;
|
|
20
|
-
eventTriggerId?: Uuid | null;
|
|
21
|
-
setsDeviceColor?: boolean;
|
|
22
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { IConfigurationMap } from "./IConfigurationMap";
|
|
2
|
-
import { IFileInfo } from "./IFileInfo";
|
|
3
|
-
import { IsoDate } from "./IsoDate";
|
|
4
|
-
export interface ICommandParameter {
|
|
5
|
-
value?: string;
|
|
6
|
-
meta?: IConfigurationMap;
|
|
7
|
-
scrubberTime: IsoDate;
|
|
8
|
-
files?: IFileInfo[];
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IsoDate } from "./IsoDate";
|
|
2
|
-
import { ITags } from "./ITags";
|
|
3
|
-
import { StreamType } from "./StreamType";
|
|
4
|
-
import { Uuid } from "./Uuid";
|
|
5
|
-
export interface ICommandResponse {
|
|
6
|
-
time: IsoDate;
|
|
7
|
-
message: string;
|
|
8
|
-
success: boolean;
|
|
9
|
-
replyToCommandRequestId: Uuid;
|
|
10
|
-
streamName?: string;
|
|
11
|
-
streamType?: StreamType;
|
|
12
|
-
tags?: ITags;
|
|
13
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { IStreamAggregateTypeMap } from "./IStreamAggregateTypeMap";
|
|
2
|
-
import { StreamType } from "./StreamType";
|
|
3
|
-
import { Timestamp } from "./Timestamp";
|
|
4
|
-
export type IDataAggregate<T extends StreamType = StreamType> = [
|
|
5
|
-
Timestamp,
|
|
6
|
-
IStreamAggregateTypeMap[T]
|
|
7
|
-
];
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ITaggedEntity } from "./ITaggedEntity";
|
|
2
|
-
import { Uuid } from "./Uuid";
|
|
3
|
-
import { IScopeFilter } from "./IScopeFilter";
|
|
4
|
-
import { IsoDate } from "./IsoDate";
|
|
5
|
-
import { DeviceType } from "./DeviceType";
|
|
6
|
-
import { IDeviceScope } from "./IDeviceScope";
|
|
7
|
-
import { IDeviceState } from "./IDeviceState";
|
|
8
|
-
import { IDeviceFollower } from "./IdeviceFollower";
|
|
9
|
-
export interface IDevice extends ITaggedEntity {
|
|
10
|
-
organizationId?: Uuid;
|
|
11
|
-
name: string;
|
|
12
|
-
type?: DeviceType;
|
|
13
|
-
userId?: Uuid | null;
|
|
14
|
-
fleetId?: Uuid | null;
|
|
15
|
-
eventTriggerGroupId?: Uuid | null;
|
|
16
|
-
scope?: IScopeFilter | null;
|
|
17
|
-
deviceScope?: IDeviceScope;
|
|
18
|
-
publicKey: string;
|
|
19
|
-
desiredAgentVersion?: string | null;
|
|
20
|
-
desiredConfigurationVersion?: number | null;
|
|
21
|
-
temporaryConfigurationVersion?: number | null;
|
|
22
|
-
temporaryConfigurationExpiration?: IsoDate | null;
|
|
23
|
-
temporaryConfigurationTemplateId?: Uuid | null;
|
|
24
|
-
followers?: IDeviceFollower[];
|
|
25
|
-
slackChannels?: string[];
|
|
26
|
-
phoneNumber?: string;
|
|
27
|
-
state?: IDeviceState;
|
|
28
|
-
enabled?: boolean;
|
|
29
|
-
fullyConfigured?: boolean;
|
|
30
|
-
disabledAt?: IsoDate | null;
|
|
31
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ITagSets } from "./ITagSets";
|
|
2
|
-
import { IsoDate } from "./IsoDate";
|
|
3
|
-
import { DeviceType } from "./DeviceType";
|
|
4
|
-
export interface IDeviceQuery {
|
|
5
|
-
name?: string;
|
|
6
|
-
query?: string;
|
|
7
|
-
tags?: ITagSets;
|
|
8
|
-
enabled?: boolean;
|
|
9
|
-
fullyConfigured?: boolean;
|
|
10
|
-
type?: DeviceType;
|
|
11
|
-
count?: number;
|
|
12
|
-
offset?: number;
|
|
13
|
-
disabledBefore?: IsoDate;
|
|
14
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { IDeviceReportedConfigurationState } from "./IDeviceReportedConfigurationState";
|
|
2
|
-
import { IHwInfo } from "./IHwInfo";
|
|
3
|
-
import { IDeviceRosState } from "./IDeviceRosState";
|
|
4
|
-
import { IDictionary } from "./IDictionary";
|
|
5
|
-
import { IOnDemandState } from "./IOnDemandState";
|
|
6
|
-
import { ICommandProgress } from "./ICommandPropgress";
|
|
7
|
-
export interface IDeviceState {
|
|
8
|
-
agentVersion?: string | null;
|
|
9
|
-
reportedConfiguration?: IDeviceReportedConfigurationState | null;
|
|
10
|
-
hwInfo?: IHwInfo | null;
|
|
11
|
-
ros?: IDeviceRosState | null;
|
|
12
|
-
env?: IDictionary | null;
|
|
13
|
-
otaEnabled?: boolean | null;
|
|
14
|
-
onDemand?: IOnDemandState | null;
|
|
15
|
-
commandProgress?: ICommandProgress[] | null;
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { IAnnotation } from "./IAnnotation";
|
|
2
|
-
import { ICommandDeliveryEvent } from "./ICommandDeliveryEvent";
|
|
3
|
-
import { ICommandRequestEvent } from "./ICommandRequestEvent";
|
|
4
|
-
import { ICommandResponseEvent } from "./ICommandResponseEvent";
|
|
5
|
-
import { IComment } from "./IComment";
|
|
6
|
-
import { ICustomEvent } from "./ICustomEvent";
|
|
7
|
-
import { IDatapointEvent } from "./IDatapointEvent";
|
|
8
|
-
import { IDeviceOfflineEvent } from "./IDeviceOfflineEvent";
|
|
9
|
-
import { IDeviceOnlineEvent } from "./IDeviceOnlineEvent";
|
|
10
|
-
import { IInterventionRequest } from "./IInterventionRequest";
|
|
11
|
-
import { IInterventionResponse } from "./IInterventionResponse";
|
|
12
|
-
import { IPortForwardingSessionRecord } from "./IPortForwardingSessionRecord";
|
|
13
|
-
import { IStatefulEvent } from "./IStatefulEvent";
|
|
14
|
-
import { ISystemEvent } from "./ISystemEvent";
|
|
15
|
-
import { ITaskSummary } from "./ITaskSummary";
|
|
16
|
-
import { ITeleopSessionRecord } from "./ITeleopSessionRecord";
|
|
17
|
-
import { ITriggeredEvent } from "./ITriggeredEvent";
|
|
18
|
-
export type IEvent = ITriggeredEvent<"triggered-event"> | IDatapointEvent | IDeviceOnlineEvent | IDeviceOfflineEvent | IInterventionRequest | IInterventionResponse | ITeleopSessionRecord | IPortForwardingSessionRecord | ICommandRequestEvent | ICommandResponseEvent | ICommandDeliveryEvent | ICustomEvent | IComment | ISystemEvent | IAnnotation | ITaskSummary | IStatefulEvent;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventType } from "./EventType";
|
|
2
|
-
import { IFilter } from "./IFilter";
|
|
3
|
-
import { IsoDate } from "./IsoDate";
|
|
4
|
-
import { Severity } from "./Severity";
|
|
5
|
-
import { Uuid } from "./Uuid";
|
|
6
|
-
export interface IEventFilter extends IFilter {
|
|
7
|
-
id?: Uuid;
|
|
8
|
-
viewed?: boolean;
|
|
9
|
-
keyword?: string;
|
|
10
|
-
message?: string;
|
|
11
|
-
start?: IsoDate;
|
|
12
|
-
end?: IsoDate;
|
|
13
|
-
eventTypes?: EventType[];
|
|
14
|
-
notificationEnabled?: boolean;
|
|
15
|
-
userIds?: Uuid[];
|
|
16
|
-
annotationTemplateIds?: Uuid[];
|
|
17
|
-
disableNullMatches?: boolean;
|
|
18
|
-
severities?: Severity[];
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Uuid } from "./Uuid";
|
|
2
|
-
import { IScopeFilter } from "./IScopeFilter";
|
|
3
|
-
import { ITaggedEntity } from "./ITaggedEntity";
|
|
4
|
-
import { ITags } from "./ITags";
|
|
5
|
-
import { IDevice } from "./IDevice";
|
|
6
|
-
export interface IEventTriggerGroup extends ITaggedEntity {
|
|
7
|
-
organizationId?: Uuid;
|
|
8
|
-
deviceScope: IScopeFilter;
|
|
9
|
-
enabled?: boolean;
|
|
10
|
-
smsTags: ITags;
|
|
11
|
-
phoneNumbers?: string[];
|
|
12
|
-
devices?: IDevice[];
|
|
13
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ISheetParameters } from "./ISheetParameters";
|
|
2
|
-
import { ITagParameters } from "./ITagParameters";
|
|
3
|
-
import { IUserParameters } from "./IUserParameters";
|
|
4
|
-
export interface IFieldParametersTypeMap {
|
|
5
|
-
tag: ITagParameters;
|
|
6
|
-
sheet: ISheetParameters;
|
|
7
|
-
user: IUserParameters;
|
|
8
|
-
}
|