You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/lusha/actions/company-enrich/company-enrich.mjs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ import lusha from "../../lusha.app.mjs";
3
3
exportdefault{
4
4
key: "lusha-company-enrich",
5
5
name: "Enrich Companies",
6
-
description: "Enriches company information based on provided company IDs. [See the documentation](https://www.lusha.com/docs/#company-enrich)",
7
-
version: "0.0.2",
6
+
description: "Enriches company information based on provided company IDs. [See the documentation](https://docs.lusha.com/apis/openapi/company-search-and-enrich/enrichprospectingcompanies)",
7
+
version: "0.0.3",
8
8
type: "action",
9
9
props: {
10
10
lusha,
@@ -14,7 +14,7 @@ export default {
14
14
"requestId",
15
15
],
16
16
label: "Company Request ID",
17
-
description: "The request ID generated from the company search response.",
17
+
description: "The request ID generated from the company search response",
Copy file name to clipboardExpand all lines: components/lusha/actions/company-search/company-search.mjs
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ import lusha from "../../lusha.app.mjs";
4
4
exportdefault{
5
5
key: "lusha-company-search",
6
6
name: "Search Companies",
7
-
description: "Search for companies using various filters. [See the documentation](https://www.lusha.com/docs/#contactcompany-search)",
8
-
version: "0.0.1",
7
+
description: "Search for companies using various filters. [See the documentation](https://docs.lusha.com/apis/openapi/company-search-and-enrich/searchprospectingcompanies)",
8
+
version: "0.0.2",
9
9
type: "action",
10
10
props: {
11
11
lusha,
@@ -14,54 +14,48 @@ export default {
14
14
lusha,
15
15
"companyNames",
16
16
],
17
-
optional: true,
18
17
},
19
18
domains: {
20
19
propDefinition: [
21
20
lusha,
22
21
"domains",
23
22
],
24
-
optional: true,
25
23
},
26
24
locations: {
27
25
propDefinition: [
28
26
lusha,
29
27
"locations",
30
28
],
31
-
optional: true,
32
29
},
33
30
sizes: {
34
31
propDefinition: [
35
32
lusha,
36
33
"sizes",
37
34
],
38
-
optional: true,
39
35
},
40
36
revenues: {
41
37
propDefinition: [
42
38
lusha,
43
39
"revenues",
44
40
],
45
-
optional: true,
46
41
},
47
42
sicCodes: {
48
43
propDefinition: [
49
44
lusha,
50
45
"sicCodes",
51
46
],
52
-
optional: true,
53
47
},
54
48
naicsCodes: {
55
49
propDefinition: [
56
50
lusha,
57
51
"naicsCodes",
58
52
],
59
-
optional: true,
60
53
},
61
54
limit: {
62
-
type: "string",
63
-
label: "Limit",
64
-
description: "The maximum number of results to return. **This feature is used to avoid timeouts due to very long returns.**",
Copy file name to clipboardExpand all lines: components/lusha/actions/contact-enrich/contact-enrich.mjs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ import lusha from "../../lusha.app.mjs";
3
3
exportdefault{
4
4
key: "lusha-contact-enrich",
5
5
name: "Enrich Contacts",
6
-
description: "Enriches contacts based on provided IDs. [See the documentation](https://www.lusha.com/docs/#contact-enrich)",
7
-
version: "0.0.1",
6
+
description: "Enriches contacts based on provided IDs. [See the documentation](https://docs.lusha.com/apis/openapi/contact-search-and-enrich/enrichprospectingcontacts)",
7
+
version: "0.0.2",
8
8
type: "action",
9
9
props: {
10
10
lusha,
@@ -14,7 +14,7 @@ export default {
14
14
"requestId",
15
15
],
16
16
label: "Contact Request ID",
17
-
description: "The request ID generated from the contact search response.",
17
+
description: "The request ID generated from the contact search response",
Copy file name to clipboardExpand all lines: components/lusha/actions/contact-search/contact-search.mjs
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ import lusha from "../../lusha.app.mjs";
4
4
exportdefault{
5
5
key: "lusha-contact-search",
6
6
name: "Search Contacts",
7
-
description: "Search for contacts using various filters. [See the documentation](https://www.lusha.com/docs/#contactcompany-search)",
8
-
version: "0.0.1",
7
+
description: "Search for contacts using various filters. [See the documentation](https://docs.lusha.com/apis/openapi/contact-search-and-enrich/searchprospectingcontacts)",
0 commit comments