diff --git a/components/mysql/actions/execute-raw-query/execute-raw-query.mjs b/components/mysql/actions/execute-raw-query/execute-raw-query.mjs index 432179dd1460f..09ce5591dbc49 100644 --- a/components/mysql/actions/execute-raw-query/execute-raw-query.mjs +++ b/components/mysql/actions/execute-raw-query/execute-raw-query.mjs @@ -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 diff --git a/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs b/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs index f10506eed0ab2..0c96b9d52bc28 100644 --- a/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs +++ b/components/mysql/actions/execute-stored-procedure/execute-stored-procedure.mjs @@ -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: { diff --git a/components/mysql/actions/find-row/find-row.mjs b/components/mysql/actions/find-row/find-row.mjs index 4827f3831de71..6e2b0743f37f8 100644 --- a/components/mysql/actions/find-row/find-row.mjs +++ b/components/mysql/actions/find-row/find-row.mjs @@ -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: { diff --git a/components/mysql/actions/update-row/update-row.mjs b/components/mysql/actions/update-row/update-row.mjs index 36477bd617647..35a8c9cbac4a0 100644 --- a/components/mysql/actions/update-row/update-row.mjs +++ b/components/mysql/actions/update-row/update-row.mjs @@ -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: { diff --git a/components/nango/actions/create-integration/create-integration.mjs b/components/nango/actions/create-integration/create-integration.mjs index 21b9831230214..6815a8afe0fb3 100644 --- a/components/nango/actions/create-integration/create-integration.mjs +++ b/components/nango/actions/create-integration/create-integration.mjs @@ -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: { diff --git a/components/nango/actions/delete-connection/delete-connection.mjs b/components/nango/actions/delete-connection/delete-connection.mjs index a930ecb253a31..9dc03e55f1cd8 100644 --- a/components/nango/actions/delete-connection/delete-connection.mjs +++ b/components/nango/actions/delete-connection/delete-connection.mjs @@ -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: { diff --git a/components/nango/actions/get-connection/get-connection.mjs b/components/nango/actions/get-connection/get-connection.mjs index d98e96b5e5d06..1dfeb15f148c0 100644 --- a/components/nango/actions/get-connection/get-connection.mjs +++ b/components/nango/actions/get-connection/get-connection.mjs @@ -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: { diff --git a/components/nango/actions/list-connections/list-connections.mjs b/components/nango/actions/list-connections/list-connections.mjs index a0970cefa879a..cb55d9ed0660e 100644 --- a/components/nango/actions/list-connections/list-connections.mjs +++ b/components/nango/actions/list-connections/list-connections.mjs @@ -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, }, diff --git a/components/nango/actions/list-integrations/list-integrations.mjs b/components/nango/actions/list-integrations/list-integrations.mjs index 15f675099ad4d..f99d20a9a0450 100644 --- a/components/nango/actions/list-integrations/list-integrations.mjs +++ b/components/nango/actions/list-integrations/list-integrations.mjs @@ -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, }, diff --git a/components/nango/actions/proxy-get/proxy-get.mjs b/components/nango/actions/proxy-get/proxy-get.mjs index bc1d2be09407b..5edeb46b879e1 100644 --- a/components/nango/actions/proxy-get/proxy-get.mjs +++ b/components/nango/actions/proxy-get/proxy-get.mjs @@ -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: { diff --git a/components/nango/actions/proxy-post/proxy-post.mjs b/components/nango/actions/proxy-post/proxy-post.mjs index b33f26bc24a10..3c66a7013e0e6 100644 --- a/components/nango/actions/proxy-post/proxy-post.mjs +++ b/components/nango/actions/proxy-post/proxy-post.mjs @@ -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: { diff --git a/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs b/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs index 62430ce726279..7c9a605112e3b 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs +++ b/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs @@ -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, diff --git a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs index 9efb6de585240..44c5a879fabc9 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs +++ b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs @@ -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, diff --git a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-metadata/get-table-metadata.mjs b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-metadata/get-table-metadata.mjs index 68a9a91edec21..c61911c01d9c5 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-metadata/get-table-metadata.mjs +++ b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-metadata/get-table-metadata.mjs @@ -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, diff --git a/components/nationbuilder/actions/add-tags/add-tags.mjs b/components/nationbuilder/actions/add-tags/add-tags.mjs index f2ed87d0d8cf6..915f1fb0e6d40 100644 --- a/components/nationbuilder/actions/add-tags/add-tags.mjs +++ b/components/nationbuilder/actions/add-tags/add-tags.mjs @@ -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: { diff --git a/components/nationbuilder/actions/create-donation/create-donation.mjs b/components/nationbuilder/actions/create-donation/create-donation.mjs index f2e78c01b49dc..a62256d1b9b5f 100644 --- a/components/nationbuilder/actions/create-donation/create-donation.mjs +++ b/components/nationbuilder/actions/create-donation/create-donation.mjs @@ -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: { diff --git a/components/nationbuilder/actions/create-membership/create-membership.mjs b/components/nationbuilder/actions/create-membership/create-membership.mjs index 319d96f05eace..0cad8b732db19 100644 --- a/components/nationbuilder/actions/create-membership/create-membership.mjs +++ b/components/nationbuilder/actions/create-membership/create-membership.mjs @@ -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: { diff --git a/components/nationbuilder/actions/create-person/create-person.mjs b/components/nationbuilder/actions/create-person/create-person.mjs index 2ad4e4fd945e2..a2774bdb80d88 100644 --- a/components/nationbuilder/actions/create-person/create-person.mjs +++ b/components/nationbuilder/actions/create-person/create-person.mjs @@ -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: { diff --git a/components/nationbuilder/actions/delete-donation/delete-donation.mjs b/components/nationbuilder/actions/delete-donation/delete-donation.mjs index 8f507b76686d3..5e94beece793b 100644 --- a/components/nationbuilder/actions/delete-donation/delete-donation.mjs +++ b/components/nationbuilder/actions/delete-donation/delete-donation.mjs @@ -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: { diff --git a/components/nationbuilder/actions/push-person/push-person.mjs b/components/nationbuilder/actions/push-person/push-person.mjs index d705e653a97d2..e87a56d1db96a 100644 --- a/components/nationbuilder/actions/push-person/push-person.mjs +++ b/components/nationbuilder/actions/push-person/push-person.mjs @@ -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: { diff --git a/components/nationbuilder/actions/remove-tags/remove-tags.mjs b/components/nationbuilder/actions/remove-tags/remove-tags.mjs index 6fb6dc6ee2263..e388680d01a7e 100644 --- a/components/nationbuilder/actions/remove-tags/remove-tags.mjs +++ b/components/nationbuilder/actions/remove-tags/remove-tags.mjs @@ -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: { diff --git a/components/nationbuilder/actions/search-person/search-person.mjs b/components/nationbuilder/actions/search-person/search-person.mjs index ac08840e84c4a..6f5abc807f45c 100644 --- a/components/nationbuilder/actions/search-person/search-person.mjs +++ b/components/nationbuilder/actions/search-person/search-person.mjs @@ -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: { diff --git a/components/nationbuilder/actions/update-donation/update-donation.mjs b/components/nationbuilder/actions/update-donation/update-donation.mjs index 7607bc43a19bb..162dabeb3d25e 100644 --- a/components/nationbuilder/actions/update-donation/update-donation.mjs +++ b/components/nationbuilder/actions/update-donation/update-donation.mjs @@ -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: { diff --git a/components/nationbuilder/actions/update-person/update-person.mjs b/components/nationbuilder/actions/update-person/update-person.mjs index 988f8a3222461..bb4d5053d416e 100644 --- a/components/nationbuilder/actions/update-person/update-person.mjs +++ b/components/nationbuilder/actions/update-person/update-person.mjs @@ -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: { diff --git a/components/navigatr/actions/issue-badge/issue-badge.mjs b/components/navigatr/actions/issue-badge/issue-badge.mjs index 4a04fbe79a9fb..c0f7009f652c6 100644 --- a/components/navigatr/actions/issue-badge/issue-badge.mjs +++ b/components/navigatr/actions/issue-badge/issue-badge.mjs @@ -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, diff --git a/components/ncscale/actions/push-log/push-log.mjs b/components/ncscale/actions/push-log/push-log.mjs index 9963f8236806d..c6fafaffd1e9a 100644 --- a/components/ncscale/actions/push-log/push-log.mjs +++ b/components/ncscale/actions/push-log/push-log.mjs @@ -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, diff --git a/components/needle/actions/search-collection/search-collection.mjs b/components/needle/actions/search-collection/search-collection.mjs index 5f92ee0ffbd12..9e5db39f088c4 100644 --- a/components/needle/actions/search-collection/search-collection.mjs +++ b/components/needle/actions/search-collection/search-collection.mjs @@ -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, diff --git a/components/neo4j_auradb/actions/create-node/create-node.mjs b/components/neo4j_auradb/actions/create-node/create-node.mjs index 382c6218b4586..fb908ed007e1f 100644 --- a/components/neo4j_auradb/actions/create-node/create-node.mjs +++ b/components/neo4j_auradb/actions/create-node/create-node.mjs @@ -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, diff --git a/components/neo4j_auradb/actions/create-relationship/create-relationship.mjs b/components/neo4j_auradb/actions/create-relationship/create-relationship.mjs index 09a77b0c448ba..1b973e6fdf6d4 100644 --- a/components/neo4j_auradb/actions/create-relationship/create-relationship.mjs +++ b/components/neo4j_auradb/actions/create-relationship/create-relationship.mjs @@ -5,7 +5,12 @@ export default { key: "neo4j_auradb-create-relationship", name: "Create Relationship", description: "Creates a relationship between two existing nodes. [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, diff --git a/components/neo4j_auradb/actions/run-query/run-query.mjs b/components/neo4j_auradb/actions/run-query/run-query.mjs index f10ee97a58d4c..bb00d63e6e014 100644 --- a/components/neo4j_auradb/actions/run-query/run-query.mjs +++ b/components/neo4j_auradb/actions/run-query/run-query.mjs @@ -4,7 +4,12 @@ export default { key: "neo4j_auradb-run-query", name: "Run Cypher Query", description: "Executes a Cypher query against 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, diff --git a/components/neon_api_keys/actions/create-branch/create-branch.mjs b/components/neon_api_keys/actions/create-branch/create-branch.mjs index 33ea7a89e8fe2..dc90e4bfbf136 100644 --- a/components/neon_api_keys/actions/create-branch/create-branch.mjs +++ b/components/neon_api_keys/actions/create-branch/create-branch.mjs @@ -2,7 +2,12 @@ import app from "../../neon_api_keys.app.mjs"; export default { name: "Create Branch", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "neon_api_keys-create-branch", description: "Creates a branch in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranch)", type: "action", diff --git a/components/neon_api_keys/actions/create-database/create-database.mjs b/components/neon_api_keys/actions/create-database/create-database.mjs index dca416cc63ffe..cfa5fc5abadbb 100644 --- a/components/neon_api_keys/actions/create-database/create-database.mjs +++ b/components/neon_api_keys/actions/create-database/create-database.mjs @@ -2,7 +2,12 @@ import app from "../../neon_api_keys.app.mjs"; export default { name: "Create Database", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "neon_api_keys-create-database", description: "Creates a database in the project. [See docs here](https://api-docs.neon.tech/reference/createprojectbranchdatabase)", type: "action", diff --git a/components/neon_api_keys/actions/create-project/create-project.mjs b/components/neon_api_keys/actions/create-project/create-project.mjs index d0193b97d6db9..09409d82c1978 100644 --- a/components/neon_api_keys/actions/create-project/create-project.mjs +++ b/components/neon_api_keys/actions/create-project/create-project.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Project", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "neon_api_keys-create-project", description: "Creates a project. [See docs here](https://api-docs.neon.tech/reference/createproject)", type: "action", diff --git a/components/neon_postgres/actions/delete-rows/delete-rows.mjs b/components/neon_postgres/actions/delete-rows/delete-rows.mjs index e44aa086eeeb4..42a2763b1ec9d 100644 --- a/components/neon_postgres/actions/delete-rows/delete-rows.mjs +++ b/components/neon_postgres/actions/delete-rows/delete-rows.mjs @@ -4,7 +4,12 @@ export default { name: "Delete Row(s)", key: "neon_postgres-delete-rows", description: "Deletes a row or rows from a table. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/execute-custom-query/execute-custom-query.mjs b/components/neon_postgres/actions/execute-custom-query/execute-custom-query.mjs index d5bf26ef2602d..d605c0fc73e66 100644 --- a/components/neon_postgres/actions/execute-custom-query/execute-custom-query.mjs +++ b/components/neon_postgres/actions/execute-custom-query/execute-custom-query.mjs @@ -4,7 +4,12 @@ export default { key: "neon_postgres-execute-custom-query", name: "Execute SQL Query", description: "Execute a custom PostgreSQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/find-row-custom-query/find-row-custom-query.mjs b/components/neon_postgres/actions/find-row-custom-query/find-row-custom-query.mjs index 2bf1c44a9c1aa..f00f2106cad3e 100644 --- a/components/neon_postgres/actions/find-row-custom-query/find-row-custom-query.mjs +++ b/components/neon_postgres/actions/find-row-custom-query/find-row-custom-query.mjs @@ -4,7 +4,12 @@ export default { name: "Find Row With Custom Query", key: "neon_postgres-find-row-custom-query", description: "Finds a row in a table via a custom query. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/find-row/find-row.mjs b/components/neon_postgres/actions/find-row/find-row.mjs index 02a8bd109d28d..6bcebafecb472 100644 --- a/components/neon_postgres/actions/find-row/find-row.mjs +++ b/components/neon_postgres/actions/find-row/find-row.mjs @@ -4,7 +4,12 @@ export default { name: "Find Row", key: "neon_postgres-find-row", description: "Finds a row in a table via a lookup column. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/insert-row/insert-row.mjs b/components/neon_postgres/actions/insert-row/insert-row.mjs index 473022e33a5e0..33be4c8f50873 100644 --- a/components/neon_postgres/actions/insert-row/insert-row.mjs +++ b/components/neon_postgres/actions/insert-row/insert-row.mjs @@ -5,7 +5,12 @@ export default { name: "Insert Row", key: "neon_postgres-insert-row", description: "Adds a new row. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/update-row/update-row.mjs b/components/neon_postgres/actions/update-row/update-row.mjs index f08685eadaab4..ad510a9e70469 100644 --- a/components/neon_postgres/actions/update-row/update-row.mjs +++ b/components/neon_postgres/actions/update-row/update-row.mjs @@ -5,7 +5,12 @@ export default { name: "Update Row", key: "neon_postgres-update-row", description: "Updates an existing row. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neon, diff --git a/components/neon_postgres/actions/upsert-row/upsert-row.mjs b/components/neon_postgres/actions/upsert-row/upsert-row.mjs index f6c4565e56122..9762043ba79e5 100644 --- a/components/neon_postgres/actions/upsert-row/upsert-row.mjs +++ b/components/neon_postgres/actions/upsert-row/upsert-row.mjs @@ -5,7 +5,12 @@ export default { name: "Upsert Row", key: "neon_postgres-upsert-row", description: "Adds a new row or updates an existing row. [See the documentation](https://node-postgres.com/features/queries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neon, diff --git a/components/nethunt_crm/actions/add-gmail-thread-to-record/add-gmail-thread-to-record.mjs b/components/nethunt_crm/actions/add-gmail-thread-to-record/add-gmail-thread-to-record.mjs index f063887090028..4f7c3f84c7e70 100644 --- a/components/nethunt_crm/actions/add-gmail-thread-to-record/add-gmail-thread-to-record.mjs +++ b/components/nethunt_crm/actions/add-gmail-thread-to-record/add-gmail-thread-to-record.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-add-gmail-thread-to-record", name: "Add Gmail Thread to Record", description: "Links a Gmail thread to a record. [See docs here](https://nethunt.com/integration-api#link-gmail-thread)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nethuntCrm, diff --git a/components/nethunt_crm/actions/create-comment/create-comment.mjs b/components/nethunt_crm/actions/create-comment/create-comment.mjs index ee52890db35dc..d8833df036a80 100644 --- a/components/nethunt_crm/actions/create-comment/create-comment.mjs +++ b/components/nethunt_crm/actions/create-comment/create-comment.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-create-comment", name: "Create Comment", description: "Create a new record comment. [See docs here](https://nethunt.com/integration-api#create-comment)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nethuntCrm, diff --git a/components/nethunt_crm/actions/create-record/create-record.mjs b/components/nethunt_crm/actions/create-record/create-record.mjs index d14a50abef8b8..be18ebc8934f5 100644 --- a/components/nethunt_crm/actions/create-record/create-record.mjs +++ b/components/nethunt_crm/actions/create-record/create-record.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-create-record", name: "Create Record", description: "Creates a new record. [See docs here](https://nethunt.com/integration-api#create-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nethuntCrm, diff --git a/components/nethunt_crm/actions/find-record/find-record.mjs b/components/nethunt_crm/actions/find-record/find-record.mjs index 14340a3f711b8..8d4aeb8674688 100644 --- a/components/nethunt_crm/actions/find-record/find-record.mjs +++ b/components/nethunt_crm/actions/find-record/find-record.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-find-record", name: "Find Record", description: "Search for a record using a text query. [See docs here](https://nethunt.com/integration-api#find-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nethuntCrm, diff --git a/components/nethunt_crm/actions/get-record/get-record.mjs b/components/nethunt_crm/actions/get-record/get-record.mjs index d9aa458e1abea..95745018aa47c 100644 --- a/components/nethunt_crm/actions/get-record/get-record.mjs +++ b/components/nethunt_crm/actions/get-record/get-record.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-get-record", name: "Get Record", description: "Retrieve a record by its ID. [See docs here](https://nethunt.com/integration-api#find-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nethuntCrm, diff --git a/components/nethunt_crm/actions/update-record/update-record.mjs b/components/nethunt_crm/actions/update-record/update-record.mjs index b37079c0bcdc7..b8344db1dd463 100644 --- a/components/nethunt_crm/actions/update-record/update-record.mjs +++ b/components/nethunt_crm/actions/update-record/update-record.mjs @@ -4,7 +4,12 @@ export default { key: "nethunt_crm-update-record", name: "Update Record", description: "Updates an existing record. [See docs here](https://nethunt.com/integration-api#update-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nethuntCrm, diff --git a/components/netlify/actions/get-site/get-site.mjs b/components/netlify/actions/get-site/get-site.mjs index 011c7deb023ed..fdfae7786fcd5 100644 --- a/components/netlify/actions/get-site/get-site.mjs +++ b/components/netlify/actions/get-site/get-site.mjs @@ -4,7 +4,12 @@ export default { key: "netlify-get-site", name: "Get Site", description: "Get a specified site. [See docs](https://docs.netlify.com/api/get-started/#get-sites)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { netlify, diff --git a/components/netlify/actions/list-files/list-files.mjs b/components/netlify/actions/list-files/list-files.mjs index 160cb528fe1b9..790785d9ad831 100644 --- a/components/netlify/actions/list-files/list-files.mjs +++ b/components/netlify/actions/list-files/list-files.mjs @@ -4,7 +4,12 @@ export default { key: "netlify-list-files", name: "List Files", description: "Returns a list of all the files in the current deploy. [See docs](https://docs.netlify.com/api/get-started/#get-files)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { netlify, diff --git a/components/netlify/actions/list-site-deploys/list-site-deploys.mjs b/components/netlify/actions/list-site-deploys/list-site-deploys.mjs index 69383f9e4055d..39b2453ff4a28 100644 --- a/components/netlify/actions/list-site-deploys/list-site-deploys.mjs +++ b/components/netlify/actions/list-site-deploys/list-site-deploys.mjs @@ -4,7 +4,12 @@ export default { key: "netlify-list-site-deploys", name: "List Site Deploys", description: "Returns a list of all deploys for a specific site. [See docs](https://docs.netlify.com/api/get-started/#get-deploys)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { netlify, diff --git a/components/netlify/actions/rollback-deploy/rollback-deploy.mjs b/components/netlify/actions/rollback-deploy/rollback-deploy.mjs index 77c2eb5eecc3b..9cfe78c95becc 100644 --- a/components/netlify/actions/rollback-deploy/rollback-deploy.mjs +++ b/components/netlify/actions/rollback-deploy/rollback-deploy.mjs @@ -4,7 +4,12 @@ export default { key: "netlify-rollback-deploy", name: "Rollback Deploy", description: "Restores an old deploy and makes it the live version of the site. [See docs](https://docs.netlify.com/api/get-started/#restore-deploy-rollback)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { netlify, diff --git a/components/neuronwriter/actions/create-new-query/create-new-query.mjs b/components/neuronwriter/actions/create-new-query/create-new-query.mjs index 1cb8c475864c7..0d7e79bbb99cd 100644 --- a/components/neuronwriter/actions/create-new-query/create-new-query.mjs +++ b/components/neuronwriter/actions/create-new-query/create-new-query.mjs @@ -7,7 +7,12 @@ export default { key: "neuronwriter-create-new-query", name: "Create New Query", description: "Launches a new query based on provided keyword, search engine, and language. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-new-query)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { neuronwriter, diff --git a/components/neuronwriter/actions/get-content-saved/get-content-saved.mjs b/components/neuronwriter/actions/get-content-saved/get-content-saved.mjs index 10c0635566262..999ff775d43c2 100644 --- a/components/neuronwriter/actions/get-content-saved/get-content-saved.mjs +++ b/components/neuronwriter/actions/get-content-saved/get-content-saved.mjs @@ -4,7 +4,12 @@ export default { key: "neuronwriter-get-content-saved", name: "Get Content Saved", description: "Pulls the most recent revision of the content saved for a specific query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-content)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { neuronwriter, diff --git a/components/neuronwriter/actions/get-query-details/get-query-details.mjs b/components/neuronwriter/actions/get-query-details/get-query-details.mjs index 173f0f7916cf9..e82ac4c039105 100644 --- a/components/neuronwriter/actions/get-query-details/get-query-details.mjs +++ b/components/neuronwriter/actions/get-query-details/get-query-details.mjs @@ -4,7 +4,12 @@ export default { key: "neuronwriter-get-query-details", name: "Get Query Details", description: "Fetches the data related to a pre-defined query. [See the documentation](https://contadu.crisp.help/en/article/neuronwriter-api-how-to-use-2ds6hx/#3-get-query)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { neuronwriter, diff --git a/components/new_relic/actions/new-deployment/new-deployment.mjs b/components/new_relic/actions/new-deployment/new-deployment.mjs index a5030d7f5fb78..cf8a13f96d9b2 100644 --- a/components/new_relic/actions/new-deployment/new-deployment.mjs +++ b/components/new_relic/actions/new-deployment/new-deployment.mjs @@ -4,7 +4,12 @@ export default { name: "New Deployment", description: "Create a new deployment mark. [See the docs here](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/record-monitor-deployments/)", key: "new_relic-new-deployment", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/news_api/actions/search-everything/search-everything.mjs b/components/news_api/actions/search-everything/search-everything.mjs index 49e77517b6383..209e9d54ff68f 100644 --- a/components/news_api/actions/search-everything/search-everything.mjs +++ b/components/news_api/actions/search-everything/search-everything.mjs @@ -5,7 +5,12 @@ export default { key: "news_api-search-everything", name: "Search Everything", description: "Search through millions of articles from over 150,000 large and small news sources and blogs. [See the documentation](https://newsapi.org/docs/endpoints/everything)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { newsapi, diff --git a/components/news_api/actions/search-top-headlines/search-top-headlines.mjs b/components/news_api/actions/search-top-headlines/search-top-headlines.mjs index e520a2bd23a2d..2c7dc4b6d108b 100644 --- a/components/news_api/actions/search-top-headlines/search-top-headlines.mjs +++ b/components/news_api/actions/search-top-headlines/search-top-headlines.mjs @@ -6,7 +6,12 @@ export default { key: "news_api-search-top-headlines", name: "Search Top Headlines", description: "Retrieve live top and breaking headlines for a category, single source, multiple sources, or keywords. [See the documentation](https://newsapi.org/docs/endpoints/top-headlines)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { newsapi, diff --git a/components/nextcloud/actions/create-share/create-share.mjs b/components/nextcloud/actions/create-share/create-share.mjs index f5fa44a30e014..5a8cc5da3be88 100644 --- a/components/nextcloud/actions/create-share/create-share.mjs +++ b/components/nextcloud/actions/create-share/create-share.mjs @@ -4,7 +4,12 @@ export default { key: "nextcloud-create-share", name: "Create Share", description: "Creates a new share link from the specified path in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-create-share)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nextcloud, diff --git a/components/nextcloud/actions/delete-share/delete-share.mjs b/components/nextcloud/actions/delete-share/delete-share.mjs index a9e0188ae914c..e84fb346d456b 100644 --- a/components/nextcloud/actions/delete-share/delete-share.mjs +++ b/components/nextcloud/actions/delete-share/delete-share.mjs @@ -4,7 +4,12 @@ export default { key: "nextcloud-delete-share", name: "Delete Share", description: "Deletes a specific share in Nextcloud. [See the documenation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-delete-share)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nextcloud, diff --git a/components/nextcloud/actions/get-shares/get-shares.mjs b/components/nextcloud/actions/get-shares/get-shares.mjs index 1d45f3c2273b0..bb242daa9d468 100644 --- a/components/nextcloud/actions/get-shares/get-shares.mjs +++ b/components/nextcloud/actions/get-shares/get-shares.mjs @@ -4,7 +4,12 @@ export default { key: "nextcloud-get-shares", name: "Get Shares", description: "Retrieves a list of shares based on the specified criteria in Nextcloud. [See the documentation](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/files_sharing-shareapi-get-shares)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nextcloud, diff --git a/components/nextdoor/actions/create-ad-group/create-ad-group.mjs b/components/nextdoor/actions/create-ad-group/create-ad-group.mjs index 8babb6ccdf474..d21cd6d972945 100644 --- a/components/nextdoor/actions/create-ad-group/create-ad-group.mjs +++ b/components/nextdoor/actions/create-ad-group/create-ad-group.mjs @@ -5,7 +5,12 @@ export default { key: "nextdoor-create-ad-group", name: "Create Ad Group", description: "Creates an ad group based on the input payload for an existing campaign. [See the documentation](https://developer.nextdoor.com/reference/adgroup-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nextdoor/actions/create-ad/create-ad.mjs b/components/nextdoor/actions/create-ad/create-ad.mjs index 215671e99200a..96a0456ef28d1 100644 --- a/components/nextdoor/actions/create-ad/create-ad.mjs +++ b/components/nextdoor/actions/create-ad/create-ad.mjs @@ -4,7 +4,12 @@ export default { key: "nextdoor-create-ad", name: "Create Ad", description: "Creates an ad based on the input payload for an existing NAM ad group. [See the documentation](https://developer.nextdoor.com/reference/ad-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nextdoor/actions/create-advertiser/create-advertiser.mjs b/components/nextdoor/actions/create-advertiser/create-advertiser.mjs index f99cf05115c3b..b50d0a1e13903 100644 --- a/components/nextdoor/actions/create-advertiser/create-advertiser.mjs +++ b/components/nextdoor/actions/create-advertiser/create-advertiser.mjs @@ -4,7 +4,12 @@ export default { key: "nextdoor-create-advertiser", name: "Create Advertiser", description: "Creates an advertiser that is tied to the NAM profile the API credentials are tied to. [See the documentation](https://developer.nextdoor.com/reference/advertiser-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nextdoor/actions/create-campaign/create-campaign.mjs b/components/nextdoor/actions/create-campaign/create-campaign.mjs index 21194b21a1fb2..fabdf530b82b9 100644 --- a/components/nextdoor/actions/create-campaign/create-campaign.mjs +++ b/components/nextdoor/actions/create-campaign/create-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "nextdoor-create-campaign", name: "Create Campaign", description: "Creates a campaign. [See the documentation](https://developer.nextdoor.com/reference/campaign-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nextdoor/actions/create-scheduled-report/create-scheduled-report.mjs b/components/nextdoor/actions/create-scheduled-report/create-scheduled-report.mjs index 1c49073e07452..7972987722448 100644 --- a/components/nextdoor/actions/create-scheduled-report/create-scheduled-report.mjs +++ b/components/nextdoor/actions/create-scheduled-report/create-scheduled-report.mjs @@ -5,7 +5,12 @@ export default { key: "nextdoor-create-scheduled-report", name: "Create Scheduled Report", description: "Creates a scheduled report based on the input configuration. Upon a successful request the report will be sent out based on the schedule cadence. [See the documentation](https://developer.nextdoor.com/reference/reporting-scheduled-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nextlead/actions/search-leads/search-leads.mjs b/components/nextlead/actions/search-leads/search-leads.mjs index 362a91851487b..78d410e78b092 100644 --- a/components/nextlead/actions/search-leads/search-leads.mjs +++ b/components/nextlead/actions/search-leads/search-leads.mjs @@ -4,7 +4,12 @@ export default { key: "nextlead-search-leads", name: "Search Leads", description: "Search for leads by email in NextLead. [See the documentation](https://dashboard.nextlead.app/en/api-documentation#find)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nextlead, diff --git a/components/nexweave/actions/create-campaign-experience/create-campaign-experience.mjs b/components/nexweave/actions/create-campaign-experience/create-campaign-experience.mjs index 873d7f8d9dcf3..73e8c8e6a6b92 100644 --- a/components/nexweave/actions/create-campaign-experience/create-campaign-experience.mjs +++ b/components/nexweave/actions/create-campaign-experience/create-campaign-experience.mjs @@ -5,7 +5,12 @@ export default { key: "nexweave-create-campaign-experience", name: "Create Campaign Experience", description: "Generates a campaign experience based on a selected campaign. [See the documentation](https://documentation.nexweave.com/nexweave-api#tH7ID)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", ...common, props: { diff --git a/components/nexweave/actions/create-image-experience-from-template/create-image-experience-from-template.mjs b/components/nexweave/actions/create-image-experience-from-template/create-image-experience-from-template.mjs index 6d8e9f3b03706..ea8f1eec306b1 100644 --- a/components/nexweave/actions/create-image-experience-from-template/create-image-experience-from-template.mjs +++ b/components/nexweave/actions/create-image-experience-from-template/create-image-experience-from-template.mjs @@ -5,7 +5,12 @@ export default { key: "nexweave-create-image-experience-from-template", name: "Create Image Experience from Template", description: "Creates an image experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", ...common, props: { diff --git a/components/nexweave/actions/create-video-experience-from-template/create-video-experience-from-template.mjs b/components/nexweave/actions/create-video-experience-from-template/create-video-experience-from-template.mjs index d31bf19de76cf..c54daaf7b9e6b 100644 --- a/components/nexweave/actions/create-video-experience-from-template/create-video-experience-from-template.mjs +++ b/components/nexweave/actions/create-video-experience-from-template/create-video-experience-from-template.mjs @@ -5,7 +5,12 @@ export default { key: "nexweave-create-video-experience-from-template", name: "Create Video Experience from Template", description: "Creates a video experience from a template. [See the documentation](https://documentation.nexweave.com/nexweave-api#4OZFt)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", ...common, props: { diff --git a/components/ngrok/actions/create-https-edge/create-https-edge.mjs b/components/ngrok/actions/create-https-edge/create-https-edge.mjs index cef5483f17643..24fb9065e0e5b 100644 --- a/components/ngrok/actions/create-https-edge/create-https-edge.mjs +++ b/components/ngrok/actions/create-https-edge/create-https-edge.mjs @@ -4,7 +4,12 @@ export default { key: "ngrok-create-https-edge", name: "Create HTTPS Edge", description: "Create an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#create-https-edge).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ngrok/actions/delete-https-edge/delete-https-edge.mjs b/components/ngrok/actions/delete-https-edge/delete-https-edge.mjs index d5ef8c4adafb4..56072a6f109a0 100644 --- a/components/ngrok/actions/delete-https-edge/delete-https-edge.mjs +++ b/components/ngrok/actions/delete-https-edge/delete-https-edge.mjs @@ -4,7 +4,12 @@ export default { key: "ngrok-delete-https-edge", name: "Delete HTTPS Edge", description: "Delete an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#delete-https-edge).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ngrok/actions/get-https-edge/get-https-edge.mjs b/components/ngrok/actions/get-https-edge/get-https-edge.mjs index 522d1622682a2..aee930e23edae 100644 --- a/components/ngrok/actions/get-https-edge/get-https-edge.mjs +++ b/components/ngrok/actions/get-https-edge/get-https-edge.mjs @@ -4,7 +4,12 @@ export default { key: "ngrok-get-https-edge", name: "Get HTTPS Edge", description: "Get the details of an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#get-https-edge).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/ngrok/actions/update-https-edge/update-https-edge.mjs b/components/ngrok/actions/update-https-edge/update-https-edge.mjs index 744fb9348f12a..3640b1d4cc997 100644 --- a/components/ngrok/actions/update-https-edge/update-https-edge.mjs +++ b/components/ngrok/actions/update-https-edge/update-https-edge.mjs @@ -4,7 +4,12 @@ export default { key: "ngrok-update-https-edge", name: "Update HTTPS Edge", description: "Updates an HTTPS Edge. [See the documentation](https://ngrok.com/docs/api/resources/edges-https/#update-https-edge).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/niceboard/actions/create-category/create-category.mjs b/components/niceboard/actions/create-category/create-category.mjs index 52ab575b5e428..865484587c7c3 100644 --- a/components/niceboard/actions/create-category/create-category.mjs +++ b/components/niceboard/actions/create-category/create-category.mjs @@ -4,7 +4,12 @@ export default { key: "niceboard-create-category", name: "Create Category", description: "Creates a new job category within Niceboard.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { niceboard, diff --git a/components/niceboard/actions/create-job/create-job.mjs b/components/niceboard/actions/create-job/create-job.mjs index 9b9d7d8a90889..8d8cbfcc9bdc0 100644 --- a/components/niceboard/actions/create-job/create-job.mjs +++ b/components/niceboard/actions/create-job/create-job.mjs @@ -5,7 +5,12 @@ export default { key: "niceboard-create-job", name: "Create Job", description: "Creates a new job posting within the Niceboard app.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { niceboard, diff --git a/components/niceboard/actions/update-job/update-job.mjs b/components/niceboard/actions/update-job/update-job.mjs index d64c15a3dffbb..1cf4cc94ac9bf 100644 --- a/components/niceboard/actions/update-job/update-job.mjs +++ b/components/niceboard/actions/update-job/update-job.mjs @@ -4,7 +4,12 @@ export default { key: "niceboard-update-job", name: "Update Job", description: "Updates an existing job posting within the Niceboard app.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { niceboard, diff --git a/components/nifty/actions/assign-task/assign-task.mjs b/components/nifty/actions/assign-task/assign-task.mjs index a226bfa95be1a..685f00b27f774 100644 --- a/components/nifty/actions/assign-task/assign-task.mjs +++ b/components/nifty/actions/assign-task/assign-task.mjs @@ -4,7 +4,12 @@ export default { key: "nifty-assign-task", name: "Assign Task to Team Member", description: "Assigns a specific task to a team member in Nifty. [See the documentation](https://openapi.niftypm.com/api#put-api-v1-0-tasks-task_id-assignees)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nifty, diff --git a/components/nifty/actions/create-message/create-message.mjs b/components/nifty/actions/create-message/create-message.mjs index b1ea6a88e704c..3537469190680 100644 --- a/components/nifty/actions/create-message/create-message.mjs +++ b/components/nifty/actions/create-message/create-message.mjs @@ -5,7 +5,12 @@ export default { key: "nifty-create-message", name: "Create Message", description: "Sends a new message in a team's discussion. [See the documentation](https://openapi.niftypm.com/api)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nifty, diff --git a/components/nifty/actions/create-project/create-project.mjs b/components/nifty/actions/create-project/create-project.mjs index 74a242fef16c6..aeb5c376cef5d 100644 --- a/components/nifty/actions/create-project/create-project.mjs +++ b/components/nifty/actions/create-project/create-project.mjs @@ -7,7 +7,12 @@ export default { key: "nifty-create-project", name: "Create Project", description: "Creates a new project in a designated portfolio. [See the documentation](https://openapi.niftypm.com/api#/Projects/ProjectAPIController_createProject)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nifty, diff --git a/components/nifty/actions/create-task/create-task.mjs b/components/nifty/actions/create-task/create-task.mjs index bb5a5dd4f6c4a..96646aa7ffb37 100644 --- a/components/nifty/actions/create-task/create-task.mjs +++ b/components/nifty/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "nifty-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://developers.niftypm.com/operation/operation-taskapicontroller_createtask)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nifty, diff --git a/components/niftykit/actions/create-mint-link/create-mint-link.mjs b/components/niftykit/actions/create-mint-link/create-mint-link.mjs index 58ea8c0525027..1c26b5f339c28 100644 --- a/components/niftykit/actions/create-mint-link/create-mint-link.mjs +++ b/components/niftykit/actions/create-mint-link/create-mint-link.mjs @@ -4,7 +4,12 @@ export default { key: "niftykit-create-mint-link", name: "Create Mint Link", description: "Creates a mint link in NiftyKit. [See the documentation](https://api.niftykit.com/docs?_gl=1*d8mlfi*_ga*MTY5MTM2MjIwNi4xNjk0MDMzOTk3*_ga_B0DCGWCR37*MTY5NzE0MTUzNy40LjAuMTY5NzE0MTUzNy42MC4wLjA.#/onboarding/OnboardingController_createMintLink)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { niftykit, diff --git a/components/nile_database/actions/create-user/create-user.mjs b/components/nile_database/actions/create-user/create-user.mjs index 18920f39208d2..4bcf3d15ccb52 100644 --- a/components/nile_database/actions/create-user/create-user.mjs +++ b/components/nile_database/actions/create-user/create-user.mjs @@ -4,7 +4,12 @@ export default { key: "nile_database-create-user", name: "Create User", description: "Create a new database user by providing an email address and password. [See the documentation](https://www.thenile.dev/docs/reference/api-reference/users/create-user)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nile, diff --git a/components/nile_database/actions/execute-query/execute-query.mjs b/components/nile_database/actions/execute-query/execute-query.mjs index 68c13f60a0d1b..1b54146c70e08 100644 --- a/components/nile_database/actions/execute-query/execute-query.mjs +++ b/components/nile_database/actions/execute-query/execute-query.mjs @@ -4,7 +4,12 @@ export default { name: "Execute Query", key: "nile_database-execute-query", description: "Execute a custom PostgreSQL query.", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nile, diff --git a/components/nimble/actions/create-contact/create-contact.mjs b/components/nimble/actions/create-contact/create-contact.mjs index 1090c8f7eec9c..918577811ebf8 100644 --- a/components/nimble/actions/create-contact/create-contact.mjs +++ b/components/nimble/actions/create-contact/create-contact.mjs @@ -2,7 +2,12 @@ import app from "../../nimble.app.mjs"; export default { name: "Create Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "nimble-create-contact", description: "Creates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/create/)", type: "action", diff --git a/components/nimble/actions/create-task/create-task.mjs b/components/nimble/actions/create-task/create-task.mjs index b45efeb405216..1e9fa8a4d3b6a 100644 --- a/components/nimble/actions/create-task/create-task.mjs +++ b/components/nimble/actions/create-task/create-task.mjs @@ -2,7 +2,12 @@ import app from "../../nimble.app.mjs"; export default { name: "Create Task", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "nimble-create-task", description: "Creates a task. [See the documentation](https://nimble.readthedocs.io/en/latest/activities/tasks/create/)", type: "action", diff --git a/components/nimble/actions/update-contact/update-contact.mjs b/components/nimble/actions/update-contact/update-contact.mjs index d8b1db818cbb0..247cadd74801b 100644 --- a/components/nimble/actions/update-contact/update-contact.mjs +++ b/components/nimble/actions/update-contact/update-contact.mjs @@ -2,7 +2,12 @@ import app from "../../nimble.app.mjs"; export default { name: "Update Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "nimble-update-contact", description: "Updates a contact. [See the documentation](https://nimble.readthedocs.io/en/latest/contacts/basic/update/)", type: "action", diff --git a/components/ninjaone/actions/create-ticket/create-ticket.mjs b/components/ninjaone/actions/create-ticket/create-ticket.mjs index c26cdb4c419b2..ffdb1eaacf1a0 100644 --- a/components/ninjaone/actions/create-ticket/create-ticket.mjs +++ b/components/ninjaone/actions/create-ticket/create-ticket.mjs @@ -14,7 +14,12 @@ export default { key: "ninjaone-create-ticket", name: "Create Support Ticket", description: "Creates a new support ticket in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core#/ticketing/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ninjaone, diff --git a/components/ninjaone/actions/update-device/update-device.mjs b/components/ninjaone/actions/update-device/update-device.mjs index f9e242e64cf11..d4525b6d26c24 100644 --- a/components/ninjaone/actions/update-device/update-device.mjs +++ b/components/ninjaone/actions/update-device/update-device.mjs @@ -4,7 +4,12 @@ export default { key: "ninjaone-update-device", name: "Update Device", description: "Update details for a specific device in NinjaOne. [See the documentation](https://app.ninjarmm.com/apidocs/?links.active=core)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ninjaone, diff --git a/components/nioleads/actions/find-email/find-email.mjs b/components/nioleads/actions/find-email/find-email.mjs index ca3bb6b2e3a0d..b6b84c9abfcd1 100644 --- a/components/nioleads/actions/find-email/find-email.mjs +++ b/components/nioleads/actions/find-email/find-email.mjs @@ -4,7 +4,12 @@ export default { key: "nioleads-find-email", name: "Find Email", description: "Finds a business email address using a full name and a website domain. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-finder)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nioleads, diff --git a/components/nioleads/actions/verify-email/verify-email.mjs b/components/nioleads/actions/verify-email/verify-email.mjs index fe8e7d95991fc..3270aa8b0c348 100644 --- a/components/nioleads/actions/verify-email/verify-email.mjs +++ b/components/nioleads/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "nioleads-verify-email", name: "Verify Email", description: "Checks the deliverability of a specified email address. [See the documentation](https://apidoc.nioleads.com/?_gl=1*1288vdg*_ga*MTY1NzE1MjMzOC4xNzI1OTM5Njk1*_ga_ZVT2YHDDZG*MTcyNTk0Mzk5NC4yLjAuMTcyNTk0NDAyMy4wLjAuMA..#email-verifier)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { nioleads, diff --git a/components/nocodb/actions/add-record/add-record.mjs b/components/nocodb/actions/add-record/add-record.mjs index 68c57d0a05698..3df2904434ae2 100644 --- a/components/nocodb/actions/add-record/add-record.mjs +++ b/components/nocodb/actions/add-record/add-record.mjs @@ -5,7 +5,12 @@ export default { key: "nocodb-add-record", name: "Add Record", description: "This action adds a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-create)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/delete-record/delete-record.mjs b/components/nocodb/actions/delete-record/delete-record.mjs index 29ff1ccb307a0..1e45d6b34dcb8 100644 --- a/components/nocodb/actions/delete-record/delete-record.mjs +++ b/components/nocodb/actions/delete-record/delete-record.mjs @@ -5,7 +5,12 @@ export default { key: "nocodb-delete-record", name: "Delete Record", description: "This action deletes a row in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-delete)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/get-record/get-record.mjs b/components/nocodb/actions/get-record/get-record.mjs index 64746cd431e3d..cf08adb56455e 100644 --- a/components/nocodb/actions/get-record/get-record.mjs +++ b/components/nocodb/actions/get-record/get-record.mjs @@ -5,7 +5,12 @@ export default { key: "nocodb-get-record", name: "Get Record (from row number)", description: "This action gets a row by row Id. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-read)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs b/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs index ce15a1cef152c..e3f4f6ca740e3 100644 --- a/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs +++ b/components/nocodb/actions/list-records-matching-criteria/list-records-matching-criteria.mjs @@ -5,7 +5,12 @@ export default { key: "nocodb-list-records-matching-criteria", name: "List Records in Table Matching Criteria", description: "This action lists all rows in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-list)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/nocodb/actions/update-record/update-record.mjs b/components/nocodb/actions/update-record/update-record.mjs index 30edf83f62715..ce4b6477c11d1 100644 --- a/components/nocodb/actions/update-record/update-record.mjs +++ b/components/nocodb/actions/update-record/update-record.mjs @@ -5,7 +5,12 @@ export default { key: "nocodb-update-record", name: "Update Record", description: "This action updates a record in a table. [See the documentation](https://data-apis-v2.nocodb.com/#tag/Table-Records/operation/db-data-table-row-update)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/nocrm_io/actions/create-lead/create-lead.mjs b/components/nocrm_io/actions/create-lead/create-lead.mjs index b834f0c498611..3552cfbee1e46 100644 --- a/components/nocrm_io/actions/create-lead/create-lead.mjs +++ b/components/nocrm_io/actions/create-lead/create-lead.mjs @@ -2,7 +2,12 @@ import nocrm_io from "../../nocrm_io.app.mjs"; export default { name: "Create Lead", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "nocrm_io-create-lead", description: "Creates a new lead. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/nocrm_io/actions/get-lead/get-lead.mjs b/components/nocrm_io/actions/get-lead/get-lead.mjs index 18333190b60a0..4180f6ca5eb2f 100644 --- a/components/nocrm_io/actions/get-lead/get-lead.mjs +++ b/components/nocrm_io/actions/get-lead/get-lead.mjs @@ -2,7 +2,12 @@ import nocrm_io from "../../nocrm_io.app.mjs"; export default { name: "Get Lead", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "nocrm_io-get-lead", description: "Get a lead. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs b/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs index 64e702110358a..6cc760406d022 100644 --- a/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs +++ b/components/nocrm_io/actions/update-lead-status/update-lead-status.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Update Lead Status", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "nocrm_io-update-lead-status", description: "Updates a lead status. [See docs here](https://www.nocrm.io/api#leads)", type: "action", diff --git a/components/node/actions/run-node-code/run-node-code.mjs b/components/node/actions/run-node-code/run-node-code.mjs index 00c8a5b6f7bdd..1d77e96dc513f 100644 --- a/components/node/actions/run-node-code/run-node-code.mjs +++ b/components/node/actions/run-node-code/run-node-code.mjs @@ -2,7 +2,12 @@ import node from "../../node.app.mjs"; export default { name: "Run Node Code", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "node-run-node-code", description: "Write custom Node.js code and use any of the 400k+ npm packages available. Refer to the [Pipedream Node docs](https://pipedream.com/docs/code/nodejs) to learn more.", props: { diff --git a/components/noor/actions/send-text-message/send-text-message.mjs b/components/noor/actions/send-text-message/send-text-message.mjs index 7024688a62b01..8204bf8932767 100644 --- a/components/noor/actions/send-text-message/send-text-message.mjs +++ b/components/noor/actions/send-text-message/send-text-message.mjs @@ -4,7 +4,12 @@ export default { key: "noor-send-text-message", name: "Send Text Message", description: "Send a message in a thread. [See the documentation](https://usenoor.notion.site/v0-e812ae5e5976420f81232fa1c0316e84)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/nordigen/actions/create-requisition-link/create-requisition-link.mjs b/components/nordigen/actions/create-requisition-link/create-requisition-link.mjs index 6cc7ff99c0128..6b6c0dba9239b 100644 --- a/components/nordigen/actions/create-requisition-link/create-requisition-link.mjs +++ b/components/nordigen/actions/create-requisition-link/create-requisition-link.mjs @@ -4,7 +4,12 @@ export default { key: "nordigen-create-requisition-link", name: "Create Requisition Link", description: "Create a requisition link and id to be used in other Nordigen actions. [See the docs](https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { nordigen,