Skip to content

Commit 2e52e14

Browse files
authored
Merge pull request #165 from gregolsky/v4.0
add missing changes observable export
2 parents 2dd834c + 080932d commit 2e52e14

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/index.ts

Lines changed: 10 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";
@@ -220,6 +229,7 @@ export * from "./Documents/Changes/DatabaseChange";
220229
export * from "./Documents/Changes/OperationStatusChange";
221230
export * from "./Documents/Changes/IDatabaseChanges";
222231
export * from "./Documents/Changes/IConnectableChanges";
232+
export * from "./Documents/Changes/IChangesObservable";
223233

224234
// HiLo
225235
export * from "./Documents/Identity/HiloIdGenerator";

0 commit comments

Comments
 (0)