@resolveio/client-lib-core 21.5.5 → 21.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.5.5",
3
+ "version": "21.5.6",
4
4
  "dependencies": {
5
5
  "ngx-ui-tour-core": "^16.0.0",
6
6
  "tslib": "^2.3.0"
@@ -333,8 +333,8 @@ declare class OfflineManagerService {
333
333
  find(collectionName: string, query: Object, options?: {}, total?: boolean): any;
334
334
  findOne(collectionName: string, query: Object): any;
335
335
  insertDocument(collectionName: string, data: Object, expiresDate?: Date): string;
336
- updateDocument(collectionName: string, data: Object): 0 | 1;
337
- updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 0 | 1;
336
+ updateDocument(collectionName: string, data: Object): 1 | 0;
337
+ updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 1 | 0;
338
338
  removeDocument(collectionName: string, id: string): void;
339
339
  dropCollection(collectionName: any): void;
340
340
  static ɵfac: i0.ɵɵFactoryDeclaration<OfflineManagerService, never>;