@axelor/aos-mobile-quality 9.0.7 → 9.0.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.
@@ -12,9 +12,9 @@ export function fetchControlEntryById({ controlEntryId }: {
12
12
  }): Promise<any>;
13
13
  export function updateControlEntry({ controlEntry }: {
14
14
  controlEntry: any;
15
- }): Promise<void>;
15
+ }): Promise<any>;
16
16
  export function getProgressValues({ controlEntryId, characteristicId, sampleId, }: {
17
17
  controlEntryId: any;
18
18
  characteristicId: any;
19
19
  sampleId: any;
20
- }): Promise<void>;
20
+ }): Promise<any>;
@@ -16,7 +16,7 @@ export function fetchQiResolution({ id }: {
16
16
  }): Promise<any>;
17
17
  export function createQualityImprovement({ qualityImprovement }: {
18
18
  qualityImprovement: any;
19
- }): Promise<void>;
19
+ }): Promise<any>;
20
20
  export function updateQualityImprovement({ qualityImprovement }: {
21
21
  qualityImprovement: any;
22
- }): Promise<void>;
22
+ }): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelor/aos-mobile-quality",
3
- "version": "9.0.7",
3
+ "version": "9.0.9",
4
4
  "author": "Axelor",
5
5
  "license": "AGPL-3.0-only",
6
6
  "publishConfig": {
@@ -27,9 +27,9 @@
27
27
  "react-native": "0.83.1"
28
28
  },
29
29
  "dependencies": {
30
- "@axelor/aos-mobile-core": "9.0.7",
31
- "@axelor/aos-mobile-dms": "9.0.7",
32
- "@axelor/aos-mobile-ui": "9.0.7",
30
+ "@axelor/aos-mobile-core": "9.0.9",
31
+ "@axelor/aos-mobile-dms": "9.0.9",
32
+ "@axelor/aos-mobile-ui": "9.0.9",
33
33
  "@reduxjs/toolkit": "2.11.2"
34
34
  },
35
35
  "devDependencies": {