File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,15 @@ export * from "./Documents/DocumentStoreBase";
154154export * from "./Documents/IDocumentStore" ;
155155export * 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
158167export * from "./Documents/Session/AbstractDocumentQuery" ;
159168export * from "./Documents/Session/CmpXchg" ;
@@ -220,6 +229,7 @@ export * from "./Documents/Changes/DatabaseChange";
220229export * from "./Documents/Changes/OperationStatusChange" ;
221230export * from "./Documents/Changes/IDatabaseChanges" ;
222231export * from "./Documents/Changes/IConnectableChanges" ;
232+ export * from "./Documents/Changes/IChangesObservable" ;
223233
224234// HiLo
225235export * from "./Documents/Identity/HiloIdGenerator" ;
You can’t perform that action at this time.
0 commit comments