Skip to content

Commit 080932d

Browse files
committed
add missing subscribtion exports
1 parent 00ab726 commit 080932d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ export * from "./Documents/DocumentStoreBase";
154154
export * from "./Documents/IDocumentStore";
155155
export * from "./Documents/IdTypeAndName";
156156

157+
// SUBSCRIBTIONS
158+
export * from "./Documents/Subscriptions/SubscriptionBatch";
159+
export * from "./Documents/Subscriptions/DocumentSubscriptions";
160+
export * from "./Documents/Subscriptions/SubscriptionWorker";
161+
export * from "./Documents/Subscriptions/SubscriptionWorkerOptions";
162+
export * from "./Documents/Subscriptions/SubscriptionCreationOptions";
163+
export * from "./Documents/Subscriptions/Revision";
164+
export * from "./Documents/Subscriptions/SubscriptionState";
165+
157166
// SESSION
158167
export * from "./Documents/Session/AbstractDocumentQuery";
159168
export * from "./Documents/Session/CmpXchg";

0 commit comments

Comments
 (0)