@resolveio/client-lib-core 21.4.7 → 21.4.9
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
|
@@ -330,8 +330,8 @@ declare class OfflineManagerService {
|
|
|
330
330
|
find(collectionName: string, query: Object, options?: {}, total?: boolean): any;
|
|
331
331
|
findOne(collectionName: string, query: Object): any;
|
|
332
332
|
insertDocument(collectionName: string, data: Object, expiresDate?: Date): string;
|
|
333
|
-
updateDocument(collectionName: string, data: Object):
|
|
334
|
-
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number):
|
|
333
|
+
updateDocument(collectionName: string, data: Object): 1 | 0;
|
|
334
|
+
updateDocumentProps(collectionName: string, doc_id: string, updateParams: any[], doc__v: number): 1 | 0;
|
|
335
335
|
removeDocument(collectionName: string, id: string): void;
|
|
336
336
|
dropCollection(collectionName: any): void;
|
|
337
337
|
static ɵfac: i0.ɵɵFactoryDeclaration<OfflineManagerService, never>;
|
|
@@ -1846,7 +1846,7 @@ declare class AiTerminalModule {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
1848
|
declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
|
|
1849
|
-
resolveFirstDayOfWeek: () => "
|
|
1849
|
+
resolveFirstDayOfWeek: () => "S" | "M";
|
|
1850
1850
|
resolveTimezone: () => any;
|
|
1851
1851
|
};
|
|
1852
1852
|
declare class CoreServicesModule {
|