owservable 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subscription.methods.type.js","sourceRoot":"","sources":["../../src/_types/subscription.methods.type.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC"}
|
package/lib/owservable.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import CronJobType from './_types/cronjob.type';
|
|
|
5
5
|
import StoreScopeType from './_types/store.scope.type';
|
|
6
6
|
import StoreSubscriptionConfigType from './_types/store.subscription.config.type';
|
|
7
7
|
import StoreSubscriptionUpdateType from './_types/store.subscription.update.type';
|
|
8
|
+
import SubscriptionMethodsType from './_types/subscription.methods.type';
|
|
8
9
|
import WatcherType from './_types/watcher.type';
|
|
9
10
|
import WorkerType from './_types/worker.type';
|
|
10
11
|
import IConnectionManager from './auth/i.connection.manager';
|
|
@@ -23,6 +24,6 @@ import CountStore from './store/count.store';
|
|
|
23
24
|
import DocumentStore from './store/document.store';
|
|
24
25
|
import CollectionStore from './store/collection.store';
|
|
25
26
|
import storeFactory from './store/factories/store.factory';
|
|
26
|
-
export { OwservableClient, EStoreType, ConnectionManagerRefreshType, CronJobType, StoreScopeType, StoreSubscriptionConfigType, StoreSubscriptionUpdateType, WatcherType, WorkerType, IConnectionManager, getSubfolderPathsByFolderName, initiateCronjobs, initiateWatchers, initiateWorkers, DataMiddlewareMap, MongoDBConnector, CollectionsModelsMap, processModels, observableModel, observableDatabase, AStore, CountStore, DocumentStore, CollectionStore, storeFactory };
|
|
27
|
+
export { OwservableClient, EStoreType, ConnectionManagerRefreshType, CronJobType, StoreScopeType, StoreSubscriptionConfigType, StoreSubscriptionUpdateType, SubscriptionMethodsType, WatcherType, WorkerType, IConnectionManager, getSubfolderPathsByFolderName, initiateCronjobs, initiateWatchers, initiateWorkers, DataMiddlewareMap, MongoDBConnector, CollectionsModelsMap, processModels, observableModel, observableDatabase, AStore, CountStore, DocumentStore, CollectionStore, storeFactory };
|
|
27
28
|
declare const Owservable: {};
|
|
28
29
|
export default Owservable;
|
package/lib/owservable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"owservable.js","sourceRoot":"","sources":["../src/owservable.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,2DAAmD;
|
|
1
|
+
{"version":3,"file":"owservable.js","sourceRoot":"","sources":["../src/owservable.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;AAEb,2DAAmD;AA8ClD,2BA9CM,2BAAgB,CA8CN;AA3CjB,8DAAkD;AA6CjD,qBA7CM,yBAAU,CA6CN;AA7BX,mEAA2D;AA6C1D,0BA7CM,0BAAe,CA6CN;AA5ChB,qEAA6D;AA0C5D,2BA1CM,2BAAgB,CA0CN;AAzCjB,qEAA6D;AA0C5D,2BA1CM,2BAAgB,CA0CN;AAzCjB,uGAA2F;AAuC1F,wCAvCM,4CAA6B,CAuCN;AApC9B,0EAAiE;AAyChE,4BAzCM,6BAAiB,CAyCN;AAtClB,mEAA2D;AAwC1D,2BAxCM,2BAAgB,CAwCN;AAvCjB,6EAAoE;AAwCnE,+BAxCM,gCAAoB,CAwCN;AArCrB,uEAA+D;AAuC9D,wBAvCM,wBAAa,CAuCN;AAtCd,2EAAmE;AAuClE,0BAvCM,0BAAe,CAuCN;AAtChB,iFAAyE;AAuCxE,6BAvCM,6BAAkB,CAuCN;AApCnB,6CAAqC;AAsCpC,iBAtCM,iBAAM,CAsCN;AArCP,qDAA6C;AAsC5C,qBAtCM,qBAAU,CAsCN;AArCX,2DAAmD;AAsClD,wBAtCM,wBAAa,CAsCN;AArCd,+DAAuD;AAsCtD,0BAtCM,0BAAe,CAsCN;AAnChB,mEAA2D;AAqC1D,uBArCM,uBAAY,CAqCN;AAGb,MAAM,UAAU,GAAG,EAAE,CAAC;AACtB,kBAAe,UAAU,CAAC"}
|