Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Execute SQL Query",
description: "Execute a custom MySQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.",
type: "action",
version: "2.0.1",
version: "2.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
mysql,
// eslint-disable-next-line pipedream/props-description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Execute Stored Procedure",
description: "Execute Stored Procedure. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/stored-programs-defining.html)",
type: "action",
version: "2.0.5",
version: "2.0.6",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
mysql,
storedProcedure: {
Expand Down
7 changes: 6 additions & 1 deletion components/mysql/actions/find-row/find-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Find Row",
description: "Finds a row in a table via a lookup column. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/select.html)",
type: "action",
version: "2.0.5",
version: "2.0.6",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
mysql,
table: {
Expand Down
7 changes: 6 additions & 1 deletion components/mysql/actions/update-row/update-row.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Update Row",
description: "Updates an existing row. [See the docs here](https://dev.mysql.com/doc/refman/8.0/en/update.html)",
type: "action",
version: "2.0.5",
version: "2.0.6",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
props: {
mysql,
table: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Create Integration",
description: "Create a new Integration. [See the Documentation](https://docs.nango.dev/api-reference/integration/create)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
app,
oauthClientId: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Delete Connection",
description: "Deletes a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/delete)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
props: {
app,
connectionId: {
Expand Down
7 changes: 6 additions & 1 deletion components/nango/actions/get-connection/get-connection.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Get Connection",
description: "Returns a Connection. [See the Documentation](https://docs.nango.dev/api-reference/connection/get)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
connectionId: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "List Connections",
description: "Returns a list of Connections. [See the Documentation](https://docs.nango.dev/api-reference/connection/list)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "List Integrations",
description: "Returns a list of Integrations. [See the Documentation](https://docs.nango.dev/api-reference/integration/list)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
},
Expand Down
7 changes: 6 additions & 1 deletion components/nango/actions/proxy-get/proxy-get.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Proxy Get Request",
description: "Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/get)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
app,
anyPath: {
Expand Down
7 changes: 6 additions & 1 deletion components/nango/actions/proxy-post/proxy-post.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Proxy Post Request",
description: "Make a post request with the Proxy. [See the Documentation](https://docs.nango.dev/api-reference/proxy/post)",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
props: {
app,
anyPath: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "nasdaq_data_link_time_series_and_table_data_-export-table",
name: "Export Table (Bulk Download)",
description: "Exports an entire table or a filtered subset as a zipped CSV file. Returns a download link for the data. Premium subscribers can use this feature up to 60 times per hour. [See the documentation](https://docs.data.nasdaq.com/docs/large-table-download)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "nasdaq_data_link_time_series_and_table_data_-get-table-data",
name: "Get Table Data",
description: "Retrieves data from a specific Nasdaq Data Link table with automatic pagination. Supports filtering by columns and rows. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "nasdaq_data_link_time_series_and_table_data_-get-table-metadata",
name: "Get Table Metadata",
description: "Retrieves metadata for a specific Nasdaq Data Link table, including column names, types, filterable columns, and primary keys. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/nationbuilder/actions/add-tags/add-tags.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-add-tags",
name: "Add Tags",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Add tags to a specific person. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-create-donation",
name: "Create Donation",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-create-membership",
name: "Create Membership",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new membership with the provided data. [See the documentation](https://nationbuilder.com/memberships_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-create-person",
name: "Create Person",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-delete-donation",
name: "Delete Donation",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Delete a specific donation with the provided Id. [See the documentation](https://nationbuilder.com/donations_api)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/nationbuilder/actions/push-person/push-person.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-push-person",
name: "Push Person",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "This endpoint attempts to match the input person resource to a person already in the nation. If a match is found, the matched person is updated and a 200 status code is returned. If a match is not found, a new person is created and a 201 status code is returned. Matches are found by including one of the following IDs in the request: `civicrm_id`, `county_file_id`, `dw_id`, `external_id`, `email`, `facebook_username`, `ngp_id`, `salesforce_id`, `twitter_login`, `van_id`. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/nationbuilder/actions/remove-tags/remove-tags.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-remove-tags",
name: "Remove Tags",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Rmove tags from a specific person. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-search-person",
name: "Search Person",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new person with the provided data. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-update-donation",
name: "Update Donation",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Update a specific donation with the provided data. [See the documentation](https://nationbuilder.com/donations_api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import nationbuilder from "../../nationbuilder.app.mjs";
export default {
key: "nationbuilder-update-person",
name: "Update Person",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Update a specific person with the provided data. [See the documentation](https://nationbuilder.com/people_api)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/navigatr/actions/issue-badge/issue-badge.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "navigatr-issue-badge",
name: "Issue Badge",
description: "Issue a badge to a recipient. [See the documentation](https://api.navigatr.app/docs#/Badge/issue_badge_v1_badge__badge_id__issue_put)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/ncscale/actions/push-log/push-log.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "ncscale-push-log",
name: "Push Log",
description: "Pushes a new log entry to the ncscale app. [See the documentation](https://documentation.ncscale.io/docs/api/push-log)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
ncscale,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "needle-search-collection",
name: "Search Collection",
description: "Search a collection for relevant data chunks based on a query. [See the documentation](https://docs.needle-ai.com/docs/api-reference/search-collection/).",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/neo4j_auradb/actions/create-node/create-node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "neo4j_auradb-create-node",
name: "Create Node",
description: "Creates a new node in the Neo4j AuraDB instance. [See the documentation](https://neo4j.com/docs/query-api/current/query/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Loading
Loading