Skip to content

Commit 6599f4b

Browse files
committed
Added actions
1 parent e70edd9 commit 6599f4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/parsehub/actions/get-data-run/get-data-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-get-data-run",
55
name: "Get Data for a Run",
66
description: "Returns the data extracted by a specified run. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-data-for-a-run)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
app,

components/parsehub/actions/get-project/get-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-get-project",
55
name: "Get Project Details",
66
description: "Retrieves the details of a specified project within the user's account. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-a-project)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
app,

components/parsehub/actions/run-project/run-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-run-project",
55
name: "Run Parsehub Project",
66
description: "Initiates an instance of a specified project on the Parsehub cloud. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#run-a-project)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)