@resolveio/client-lib-core 21.0.42 → 21.0.43
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
|
@@ -326,8 +326,8 @@ declare class OfflineManagerService {
|
|
|
326
326
|
find(collectionName: string, query: Object, options?: {}, total?: boolean): any;
|
|
327
327
|
findOne(collectionName: string, query: Object): any;
|
|
328
328
|
insertDocument(collectionName: string, data: Object, expiresDate?: Date): string;
|
|
329
|
-
updateDocument(collectionName: string, data: Object):
|
|
330
|
-
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number):
|
|
329
|
+
updateDocument(collectionName: string, data: Object): 0 | 1;
|
|
330
|
+
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 0 | 1;
|
|
331
331
|
removeDocument(collectionName: string, id: string): void;
|
|
332
332
|
dropCollection(collectionName: any): void;
|
|
333
333
|
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineManagerService, never>;
|
|
@@ -1736,7 +1736,7 @@ declare class UserSettingsModule {
|
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
1738
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1739
|
-
resolveFirstDayOfWeek: () => "
|
|
1739
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
1740
1740
|
resolveTimezone: () => any;
|
|
1741
1741
|
};
|
|
1742
1742
|
declare class CoreModule {
|