@axelor/aos-mobile-dms 9.0.6 → 9.0.8

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.
@@ -17,10 +17,10 @@ export function createDocument({ document, model, modelId }: {
17
17
  document: any;
18
18
  model: any;
19
19
  modelId: any;
20
- }): Promise<void>;
20
+ }): Promise<any>;
21
21
  export function updateDocument({ document }: {
22
22
  document: any;
23
- }): Promise<void>;
23
+ }): Promise<any>;
24
24
  export function fetchDirectory({ model, modelId }: {
25
25
  model: any;
26
26
  modelId: any;
@@ -31,10 +31,10 @@ export function countAttachedFiles({ model, modelId }: {
31
31
  }): Promise<any>;
32
32
  export function addToFavorites({ documentId }: {
33
33
  documentId: any;
34
- }): Promise<void>;
34
+ }): Promise<any>;
35
35
  export function removeFromFavorites({ documentId }: {
36
36
  documentId: any;
37
- }): Promise<void>;
37
+ }): Promise<any>;
38
38
  export function deleteDocument({ documentId }: {
39
39
  documentId: any;
40
- }): Promise<void>;
40
+ }): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelor/aos-mobile-dms",
3
- "version": "9.0.6",
3
+ "version": "9.0.8",
4
4
  "author": "Axelor",
5
5
  "license": "AGPL-3.0-only",
6
6
  "publishConfig": {
@@ -27,8 +27,8 @@
27
27
  "react-native": "0.83.1"
28
28
  },
29
29
  "dependencies": {
30
- "@axelor/aos-mobile-core": "9.0.6",
31
- "@axelor/aos-mobile-ui": "9.0.6",
30
+ "@axelor/aos-mobile-core": "9.0.8",
31
+ "@axelor/aos-mobile-ui": "9.0.8",
32
32
  "@reduxjs/toolkit": "2.11.2"
33
33
  },
34
34
  "devDependencies": {