@axelor/aos-mobile-manufacturing 8.2.30 → 8.2.32

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.
@@ -24,4 +24,4 @@ export function updateManufacturingOrderStatus({ manufOrderId, manufOrderVersion
24
24
  manufOrderId: any;
25
25
  manufOrderVersion: any;
26
26
  targetStatus: any;
27
- }): Promise<void>;
27
+ }): Promise<any>;
@@ -18,4 +18,4 @@ export function updateOperationOrderStatus({ operationOrderId, version, status,
18
18
  operationOrderId: any;
19
19
  version: any;
20
20
  status: any;
21
- }): Promise<void>;
21
+ }): Promise<any>;
@@ -1,11 +1,11 @@
1
1
  export function fetchManufacturingOrderConsumedProducts({ manufOrderId, manufOrderVersion, }: {
2
2
  manufOrderId: any;
3
3
  manufOrderVersion: any;
4
- }): Promise<void>;
4
+ }): Promise<any>;
5
5
  export function fetchManufacturingOrderProducedProducts({ manufOrderId, manufOrderVersion, }: {
6
6
  manufOrderId: any;
7
7
  manufOrderVersion: any;
8
- }): Promise<void>;
8
+ }): Promise<any>;
9
9
  export function searchProdProductWithId({ productId }: {
10
10
  productId: any;
11
11
  }): Promise<any>;
@@ -16,12 +16,12 @@ export function createProdProduct({ manufOrderId, manufOrderVersion, productId,
16
16
  trackingNumberId: any;
17
17
  qty: any;
18
18
  productType: any;
19
- }): Promise<void>;
19
+ }): Promise<any>;
20
20
  export function updateProdProduct({ stockMoveLineVersion, stockMoveLineId, prodProductQty, }: {
21
21
  stockMoveLineVersion: any;
22
22
  stockMoveLineId: any;
23
23
  prodProductQty: any;
24
- }): Promise<void>;
24
+ }): Promise<any>;
25
25
  export function fetchStockMoveStatus({ stockMoveLineId }: {
26
26
  stockMoveLineId: any;
27
27
  }): Promise<any>;
@@ -8,12 +8,12 @@ export function createManufacturingOrderWasteProduct({ manufOrderVersion, manufO
8
8
  manufOrderId: any;
9
9
  productId: any;
10
10
  qty: any;
11
- }): Promise<void>;
11
+ }): Promise<any>;
12
12
  export function updateManufacturingOrderWasteProduct({ prodProductVersion, prodProductId, qty, }: {
13
13
  prodProductVersion: any;
14
14
  prodProductId: any;
15
15
  qty: any;
16
- }): Promise<void>;
16
+ }): Promise<any>;
17
17
  export function declareManufacturingOrderWasteProduct({ manufOrderVersion, manufOrderId, }: {
18
18
  manufOrderVersion: any;
19
19
  manufOrderId: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelor/aos-mobile-manufacturing",
3
- "version": "8.2.30",
3
+ "version": "8.2.32",
4
4
  "author": "Axelor",
5
5
  "license": "AGPL-3.0-only",
6
6
  "publishConfig": {
@@ -27,9 +27,9 @@
27
27
  "react-native": "0.73.9"
28
28
  },
29
29
  "dependencies": {
30
- "@axelor/aos-mobile-core": "8.2.30",
31
- "@axelor/aos-mobile-stock": "8.2.30",
32
- "@axelor/aos-mobile-ui": "8.2.30",
30
+ "@axelor/aos-mobile-core": "8.2.32",
31
+ "@axelor/aos-mobile-stock": "8.2.32",
32
+ "@axelor/aos-mobile-ui": "8.2.32",
33
33
  "@reduxjs/toolkit": "^2.2.7"
34
34
  },
35
35
  "devDependencies": {