@sailfish-ai/recorder 1.8.10 → 1.8.11

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/index.js CHANGED
@@ -909,6 +909,7 @@ export * from "./graphql";
909
909
  export { openReportIssueModal } from "./inAppReportIssueModal";
910
910
  export * from "./recording";
911
911
  export * from "./sendSailfishMessages";
912
+ export { getOrSetSessionId } from "./session";
912
913
  export * from "./types";
913
914
  export * from "./utils";
914
915
  export * from "./websocket";