@formant/data-sdk 1.52.0 → 1.53.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.
@@ -126,7 +126,7 @@ export * from "./model/IDeviceQuery";
126
126
  export * from "./model/IAnnotationQuery";
127
127
  export * from "./model/IStream";
128
128
  export { SessionTypeConstants as SessionType } from "./model/SessionType";
129
- export type { IRtcSendConfiguration, IRtcStreamMessage, IRtcStreamPayload, RtcClient, RtcClientV1, RtcStreamType, RtcSignalingClient, } from "@formant/realtime-sdk";
129
+ export type { IRtcSendConfiguration, IRtcStreamMessage, IRtcStreamPayload, RtcStreamType, } from "@formant/realtime-sdk";
130
130
  export * from "./model/JsonSchema";
131
131
  export * from "./utils/aggregateFunctionUtils";
132
132
  export * from "./model/IStreamColumn";
@@ -154,7 +154,7 @@ export type { IAuthentication } from "./stores/IAuthentication";
154
154
  export type { IConfirmForgotPasswordRequest } from "./stores/IConfirmForgotPasswordRequest";
155
155
  export type { IRespondToNewPasswordRequiredChallengeRequest } from "./stores/IRespondToNewPasswordRequiredChallengeRequest";
156
156
  import "./init.ts";
157
- export { createRtcStreamMessage } from "@formant/realtime-sdk";
157
+ export { createRtcStreamMessage, RtcClient, RtcClientV1, RtcSignalingClient, } from "@formant/realtime-sdk";
158
158
  export * from "./connector/data/LiveUniverseData";
159
159
  export * from "./connector/data/queryStore";
160
160
  export * from "./connector/data/TelemetryUniverseData";
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  }
25
25
  }
26
26
  },
27
- "version": "1.52.0",
27
+ "version": "1.53.0",
28
28
  "scripts": {
29
29
  "preversion": "npm run verify",
30
30
  "postversion": "make",