@axelor/aos-mobile-crm 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.
@@ -10,4 +10,4 @@ export function createCatalog({ name, catalogType, pdfFile, image, description,
10
10
  pdfFile: any;
11
11
  image: any;
12
12
  description: any;
13
- }): Promise<void>;
13
+ }): Promise<any>;
@@ -18,4 +18,4 @@ export function updateClient({ id, version, name, fixedPhone, website, descripti
18
18
  email: any;
19
19
  emailId: any;
20
20
  emailVersion: any;
21
- }): Promise<void>;
21
+ }): Promise<any>;
@@ -24,4 +24,4 @@ export function updateContact({ id, version, titleSelect, firstName, name, fixed
24
24
  email: any;
25
25
  emailId: any;
26
26
  emailVersion: any;
27
- }): Promise<void>;
27
+ }): Promise<any>;
@@ -12,7 +12,7 @@ export function getEvent({ eventId }: {
12
12
  }): Promise<any>;
13
13
  export function createEvent({ event }: {
14
14
  event: any;
15
- }): Promise<void>;
15
+ }): Promise<any>;
16
16
  export function updateEvent({ event }: {
17
17
  event: any;
18
- }): Promise<void>;
18
+ }): Promise<any>;
@@ -14,12 +14,12 @@ export function updateLeadScoring({ leadId, leadVersion, newScore }: {
14
14
  leadId: any;
15
15
  leadVersion: any;
16
16
  newScore: any;
17
- }): Promise<void>;
17
+ }): Promise<any>;
18
18
  export function updateLead({ lead, emailId, emailVersion }: {
19
19
  lead: any;
20
20
  emailId: any;
21
21
  emailVersion: any;
22
- }): Promise<void>;
22
+ }): Promise<any>;
23
23
  export function createLead({ lead }: {
24
24
  lead: any;
25
- }): Promise<void>;
25
+ }): Promise<any>;
@@ -14,18 +14,18 @@ export function updateOpportunityScoring({ opportunityId, opportunityVersion, ne
14
14
  opportunityId: any;
15
15
  opportunityVersion: any;
16
16
  newScore: any;
17
- }): Promise<void>;
17
+ }): Promise<any>;
18
18
  export function updateOpportunityStatus({ opportunityId, version, opportunityStatusId, }: {
19
19
  opportunityId: any;
20
20
  version: any;
21
21
  opportunityStatusId: any;
22
- }): Promise<void>;
22
+ }): Promise<any>;
23
23
  export function updateOpportunity({ opportunity }: {
24
24
  opportunity: any;
25
- }): Promise<void>;
25
+ }): Promise<any>;
26
26
  export function createOpportunity({ opportunity }: {
27
27
  opportunity: any;
28
- }): Promise<void>;
28
+ }): Promise<any>;
29
29
  export function getPartnerOpportunities({ partnerId }: {
30
30
  partnerId: any;
31
31
  }): Promise<any>;
@@ -14,7 +14,7 @@ export function updateProspectScoring({ partnerId, partnerVersion, newScore, }:
14
14
  partnerId: any;
15
15
  partnerVersion: any;
16
16
  newScore: any;
17
- }): Promise<void>;
17
+ }): Promise<any>;
18
18
  export function updateProspect({ id, version, leadScoringSelect, name, fixedPhone, webSite, description, email, emailId, emailVersion, }: {
19
19
  id: any;
20
20
  version: any;
@@ -26,4 +26,4 @@ export function updateProspect({ id, version, leadScoringSelect, name, fixedPhon
26
26
  email: any;
27
27
  emailId: any;
28
28
  emailVersion: any;
29
- }): Promise<void>;
29
+ }): Promise<any>;
@@ -10,4 +10,4 @@ export function fetchTourById({ tourId }: {
10
10
  }): Promise<any>;
11
11
  export function validateTour({ tourId }: {
12
12
  tourId: any;
13
- }): Promise<void>;
13
+ }): Promise<any>;
@@ -6,9 +6,9 @@ export function searchTourLine({ page, tourId, numberElementsByPage, isValidated
6
6
  }): Promise<any>;
7
7
  export function validateTourLine({ tourLineId }: {
8
8
  tourLineId: any;
9
- }): Promise<void>;
9
+ }): Promise<any>;
10
10
  export function updateTourLine({ tourLineId, tourLineVersion, event }: {
11
11
  tourLineId: any;
12
12
  tourLineVersion: any;
13
13
  event: any;
14
- }): Promise<void>;
14
+ }): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelor/aos-mobile-crm",
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,8 +27,8 @@
27
27
  "react-native": "0.73.9"
28
28
  },
29
29
  "dependencies": {
30
- "@axelor/aos-mobile-core": "8.2.30",
31
- "@axelor/aos-mobile-ui": "8.2.30",
30
+ "@axelor/aos-mobile-core": "8.2.32",
31
+ "@axelor/aos-mobile-ui": "8.2.32",
32
32
  "@reduxjs/toolkit": "^2.2.7"
33
33
  },
34
34
  "devDependencies": {