@axelor/aos-mobile-purchase 9.0.7 → 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.
@@ -12,13 +12,13 @@ export function getPurchaseRequest({ id }: {
12
12
  export function updatePurchaseRequestStatus({ purchaseRequest, status }: {
13
13
  purchaseRequest: any;
14
14
  status: any;
15
- }): Promise<void>;
15
+ }): Promise<any>;
16
16
  export function createPurchaseRequest({ companyId, status, description, purchaseRequestLineList, }: {
17
17
  companyId: any;
18
18
  status: any;
19
19
  description: any;
20
20
  purchaseRequestLineList: any;
21
- }): Promise<void>;
21
+ }): Promise<any>;
22
22
  export function updatePurchaseRequest({ purchaseRequest }: {
23
23
  purchaseRequest: any;
24
- }): Promise<void>;
24
+ }): Promise<any>;
@@ -11,7 +11,7 @@ export function createPurchaseRequestLine({ purchaseRequestId, purchaseRequestVe
11
11
  purchaseRequestId: any;
12
12
  purchaseRequestVersion: any;
13
13
  purchaseRequestLine: any;
14
- }): Promise<void>;
14
+ }): Promise<any>;
15
15
  export function updatePurchaseRequestLine({ purchaseRequestLine }: {
16
16
  purchaseRequestLine: any;
17
- }): Promise<void>;
17
+ }): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelor/aos-mobile-purchase",
3
- "version": "9.0.7",
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.7",
31
- "@axelor/aos-mobile-ui": "9.0.7",
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": {