diff --git a/components/databricks/actions/get-sql-warehouse-permissions/get-sql-warehouse-permissions.mjs b/components/databricks/actions/get-sql-warehouse-permissions/get-sql-warehouse-permissions.mjs index c7098db9d4156..a9cbcaf3c5e08 100644 --- a/components/databricks/actions/get-sql-warehouse-permissions/get-sql-warehouse-permissions.mjs +++ b/components/databricks/actions/get-sql-warehouse-permissions/get-sql-warehouse-permissions.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-get-sql-warehouse-permissions", name: "Get SQL Warehouse Permissions", description: "Retrieves the permissions for a specific SQL Warehouse. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/getpermissions)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/get-sql-warehouse/get-sql-warehouse.mjs b/components/databricks/actions/get-sql-warehouse/get-sql-warehouse.mjs index 21fd9701333a9..0b23da3e7fa21 100644 --- a/components/databricks/actions/get-sql-warehouse/get-sql-warehouse.mjs +++ b/components/databricks/actions/get-sql-warehouse/get-sql-warehouse.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-get-sql-warehouse", name: "Get SQL Warehouse", description: "Retrieves details for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/get)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/get-vector-search-index/get-vector-search-index.mjs b/components/databricks/actions/get-vector-search-index/get-vector-search-index.mjs index 6ead8475541e1..904ca82f7c08b 100644 --- a/components/databricks/actions/get-vector-search-index/get-vector-search-index.mjs +++ b/components/databricks/actions/get-vector-search-index/get-vector-search-index.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-get-vector-search-index", name: "Get Vector Search Index", description: "Retrieves details about a specific vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/getindex)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/list-endpoints/list-endpoints.mjs b/components/databricks/actions/list-endpoints/list-endpoints.mjs index 9e692d7ecdae7..58807dacfeed8 100644 --- a/components/databricks/actions/list-endpoints/list-endpoints.mjs +++ b/components/databricks/actions/list-endpoints/list-endpoints.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-list-endpoints", name: "List Endpoints", description: "List all vector search endpoints. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchendpoints/listendpoints)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/list-jobs/list-jobs.mjs b/components/databricks/actions/list-jobs/list-jobs.mjs index 4781153909c4b..ea053f70e9752 100644 --- a/components/databricks/actions/list-jobs/list-jobs.mjs +++ b/components/databricks/actions/list-jobs/list-jobs.mjs @@ -5,7 +5,12 @@ export default { key: "databricks-list-jobs", name: "List Jobs", description: "List all jobs using automatic pagination. [See the documentation](https://docs.databricks.com/api/workspace/jobs/list)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/databricks/actions/list-runs/list-runs.mjs b/components/databricks/actions/list-runs/list-runs.mjs index e03846d411551..0f41e27eadeff 100644 --- a/components/databricks/actions/list-runs/list-runs.mjs +++ b/components/databricks/actions/list-runs/list-runs.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-list-runs", name: "List Runs", description: "Lists all runs available to the user. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/list-sql-warehouses/list-sql-warehouses.mjs b/components/databricks/actions/list-sql-warehouses/list-sql-warehouses.mjs index 5b63c9c874a82..10646de037b12 100644 --- a/components/databricks/actions/list-sql-warehouses/list-sql-warehouses.mjs +++ b/components/databricks/actions/list-sql-warehouses/list-sql-warehouses.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-list-sql-warehouses", name: "List SQL Warehouses", description: "Lists all SQL Warehouses available in the Databricks workspace. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/list)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/list-vector-search-indexes/list-vector-search-indexes.mjs b/components/databricks/actions/list-vector-search-indexes/list-vector-search-indexes.mjs index 28e71eb08d0a1..c768f2e1be6dc 100644 --- a/components/databricks/actions/list-vector-search-indexes/list-vector-search-indexes.mjs +++ b/components/databricks/actions/list-vector-search-indexes/list-vector-search-indexes.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-list-vector-search-indexes", name: "List Vector Search Indexes", description: "Lists all vector search indexes for a given endpoint. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/listindexes)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/query-vector-search-index/query-vector-search-index.mjs b/components/databricks/actions/query-vector-search-index/query-vector-search-index.mjs index 44f8cfac7685d..df9250cb8114a 100644 --- a/components/databricks/actions/query-vector-search-index/query-vector-search-index.mjs +++ b/components/databricks/actions/query-vector-search-index/query-vector-search-index.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-query-vector-search-index", name: "Query Vector Search Index", description: "Query a specific vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/queryindex)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/repair-run/repair-run.mjs b/components/databricks/actions/repair-run/repair-run.mjs index ef4e4015fb5db..04c78d4e70a15 100644 --- a/components/databricks/actions/repair-run/repair-run.mjs +++ b/components/databricks/actions/repair-run/repair-run.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-repair-run", name: "Repair Run", description: "Re-run one or more tasks. [See the documentation](https://docs.databricks.com/api/workspace/jobs/repairrun)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/databricks/actions/reset-job/reset-job.mjs b/components/databricks/actions/reset-job/reset-job.mjs index 44aa051ea1d3f..3153e01fb22f5 100644 --- a/components/databricks/actions/reset-job/reset-job.mjs +++ b/components/databricks/actions/reset-job/reset-job.mjs @@ -5,7 +5,12 @@ export default { key: "databricks-reset-job", name: "Reset Job", description: "Overwrite all settings for the given job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/reset)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/databricks/actions/run-job-now/run-job-now.mjs b/components/databricks/actions/run-job-now/run-job-now.mjs index 11c6e52ad930c..e87feaad96019 100644 --- a/components/databricks/actions/run-job-now/run-job-now.mjs +++ b/components/databricks/actions/run-job-now/run-job-now.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-run-job-now", name: "Run Job Now", description: "Run a job now and return the id of the triggered run. [See the documentation](https://docs.databricks.com/en/workflows/jobs/jobs-2.0-api.html#runs-list)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/scan-vector-search-index/scan-vector-search-index.mjs b/components/databricks/actions/scan-vector-search-index/scan-vector-search-index.mjs index c1036d0d10220..2e516410b28d8 100644 --- a/components/databricks/actions/scan-vector-search-index/scan-vector-search-index.mjs +++ b/components/databricks/actions/scan-vector-search-index/scan-vector-search-index.mjs @@ -5,7 +5,12 @@ export default { name: "Scan Vector Search Index", description: "Scans a vector search index and returns entries after the given primary key. [See documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/scanindex)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/set-job-permissions/set-job-permissions.mjs b/components/databricks/actions/set-job-permissions/set-job-permissions.mjs index 5c0cde44682c1..25660241e2a58 100644 --- a/components/databricks/actions/set-job-permissions/set-job-permissions.mjs +++ b/components/databricks/actions/set-job-permissions/set-job-permissions.mjs @@ -5,7 +5,12 @@ export default { key: "databricks-set-job-permissions", name: "Set Job Permissions", description: "Set permissions on a job. [See the documentation](https://docs.databricks.com/api/workspace/jobs/setpermissions)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/databricks/actions/set-sql-warehouse-config/set-sql-warehouse-config.mjs b/components/databricks/actions/set-sql-warehouse-config/set-sql-warehouse-config.mjs index c8e1252417614..ac20aae6afffc 100644 --- a/components/databricks/actions/set-sql-warehouse-config/set-sql-warehouse-config.mjs +++ b/components/databricks/actions/set-sql-warehouse-config/set-sql-warehouse-config.mjs @@ -6,7 +6,12 @@ export default { key: "databricks-set-sql-warehouse-config", name: "Set SQL Warehouse Config", description: "Updates the global configuration for SQL Warehouses. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/setworkspacewarehouseconfig)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/set-sql-warehouse-permissions/set-sql-warehouse-permissions.mjs b/components/databricks/actions/set-sql-warehouse-permissions/set-sql-warehouse-permissions.mjs index 9d62bd131465b..e07ec4575fca5 100644 --- a/components/databricks/actions/set-sql-warehouse-permissions/set-sql-warehouse-permissions.mjs +++ b/components/databricks/actions/set-sql-warehouse-permissions/set-sql-warehouse-permissions.mjs @@ -6,7 +6,12 @@ export default { key: "databricks-set-sql-warehouse-permissions", name: "Set SQL Warehouse Permissions", description: "Updates the permissions for a specific SQL Warehouse. [See docs](https://docs.databricks.com/api/workspace/warehouses/setpermissions)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/start-sql-warehouse/start-sql-warehouse.mjs b/components/databricks/actions/start-sql-warehouse/start-sql-warehouse.mjs index 5cba5641b2bd3..4742fa96932e1 100644 --- a/components/databricks/actions/start-sql-warehouse/start-sql-warehouse.mjs +++ b/components/databricks/actions/start-sql-warehouse/start-sql-warehouse.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-start-sql-warehouse", name: "Start SQL Warehouse", description: "Starts a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/start)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/stop-sql-warehouse/stop-sql-warehouse.mjs b/components/databricks/actions/stop-sql-warehouse/stop-sql-warehouse.mjs index 8c1b8a932a0a8..0a9c06f45030d 100644 --- a/components/databricks/actions/stop-sql-warehouse/stop-sql-warehouse.mjs +++ b/components/databricks/actions/stop-sql-warehouse/stop-sql-warehouse.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-stop-sql-warehouse", name: "Stop SQL Warehouse", description: "Stops a SQL Warehouse by ID. [See the documentation](https://docs.databricks.com/api/workspace/warehouses/stop)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/sync-vector-search-index/sync-vector-search-index.mjs b/components/databricks/actions/sync-vector-search-index/sync-vector-search-index.mjs index ceb744671c506..0571572be3e06 100644 --- a/components/databricks/actions/sync-vector-search-index/sync-vector-search-index.mjs +++ b/components/databricks/actions/sync-vector-search-index/sync-vector-search-index.mjs @@ -4,7 +4,12 @@ export default { key: "databricks-sync-vector-search-index", name: "Sync Vector Search Index", description: "Synchronize a Delta Sync vector search index in Databricks. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/syncindex)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/databricks/actions/update-job/update-job.mjs b/components/databricks/actions/update-job/update-job.mjs index 8cb8f6c81d36d..d9806ab93c443 100644 --- a/components/databricks/actions/update-job/update-job.mjs +++ b/components/databricks/actions/update-job/update-job.mjs @@ -5,7 +5,12 @@ export default { key: "databricks-update-job", name: "Update Job", description: "Update an existing job. Only the fields that are provided will be updated. [See the documentation](https://docs.databricks.com/api/workspace/jobs/update)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/databricks/actions/upsert-vector-search-index-data/upsert-vector-search-index-data.mjs b/components/databricks/actions/upsert-vector-search-index-data/upsert-vector-search-index-data.mjs index 6e4f5cca592e9..8a6859573d460 100644 --- a/components/databricks/actions/upsert-vector-search-index-data/upsert-vector-search-index-data.mjs +++ b/components/databricks/actions/upsert-vector-search-index-data/upsert-vector-search-index-data.mjs @@ -6,7 +6,12 @@ export default { key: "databricks-upsert-vector-search-index-data", name: "Upsert Vector Search Index Data", description: "Upserts (inserts/updates) data into an existing vector search index. [See the documentation](https://docs.databricks.com/api/workspace/vectorsearchindexes/upsertdatavectorindex)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { databricks, diff --git a/components/datadog/actions/post-metric-data/post-metric-data.mjs b/components/datadog/actions/post-metric-data/post-metric-data.mjs index 2c4edc83cee59..6915d06ffec87 100644 --- a/components/datadog/actions/post-metric-data/post-metric-data.mjs +++ b/components/datadog/actions/post-metric-data/post-metric-data.mjs @@ -4,7 +4,12 @@ export default { key: "datadog-post-metric-data", name: "Post Metric Data", description: "The metrics end-point allows you to post time-series data that can be graphed on Datadog's dashboards. [See docs](https://docs.datadoghq.com/metrics)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { datadog, diff --git a/components/dataforseo/actions/get-app-intersection/get-app-intersection.mjs b/components/dataforseo/actions/get-app-intersection/get-app-intersection.mjs index 374a1086d130b..349bb01f20675 100644 --- a/components/dataforseo/actions/get-app-intersection/get-app-intersection.mjs +++ b/components/dataforseo/actions/get-app-intersection/get-app-intersection.mjs @@ -6,7 +6,12 @@ export default { key: "dataforseo-get-app-intersection", name: "Get App Intersection", description: "Compare keyword overlap between mobile apps to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-app-reviews-summary/get-app-reviews-summary.mjs b/components/dataforseo/actions/get-app-reviews-summary/get-app-reviews-summary.mjs index 1286194a3ee19..0ba678961588b 100644 --- a/components/dataforseo/actions/get-app-reviews-summary/get-app-reviews-summary.mjs +++ b/components/dataforseo/actions/get-app-reviews-summary/get-app-reviews-summary.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-app-reviews-summary", name: "Get App Reviews Summary", description: "Get app reviews and ratings summary for mobile app reputation analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-app-store-search/get-app-store-search.mjs b/components/dataforseo/actions/get-app-store-search/get-app-store-search.mjs index 40e99a17d12e0..6daaff8adc276 100644 --- a/components/dataforseo/actions/get-app-store-search/get-app-store-search.mjs +++ b/components/dataforseo/actions/get-app-store-search/get-app-store-search.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-app-store-search", name: "Get App Store Search", description: "Search iOS App Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-backlinks-history/get-backlinks-history.mjs b/components/dataforseo/actions/get-backlinks-history/get-backlinks-history.mjs index e0f3c87b1c760..91eb8fae6e979 100644 --- a/components/dataforseo/actions/get-backlinks-history/get-backlinks-history.mjs +++ b/components/dataforseo/actions/get-backlinks-history/get-backlinks-history.mjs @@ -5,7 +5,12 @@ export default { name: "Get Backlinks History", description: "Get historical backlinks data back to the beginning of 2019. [See the documentation](https://docs.dataforseo.com/v3/backlinks/history/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBacklinksHistory(args = {}) { diff --git a/components/dataforseo/actions/get-backlinks-summary/get-backlinks-summary.mjs b/components/dataforseo/actions/get-backlinks-summary/get-backlinks-summary.mjs index 86045edd63625..28ec229e30fa6 100644 --- a/components/dataforseo/actions/get-backlinks-summary/get-backlinks-summary.mjs +++ b/components/dataforseo/actions/get-backlinks-summary/get-backlinks-summary.mjs @@ -6,7 +6,12 @@ export default { name: "Get Backlinks Summary", description: "Get an overview of backlinks data available for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/summary/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBacklinksSummary(args = {}) { diff --git a/components/dataforseo/actions/get-backlinks/get-backlinks.mjs b/components/dataforseo/actions/get-backlinks/get-backlinks.mjs index fa7e0ae44becd..95403b7357958 100644 --- a/components/dataforseo/actions/get-backlinks/get-backlinks.mjs +++ b/components/dataforseo/actions/get-backlinks/get-backlinks.mjs @@ -6,7 +6,12 @@ export default { name: "Get Backlinks", description: "Get a list of backlinks and relevant data for a given domain, subdomain, or webpage. [See the documentation](https://docs.dataforseo.com/v3/backlinks/backlinks/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBacklinks(args = {}) { diff --git a/components/dataforseo/actions/get-bing-organic-results/get-bing-organic-results.mjs b/components/dataforseo/actions/get-bing-organic-results/get-bing-organic-results.mjs index f4b051ac8dbce..0f6630fe288b5 100644 --- a/components/dataforseo/actions/get-bing-organic-results/get-bing-organic-results.mjs +++ b/components/dataforseo/actions/get-bing-organic-results/get-bing-organic-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-bing-organic-results", name: "Get Bing Organic Results", description: "Retrieve Bing organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/bing/organic/live/regular/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs b/components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs index 892647c9953f8..8ce94ff65efc5 100644 --- a/components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs +++ b/components/dataforseo/actions/get-bulk-backlinks/get-bulk-backlinks.mjs @@ -5,7 +5,12 @@ export default { name: "Get Bulk Backlinks", description: "Get the number of backlinks pointing to specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBulkBacklinks(args = {}) { diff --git a/components/dataforseo/actions/get-bulk-ranks/get-bulk-ranks.mjs b/components/dataforseo/actions/get-bulk-ranks/get-bulk-ranks.mjs index f686cb90e6ea3..18afe70ef718e 100644 --- a/components/dataforseo/actions/get-bulk-ranks/get-bulk-ranks.mjs +++ b/components/dataforseo/actions/get-bulk-ranks/get-bulk-ranks.mjs @@ -5,7 +5,12 @@ export default { name: "Get Bulk Ranks", description: "Get rank scores of specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBacklinksBulkRanks(args = {}) { diff --git a/components/dataforseo/actions/get-bulk-referring-domains/get-bulk-referring-domains.mjs b/components/dataforseo/actions/get-bulk-referring-domains/get-bulk-referring-domains.mjs index 324313c46c208..776b27e7d6fcd 100644 --- a/components/dataforseo/actions/get-bulk-referring-domains/get-bulk-referring-domains.mjs +++ b/components/dataforseo/actions/get-bulk-referring-domains/get-bulk-referring-domains.mjs @@ -5,7 +5,12 @@ export default { name: "Get Bulk Referring Domains", description: "Get the number of referring domains pointing to the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBulkReferringDomains(args = {}) { diff --git a/components/dataforseo/actions/get-bulk-spam-score/get-bulk-spam-score.mjs b/components/dataforseo/actions/get-bulk-spam-score/get-bulk-spam-score.mjs index 01d665ed7b74c..d6f5e54f81286 100644 --- a/components/dataforseo/actions/get-bulk-spam-score/get-bulk-spam-score.mjs +++ b/components/dataforseo/actions/get-bulk-spam-score/get-bulk-spam-score.mjs @@ -5,7 +5,12 @@ export default { name: "Get Bulk Spam Score", description: "Get spam scores of the specified domains, subdomains, and pages. [See the documentation](https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getBulkSpamScore(args = {}) { diff --git a/components/dataforseo/actions/get-bulk-traffic-analytics/get-bulk-traffic-analytics.mjs b/components/dataforseo/actions/get-bulk-traffic-analytics/get-bulk-traffic-analytics.mjs index 4cd1f94dbafdb..cd126075ec747 100644 --- a/components/dataforseo/actions/get-bulk-traffic-analytics/get-bulk-traffic-analytics.mjs +++ b/components/dataforseo/actions/get-bulk-traffic-analytics/get-bulk-traffic-analytics.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-bulk-traffic-analytics", name: "Get Bulk Traffic Analytics", description: "Get traffic estimates and analytics for multiple domains in bulk. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_traffic_estimation/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-business-listings-categories/get-business-listings-categories.mjs b/components/dataforseo/actions/get-business-listings-categories/get-business-listings-categories.mjs index b64030edc86c2..77c116ab8ff82 100644 --- a/components/dataforseo/actions/get-business-listings-categories/get-business-listings-categories.mjs +++ b/components/dataforseo/actions/get-business-listings-categories/get-business-listings-categories.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-business-listings-categories", name: "Get Business Listings Categories", description: "Get available business categories for business listings and local SEO. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-business-listings/get-business-listings.mjs b/components/dataforseo/actions/get-business-listings/get-business-listings.mjs index cd6a340c323c2..f31b9d54608ef 100644 --- a/components/dataforseo/actions/get-business-listings/get-business-listings.mjs +++ b/components/dataforseo/actions/get-business-listings/get-business-listings.mjs @@ -4,7 +4,12 @@ export default { key: "dataforseo-get-business-listings", name: "Get Business Listings", description: "Get Business Listings. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/?bash)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-categories-aggregation/get-categories-aggregation.mjs b/components/dataforseo/actions/get-categories-aggregation/get-categories-aggregation.mjs index 04bb26bc21b37..1c8e8e4962f76 100644 --- a/components/dataforseo/actions/get-categories-aggregation/get-categories-aggregation.mjs +++ b/components/dataforseo/actions/get-categories-aggregation/get-categories-aggregation.mjs @@ -6,7 +6,12 @@ export default { name: "Get Categories Aggregation", description: "Get information about groups of related categories and the number of entities in each category. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getCategoriesAggregation(args = {}) { diff --git a/components/dataforseo/actions/get-competitor-domains/get-competitor-domains.mjs b/components/dataforseo/actions/get-competitor-domains/get-competitor-domains.mjs index 10107c66de228..63a35b797ffc2 100644 --- a/components/dataforseo/actions/get-competitor-domains/get-competitor-domains.mjs +++ b/components/dataforseo/actions/get-competitor-domains/get-competitor-domains.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-competitor-domains", name: "Get Competitor Domains", description: "Find competing domains for specified keywords or target domain. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-content-citations/get-content-citations.mjs b/components/dataforseo/actions/get-content-citations/get-content-citations.mjs index 13aa4851dcf4c..e83236453ce9b 100644 --- a/components/dataforseo/actions/get-content-citations/get-content-citations.mjs +++ b/components/dataforseo/actions/get-content-citations/get-content-citations.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-content-citations", name: "Get Content Citations", description: "Find mentions and citations of keywords or brands online for brand monitoring and content strategy. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/search/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-content-summary/get-content-summary.mjs b/components/dataforseo/actions/get-content-summary/get-content-summary.mjs index c79ab1836b2f9..1d821d1edb436 100644 --- a/components/dataforseo/actions/get-content-summary/get-content-summary.mjs +++ b/components/dataforseo/actions/get-content-summary/get-content-summary.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-content-summary", name: "Get Content Summary", description: "Get content performance metrics and summary for content strategy optimization. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/summary/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-domain-intersection/get-domain-intersection.mjs b/components/dataforseo/actions/get-domain-intersection/get-domain-intersection.mjs index ab565b7b3c621..acef6d71c145e 100644 --- a/components/dataforseo/actions/get-domain-intersection/get-domain-intersection.mjs +++ b/components/dataforseo/actions/get-domain-intersection/get-domain-intersection.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-domain-intersection", name: "Get Domain Intersection", description: "Compare keyword overlap between multiple domains to find shared ranking opportunities. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_intersection/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-domain-keywords/get-domain-keywords.mjs b/components/dataforseo/actions/get-domain-keywords/get-domain-keywords.mjs index ab162e4a4ea41..e44ba74c073d6 100644 --- a/components/dataforseo/actions/get-domain-keywords/get-domain-keywords.mjs +++ b/components/dataforseo/actions/get-domain-keywords/get-domain-keywords.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-domain-keywords", name: "Get Domain Keywords", description: "Get all keywords a domain ranks for in organic search results. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-domain-pages-summary/get-domain-pages-summary.mjs b/components/dataforseo/actions/get-domain-pages-summary/get-domain-pages-summary.mjs index 1ab9e1de0a573..2e801762e85b1 100644 --- a/components/dataforseo/actions/get-domain-pages-summary/get-domain-pages-summary.mjs +++ b/components/dataforseo/actions/get-domain-pages-summary/get-domain-pages-summary.mjs @@ -6,7 +6,12 @@ export default { name: "Get Domain Pages Summary", description: "Get detailed summary data on all backlinks and related metrics for each page of the specified domain or subdomain. [See the documentation](https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getDomainPagesSummary(args = {}) { diff --git a/components/dataforseo/actions/get-domain-rank-overview/get-domain-rank-overview.mjs b/components/dataforseo/actions/get-domain-rank-overview/get-domain-rank-overview.mjs index af3d93cf00ffc..3cab2547f72f2 100644 --- a/components/dataforseo/actions/get-domain-rank-overview/get-domain-rank-overview.mjs +++ b/components/dataforseo/actions/get-domain-rank-overview/get-domain-rank-overview.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-domain-rank-overview", name: "Get Domain Rank Overview", description: "Retrieve domain authority and ranking metrics for specified domains. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_rank_overview/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-domain-whois-overview/get-domain-whois-overview.mjs b/components/dataforseo/actions/get-domain-whois-overview/get-domain-whois-overview.mjs index 091add601f27f..02b58c1266c20 100644 --- a/components/dataforseo/actions/get-domain-whois-overview/get-domain-whois-overview.mjs +++ b/components/dataforseo/actions/get-domain-whois-overview/get-domain-whois-overview.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-domain-whois-overview", name: "Get Domain Whois Overview", description: "Get domain registration data and ownership information. [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/whois/overview/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-ad-traffic-by-keyword/get-google-ads-ad-traffic-by-keyword.mjs b/components/dataforseo/actions/get-google-ads-ad-traffic-by-keyword/get-google-ads-ad-traffic-by-keyword.mjs index 29038dc1687a2..aa3da18bf2ea6 100644 --- a/components/dataforseo/actions/get-google-ads-ad-traffic-by-keyword/get-google-ads-ad-traffic-by-keyword.mjs +++ b/components/dataforseo/actions/get-google-ads-ad-traffic-by-keyword/get-google-ads-ad-traffic-by-keyword.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-ad-traffic-by-keyword", name: "Get Google Ads Ad Traffic By Keyword", description: "Retrieve estimates for impressions, clicks, and cost-per-click for specified keywords, aiding in assessing keyword demand. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-keywords-for-keywords-completed-tasks/get-google-ads-keywords-for-keywords-completed-tasks.mjs b/components/dataforseo/actions/get-google-ads-keywords-for-keywords-completed-tasks/get-google-ads-keywords-for-keywords-completed-tasks.mjs index ed49027f2dde2..aa8e7ba72789a 100644 --- a/components/dataforseo/actions/get-google-ads-keywords-for-keywords-completed-tasks/get-google-ads-keywords-for-keywords-completed-tasks.mjs +++ b/components/dataforseo/actions/get-google-ads-keywords-for-keywords-completed-tasks/get-google-ads-keywords-for-keywords-completed-tasks.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-keywords-for-keywords-completed-tasks", name: "Get Google Ads Keywords For Keywords Completed Tasks", description: "Retrieve the results of completed 'Keywords For Keywords' tasks, providing related keywords for previously submitted keyword requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-keywords-for-keywords/get-google-ads-keywords-for-keywords.mjs b/components/dataforseo/actions/get-google-ads-keywords-for-keywords/get-google-ads-keywords-for-keywords.mjs index bd88e09ec29c3..358b65070a0c9 100644 --- a/components/dataforseo/actions/get-google-ads-keywords-for-keywords/get-google-ads-keywords-for-keywords.mjs +++ b/components/dataforseo/actions/get-google-ads-keywords-for-keywords/get-google-ads-keywords-for-keywords.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-keywords-for-keywords", name: "Get Google Ads Keywords For Keywords", description: "Retrieve keywords related to specified terms, helping you discover new keyword opportunities. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-keywords-for-site-completed-tasks/get-google-ads-keywords-for-site-completed-tasks.mjs b/components/dataforseo/actions/get-google-ads-keywords-for-site-completed-tasks/get-google-ads-keywords-for-site-completed-tasks.mjs index bbb00ca92e30c..9059fc31dda27 100644 --- a/components/dataforseo/actions/get-google-ads-keywords-for-site-completed-tasks/get-google-ads-keywords-for-site-completed-tasks.mjs +++ b/components/dataforseo/actions/get-google-ads-keywords-for-site-completed-tasks/get-google-ads-keywords-for-site-completed-tasks.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-keywords-for-site-completed-tasks", name: "Get Google Ads Keywords For Site Completed Tasks", description: "Retrieve the results of completed 'Keywords For Site' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/tasks_ready/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-languages/get-google-ads-languages.mjs b/components/dataforseo/actions/get-google-ads-languages/get-google-ads-languages.mjs index 917f5dfa9703d..d29d3b2cd0017 100644 --- a/components/dataforseo/actions/get-google-ads-languages/get-google-ads-languages.mjs +++ b/components/dataforseo/actions/get-google-ads-languages/get-google-ads-languages.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-languages", name: "Get Google Ads Languages", description: "Retrieve a list of languages supported by the Google Ads API, allowing you to specify language targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/languages/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-locations/get-google-ads-locations.mjs b/components/dataforseo/actions/get-google-ads-locations/get-google-ads-locations.mjs index 75ce8d8a1d6a2..68db7ca5c349e 100644 --- a/components/dataforseo/actions/get-google-ads-locations/get-google-ads-locations.mjs +++ b/components/dataforseo/actions/get-google-ads-locations/get-google-ads-locations.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-locations", name: "Get Google Ads Locations", description: "Retrieve a list of available locations supported by the Google Ads API, which can be used to specify geographic targeting in your requests. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-search-volume-completed-tasks/get-google-ads-search-volume-completed-tasks.mjs b/components/dataforseo/actions/get-google-ads-search-volume-completed-tasks/get-google-ads-search-volume-completed-tasks.mjs index 81da04af60f0f..dd49083058bb1 100644 --- a/components/dataforseo/actions/get-google-ads-search-volume-completed-tasks/get-google-ads-search-volume-completed-tasks.mjs +++ b/components/dataforseo/actions/get-google-ads-search-volume-completed-tasks/get-google-ads-search-volume-completed-tasks.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-search-volume-completed-tasks", name: "Get Google Ads Search Volume Completed Tasks", description: "Retrieve the results of completed 'Search Volume' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/tasks_ready/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-search-volume/get-google-ads-search-volume.mjs b/components/dataforseo/actions/get-google-ads-search-volume/get-google-ads-search-volume.mjs index e8ab6b57c08f2..8dfcf298c87b9 100644 --- a/components/dataforseo/actions/get-google-ads-search-volume/get-google-ads-search-volume.mjs +++ b/components/dataforseo/actions/get-google-ads-search-volume/get-google-ads-search-volume.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-search-volume", name: "Get Google Ads Search Volume", description: "Retrieve search volume data for specified keywords from Google Ads. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-status/get-google-ads-status.mjs b/components/dataforseo/actions/get-google-ads-status/get-google-ads-status.mjs index 09b383122a537..e6603e39447df 100644 --- a/components/dataforseo/actions/get-google-ads-status/get-google-ads-status.mjs +++ b/components/dataforseo/actions/get-google-ads-status/get-google-ads-status.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-status", name: "Get Google Ads Status", description: "Check the status of Google Ads data updates, indicating whether the keyword data has been refreshed for the previous month. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/status/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-ads-traffic-by-keywords-completed-tasks/get-google-ads-traffic-by-keywords-completed-tasks.mjs b/components/dataforseo/actions/get-google-ads-traffic-by-keywords-completed-tasks/get-google-ads-traffic-by-keywords-completed-tasks.mjs index 322bffe8ae9c2..13a31dcaad976 100644 --- a/components/dataforseo/actions/get-google-ads-traffic-by-keywords-completed-tasks/get-google-ads-traffic-by-keywords-completed-tasks.mjs +++ b/components/dataforseo/actions/get-google-ads-traffic-by-keywords-completed-tasks/get-google-ads-traffic-by-keywords-completed-tasks.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-ads-traffic-by-keywords-completed-tasks", name: "Get Google Ads Traffic By Keywords Completed Tasks", description: "Retrieve the results of completed 'Ad Traffic By Keywords' tasks, which haven't been collected yet. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-images-results/get-google-images-results.mjs b/components/dataforseo/actions/get-google-images-results/get-google-images-results.mjs index 9af386afc8133..151a4139a2d59 100644 --- a/components/dataforseo/actions/get-google-images-results/get-google-images-results.mjs +++ b/components/dataforseo/actions/get-google-images-results/get-google-images-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-images-results", name: "Get Google Images Results", description: "Retrieve Google Images search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/images/live/advanced/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-my-business-info/get-google-my-business-info.mjs b/components/dataforseo/actions/get-google-my-business-info/get-google-my-business-info.mjs index 107d2896ac48d..a3d059392ed92 100644 --- a/components/dataforseo/actions/get-google-my-business-info/get-google-my-business-info.mjs +++ b/components/dataforseo/actions/get-google-my-business-info/get-google-my-business-info.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-my-business-info", name: "Get Google My Business Info", description: "Get detailed Google My Business listing information for local SEO analysis. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/my_business_info/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-news-results/get-google-news-results.mjs b/components/dataforseo/actions/get-google-news-results/get-google-news-results.mjs index 9486b9b8dc4bf..fff1b425f5478 100644 --- a/components/dataforseo/actions/get-google-news-results/get-google-news-results.mjs +++ b/components/dataforseo/actions/get-google-news-results/get-google-news-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-news-results", name: "Get Google News Results", description: "Retrieve Google News search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/news/live/advanced/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-organic-results/get-google-organic-results.mjs b/components/dataforseo/actions/get-google-organic-results/get-google-organic-results.mjs index 9f572089bb9c5..bd1af2df59975 100644 --- a/components/dataforseo/actions/get-google-organic-results/get-google-organic-results.mjs +++ b/components/dataforseo/actions/get-google-organic-results/get-google-organic-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-organic-results", name: "Get Google Organic Results", description: "Retrieve Google organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/google/organic/live/regular/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-play-search/get-google-play-search.mjs b/components/dataforseo/actions/get-google-play-search/get-google-play-search.mjs index b277e570c7367..2560f4409c366 100644 --- a/components/dataforseo/actions/get-google-play-search/get-google-play-search.mjs +++ b/components/dataforseo/actions/get-google-play-search/get-google-play-search.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-play-search", name: "Get Google Play Search", description: "Search Google Play Store apps by keywords for app store optimization (ASO) analysis. [See the documentation](https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-google-reviews/get-google-reviews.mjs b/components/dataforseo/actions/get-google-reviews/get-google-reviews.mjs index e84faa2356a5e..18ed996fda70e 100644 --- a/components/dataforseo/actions/get-google-reviews/get-google-reviews.mjs +++ b/components/dataforseo/actions/get-google-reviews/get-google-reviews.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-google-reviews", name: "Get Google Reviews", description: "Get Google business reviews and ratings for local SEO and reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/google/reviews/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-historical-serp-data/get-historical-serp-data.mjs b/components/dataforseo/actions/get-historical-serp-data/get-historical-serp-data.mjs index 9f46c1687cea9..6a67dd4cc51f9 100644 --- a/components/dataforseo/actions/get-historical-serp-data/get-historical-serp-data.mjs +++ b/components/dataforseo/actions/get-historical-serp-data/get-historical-serp-data.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-historical-serp-data", name: "Get Historical SERP Data", description: "Get ranking history for keywords over time. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-keyword-data-errors/get-keyword-data-errors.mjs b/components/dataforseo/actions/get-keyword-data-errors/get-keyword-data-errors.mjs index d18f4a6f910cd..99204cb15f23e 100644 --- a/components/dataforseo/actions/get-keyword-data-errors/get-keyword-data-errors.mjs +++ b/components/dataforseo/actions/get-keyword-data-errors/get-keyword-data-errors.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-keyword-data-errors", name: "Get Keyword Data Errors", description: "Retrieve information about the Keywords Data API tasks that returned an error within the past 7 days [See the documentation](https://docs.dataforseo.com/v3/keywords_data/errors/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-keyword-data-id-list/get-keyword-data-id-list.mjs b/components/dataforseo/actions/get-keyword-data-id-list/get-keyword-data-id-list.mjs index edfe509c20b06..13183589997da 100644 --- a/components/dataforseo/actions/get-keyword-data-id-list/get-keyword-data-id-list.mjs +++ b/components/dataforseo/actions/get-keyword-data-id-list/get-keyword-data-id-list.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-keyword-data-id-list", name: "Get Keyword Data ID List", description: "Retrieve the list of IDs and metadata of the completed Keywords Data tasks during the specified period. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/id_list/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-keyword-difficulty/get-keyword-difficulty.mjs b/components/dataforseo/actions/get-keyword-difficulty/get-keyword-difficulty.mjs index 8a1cca329d7e6..ff2a876fc990c 100644 --- a/components/dataforseo/actions/get-keyword-difficulty/get-keyword-difficulty.mjs +++ b/components/dataforseo/actions/get-keyword-difficulty/get-keyword-difficulty.mjs @@ -4,7 +4,12 @@ export default { key: "dataforseo-get-keyword-difficulty", name: "Get Keyword Difficulty", description: "Get Keyword Difficulty. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_keyword_difficulty/live/?bash)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-keyword-ideas-live/get-keyword-ideas-live.mjs b/components/dataforseo/actions/get-keyword-ideas-live/get-keyword-ideas-live.mjs index 5ab61d8016980..329a02d2f3d22 100644 --- a/components/dataforseo/actions/get-keyword-ideas-live/get-keyword-ideas-live.mjs +++ b/components/dataforseo/actions/get-keyword-ideas-live/get-keyword-ideas-live.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-keyword-ideas-live", name: "Get Keyword Ideas Live", description: "Generate live keyword suggestions and ideas for content strategy. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_ideas/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-keyword-suggestions/get-keyword-suggestions.mjs b/components/dataforseo/actions/get-keyword-suggestions/get-keyword-suggestions.mjs index 8b232496f8d46..4888cd2e19d31 100644 --- a/components/dataforseo/actions/get-keyword-suggestions/get-keyword-suggestions.mjs +++ b/components/dataforseo/actions/get-keyword-suggestions/get-keyword-suggestions.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-keyword-suggestions", name: "Get Keyword Suggestions", description: "Get keyword ideas and related terms for specified seed keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-ranked-keywords/get-ranked-keywords.mjs b/components/dataforseo/actions/get-ranked-keywords/get-ranked-keywords.mjs index 6134e16806841..4814183c7eb9c 100644 --- a/components/dataforseo/actions/get-ranked-keywords/get-ranked-keywords.mjs +++ b/components/dataforseo/actions/get-ranked-keywords/get-ranked-keywords.mjs @@ -4,7 +4,12 @@ export default { key: "dataforseo-get-ranked-keywords", name: "Get Ranked Keywords", description: "Description for get-ranked-keywords. [See the documentation](https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_post/?bash)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-referring-domains/get-referring-domains.mjs b/components/dataforseo/actions/get-referring-domains/get-referring-domains.mjs index 59a4249172cc1..3680dc56ff4af 100644 --- a/components/dataforseo/actions/get-referring-domains/get-referring-domains.mjs +++ b/components/dataforseo/actions/get-referring-domains/get-referring-domains.mjs @@ -6,7 +6,12 @@ export default { name: "Get Referring Domains", description: "Get detailed overview of referring domains pointing to the specified target. [See the documentation](https://docs.dataforseo.com/v3/backlinks/referring_domains/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { getReferringDomains(args = {}) { diff --git a/components/dataforseo/actions/get-sentiment-analysis/get-sentiment-analysis.mjs b/components/dataforseo/actions/get-sentiment-analysis/get-sentiment-analysis.mjs index 1c8f8a90f9359..3dc85f67b3a8c 100644 --- a/components/dataforseo/actions/get-sentiment-analysis/get-sentiment-analysis.mjs +++ b/components/dataforseo/actions/get-sentiment-analysis/get-sentiment-analysis.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-sentiment-analysis", name: "Get Sentiment Analysis", description: "Analyze sentiment of brand mentions and content for reputation management. [See the documentation](https://docs.dataforseo.com/v3/content_analysis/sentiment_analysis/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-technologies-domain-list/get-technologies-domain-list.mjs b/components/dataforseo/actions/get-technologies-domain-list/get-technologies-domain-list.mjs index 68e719889e9ac..8e9bb6a7cbd07 100644 --- a/components/dataforseo/actions/get-technologies-domain-list/get-technologies-domain-list.mjs +++ b/components/dataforseo/actions/get-technologies-domain-list/get-technologies-domain-list.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-technologies-domain-list", name: "Get Technologies Domain List", description: "Get technologies used by a domain (CMS, analytics, frameworks, etc.). [See the documentation](https://docs.dataforseo.com/v3/domain_analytics/technologies/domain_technologies/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-top-serp-results/get-top-serp-results.mjs b/components/dataforseo/actions/get-top-serp-results/get-top-serp-results.mjs index f425b83840745..0ada64ed3aa69 100644 --- a/components/dataforseo/actions/get-top-serp-results/get-top-serp-results.mjs +++ b/components/dataforseo/actions/get-top-serp-results/get-top-serp-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-top-serp-results", name: "Get Top SERP Results", description: "Get top-ranking pages and competitor analysis for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/dataforseo_labs/google/serp_competitors/live/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-tripadvisor-reviews/get-tripadvisor-reviews.mjs b/components/dataforseo/actions/get-tripadvisor-reviews/get-tripadvisor-reviews.mjs index 3ef45f845e395..f39e0611e2767 100644 --- a/components/dataforseo/actions/get-tripadvisor-reviews/get-tripadvisor-reviews.mjs +++ b/components/dataforseo/actions/get-tripadvisor-reviews/get-tripadvisor-reviews.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-tripadvisor-reviews", name: "Get TripAdvisor Reviews", description: "Get TripAdvisor business reviews and ratings, especially useful for hospitality businesses. [See the documentation](https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-trustpilot-reviews/get-trustpilot-reviews.mjs b/components/dataforseo/actions/get-trustpilot-reviews/get-trustpilot-reviews.mjs index b78bd1e4db6c3..83284abd8b0e7 100644 --- a/components/dataforseo/actions/get-trustpilot-reviews/get-trustpilot-reviews.mjs +++ b/components/dataforseo/actions/get-trustpilot-reviews/get-trustpilot-reviews.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-trustpilot-reviews", name: "Get Trustpilot Reviews", description: "Get Trustpilot business reviews and ratings for reputation management. [See the documentation](https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_post/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/get-yahoo-organic-results/get-yahoo-organic-results.mjs b/components/dataforseo/actions/get-yahoo-organic-results/get-yahoo-organic-results.mjs index 6728b9b6fe4a1..988663dea2c1e 100644 --- a/components/dataforseo/actions/get-yahoo-organic-results/get-yahoo-organic-results.mjs +++ b/components/dataforseo/actions/get-yahoo-organic-results/get-yahoo-organic-results.mjs @@ -5,7 +5,12 @@ export default { key: "dataforseo-get-yahoo-organic-results", name: "Get Yahoo Organic Results", description: "Retrieve Yahoo organic search results for specified keywords. [See the documentation](https://docs.dataforseo.com/v3/serp/yahoo/organic/live/regular/?bash)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dataforseo, diff --git a/components/dataforseo/actions/parse-page-content/parse-page-content.mjs b/components/dataforseo/actions/parse-page-content/parse-page-content.mjs index 349aaa429a1a1..111f2088f82e2 100644 --- a/components/dataforseo/actions/parse-page-content/parse-page-content.mjs +++ b/components/dataforseo/actions/parse-page-content/parse-page-content.mjs @@ -6,7 +6,12 @@ export default { name: "Parse Page Content", description: "Parse the content on any page and return its structured content. [See the documentation](https://docs.dataforseo.com/v3/on_page/content_parsing/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", methods: { parsePageContent(args = {}) { diff --git a/components/dataforseo/actions/search-business-listings/search-business-listings.mjs b/components/dataforseo/actions/search-business-listings/search-business-listings.mjs index d7ea44368447c..309a9cdb70f9f 100644 --- a/components/dataforseo/actions/search-business-listings/search-business-listings.mjs +++ b/components/dataforseo/actions/search-business-listings/search-business-listings.mjs @@ -6,7 +6,12 @@ export default { name: "Search Business Listings", description: "Get information about business entities listed on Google Maps. [See the documentation](https://docs.dataforseo.com/v3/business_data/business_listings/search/live/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", methods: { searchBusinessListings(args = {}) { diff --git a/components/dayschedule/actions/create-event/create-event.mjs b/components/dayschedule/actions/create-event/create-event.mjs index b65c2d7fc14ed..58d2e34c232fb 100644 --- a/components/dayschedule/actions/create-event/create-event.mjs +++ b/components/dayschedule/actions/create-event/create-event.mjs @@ -4,7 +4,12 @@ export default { key: "dayschedule-create-event", name: "Create Event", description: "Add a new event to the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_createResource)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dayschedule, diff --git a/components/dayschedule/actions/delete-event/delete-event.mjs b/components/dayschedule/actions/delete-event/delete-event.mjs index ef6eb0aa36dea..5454d3511d3fa 100644 --- a/components/dayschedule/actions/delete-event/delete-event.mjs +++ b/components/dayschedule/actions/delete-event/delete-event.mjs @@ -4,7 +4,12 @@ export default { key: "dayschedule-delete-event", name: "Delete Event", description: "Remove an existing event from the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_deleteResource)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dayschedule, diff --git a/components/dayschedule/actions/update-event/update-event.mjs b/components/dayschedule/actions/update-event/update-event.mjs index f4b3d777e1e28..c16552f842e28 100644 --- a/components/dayschedule/actions/update-event/update-event.mjs +++ b/components/dayschedule/actions/update-event/update-event.mjs @@ -4,7 +4,12 @@ export default { key: "dayschedule-update-event", name: "Update Event", description: "Modify an existing event in the DaySchedule. [See the documentation](https://dayschedule.com/docs/api#tag/Resources/operation/ResourceController_updateResource)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dayschedule, diff --git a/components/dbt/actions/get-environment/get-environment.mjs b/components/dbt/actions/get-environment/get-environment.mjs index 2d8617c688fd9..42afc4ac4b18e 100644 --- a/components/dbt/actions/get-environment/get-environment.mjs +++ b/components/dbt/actions/get-environment/get-environment.mjs @@ -4,7 +4,12 @@ export default { key: "dbt-get-environment", name: "Get Environment", description: "Retrieve information about an environment. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v3#/operations/Retrieve%20Projects%20Environment)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dbt, diff --git a/components/dbt/actions/get-run-artifact/get-run-artifact.mjs b/components/dbt/actions/get-run-artifact/get-run-artifact.mjs index c275866e955f0..91f588028df0f 100644 --- a/components/dbt/actions/get-run-artifact/get-run-artifact.mjs +++ b/components/dbt/actions/get-run-artifact/get-run-artifact.mjs @@ -4,7 +4,12 @@ export default { key: "dbt-get-run-artifact", name: "Get Run Artifact", description: "Retrieve information about a run artifact. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run%20Artifact)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dbt, diff --git a/components/dbt/actions/get-run/get-run.mjs b/components/dbt/actions/get-run/get-run.mjs index 7e3ce2a52db50..8f2666c16677b 100644 --- a/components/dbt/actions/get-run/get-run.mjs +++ b/components/dbt/actions/get-run/get-run.mjs @@ -4,7 +4,12 @@ export default { key: "dbt-get-run", name: "Get Run", description: "Retrieve information about a run. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retrieve%20Run)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dbt, diff --git a/components/dbt/actions/trigger-job-run/trigger-job-run.mjs b/components/dbt/actions/trigger-job-run/trigger-job-run.mjs index 0c504b76a79d5..2f62042beae66 100644 --- a/components/dbt/actions/trigger-job-run/trigger-job-run.mjs +++ b/components/dbt/actions/trigger-job-run/trigger-job-run.mjs @@ -4,7 +4,12 @@ export default { key: "dbt-trigger-job-run", name: "Trigger Job Run", description: "Trigger a specified job to begin running. [See the documentation](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Trigger%20Job%20Run)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dbt, diff --git a/components/dealmachine/actions/add-lead/add-lead.mjs b/components/dealmachine/actions/add-lead/add-lead.mjs index ce36f4af8ee0b..a99ebff6a1ea7 100644 --- a/components/dealmachine/actions/add-lead/add-lead.mjs +++ b/components/dealmachine/actions/add-lead/add-lead.mjs @@ -3,7 +3,12 @@ import dealmachine from "../../dealmachine.app.mjs"; export default { key: "dealmachine-add-lead", name: "Add Lead", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Add a lead to your team's account. [See the documentation](https://docs.dealmachine.com/#1f003772-6a7b-43f6-8839-1f30bed55b19)", type: "action", props: { diff --git a/components/dealmachine/actions/add-tag-to-lead/add-tag-to-lead.mjs b/components/dealmachine/actions/add-tag-to-lead/add-tag-to-lead.mjs index a9d9b2dd5f63d..83a3031f9fa93 100644 --- a/components/dealmachine/actions/add-tag-to-lead/add-tag-to-lead.mjs +++ b/components/dealmachine/actions/add-tag-to-lead/add-tag-to-lead.mjs @@ -3,7 +3,12 @@ import dealmachine from "../../dealmachine.app.mjs"; export default { key: "dealmachine-add-tag-to-lead", name: "Add Tags to Lead", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Add tags(s) to the lead. [See the documentation](https://docs.dealmachine.com/#ba760bae-ed7e-4b88-91ab-4f67668b111c)", type: "action", props: { diff --git a/components/dealmachine/actions/create-note/create-note.mjs b/components/dealmachine/actions/create-note/create-note.mjs index f2508d0727d72..46765c1281729 100644 --- a/components/dealmachine/actions/create-note/create-note.mjs +++ b/components/dealmachine/actions/create-note/create-note.mjs @@ -3,7 +3,12 @@ import dealmachine from "../../dealmachine.app.mjs"; export default { key: "dealmachine-create-note", name: "Create Note", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a note for the lead. [See the documentation](https://docs.dealmachine.com/#ee15a741-b856-42dd-af34-19dca1d48f42)", type: "action", props: { diff --git a/components/decision_journal/actions/create-decision/create-decision.mjs b/components/decision_journal/actions/create-decision/create-decision.mjs index 28781a5041db9..bf97a035df628 100644 --- a/components/decision_journal/actions/create-decision/create-decision.mjs +++ b/components/decision_journal/actions/create-decision/create-decision.mjs @@ -5,7 +5,12 @@ export default { key: "decision_journal-create-decision", name: "Create Decision", description: "Creates a new decision in the Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/decision_journal/actions/create-review-decision/create-review-decision.mjs b/components/decision_journal/actions/create-review-decision/create-review-decision.mjs index f65261f02efed..0d3eb45fcece7 100644 --- a/components/decision_journal/actions/create-review-decision/create-review-decision.mjs +++ b/components/decision_journal/actions/create-review-decision/create-review-decision.mjs @@ -5,7 +5,12 @@ export default { key: "decision_journal-create-review-decision", name: "Create Review Decision", description: "Creates a review for a decision in Decision Journal. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId}/reviews)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/decision_journal/actions/update-decision/update-decision.mjs b/components/decision_journal/actions/update-decision/update-decision.mjs index 83f853f44d248..6e26f031ea8f2 100644 --- a/components/decision_journal/actions/update-decision/update-decision.mjs +++ b/components/decision_journal/actions/update-decision/update-decision.mjs @@ -5,7 +5,12 @@ export default { key: "decision_journal-update-decision", name: "Update Decision", description: "Updates an existing decision. [See the documentation](https://openpm.ai/apis/decision-journal#/decisions/{decisionId})", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/deepgram/actions/get-balance/get-balance.mjs b/components/deepgram/actions/get-balance/get-balance.mjs index d51eae131ceed..a12a6da6d6587 100644 --- a/components/deepgram/actions/get-balance/get-balance.mjs +++ b/components/deepgram/actions/get-balance/get-balance.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-get-balance", name: "Get Balance", description: "Retrieves details about the specified balance. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-balance)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/get-project/get-project.mjs b/components/deepgram/actions/get-project/get-project.mjs index 117d808ae10b3..c17a952960ab3 100644 --- a/components/deepgram/actions/get-project/get-project.mjs +++ b/components/deepgram/actions/get-project/get-project.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-get-project", name: "Get Project", description: "Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/get-request/get-request.mjs b/components/deepgram/actions/get-request/get-request.mjs index 54251714c3276..8614e2bb01fab 100644 --- a/components/deepgram/actions/get-request/get-request.mjs +++ b/components/deepgram/actions/get-request/get-request.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-get-request", name: "Get Request", description: "Retrieves the details of the specified request sent to the Deepgram API for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-request)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/list-balances/list-balances.mjs b/components/deepgram/actions/list-balances/list-balances.mjs index 3824f3e55704a..dcb4e3a5251d5 100644 --- a/components/deepgram/actions/list-balances/list-balances.mjs +++ b/components/deepgram/actions/list-balances/list-balances.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-list-balances", name: "List Balances", description: "Generates a list of outstanding balances for the specified project. [See the documentation](https://developers.deepgram.com/api-reference/billing/#get-all-balances)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/list-projects/list-projects.mjs b/components/deepgram/actions/list-projects/list-projects.mjs index b770d1bf503bd..da6ab2bc2aa9c 100644 --- a/components/deepgram/actions/list-projects/list-projects.mjs +++ b/components/deepgram/actions/list-projects/list-projects.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-list-projects", name: "List Projects", description: "Retrieves basic information about the specified project. [See the documentation](https://developers.deepgram.com/api-reference/projects/#get-projects)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/list-requests/list-requests.mjs b/components/deepgram/actions/list-requests/list-requests.mjs index 144d1c074ca38..2f246a0660803 100644 --- a/components/deepgram/actions/list-requests/list-requests.mjs +++ b/components/deepgram/actions/list-requests/list-requests.mjs @@ -5,7 +5,12 @@ export default { key: "deepgram-list-requests", name: "List Requests", description: "Generates a list of requests sent to the Deepgram API for the specified project over a given time range. [See the documentation](https://developers.deepgram.com/api-reference/usage/#get-all-requests)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/summarize-usage/summarize-usage.mjs b/components/deepgram/actions/summarize-usage/summarize-usage.mjs index 8effa3399b6ea..f0770123e2ab1 100644 --- a/components/deepgram/actions/summarize-usage/summarize-usage.mjs +++ b/components/deepgram/actions/summarize-usage/summarize-usage.mjs @@ -4,7 +4,12 @@ export default { key: "deepgram-summarize-usage", name: "Summarize Usage", description: "Retrieves a summary of usage statistics. [See the documentation](https://developers.deepgram.com/api-reference/usage/#summarize-usage)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepgram, diff --git a/components/deepgram/actions/transcribe-audio/transcribe-audio.mjs b/components/deepgram/actions/transcribe-audio/transcribe-audio.mjs index 4b754aa1e72ab..fdc28b20fafec 100644 --- a/components/deepgram/actions/transcribe-audio/transcribe-audio.mjs +++ b/components/deepgram/actions/transcribe-audio/transcribe-audio.mjs @@ -5,7 +5,12 @@ export default { key: "deepgram-transcribe-audio", name: "Transcribe Audio", description: "Transcribes the specified audio file. [See the documentation](https://developers.deepgram.com/api-reference/transcription/#transcribe-pre-recorded-audio)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deepgram, diff --git a/components/deepimage/actions/auto-enhance/auto-enhance.mjs b/components/deepimage/actions/auto-enhance/auto-enhance.mjs index cff2c53a24a1e..d766ab0af4210 100644 --- a/components/deepimage/actions/auto-enhance/auto-enhance.mjs +++ b/components/deepimage/actions/auto-enhance/auto-enhance.mjs @@ -5,7 +5,12 @@ export default { key: "deepimage-auto-enhance", name: "Auto Enhance Image", description: "Improves the provided image. [See the documentation](https://documentation.deep-image.ai/image-processing/auto-enhance)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deepimage, diff --git a/components/deepimage/actions/remove-background/remove-background.mjs b/components/deepimage/actions/remove-background/remove-background.mjs index 39fc101235e99..4700fcae3250f 100644 --- a/components/deepimage/actions/remove-background/remove-background.mjs +++ b/components/deepimage/actions/remove-background/remove-background.mjs @@ -8,7 +8,12 @@ export default { key: "deepimage-remove-background", name: "Remove Background", description: "Removes the background from the provided image using DeepImage. [See the documentation](https://documentation.deep-image.ai/image-processing/background-processing)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deepimage,