@@ -49,6 +49,7 @@ export * from "./scheduler.ts";
49
49
export * from "./filter.ts" ;
50
50
export * from "./timeline-window.ts" ;
51
51
export * from "./interactive-auth.ts" ;
52
+ export * from "./version-support.ts" ;
52
53
export * from "./service-types.ts" ;
53
54
export * from "./store/memory.ts" ;
54
55
export * from "./store/indexeddb.ts" ;
@@ -79,6 +80,8 @@ export type * from "./@types/IIdentityServerProvider.ts";
79
80
export * from "./@types/membership.ts" ;
80
81
export * from "./models/room-summary.ts" ;
81
82
export * from "./models/event-status.ts" ;
83
+ export * from "./models/profile-keys.ts" ;
84
+ export * from "./models/related-relations.ts" ;
82
85
export type { RoomSummary } from "./client.ts" ;
83
86
export * as ContentHelpers from "./content-helpers.ts" ;
84
87
export * as SecretStorage from "./secret-storage.ts" ;
@@ -106,7 +109,7 @@ export { CallFeedEvent } from "./webrtc/callFeed.ts";
106
109
export { StatsReport } from "./webrtc/stats/statsReport.ts" ;
107
110
export { Relations , RelationsEvent } from "./models/relations.ts" ;
108
111
export { 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" ;
110
113
export { IdentityProviderBrand , SSOAction } from "./@types/auth.ts" ;
111
114
export type { ISSOFlow as SSOFlow , LoginFlow } from "./@types/auth.ts" ;
112
115
export type { IHierarchyRelation as HierarchyRelation , IHierarchyRoom as HierarchyRoom } from "./@types/spaces.ts" ;
0 commit comments