@formant/realtime-sdk 1.3.0 → 1.4.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/dist/client/AuthClient.d.ts +42 -0
- package/dist/client/Credentials.d.ts +10 -0
- package/dist/client/LanAgentClient.d.ts +7 -0
- package/dist/client/RtcSignalingClient.d.ts +20 -0
- package/dist/common/BaseClient.d.ts +43 -0
- package/dist/common/ConnectionError.d.ts +6 -0
- package/dist/common/FormantBaseClient.d.ts +13 -0
- package/dist/common/LogApiTransport.d.ts +11 -0
- package/dist/common/LogClient.d.ts +6 -0
- package/dist/common/LogReporter.d.ts +6 -0
- package/dist/common/LruCache.d.ts +20 -0
- package/dist/common/PromiseLruCache.d.ts +11 -0
- package/dist/common/ResponseError.d.ts +11 -0
- package/dist/common/ResponseHeadersError.d.ts +7 -0
- package/dist/common/StatsManager.d.ts +39 -0
- package/dist/common/StatsReporter.d.ts +17 -0
- package/dist/common/assertUnreachable.d.ts +1 -0
- package/dist/common/browser.d.ts +2 -0
- package/dist/common/collectErrors.d.ts +1 -0
- package/dist/common/config/index.d.ts +23 -0
- package/dist/common/defined.d.ts +6 -0
- package/dist/common/delay.d.ts +1 -0
- package/dist/common/errorToObject.d.ts +16 -0
- package/dist/common/errorToString.d.ts +6 -0
- package/dist/common/filterIceServers.d.ts +8 -0
- package/dist/common/instanceId.d.ts +1 -0
- package/dist/common/isErrorType.d.ts +1 -0
- package/dist/common/isObject.d.ts +1 -0
- package/dist/common/isValidTagString.d.ts +1 -0
- package/dist/common/logger.d.ts +4 -0
- package/dist/common/narrowError.d.ts +1 -0
- package/dist/common/objectMapValues.d.ts +9 -0
- package/dist/common/redact.d.ts +5 -0
- package/dist/common/setPromiseInterval.d.ts +16 -0
- package/dist/common/stats.d.ts +2 -0
- package/dist/common/toStringSafe.d.ts +8 -0
- package/dist/date-fns/parseIsoDate.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.LICENSE.txt +19 -0
- package/dist/model/AnnotationAreaType.d.ts +2 -0
- package/dist/model/AuditLogActionType.d.ts +5 -0
- package/dist/model/CognitoRegion.d.ts +2 -0
- package/dist/model/Feature.d.ts +3 -0
- package/dist/model/HealthStatus.d.ts +2 -0
- package/dist/model/HexRgbColor.d.ts +1 -0
- package/dist/model/IAdminSignupRequest.d.ts +14 -0
- package/dist/model/IAnnotationAreaTypeMap.d.ts +4 -0
- package/dist/model/IAudioChunk.d.ts +5 -0
- package/dist/model/IAuditLog.d.ts +14 -0
- package/dist/model/IAuthentication.d.ts +8 -0
- package/dist/model/IBaseEntity.d.ts +7 -0
- package/dist/model/IBattery.d.ts +6 -0
- package/dist/model/IBitset.d.ts +4 -0
- package/dist/model/IBoundingBox.d.ts +6 -0
- package/dist/model/IChallenge.d.ts +7 -0
- package/dist/model/ICheckSsoResult.d.ts +5 -0
- package/dist/model/IColorRGBA.d.ts +6 -0
- package/dist/model/ICompressedImage.d.ts +3 -0
- package/dist/model/ICreateServiceAccountResponse.d.ts +5 -0
- package/dist/model/IDeviceCredentials.d.ts +9 -0
- package/dist/model/IDictionary.d.ts +3 -0
- package/dist/model/IFile.d.ts +6 -0
- package/dist/model/IFilter.d.ts +11 -0
- package/dist/model/IGetFeaturesResponse.d.ts +4 -0
- package/dist/model/IGoal.d.ts +5 -0
- package/dist/model/IGoalID.d.ts +3 -0
- package/dist/model/IGoogleLoginRequest.d.ts +4 -0
- package/dist/model/IH264VideoFrame.d.ts +5 -0
- package/dist/model/IHealth.d.ts +5 -0
- package/dist/model/IImage.d.ts +6 -0
- package/dist/model/IImageAnnotation.d.ts +9 -0
- package/dist/model/IJointState.d.ts +8 -0
- package/dist/model/IJoy.d.ts +4 -0
- package/dist/model/IJsonString.d.ts +3 -0
- package/dist/model/IListResponse.d.ts +3 -0
- package/dist/model/ILocalization.d.ts +14 -0
- package/dist/model/ILocation.d.ts +6 -0
- package/dist/model/ILogLine.d.ts +9 -0
- package/dist/model/ILoginRequest.d.ts +7 -0
- package/dist/model/ILoginResult.d.ts +7 -0
- package/dist/model/IMap.d.ts +10 -0
- package/dist/model/IMarker3D.d.ts +23 -0
- package/dist/model/IMarker3DArray.d.ts +4 -0
- package/dist/model/IMetric.d.ts +7 -0
- package/dist/model/INumericSetEntry.d.ts +5 -0
- package/dist/model/IOdometry.d.ts +7 -0
- package/dist/model/IPath.d.ts +5 -0
- package/dist/model/IPoint.d.ts +2 -0
- package/dist/model/IPointCloud.d.ts +6 -0
- package/dist/model/IPoseWithCovariance.d.ts +5 -0
- package/dist/model/IPostLanRtcOfferRequest.d.ts +3 -0
- package/dist/model/IPostLanRtcOfferResponse.d.ts +3 -0
- package/dist/model/IQuaternion.d.ts +6 -0
- package/dist/model/IRtcAddSignalsRequest.d.ts +4 -0
- package/dist/model/IRtcCapabilitySet.d.ts +6 -0
- package/dist/model/IRtcCreatePeerRequest.d.ts +6 -0
- package/dist/model/IRtcCreateSessionRequest.d.ts +5 -0
- package/dist/model/IRtcIceServer.d.ts +5 -0
- package/dist/model/IRtcInfo.d.ts +7 -0
- package/dist/model/IRtcPeer.d.ts +11 -0
- package/dist/model/IRtcPeerDescription.d.ts +6 -0
- package/dist/model/IRtcPortForwardingConfiguration.d.ts +3 -0
- package/dist/model/IRtcSession.d.ts +12 -0
- package/dist/model/IRtcSignal.d.ts +3 -0
- package/dist/model/IRtcStream.d.ts +9 -0
- package/dist/model/IRtcStreamCapability.d.ts +6 -0
- package/dist/model/IRtcStreamingConfiguration.d.ts +4 -0
- package/dist/model/IScopeFilter.d.ts +6 -0
- package/dist/model/IStat.d.ts +21 -0
- package/dist/model/IStreamTypeMap.d.ts +27 -0
- package/dist/model/ITagFilter.d.ts +4 -0
- package/dist/model/ITagSets.d.ts +3 -0
- package/dist/model/ITaggedEntity.d.ts +5 -0
- package/dist/model/ITags.d.ts +2 -0
- package/dist/model/ITransform.d.ts +6 -0
- package/dist/model/ITransformNode.d.ts +8 -0
- package/dist/model/ITwist.d.ts +5 -0
- package/dist/model/IUser.d.ts +36 -0
- package/dist/model/IUserScope.d.ts +16 -0
- package/dist/model/IValidation.d.ts +3 -0
- package/dist/model/IVector3.d.ts +5 -0
- package/dist/model/IVideo.d.ts +7 -0
- package/dist/model/IsoDate.d.ts +1 -0
- package/dist/model/LanguageType.d.ts +2 -0
- package/dist/model/LogLevel.d.ts +2 -0
- package/dist/model/Marker3DAction.d.ts +2 -0
- package/dist/model/Marker3DType.d.ts +2 -0
- package/dist/model/OrganizationPlan.d.ts +2 -0
- package/dist/model/RequireKeys.d.ts +3 -0
- package/dist/model/RtcConnectionStatus.d.ts +2 -0
- package/dist/model/RtcIceServerProtocol.d.ts +2 -0
- package/dist/model/RtcIceTransportPolicy.d.ts +2 -0
- package/dist/model/RtcSessionType.d.ts +2 -0
- package/dist/model/RtcStreamType.d.ts +3 -0
- package/dist/model/SmsOptInStatus.d.ts +2 -0
- package/dist/model/StreamType.d.ts +2 -0
- package/dist/model/Timeout.d.ts +1 -0
- package/dist/model/Timestamp.d.ts +1 -0
- package/dist/model/Uuid.d.ts +1 -0
- package/dist/model/VideoMimeType.d.ts +2 -0
- package/dist/model/auditLogActionTypes.d.ts +1 -0
- package/dist/model/bytes.d.ts +9 -0
- package/dist/model/cognitoRegions.d.ts +1 -0
- package/dist/model/duration.d.ts +10 -0
- package/dist/model/features.d.ts +2 -0
- package/dist/model/healthStatuses.d.ts +5 -0
- package/dist/model/languageTypes.d.ts +1 -0
- package/dist/model/logLevels.d.ts +1 -0
- package/dist/model/marker3DActions.d.ts +1 -0
- package/dist/model/marker3DTypes.d.ts +1 -0
- package/dist/model/organizationPlans.d.ts +1 -0
- package/dist/model/rtcConnectionStatuses.d.ts +1 -0
- package/dist/model/rtcIceServerProtocols.d.ts +1 -0
- package/dist/model/rtcIceTransportPolicies.d.ts +1 -0
- package/dist/model/rtcSessionTypes.d.ts +1 -0
- package/dist/model/rtcStreamTypes.d.ts +28 -0
- package/dist/model/smsOptInStatuses.d.ts +1 -0
- package/dist/model/videoMimeTypes.d.ts +1 -0
- package/dist/protos/api/signaling/v1/signaling_grpc_web_pb.d.ts +125 -0
- package/dist/protos/api/signaling/v1/signaling_grpc_web_pb.js +626 -0
- package/dist/protos/api/signaling/v1/signaling_pb.d.ts +458 -0
- package/dist/protos/api/signaling/v1/signaling_pb.js +3854 -0
- package/dist/realtime-sdk/src/config/index.d.ts +2 -0
- package/dist/realtime-sdk/src/index.d.ts +18 -0
- package/dist/rtc-client/DeadlineEnforcer.d.ts +4 -0
- package/dist/rtc-client/DeadlineReachedError.d.ts +3 -0
- package/dist/rtc-client/IHasPeerConnection.d.ts +3 -0
- package/dist/rtc-client/IHasRemoteDeviceId.d.ts +4 -0
- package/dist/rtc-client/RtcClient.d.ts +71 -0
- package/dist/rtc-client/RtcClientV1.d.ts +52 -0
- package/dist/rtc-client/RtcConnection.d.ts +95 -0
- package/dist/rtc-client/RtcConnectionV1.d.ts +73 -0
- package/dist/rtc-client/RtcSessionMetrics.d.ts +17 -0
- package/dist/rtc-client/RtcSessionMetricsV1.d.ts +14 -0
- package/dist/rtc-client/config/index.d.ts +11 -0
- package/dist/rtc-client/gatherPingMetrics.d.ts +17 -0
- package/dist/rtc-client/models/IIceMode.d.ts +1 -0
- package/dist/rtc-client/models/IPingInfo.d.ts +10 -0
- package/dist/rtc-client/models/IPingPayload.d.ts +6 -0
- package/dist/rtc-client/models/IRTCStatsIceCandidate.d.ts +9 -0
- package/dist/rtc-client/models/IRTCStatsIceCandidatePair.d.ts +9 -0
- package/dist/rtc-client/models/IRTCStatsTransport.d.ts +8 -0
- package/dist/rtc-client/models/IRtcAgentInfo.d.ts +3 -0
- package/dist/rtc-client/models/IRtcClientConfiguration.d.ts +18 -0
- package/dist/rtc-client/models/IRtcConnectionBaseConfiguration.d.ts +16 -0
- package/dist/rtc-client/models/IRtcConnectionConfiguration.d.ts +6 -0
- package/dist/rtc-client/models/IRtcConnectionRemoteConfiguration.d.ts +6 -0
- package/dist/rtc-client/models/IRtcConnectionStatsInfo.d.ts +9 -0
- package/dist/rtc-client/models/IRtcPointCloud.d.ts +5 -0
- package/dist/rtc-client/models/IRtcSendConfiguration.d.ts +4 -0
- package/dist/rtc-client/models/IRtcSessionMetricsMessageCounts.d.ts +6 -0
- package/dist/rtc-client/models/IRtcStreamCommunication.d.ts +4 -0
- package/dist/rtc-client/models/IRtcStreamMessage.d.ts +7 -0
- package/dist/rtc-client/models/IRtcStreamMessageChunk.d.ts +7 -0
- package/dist/rtc-client/models/IRtcStreamMessageHeader.d.ts +7 -0
- package/dist/rtc-client/models/IRtcStreamPayload.d.ts +55 -0
- package/dist/rtc-client/models/IRtcStreamsInfo.d.ts +9 -0
- package/dist/rtc-client/models/IStreamControl.d.ts +23 -0
- package/dist/rtc-client/models/RtcChannelLabel.d.ts +2 -0
- package/dist/rtc-client/models/RtcCommunicationType.d.ts +1 -0
- package/dist/rtc-client/models/rtcChannelLabels.d.ts +1 -0
- package/dist/rtc-client/models-v1/IRtcClientConfigurationV1.d.ts +11 -0
- package/dist/rtc-client/models-v1/IRtcConnectionConfigurationV1.d.ts +12 -0
- package/dist/rtc-client/utils/assertHasPeerConnection.d.ts +1 -0
- package/dist/rtc-client/utils/createRtcStreamMessage.d.ts +4 -0
- package/dist/rtc-client/utils/encodeStreamId.d.ts +3 -0
- package/dist/rtc-client/utils/garbageCollect.d.ts +1 -0
- package/dist/rtc-client/utils/getErrorMessage.d.ts +1 -0
- package/dist/rtc-client/utils/iceModeFromRtcConnectionInfo.d.ts +3 -0
- package/dist/rtc-client/utils/isInactive.d.ts +1 -0
- package/dist/rtc-client/utils/partition.d.ts +1 -0
- package/dist/rtc-client/utils/peerToRtcPeer.d.ts +3 -0
- package/dist/rtc-client/utils/reassembleMessageChunks.d.ts +3 -0
- package/dist/rtc-client/utils/reifyZeroValues.d.ts +2 -0
- package/dist/rtc-client/utils/streamIsEqual.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*!
|
|
9
|
+
* The buffer module from node.js, for the browser.
|
|
10
|
+
*
|
|
11
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
12
|
+
* @license MIT
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
16
|
+
|
|
17
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
18
|
+
|
|
19
|
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type HexRgbColor = string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IsoDate } from "./IsoDate";
|
|
2
|
+
import { OrganizationPlan } from "./OrganizationPlan";
|
|
3
|
+
export interface IAdminSignupRequest {
|
|
4
|
+
email: string;
|
|
5
|
+
password?: string;
|
|
6
|
+
firstName: string;
|
|
7
|
+
lastName: string;
|
|
8
|
+
organizationName?: string;
|
|
9
|
+
organizationPlan?: OrganizationPlan;
|
|
10
|
+
stripeBillingEnabled?: boolean;
|
|
11
|
+
stripeSubscriptionEnabled?: boolean;
|
|
12
|
+
isSingleSignOn?: boolean;
|
|
13
|
+
trialPeriodEnd?: IsoDate | null;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AuditLogActionType } from "./AuditLogActionType";
|
|
2
|
+
import { Uuid } from "./Uuid";
|
|
3
|
+
export interface IAuditLog {
|
|
4
|
+
organizationId: Uuid;
|
|
5
|
+
userId?: Uuid;
|
|
6
|
+
deviceId?: Uuid;
|
|
7
|
+
impersonatorUserId?: Uuid;
|
|
8
|
+
action: AuditLogActionType;
|
|
9
|
+
statusOk: boolean;
|
|
10
|
+
entityName: string;
|
|
11
|
+
entityId: Uuid;
|
|
12
|
+
entity?: any;
|
|
13
|
+
lastFiveDigitsPhoneNumber?: string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ITagFilter } from "./ITagFilter";
|
|
2
|
+
import { ITagSets } from "./ITagSets";
|
|
3
|
+
import { StreamType } from "./StreamType";
|
|
4
|
+
import { Uuid } from "./Uuid";
|
|
5
|
+
export interface IFilter extends ITagFilter {
|
|
6
|
+
deviceIds?: Uuid[];
|
|
7
|
+
names?: string[];
|
|
8
|
+
types?: StreamType[];
|
|
9
|
+
notTags?: ITagSets | ITagSets[];
|
|
10
|
+
notNames?: string[];
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AnnotationAreaType } from "./AnnotationAreaType";
|
|
2
|
+
import { HexRgbColor } from "./HexRgbColor";
|
|
3
|
+
import { IAnnotationAreaTypeMap } from "./IAnnotationAreaTypeMap";
|
|
4
|
+
export interface IImageAnnotation<T extends AnnotationAreaType = AnnotationAreaType> {
|
|
5
|
+
label: string;
|
|
6
|
+
type: AnnotationAreaType;
|
|
7
|
+
area: IAnnotationAreaTypeMap[T];
|
|
8
|
+
color: HexRgbColor;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { IGoal } from "./IGoal";
|
|
2
|
+
import { IMap } from "./IMap";
|
|
3
|
+
import { IOdometry } from "./IOdometry";
|
|
4
|
+
import { IPath } from "./IPath";
|
|
5
|
+
import { IPointCloud } from "./IPointCloud";
|
|
6
|
+
export interface ILocalization {
|
|
7
|
+
odometry?: IOdometry;
|
|
8
|
+
map?: IMap;
|
|
9
|
+
pointClouds?: IPointCloud[];
|
|
10
|
+
path?: IPath;
|
|
11
|
+
goal?: IGoal;
|
|
12
|
+
url?: string;
|
|
13
|
+
size?: number;
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { IColorRGBA } from "./IColorRGBA";
|
|
2
|
+
import { ITransform } from "./ITransform";
|
|
3
|
+
import { IVector3 } from "./IVector3";
|
|
4
|
+
import { Marker3DAction } from "./Marker3DAction";
|
|
5
|
+
import { Marker3DType } from "./Marker3DType";
|
|
6
|
+
export interface IMarker3D {
|
|
7
|
+
world_to_local?: ITransform;
|
|
8
|
+
ns: string;
|
|
9
|
+
id: number;
|
|
10
|
+
type: Marker3DType;
|
|
11
|
+
action: Marker3DAction;
|
|
12
|
+
pose: ITransform;
|
|
13
|
+
scale: IVector3;
|
|
14
|
+
color: IColorRGBA;
|
|
15
|
+
lifetime: number;
|
|
16
|
+
frame_id: string;
|
|
17
|
+
frame_locked: boolean;
|
|
18
|
+
points: IVector3[];
|
|
19
|
+
colors: IColorRGBA[];
|
|
20
|
+
text: string;
|
|
21
|
+
mesh_resource: string;
|
|
22
|
+
mesh_use_embedded_materials: boolean;
|
|
23
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { IRtcPortForwardingConfiguration } from "./IRtcPortForwardingConfiguration";
|
|
2
|
+
import { IRtcStreamingConfiguration } from "./IRtcStreamingConfiguration";
|
|
3
|
+
export interface IRtcCapabilitySet {
|
|
4
|
+
streaming?: IRtcStreamingConfiguration | null;
|
|
5
|
+
portForwarding?: IRtcPortForwardingConfiguration | null;
|
|
6
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RtcIceServerProtocol } from "./RtcIceServerProtocol";
|
|
2
|
+
import { RtcIceTransportPolicy } from "./RtcIceTransportPolicy";
|
|
3
|
+
export interface IRtcInfo {
|
|
4
|
+
rtcIceTransportPolicies?: RtcIceTransportPolicy[];
|
|
5
|
+
rtcIceServerProtocol?: RtcIceServerProtocol;
|
|
6
|
+
useAllServers?: boolean;
|
|
7
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IRtcCapabilitySet } from "./IRtcCapabilitySet";
|
|
2
|
+
import { IRtcStreamCapability } from "./IRtcStreamCapability";
|
|
3
|
+
import { Uuid } from "./Uuid";
|
|
4
|
+
export interface IRtcPeer {
|
|
5
|
+
id: Uuid;
|
|
6
|
+
organizationId: Uuid;
|
|
7
|
+
deviceId?: Uuid;
|
|
8
|
+
userId?: Uuid;
|
|
9
|
+
capabilities: IRtcStreamCapability[];
|
|
10
|
+
capabilitySet: IRtcCapabilitySet;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { IRtcPeerDescription } from "./IRtcPeerDescription";
|
|
2
|
+
import { IsoDate } from "./IsoDate";
|
|
3
|
+
import { RtcSessionType } from "./RtcSessionType";
|
|
4
|
+
import { Uuid } from "./Uuid";
|
|
5
|
+
export interface IRtcSession {
|
|
6
|
+
id: Uuid;
|
|
7
|
+
organizationId: Uuid;
|
|
8
|
+
offer: IRtcPeerDescription;
|
|
9
|
+
answer: IRtcPeerDescription;
|
|
10
|
+
created: IsoDate;
|
|
11
|
+
sessionType?: RtcSessionType;
|
|
12
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An aggregation of metric samples collected during a sample period.
|
|
3
|
+
*/
|
|
4
|
+
export interface IStat {
|
|
5
|
+
/**
|
|
6
|
+
* The minimum sampled value.
|
|
7
|
+
*/
|
|
8
|
+
min: number;
|
|
9
|
+
/**
|
|
10
|
+
* The maximum sampled value.
|
|
11
|
+
*/
|
|
12
|
+
max: number;
|
|
13
|
+
/**
|
|
14
|
+
* The sum of sampled values.
|
|
15
|
+
*/
|
|
16
|
+
sum: number;
|
|
17
|
+
/**
|
|
18
|
+
* The count of sampled values.
|
|
19
|
+
*/
|
|
20
|
+
count: number;
|
|
21
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { IBattery } from "./IBattery";
|
|
2
|
+
import { IBitset } from "./IBitset";
|
|
3
|
+
import { IFile } from "./IFile";
|
|
4
|
+
import { IHealth } from "./IHealth";
|
|
5
|
+
import { IImage } from "./IImage";
|
|
6
|
+
import { ILocalization } from "./ILocalization";
|
|
7
|
+
import { ILocation } from "./ILocation";
|
|
8
|
+
import { INumericSetEntry } from "./INumericSetEntry";
|
|
9
|
+
import { IPointCloud } from "./IPointCloud";
|
|
10
|
+
import { ITransformNode } from "./ITransformNode";
|
|
11
|
+
import { IVideo } from "./IVideo";
|
|
12
|
+
export interface IStreamTypeMap {
|
|
13
|
+
bitset: IBitset;
|
|
14
|
+
localization: ILocalization;
|
|
15
|
+
"point cloud": IPointCloud;
|
|
16
|
+
location: ILocation;
|
|
17
|
+
file: IFile;
|
|
18
|
+
health: IHealth;
|
|
19
|
+
"transform tree": ITransformNode;
|
|
20
|
+
battery: IBattery;
|
|
21
|
+
video: IVideo;
|
|
22
|
+
"numeric set": INumericSetEntry[];
|
|
23
|
+
json: string;
|
|
24
|
+
image: IImage;
|
|
25
|
+
numeric: number;
|
|
26
|
+
text: string;
|
|
27
|
+
}
|