@@ -49,6 +49,7 @@ export * from "./scheduler.ts";
4949export * from "./filter.ts" ;
5050export * from "./timeline-window.ts" ;
5151export * from "./interactive-auth.ts" ;
52+ export * from "./version-support.ts" ;
5253export * from "./service-types.ts" ;
5354export * from "./store/memory.ts" ;
5455export * from "./store/indexeddb.ts" ;
@@ -79,6 +80,8 @@ export type * from "./@types/IIdentityServerProvider.ts";
7980export * from "./@types/membership.ts" ;
8081export * from "./models/room-summary.ts" ;
8182export * from "./models/event-status.ts" ;
83+ export * from "./models/profile-keys.ts" ;
84+ export * from "./models/related-relations.ts" ;
8285export type { RoomSummary } from "./client.ts" ;
8386export * as ContentHelpers from "./content-helpers.ts" ;
8487export * as SecretStorage from "./secret-storage.ts" ;
@@ -106,7 +109,7 @@ export { CallFeedEvent } from "./webrtc/callFeed.ts";
106109export { StatsReport } from "./webrtc/stats/statsReport.ts" ;
107110export { Relations , RelationsEvent } from "./models/relations.ts" ;
108111export { TypedEventEmitter } from "./models/typed-event-emitter.ts" ;
109- export { LocalStorageErrors } from "./store/local-storage-events-emitter.ts" ;
112+ export { LocalStorageErrors , localStorageErrorsEventsEmitter } from "./store/local-storage-events-emitter.ts" ;
110113export { IdentityProviderBrand , SSOAction } from "./@types/auth.ts" ;
111114export type { ISSOFlow as SSOFlow , LoginFlow } from "./@types/auth.ts" ;
112115export type { IHierarchyRelation as HierarchyRelation , IHierarchyRoom as HierarchyRoom } from "./@types/spaces.ts" ;
0 commit comments