@formant/realtime-sdk 0.0.7 → 0.0.10
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 +2 -1
- package/dist/common/BaseClient.d.ts +5 -1
- package/dist/common/LruCache.d.ts +7 -9
- package/dist/common/PromiseLruCache.d.ts +5 -5
- package/dist/common/toStringSafe.d.ts +8 -0
- package/dist/index.js +1 -1
- package/dist/model/IJsonString.d.ts +3 -0
- package/dist/model/ITaggedEntity.d.ts +5 -0
- package/dist/model/IUser.d.ts +2 -4
- package/dist/model/features.d.ts +1 -1
- package/dist/model/rtcIceTransportPolicies.d.ts +1 -1
- package/dist/model/rtcStreamTypes.d.ts +2 -1
- package/dist/protos/api/signaling/v1/signaling.proto +1 -0
- package/dist/protos/api/signaling/v1/signaling_pb.d.ts +1 -0
- package/dist/protos/api/signaling/v1/signaling_pb.js +3 -2
- package/dist/rtc-client/models/IRtcConnectConfiguration.d.ts +1 -1
- package/dist/rtc-client/models/IRtcStreamPayload.d.ts +2 -0
- package/package.json +1 -1
package/dist/model/IUser.d.ts
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { IBaseEntity } from "./IBaseEntity";
|
|
2
1
|
import { IsoDate } from "./IsoDate";
|
|
3
|
-
import {
|
|
2
|
+
import { ITaggedEntity } from "./ITaggedEntity";
|
|
4
3
|
import { Uuid } from "./Uuid";
|
|
5
|
-
export interface IUser extends
|
|
4
|
+
export interface IUser extends ITaggedEntity {
|
|
6
5
|
organizationId?: Uuid;
|
|
7
6
|
email: string;
|
|
8
7
|
firstName: string;
|
|
9
8
|
lastName: string;
|
|
10
9
|
roleId: Uuid;
|
|
11
10
|
teamId?: Uuid | null;
|
|
12
|
-
tags: ITags;
|
|
13
11
|
phoneNumber?: string;
|
|
14
12
|
enabled?: boolean;
|
|
15
13
|
isOrganizationOwner?: boolean;
|
package/dist/model/features.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const agentFeatures: readonly ["telemetry", "internalTelemetry", "teleop", "ssh", "customEvents", "triggeredEvents", "portForwarding", "commands", "interventions", "onDemand", "appConfig", "blobStorage"];
|
|
2
|
-
export declare const features: readonly ["telemetry", "internalTelemetry", "teleop", "ssh", "customEvents", "triggeredEvents", "portForwarding", "commands", "interventions", "onDemand", "appConfig", "blobStorage", "events", "analytics", "annotations", "observability", "diagnostics", "advancedConfiguration", "dataExport", "onDemand", "share", "adapters", "s3Export", "fileStorage", "roleViewer", "teams"];
|
|
2
|
+
export declare const features: readonly ["telemetry", "internalTelemetry", "teleop", "ssh", "customEvents", "triggeredEvents", "portForwarding", "commands", "interventions", "onDemand", "appConfig", "blobStorage", "events", "analytics", "annotations", "observability", "diagnostics", "advancedConfiguration", "dataExport", "onDemand", "share", "adapters", "s3Export", "fileStorage", "roleViewer", "teams", "schedules"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const rtcIceTransportPolicies: readonly ["
|
|
1
|
+
export declare const rtcIceTransportPolicies: readonly ["stun", "turn"];
|
|
@@ -17,6 +17,7 @@ export declare const rtcPoseWithCovarianceStreamType: "pose-with-covariance";
|
|
|
17
17
|
export declare const rtcPointCloudStreamType: "point-cloud";
|
|
18
18
|
export declare const rtcMarkerArrayStreamType: "marker-array";
|
|
19
19
|
export declare const rtcPointStreamType: "point";
|
|
20
|
-
export declare const
|
|
20
|
+
export declare const rtcJsonStringType: "json-string";
|
|
21
|
+
export declare const rtcStreamTypes: readonly ["ping", "pong", "stream-control", "streams-info", "agent-info", "numeric", "boolean", "bitset", "twist", "compressed-image", "h264-video-frame", "audio-chunk", "pose", "goal-id", "joint-state", "pose-with-covariance", "point-cloud", "point", "marker-array", "json-string"];
|
|
21
22
|
export declare const rtcImageStreamTypes: string[];
|
|
22
23
|
export declare const rtcSystemStreamTypes: string[];
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global = Function('return this')();
|
|
16
|
+
var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
|
|
17
17
|
|
|
18
18
|
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
|
|
19
19
|
goog.object.extend(proto, google_protobuf_wrappers_pb);
|
|
@@ -2988,7 +2988,8 @@ proto.v1.signaling.api.ReceiveSignalStreamResponse.prototype.hasSignal = functio
|
|
|
2988
2988
|
proto.v1.signaling.api.SessionType = {
|
|
2989
2989
|
UNKNOWN: 0,
|
|
2990
2990
|
TELEOP: 1,
|
|
2991
|
-
PORT_FORWARD: 2
|
|
2991
|
+
PORT_FORWARD: 2,
|
|
2992
|
+
OBSERVE: 3
|
|
2992
2993
|
};
|
|
2993
2994
|
|
|
2994
2995
|
goog.object.extend(exports, proto.v1.signaling.api);
|
|
@@ -2,5 +2,5 @@ import { RtcIceServerProtocol } from "../../model/RtcIceServerProtocol";
|
|
|
2
2
|
import { RtcIceTransportPolicy } from "../../model/RtcIceTransportPolicy";
|
|
3
3
|
export interface IRtcConnectConfiguration {
|
|
4
4
|
rtcIceServerProtocol?: RtcIceServerProtocol;
|
|
5
|
-
|
|
5
|
+
rtcIceTransportPolicies?: RtcIceTransportPolicy[];
|
|
6
6
|
}
|
|
@@ -3,6 +3,7 @@ import { ICompressedImage } from "../../model/ICompressedImage";
|
|
|
3
3
|
import { IGoalID } from "../../model/IGoalID";
|
|
4
4
|
import { IH264VideoFrame } from "../../model/IH264VideoFrame";
|
|
5
5
|
import { IJointState } from "../../model/IJointState";
|
|
6
|
+
import { IJsonString } from "../../model/IJsonString";
|
|
6
7
|
import { IMarker3DArray } from "../../model/IMarker3DArray";
|
|
7
8
|
import { IPoint } from "../../model/IPoint";
|
|
8
9
|
import { IPoseWithCovariance } from "../../model/IPoseWithCovariance";
|
|
@@ -40,4 +41,5 @@ export interface IRtcStreamPayload {
|
|
|
40
41
|
pointCloud?: IRtcPointCloud;
|
|
41
42
|
point?: IPoint;
|
|
42
43
|
markerArray?: IMarker3DArray;
|
|
44
|
+
jsonString?: IJsonString;
|
|
43
45
|
}
|