diff --git a/components/metatext_ai_pre_build_ai_models_api/actions/generate-text/generate-text.mjs b/components/metatext_ai_pre_build_ai_models_api/actions/generate-text/generate-text.mjs index a828eda1754b2..b700bf6b2ca5e 100644 --- a/components/metatext_ai_pre_build_ai_models_api/actions/generate-text/generate-text.mjs +++ b/components/metatext_ai_pre_build_ai_models_api/actions/generate-text/generate-text.mjs @@ -5,7 +5,12 @@ export default { name: "Generate Text", description: "Generate text based on the given prompt. [See the documentation](https://app.metatext.ai/models/text-generator/inference-api).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, text: { diff --git a/components/metatext_ai_pre_build_ai_models_api/actions/headline/headline.mjs b/components/metatext_ai_pre_build_ai_models_api/actions/headline/headline.mjs index 10a69112a469c..ecbc548c45f37 100644 --- a/components/metatext_ai_pre_build_ai_models_api/actions/headline/headline.mjs +++ b/components/metatext_ai_pre_build_ai_models_api/actions/headline/headline.mjs @@ -5,7 +5,12 @@ export default { name: "Generate Headline", description: "Generate a short summary for news headlines. [See the documentation](https://app.metatext.ai/models/headline/inference-api).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, text: { diff --git a/components/metatext_ai_pre_build_ai_models_api/actions/spam-or-not/spam-or-not.mjs b/components/metatext_ai_pre_build_ai_models_api/actions/spam-or-not/spam-or-not.mjs index 34511e7954d59..2fd6e9b2f47e4 100644 --- a/components/metatext_ai_pre_build_ai_models_api/actions/spam-or-not/spam-or-not.mjs +++ b/components/metatext_ai_pre_build_ai_models_api/actions/spam-or-not/spam-or-not.mjs @@ -5,7 +5,12 @@ export default { name: "Spam Or Not", description: "Determine whether the given text is spam or not. [See the documentation](https://app.metatext.ai/models/spam-or-not/inference-api).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, text: { diff --git a/components/meteomatics_weather_api/actions/get-weather-data/get-weather-data.mjs b/components/meteomatics_weather_api/actions/get-weather-data/get-weather-data.mjs index 30f657a0fde78..9e90aa9f6a1ba 100644 --- a/components/meteomatics_weather_api/actions/get-weather-data/get-weather-data.mjs +++ b/components/meteomatics_weather_api/actions/get-weather-data/get-weather-data.mjs @@ -4,7 +4,12 @@ export default { key: "meteomatics_weather_api-get-weather-data", name: "Get Weather Data", description: "Retrieve historic, current, and forecast data globally. [See the documentation](https://www.meteomatics.com/en/api/getting-started/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/add-customer-file/add-customer-file.mjs b/components/mews/actions/add-customer-file/add-customer-file.mjs index 498fd46c4681a..92ad61cb2d996 100644 --- a/components/mews/actions/add-customer-file/add-customer-file.mjs +++ b/components/mews/actions/add-customer-file/add-customer-file.mjs @@ -5,7 +5,12 @@ export default { name: "Add Customer File", description: "Add a customer file to the Mews system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer-file)", key: "mews-add-customer-file", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/add-customer/add-customer.mjs b/components/mews/actions/add-customer/add-customer.mjs index e3fc14d0fb025..6b0d7bd54d4e5 100644 --- a/components/mews/actions/add-customer/add-customer.mjs +++ b/components/mews/actions/add-customer/add-customer.mjs @@ -6,7 +6,12 @@ export default { name: "Add Customer", description: "Adds a new customer to the system. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#add-customer)", key: "mews-add-customer", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/add-reservation-companion/add-reservation-companion.mjs b/components/mews/actions/add-reservation-companion/add-reservation-companion.mjs index 57a421caa0261..2afb2bd92887a 100644 --- a/components/mews/actions/add-reservation-companion/add-reservation-companion.mjs +++ b/components/mews/actions/add-reservation-companion/add-reservation-companion.mjs @@ -4,7 +4,12 @@ export default { name: "Add Reservation Companion", description: "Add a customer as a companion to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-companion)", key: "mews-add-reservation-companion", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/add-reservation-product/add-reservation-product.mjs b/components/mews/actions/add-reservation-product/add-reservation-product.mjs index 1d16436725fd7..3dcd43108aad8 100644 --- a/components/mews/actions/add-reservation-product/add-reservation-product.mjs +++ b/components/mews/actions/add-reservation-product/add-reservation-product.mjs @@ -4,7 +4,12 @@ export default { name: "Add Reservation Product", description: "Add a product to a reservation. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservation-product)", key: "mews-add-reservation-product", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/cancel-reservation/cancel-reservation.mjs b/components/mews/actions/cancel-reservation/cancel-reservation.mjs index 40850a46fab73..ea750aa57dd53 100644 --- a/components/mews/actions/cancel-reservation/cancel-reservation.mjs +++ b/components/mews/actions/cancel-reservation/cancel-reservation.mjs @@ -4,7 +4,12 @@ export default { name: "Cancel Reservation", description: "Cancel a reservation in Mews.", key: "mews-cancel-reservation", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/create-availability-block/create-availability-block.mjs b/components/mews/actions/create-availability-block/create-availability-block.mjs index a84565c94e604..0f32c5ad6caf4 100644 --- a/components/mews/actions/create-availability-block/create-availability-block.mjs +++ b/components/mews/actions/create-availability-block/create-availability-block.mjs @@ -4,7 +4,12 @@ export default { name: "Create Availability Block", description: "Create an availability block in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/availabilityblocks#add-availability-blocks)", key: "mews-create-availability-block", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/create-order/create-order.mjs b/components/mews/actions/create-order/create-order.mjs index 4477d3b5d5f84..a594ea98fbb07 100644 --- a/components/mews/actions/create-order/create-order.mjs +++ b/components/mews/actions/create-order/create-order.mjs @@ -6,7 +6,12 @@ export default { name: "Create Order", description: "Create an order in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orders#add-order)", key: "mews-create-order", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/create-reservation/create-reservation.mjs b/components/mews/actions/create-reservation/create-reservation.mjs index 4cb7445dd2fb9..65b6486ee549f 100644 --- a/components/mews/actions/create-reservation/create-reservation.mjs +++ b/components/mews/actions/create-reservation/create-reservation.mjs @@ -5,7 +5,12 @@ export default { name: "Create Reservation", description: "Create a reservation in Mews. See reservation parameters in the docs. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#add-reservations)", key: "mews-create-reservation", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/create-task/create-task.mjs b/components/mews/actions/create-task/create-task.mjs index f9778532f65f0..ff60a95e11f3e 100644 --- a/components/mews/actions/create-task/create-task.mjs +++ b/components/mews/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { name: "Create New Task", description: "Create a new task in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/tasks#add-task)", key: "mews-create-task", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/fetch-age-categories/fetch-age-categories.mjs b/components/mews/actions/fetch-age-categories/fetch-age-categories.mjs index c9e5658adf32d..d08544efd406c 100644 --- a/components/mews/actions/fetch-age-categories/fetch-age-categories.mjs +++ b/components/mews/actions/fetch-age-categories/fetch-age-categories.mjs @@ -6,7 +6,12 @@ export default { name: "Fetch Age Categories", description: "Retrieve all age categories filtered by service. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/agecategories#get-all-age-categories)", key: "mews-fetch-age-categories", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/fetch-customers/fetch-customers.mjs b/components/mews/actions/fetch-customers/fetch-customers.mjs index 90b1766b0d31b..c52b422eba574 100644 --- a/components/mews/actions/fetch-customers/fetch-customers.mjs +++ b/components/mews/actions/fetch-customers/fetch-customers.mjs @@ -4,7 +4,12 @@ export default { name: "Fetch Customers", description: "Retrieve customers using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#get-all-customers)", key: "mews-fetch-customers", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/fetch-order-items/fetch-order-items.mjs b/components/mews/actions/fetch-order-items/fetch-order-items.mjs index a7faf7b169862..17adba453acee 100644 --- a/components/mews/actions/fetch-order-items/fetch-order-items.mjs +++ b/components/mews/actions/fetch-order-items/fetch-order-items.mjs @@ -4,7 +4,12 @@ export default { name: "Fetch Order Items", description: "Retrieve order items using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/orderitems#get-all-order-items)", key: "mews-fetch-order-items", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/fetch-products/fetch-products.mjs b/components/mews/actions/fetch-products/fetch-products.mjs index cbc56ded971a3..7a0dd10ff467f 100644 --- a/components/mews/actions/fetch-products/fetch-products.mjs +++ b/components/mews/actions/fetch-products/fetch-products.mjs @@ -4,7 +4,12 @@ export default { name: "Fetch Products", description: "Retrieve products using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/products#get-all-products)", key: "mews-fetch-products", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/fetch-reservations/fetch-reservations.mjs b/components/mews/actions/fetch-reservations/fetch-reservations.mjs index 3f04190fcc5b7..5bf66674fa564 100644 --- a/components/mews/actions/fetch-reservations/fetch-reservations.mjs +++ b/components/mews/actions/fetch-reservations/fetch-reservations.mjs @@ -4,7 +4,12 @@ export default { name: "Fetch Reservations", description: "Retrieve reservations using Mews Connector API. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#get-all-reservations-ver-2023-06-06)", key: "mews-fetch-reservations", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/get-bill-pdf/get-bill-pdf.mjs b/components/mews/actions/get-bill-pdf/get-bill-pdf.mjs index 6582fc736113b..8ec5f15205fc1 100644 --- a/components/mews/actions/get-bill-pdf/get-bill-pdf.mjs +++ b/components/mews/actions/get-bill-pdf/get-bill-pdf.mjs @@ -4,7 +4,12 @@ export default { name: "Get Bill PDF", description: "Get a bill PDF by bill ID. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/bills#get-bill-pdf)", key: "mews-get-bill-pdf", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/get-rate-prices/get-rate-prices.mjs b/components/mews/actions/get-rate-prices/get-rate-prices.mjs index 99f0e78c43357..c288d1941c6d2 100644 --- a/components/mews/actions/get-rate-prices/get-rate-prices.mjs +++ b/components/mews/actions/get-rate-prices/get-rate-prices.mjs @@ -4,7 +4,12 @@ export default { name: "Get Rate Prices", description: "Get rate pricing information for a specific rate and time period. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/rates#get-rate-pricing)", key: "mews-get-rate-prices", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/mews/actions/update-customer/update-customer.mjs b/components/mews/actions/update-customer/update-customer.mjs index 2b75fa2711f32..ab456456a32a6 100644 --- a/components/mews/actions/update-customer/update-customer.mjs +++ b/components/mews/actions/update-customer/update-customer.mjs @@ -6,7 +6,12 @@ export default { name: "Update Customer", description: "Update an existing customer in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/customers#update-customer)", key: "mews-update-customer", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mews/actions/update-reservation/update-reservation.mjs b/components/mews/actions/update-reservation/update-reservation.mjs index 9b73060666f37..5e0380cd4d8ea 100644 --- a/components/mews/actions/update-reservation/update-reservation.mjs +++ b/components/mews/actions/update-reservation/update-reservation.mjs @@ -6,7 +6,12 @@ export default { name: "Update Reservation", description: "Update an existing reservation in Mews. [See the documentation](https://mews-systems.gitbook.io/connector-api/operations/reservations#update-reservations)", key: "mews-update-reservation", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/microsoft_365_people/actions/create-contact-folder/create-contact-folder.mjs b/components/microsoft_365_people/actions/create-contact-folder/create-contact-folder.mjs index 8149013a4c063..63555a846ade0 100644 --- a/components/microsoft_365_people/actions/create-contact-folder/create-contact-folder.mjs +++ b/components/microsoft_365_people/actions/create-contact-folder/create-contact-folder.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_people-create-contact-folder", name: "Create Contact Folder", description: "Create a new contact folder in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contactfolders?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftPeople, diff --git a/components/microsoft_365_people/actions/create-contact/create-contact.mjs b/components/microsoft_365_people/actions/create-contact/create-contact.mjs index 699d87b88017e..6870e3e18aca8 100644 --- a/components/microsoft_365_people/actions/create-contact/create-contact.mjs +++ b/components/microsoft_365_people/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_people-create-contact", name: "Create Contact", description: "Create a new contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftPeople, diff --git a/components/microsoft_365_people/actions/update-contact/update-contact.mjs b/components/microsoft_365_people/actions/update-contact/update-contact.mjs index eb17de1c43980..fa61d1d68dd5d 100644 --- a/components/microsoft_365_people/actions/update-contact/update-contact.mjs +++ b/components/microsoft_365_people/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_365_people-update-contact", name: "Update Contact", description: "Updates an existing contact in Microsoft 365 People. [See the documentation](https://learn.microsoft.com/en-us/graph/api/contact-update?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftPeople, diff --git a/components/microsoft_365_planner/actions/create-bucket/create-bucket.mjs b/components/microsoft_365_planner/actions/create-bucket/create-bucket.mjs index 015af17e48be5..1f6dad04e3350 100644 --- a/components/microsoft_365_planner/actions/create-bucket/create-bucket.mjs +++ b/components/microsoft_365_planner/actions/create-bucket/create-bucket.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_planner-create-bucket", name: "Create Bucket", description: "Create a new bucket in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-buckets)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoft365Planner, diff --git a/components/microsoft_365_planner/actions/create-plan/create-plan.mjs b/components/microsoft_365_planner/actions/create-plan/create-plan.mjs index 3cc81953e63b5..665d6640f6b6e 100644 --- a/components/microsoft_365_planner/actions/create-plan/create-plan.mjs +++ b/components/microsoft_365_planner/actions/create-plan/create-plan.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_planner-create-plan", name: "Create Plan", description: "Create a new plan in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-plans)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoft365Planner, diff --git a/components/microsoft_365_planner/actions/create-task/create-task.mjs b/components/microsoft_365_planner/actions/create-task/create-task.mjs index 84bc40bc065cf..7c149dc30b4df 100644 --- a/components/microsoft_365_planner/actions/create-task/create-task.mjs +++ b/components/microsoft_365_planner/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_planner-create-task", name: "Create Task", description: "Create a new task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planner-post-tasks)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoft365Planner, diff --git a/components/microsoft_365_planner/actions/list-user-tasks/list-user-tasks.mjs b/components/microsoft_365_planner/actions/list-user-tasks/list-user-tasks.mjs index f1a583f975e3a..91ed7a9981c84 100644 --- a/components/microsoft_365_planner/actions/list-user-tasks/list-user-tasks.mjs +++ b/components/microsoft_365_planner/actions/list-user-tasks/list-user-tasks.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_365_planner-list-user-tasks", name: "List User Tasks", description: "List all user tasks in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/planneruser-list-tasks?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/microsoft_365_planner/actions/update-task/update-task.mjs b/components/microsoft_365_planner/actions/update-task/update-task.mjs index f4fcf2940dc2f..50e9a7289f3c2 100644 --- a/components/microsoft_365_planner/actions/update-task/update-task.mjs +++ b/components/microsoft_365_planner/actions/update-task/update-task.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_365_planner-update-task", name: "Update Task", description: "Updates a task in Microsoft 365 Planner. [See the documentation](https://learn.microsoft.com/en-us/graph/api/plannertask-update?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/microsoft_azure_ai_translator/actions/break-sentence/break-sentence.mjs b/components/microsoft_azure_ai_translator/actions/break-sentence/break-sentence.mjs index e46abc8a76081..3e355456ecfa3 100644 --- a/components/microsoft_azure_ai_translator/actions/break-sentence/break-sentence.mjs +++ b/components/microsoft_azure_ai_translator/actions/break-sentence/break-sentence.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_azure_ai_translator-break-sentence", name: "Break Sentence", description: "Identifies the positioning of sentence boundaries in a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-break-sentence)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/microsoft_azure_ai_translator/actions/detect-language/detect-language.mjs b/components/microsoft_azure_ai_translator/actions/detect-language/detect-language.mjs index 6a1b9c478b656..a80e676672dae 100644 --- a/components/microsoft_azure_ai_translator/actions/detect-language/detect-language.mjs +++ b/components/microsoft_azure_ai_translator/actions/detect-language/detect-language.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_azure_ai_translator-detect-language", name: "Detect Language", description: "Identifies the language of a piece of text. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-detect)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/microsoft_azure_ai_translator/actions/translate-text/translate-text.mjs b/components/microsoft_azure_ai_translator/actions/translate-text/translate-text.mjs index 80c3710f79d6c..ed0aa2a401336 100644 --- a/components/microsoft_azure_ai_translator/actions/translate-text/translate-text.mjs +++ b/components/microsoft_azure_ai_translator/actions/translate-text/translate-text.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_azure_ai_translator-translate-text", name: "Translate Text", description: "Translate text into the specified language. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/translator/reference/v3-0-translate)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/microsoft_dynamics_365_sales/actions/create-custom-entity/create-custom-entity.mjs b/components/microsoft_dynamics_365_sales/actions/create-custom-entity/create-custom-entity.mjs index f7a54660478e8..90d4b6d24cd5b 100644 --- a/components/microsoft_dynamics_365_sales/actions/create-custom-entity/create-custom-entity.mjs +++ b/components/microsoft_dynamics_365_sales/actions/create-custom-entity/create-custom-entity.mjs @@ -6,7 +6,12 @@ export default { key: "microsoft_dynamics_365_sales-create-custom-entity", name: "Create Custom Entity", description: "Create a custom entity. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/create-update-entity-definitions-using-web-api)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoft, diff --git a/components/microsoft_dynamics_365_sales/actions/find-contact/find-contact.mjs b/components/microsoft_dynamics_365_sales/actions/find-contact/find-contact.mjs index e3f8ef71d13b8..5e1f4f8493977 100644 --- a/components/microsoft_dynamics_365_sales/actions/find-contact/find-contact.mjs +++ b/components/microsoft_dynamics_365_sales/actions/find-contact/find-contact.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_dynamics_365_sales-find-contact", name: "Find Contact", description: "Search for a contact by id, name, or using a custom filter. [See the documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query/overview)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoft, diff --git a/components/microsoft_entra_id/actions/add-member-to-group/add-member-to-group.mjs b/components/microsoft_entra_id/actions/add-member-to-group/add-member-to-group.mjs index 203c4b59102eb..214435d452738 100644 --- a/components/microsoft_entra_id/actions/add-member-to-group/add-member-to-group.mjs +++ b/components/microsoft_entra_id/actions/add-member-to-group/add-member-to-group.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_entra_id-add-member-to-group", name: "Add Member To Group", description: "Adds a member to a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftEntraId, diff --git a/components/microsoft_entra_id/actions/remove-member-from-group/remove-member-from-group.mjs b/components/microsoft_entra_id/actions/remove-member-from-group/remove-member-from-group.mjs index bfeb5491e0bee..7a78da646ea40 100644 --- a/components/microsoft_entra_id/actions/remove-member-from-group/remove-member-from-group.mjs +++ b/components/microsoft_entra_id/actions/remove-member-from-group/remove-member-from-group.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_entra_id-remove-member-from-group", name: "Remove Member From Group", description: "Removes a member from a group Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-delete-members?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftEntraId, diff --git a/components/microsoft_entra_id/actions/search-groups/search-groups.mjs b/components/microsoft_entra_id/actions/search-groups/search-groups.mjs index a1791945f3e73..0441c920ba9d1 100644 --- a/components/microsoft_entra_id/actions/search-groups/search-groups.mjs +++ b/components/microsoft_entra_id/actions/search-groups/search-groups.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_entra_id-search-groups", name: "Search Groups", description: "Searches for groups by name or description. [See the documentation](https://learn.microsoft.com/en-us/graph/api/group-list?view=graph-rest-1.0&tabs=http)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftEntraId, diff --git a/components/microsoft_entra_id/actions/update-user/update-user.mjs b/components/microsoft_entra_id/actions/update-user/update-user.mjs index 80780e3e38cb8..f2d1ad2354de3 100644 --- a/components/microsoft_entra_id/actions/update-user/update-user.mjs +++ b/components/microsoft_entra_id/actions/update-user/update-user.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_entra_id-update-user", name: "Update User", description: "Updates an existing user in Microsoft Entra ID. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftEntraId, diff --git a/components/microsoft_excel/actions/add-a-worksheet-tablerow/add-a-worksheet-tablerow.mjs b/components/microsoft_excel/actions/add-a-worksheet-tablerow/add-a-worksheet-tablerow.mjs index cb3f570004505..9112f252fa944 100644 --- a/components/microsoft_excel/actions/add-a-worksheet-tablerow/add-a-worksheet-tablerow.mjs +++ b/components/microsoft_excel/actions/add-a-worksheet-tablerow/add-a-worksheet-tablerow.mjs @@ -4,7 +4,12 @@ import microsoftExcel from "../../microsoft_excel.app.mjs"; export default { key: "microsoft_excel-add-a-worksheet-tablerow", name: "Add a Worksheet Tablerow", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Adds rows to the end of specific table. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerowcollection-add?view=graph-rest-1.0&tabs=http)", type: "action", props: { diff --git a/components/microsoft_excel/actions/add-row/add-row.mjs b/components/microsoft_excel/actions/add-row/add-row.mjs index a70a29c7b59cf..d2452265877cc 100644 --- a/components/microsoft_excel/actions/add-row/add-row.mjs +++ b/components/microsoft_excel/actions/add-row/add-row.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_excel-add-row", name: "Add Row", description: "Insert a new row into a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-insert?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/find-row/find-row.mjs b/components/microsoft_excel/actions/find-row/find-row.mjs index 538d2921df176..6133e7d52d18e 100644 --- a/components/microsoft_excel/actions/find-row/find-row.mjs +++ b/components/microsoft_excel/actions/find-row/find-row.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_excel-find-row", name: "Find Row", description: "Find a row by column and value in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/get-columns/get-columns.mjs b/components/microsoft_excel/actions/get-columns/get-columns.mjs index 61b8f3c5dcd2f..e40ac7d83b5aa 100644 --- a/components/microsoft_excel/actions/get-columns/get-columns.mjs +++ b/components/microsoft_excel/actions/get-columns/get-columns.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_excel-get-columns", name: "Get Columns", description: "Get the values of the specified columns in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/get-spreadsheet/get-spreadsheet.mjs b/components/microsoft_excel/actions/get-spreadsheet/get-spreadsheet.mjs index 9929ef5eb9088..47307803bb0c3 100644 --- a/components/microsoft_excel/actions/get-spreadsheet/get-spreadsheet.mjs +++ b/components/microsoft_excel/actions/get-spreadsheet/get-spreadsheet.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_excel-get-spreadsheet", name: "Get Spreadsheet", description: "Get the values of a specified Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/get-table-rows/get-table-rows.mjs b/components/microsoft_excel/actions/get-table-rows/get-table-rows.mjs index 00682dbbe86c4..e2ee9845a76d9 100644 --- a/components/microsoft_excel/actions/get-table-rows/get-table-rows.mjs +++ b/components/microsoft_excel/actions/get-table-rows/get-table-rows.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_excel-get-table-rows", name: "Get Table Rows", description: "Retrieve rows from a specified table in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-list?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/update-cell/update-cell.mjs b/components/microsoft_excel/actions/update-cell/update-cell.mjs index 8721d6274badb..608311eea90d5 100644 --- a/components/microsoft_excel/actions/update-cell/update-cell.mjs +++ b/components/microsoft_excel/actions/update-cell/update-cell.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_excel-update-cell", name: "Update Cell", description: "Update the value of a specific cell in an Excel worksheet. [See the documentation](https://learn.microsoft.com/en-us/graph/api/range-update?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftExcel, diff --git a/components/microsoft_excel/actions/update-worksheet-tablerow/update-worksheet-tablerow.mjs b/components/microsoft_excel/actions/update-worksheet-tablerow/update-worksheet-tablerow.mjs index bb198ff8b23c8..f383657afd287 100644 --- a/components/microsoft_excel/actions/update-worksheet-tablerow/update-worksheet-tablerow.mjs +++ b/components/microsoft_excel/actions/update-worksheet-tablerow/update-worksheet-tablerow.mjs @@ -4,7 +4,12 @@ import { parseObject } from "../../common/utils.mjs"; export default { key: "microsoft_excel-update-worksheet-tablerow", name: "Update Worksheet Tablerow", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Update the properties of tablerow object. `(Only for work or school account)` [See the documentation](https://learn.microsoft.com/en-us/graph/api/tablerow-update?view=graph-rest-1.0&tabs=http)", type: "action", props: { diff --git a/components/microsoft_onedrive/actions/create-folder/create-folder.mjs b/components/microsoft_onedrive/actions/create-folder/create-folder.mjs index f8683262fb636..f53c4fa9aae57 100644 --- a/components/microsoft_onedrive/actions/create-folder/create-folder.mjs +++ b/components/microsoft_onedrive/actions/create-folder/create-folder.mjs @@ -5,7 +5,12 @@ export default { name: "Create Folder", description: "Create a new folder in a drive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_post_children?view=odsp-graph-online)", key: "microsoft_onedrive-create-folder", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/create-link/create-link.mjs b/components/microsoft_onedrive/actions/create-link/create-link.mjs index 5980027f99302..6f67a3b8bec91 100644 --- a/components/microsoft_onedrive/actions/create-link/create-link.mjs +++ b/components/microsoft_onedrive/actions/create-link/create-link.mjs @@ -3,7 +3,12 @@ import constants from "../../common/constants.mjs"; export default { name: "Create Link", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "microsoft_onedrive-create-link", type: "action", description: "Create a sharing link for a DriveItem. [See the documentation](https://docs.microsoft.com/en-us/graph/api/driveitem-createlink?view=graph-rest-1.0&tabs=http)", diff --git a/components/microsoft_onedrive/actions/download-file/download-file.mjs b/components/microsoft_onedrive/actions/download-file/download-file.mjs index b0a633b14ec2d..500a9d9178c74 100644 --- a/components/microsoft_onedrive/actions/download-file/download-file.mjs +++ b/components/microsoft_onedrive/actions/download-file/download-file.mjs @@ -9,7 +9,12 @@ export default { name: "Download File", description: "Download a file stored in OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get_content?view=odsp-graph-online)", key: "microsoft_onedrive-download-file", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/find-file-by-name/find-file-by-name.mjs b/components/microsoft_onedrive/actions/find-file-by-name/find-file-by-name.mjs index 4ee13d7564c0e..2d0d5f58b9e1d 100644 --- a/components/microsoft_onedrive/actions/find-file-by-name/find-file-by-name.mjs +++ b/components/microsoft_onedrive/actions/find-file-by-name/find-file-by-name.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_onedrive-find-file-by-name", name: "Find File by Name", description: "Search for a file or folder by name. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_search)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/get-excel-table/get-excel-table.mjs b/components/microsoft_onedrive/actions/get-excel-table/get-excel-table.mjs index c547af769210c..45c4d29a51bf9 100644 --- a/components/microsoft_onedrive/actions/get-excel-table/get-excel-table.mjs +++ b/components/microsoft_onedrive/actions/get-excel-table/get-excel-table.mjs @@ -4,7 +4,12 @@ export default { name: "Get Table", description: "Retrieve a table from an Excel spreadsheet stored in OneDrive [See the documentation](https://learn.microsoft.com/en-us/graph/api/table-range?view=graph-rest-1.0&tabs=http)", key: "microsoft_onedrive-get-excel-table", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs b/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs index 2813f6b34fffc..08d76712c625a 100644 --- a/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs +++ b/components/microsoft_onedrive/actions/get-file-by-id/get-file-by-id.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_onedrive-get-file-by-id", name: "Get File by ID", description: "Retrieves a file by ID. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_get)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/list-files-in-folder/list-files-in-folder.mjs b/components/microsoft_onedrive/actions/list-files-in-folder/list-files-in-folder.mjs index 1645b2854a02d..b6452297a25cc 100644 --- a/components/microsoft_onedrive/actions/list-files-in-folder/list-files-in-folder.mjs +++ b/components/microsoft_onedrive/actions/list-files-in-folder/list-files-in-folder.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_onedrive-list-files-in-folder", name: "List Files in Folder", description: "Retrieves a list of the files and/or folders directly within a folder. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_list_children)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_onedrive/actions/upload-file/upload-file.mjs b/components/microsoft_onedrive/actions/upload-file/upload-file.mjs index b4804bedd8ee9..c5b7f4aabc74b 100644 --- a/components/microsoft_onedrive/actions/upload-file/upload-file.mjs +++ b/components/microsoft_onedrive/actions/upload-file/upload-file.mjs @@ -8,7 +8,12 @@ export default { name: "Upload File", description: "Upload a file to OneDrive. [See the documentation](https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_put_content?view=odsp-graph-online)", key: "microsoft_onedrive-upload-file", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { onedrive, diff --git a/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs b/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs index 98ba1f2fe901e..6d75bf7c1b34d 100644 --- a/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs +++ b/components/microsoft_outlook/actions/add-label-to-email/add-label-to-email.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_outlook-add-label-to-email", name: "Add Label to Email", description: "Adds a label/category to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs b/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs index 78e5f1519bd02..c2cf8979f2ac5 100644 --- a/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs +++ b/components/microsoft_outlook/actions/approve-workflow/approve-workflow.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-approve-workflow", name: "Approve Workflow", description: "Suspend the workflow until approved by email. [See the documentation](https://pipedream.com/docs/code/nodejs/rerun#flowsuspend)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/create-contact/create-contact.mjs b/components/microsoft_outlook/actions/create-contact/create-contact.mjs index 461788aac20ee..a83267e92692f 100644 --- a/components/microsoft_outlook/actions/create-contact/create-contact.mjs +++ b/components/microsoft_outlook/actions/create-contact/create-contact.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-contact", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create Contact", description: "Add a contact to the root Contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)", props: { diff --git a/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs b/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs index 980a76541c272..0b99e4d993acf 100644 --- a/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs +++ b/components/microsoft_outlook/actions/create-draft-email/create-draft-email.mjs @@ -4,7 +4,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-create-draft-email", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create Draft Email", description: "Create a draft email, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-messages)", props: { diff --git a/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs b/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs index a81058b67fbf7..276a361249e04 100644 --- a/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs +++ b/components/microsoft_outlook/actions/download-attachment/download-attachment.mjs @@ -6,7 +6,12 @@ export default { key: "microsoft_outlook-download-attachment", name: "Download Attachment", description: "Downloads an attachment to the /tmp directory. [See the documentation](https://learn.microsoft.com/en-us/graph/api/attachment-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs b/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs index 77f5248e4fe99..39e533b366301 100644 --- a/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs +++ b/components/microsoft_outlook/actions/find-contacts/find-contacts.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-find-contacts", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Find Contacts", description: "Finds contacts with the given search string. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)", props: { diff --git a/components/microsoft_outlook/actions/find-email/find-email.mjs b/components/microsoft_outlook/actions/find-email/find-email.mjs index 9e3c8355dde76..4b8507da286eb 100644 --- a/components/microsoft_outlook/actions/find-email/find-email.mjs +++ b/components/microsoft_outlook/actions/find-email/find-email.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-find-email", name: "Find Email", description: "Search for an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)", - version: "0.0.11", + version: "0.0.12", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs b/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs index 4efa91d26b6b5..9c7ee5ae46685 100644 --- a/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs +++ b/components/microsoft_outlook/actions/find-shared-folder-email/find-shared-folder-email.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-find-shared-folder-email", name: "Find Shared Folder Email", description: "Search for an email in a shared folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-messages)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs b/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs index 02591eeb6310c..2012999769c2a 100644 --- a/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs +++ b/components/microsoft_outlook/actions/list-contacts/list-contacts.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-list-contacts", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "List Contacts", description: "Get a contact collection from the default contacts folder, [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-list-contacts)", props: { diff --git a/components/microsoft_outlook/actions/list-folders/list-folders.mjs b/components/microsoft_outlook/actions/list-folders/list-folders.mjs index 156a5f291ae50..5948e9e7afe01 100644 --- a/components/microsoft_outlook/actions/list-folders/list-folders.mjs +++ b/components/microsoft_outlook/actions/list-folders/list-folders.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-list-folders", name: "List Folders", description: "Retrieves a list of all folders in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-mailfolders)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/list-labels/list-labels.mjs b/components/microsoft_outlook/actions/list-labels/list-labels.mjs index 2ba3bff5dfa21..fd478896118f5 100644 --- a/components/microsoft_outlook/actions/list-labels/list-labels.mjs +++ b/components/microsoft_outlook/actions/list-labels/list-labels.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-list-labels", name: "List Labels", description: "Get all the labels/categories that have been defined for a user. [See the documentation](https://learn.microsoft.com/en-us/graph/api/outlookuser-list-mastercategories)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs b/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs index 027773ac6b688..4b39cfd2eb1f7 100644 --- a/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs +++ b/components/microsoft_outlook/actions/move-email-to-folder/move-email-to-folder.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-move-email-to-folder", name: "Move Email to Folder", description: "Moves an email to the specified folder in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-move)", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs b/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs index 4fdce895af1c7..40907dc1687f9 100644 --- a/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs +++ b/components/microsoft_outlook/actions/remove-label-from-email/remove-label-from-email.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-remove-label-from-email", name: "Remove Label from Email", description: "Removes a label/category from an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-update)", - version: "0.0.10", + version: "0.0.11", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs b/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs index 18f20d16ad0ec..29df15c5326d1 100644 --- a/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs +++ b/components/microsoft_outlook/actions/reply-to-email/reply-to-email.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook-reply-to-email", name: "Reply to Email", description: "Reply to an email in Microsoft Outlook. [See the documentation](https://learn.microsoft.com/en-us/graph/api/message-reply)", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook/actions/send-email/send-email.mjs b/components/microsoft_outlook/actions/send-email/send-email.mjs index 505a34a327069..2bf08d1bfed54 100644 --- a/components/microsoft_outlook/actions/send-email/send-email.mjs +++ b/components/microsoft_outlook/actions/send-email/send-email.mjs @@ -4,7 +4,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-send-email", - version: "0.0.18", + version: "0.0.19", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Send Email", description: "Send an email to one or multiple recipients, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-sendmail)", props: { diff --git a/components/microsoft_outlook/actions/update-contact/update-contact.mjs b/components/microsoft_outlook/actions/update-contact/update-contact.mjs index 28f5240a5b245..268bc8d8404a5 100644 --- a/components/microsoft_outlook/actions/update-contact/update-contact.mjs +++ b/components/microsoft_outlook/actions/update-contact/update-contact.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook.app.mjs"; export default { type: "action", key: "microsoft_outlook-update-contact", - version: "0.0.17", + version: "0.0.18", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Update Contact", description: "Update an existing contact, [See the docs](https://docs.microsoft.com/en-us/graph/api/user-post-contacts)", props: { diff --git a/components/microsoft_outlook_calendar/actions/create-calendar-event/create-calendar-event.mjs b/components/microsoft_outlook_calendar/actions/create-calendar-event/create-calendar-event.mjs index 338e290e51e67..585169c76036c 100644 --- a/components/microsoft_outlook_calendar/actions/create-calendar-event/create-calendar-event.mjs +++ b/components/microsoft_outlook_calendar/actions/create-calendar-event/create-calendar-event.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs"; export default { type: "action", key: "microsoft_outlook_calendar-create-calendar-event", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create Calendar Event", description: "Create an event in the user's default calendar. [See the documentation](https://docs.microsoft.com/en-us/graph/api/user-post-events)", props: { diff --git a/components/microsoft_outlook_calendar/actions/delete-calendar-event/delete-calendar-event.mjs b/components/microsoft_outlook_calendar/actions/delete-calendar-event/delete-calendar-event.mjs index 022a8f7ec5a09..7d84da8bf9328 100644 --- a/components/microsoft_outlook_calendar/actions/delete-calendar-event/delete-calendar-event.mjs +++ b/components/microsoft_outlook_calendar/actions/delete-calendar-event/delete-calendar-event.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs"; export default { type: "action", key: "microsoft_outlook_calendar-delete-calendar-event", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Delete Calendar Event", description: "Delete an event in the user's default calendar. [See the documentation](https://learn.microsoft.com/en-us/graph/api/event-delete?view=graph-rest-1.0&tabs=http)", props: { diff --git a/components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs b/components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs index fc9428397a1d9..3c0de5910d0e9 100644 --- a/components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs +++ b/components/microsoft_outlook_calendar/actions/get-schedule/get-schedule.mjs @@ -6,7 +6,12 @@ export default { key: "microsoft_outlook_calendar-get-schedule", name: "Get Free/Busy Schedule", description: "Get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period. [See the documentation](https://learn.microsoft.com/en-us/graph/api/calendar-getschedule)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook_calendar/actions/list-events/list-events.mjs b/components/microsoft_outlook_calendar/actions/list-events/list-events.mjs index 6f27f7e43b8b6..508a75cc501b8 100644 --- a/components/microsoft_outlook_calendar/actions/list-events/list-events.mjs +++ b/components/microsoft_outlook_calendar/actions/list-events/list-events.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_outlook_calendar-list-events", name: "List Events", description: "Get a list of event objects in the user's mailbox. [See the documentation](https://learn.microsoft.com/en-us/graph/api/user-list-events)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftOutlook, diff --git a/components/microsoft_outlook_calendar/actions/update-calendar-event/update-calendar-event.mjs b/components/microsoft_outlook_calendar/actions/update-calendar-event/update-calendar-event.mjs index 3765ceac1cc26..a15c07c680ea4 100644 --- a/components/microsoft_outlook_calendar/actions/update-calendar-event/update-calendar-event.mjs +++ b/components/microsoft_outlook_calendar/actions/update-calendar-event/update-calendar-event.mjs @@ -3,7 +3,12 @@ import microsoftOutlook from "../../microsoft_outlook_calendar.app.mjs"; export default { type: "action", key: "microsoft_outlook_calendar-update-calendar-event", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Update Calendar Event", description: "Update an event in the user's default calendar. [See the documentation](https://learn.microsoft.com/en-us/graph/api/event-update?view=graph-rest-1.0&tabs=http)", props: { diff --git a/components/microsoft_power_bi/actions/add-rows-dataset-table/add-rows-dataset-table.mjs b/components/microsoft_power_bi/actions/add-rows-dataset-table/add-rows-dataset-table.mjs index 7efb1937b488c..da8d9b21c2bb9 100644 --- a/components/microsoft_power_bi/actions/add-rows-dataset-table/add-rows-dataset-table.mjs +++ b/components/microsoft_power_bi/actions/add-rows-dataset-table/add-rows-dataset-table.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_power_bi-add-rows-dataset-table", name: "Add Rows to Dataset Table", description: "Adds new data rows to the specified table within the specified dataset from My workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-rows)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { powerBi, diff --git a/components/microsoft_power_bi/actions/cancel-refresh/cancel-refresh.mjs b/components/microsoft_power_bi/actions/cancel-refresh/cancel-refresh.mjs index 5ee13cc4864cc..48638d30463ae 100644 --- a/components/microsoft_power_bi/actions/cancel-refresh/cancel-refresh.mjs +++ b/components/microsoft_power_bi/actions/cancel-refresh/cancel-refresh.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_power_bi-cancel-refresh", name: "Cancel Dataset Refresh", description: "Cancels a refresh operation for a specified dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/cancel-refresh)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { powerBi, diff --git a/components/microsoft_power_bi/actions/create-dataset/create-dataset.mjs b/components/microsoft_power_bi/actions/create-dataset/create-dataset.mjs index 0f44fe11f054c..f6a04e2109981 100644 --- a/components/microsoft_power_bi/actions/create-dataset/create-dataset.mjs +++ b/components/microsoft_power_bi/actions/create-dataset/create-dataset.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_power_bi-create-dataset", name: "Create Dataset", description: "Creates a new Push Dataset in Power BI. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-dataset)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { powerBi, diff --git a/components/microsoft_power_bi/actions/get-dataset-refresh/get-dataset-refresh.mjs b/components/microsoft_power_bi/actions/get-dataset-refresh/get-dataset-refresh.mjs index 353674b078b46..7cdb668f5ed68 100644 --- a/components/microsoft_power_bi/actions/get-dataset-refresh/get-dataset-refresh.mjs +++ b/components/microsoft_power_bi/actions/get-dataset-refresh/get-dataset-refresh.mjs @@ -5,7 +5,12 @@ export default { key: "microsoft_power_bi-get-dataset-refresh", name: "Get Dataset Refresh", description: "Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/get-refresh-history)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/microsoft_power_bi/actions/get-reports/get-reports.mjs b/components/microsoft_power_bi/actions/get-reports/get-reports.mjs index 56a29082a27ab..d01e735ed3e0b 100644 --- a/components/microsoft_power_bi/actions/get-reports/get-reports.mjs +++ b/components/microsoft_power_bi/actions/get-reports/get-reports.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_power_bi-get-reports", name: "Get Reports", description: "Get reports from a Power BI workspace. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/reports/get-reports)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftPowerBi, diff --git a/components/microsoft_power_bi/actions/refresh-dataset/refresh-dataset.mjs b/components/microsoft_power_bi/actions/refresh-dataset/refresh-dataset.mjs index 299b84cde0e2b..ce964131d24cf 100644 --- a/components/microsoft_power_bi/actions/refresh-dataset/refresh-dataset.mjs +++ b/components/microsoft_power_bi/actions/refresh-dataset/refresh-dataset.mjs @@ -4,7 +4,12 @@ export default { key: "microsoft_power_bi-refresh-dataset", name: "Refresh Dataset", description: "Triggers a refresh operation for a specified Power BI dataset. [See the documentation](https://learn.microsoft.com/en-us/rest/api/power-bi/datasets/refresh-dataset)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { powerBi, diff --git a/components/microsoft_sql_server/actions/execute-query/execute-query.mjs b/components/microsoft_sql_server/actions/execute-query/execute-query.mjs index 265bcffaa2056..68a52f76421b1 100644 --- a/components/microsoft_sql_server/actions/execute-query/execute-query.mjs +++ b/components/microsoft_sql_server/actions/execute-query/execute-query.mjs @@ -5,7 +5,12 @@ export default { name: "Execute Query", description: "Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=sql-server-ver16)", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, query: { diff --git a/components/microsoft_sql_server/actions/execute-raw-query/execute-raw-query.mjs b/components/microsoft_sql_server/actions/execute-raw-query/execute-raw-query.mjs index 2e2911e9fcf7a..ecb72e88e06d0 100644 --- a/components/microsoft_sql_server/actions/execute-raw-query/execute-raw-query.mjs +++ b/components/microsoft_sql_server/actions/execute-raw-query/execute-raw-query.mjs @@ -5,7 +5,12 @@ export default { name: "Execute SQL Query", description: "Execute a custom SQL query. See [our docs](https://pipedream.com/docs/databases/working-with-sql) to learn more about working with SQL in Pipedream.", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, // eslint-disable-next-line pipedream/props-description diff --git a/components/microsoft_sql_server/actions/insert-row/insert-row.mjs b/components/microsoft_sql_server/actions/insert-row/insert-row.mjs index 6e7e79bc3cbba..5cfb4b357279a 100644 --- a/components/microsoft_sql_server/actions/insert-row/insert-row.mjs +++ b/components/microsoft_sql_server/actions/insert-row/insert-row.mjs @@ -5,7 +5,12 @@ export default { name: "Insert Row", description: "Inserts a new row in a table. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/statements/insert-transact-sql?view=sql-server-ver16)", type: "action", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, table: { diff --git a/components/microsoft_teams/actions/create-channel/create-channel.mjs b/components/microsoft_teams/actions/create-channel/create-channel.mjs index 844c59d96d475..7f21aa80be3ad 100644 --- a/components/microsoft_teams/actions/create-channel/create-channel.mjs +++ b/components/microsoft_teams/actions/create-channel/create-channel.mjs @@ -5,7 +5,12 @@ export default { name: "Create Channel", description: "Create a new channel in Microsoft Teams. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/list-channels/list-channels.mjs b/components/microsoft_teams/actions/list-channels/list-channels.mjs index 3451cb7b2a14b..baaab814b6819 100644 --- a/components/microsoft_teams/actions/list-channels/list-channels.mjs +++ b/components/microsoft_teams/actions/list-channels/list-channels.mjs @@ -5,7 +5,12 @@ export default { name: "List Channels", description: "Lists all channels in a Microsoft Team. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-list?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/list-shifts/list-shifts.mjs b/components/microsoft_teams/actions/list-shifts/list-shifts.mjs index 2af018585a8ac..5fa0429e610e9 100644 --- a/components/microsoft_teams/actions/list-shifts/list-shifts.mjs +++ b/components/microsoft_teams/actions/list-shifts/list-shifts.mjs @@ -5,7 +5,12 @@ export default { name: "List Shifts", description: "Get the list of shift instances for a team. [See the documentation](https://learn.microsoft.com/en-us/graph/api/schedule-list-shifts?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs b/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs index 9ed69e54b1190..346f59a6ad50e 100644 --- a/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs +++ b/components/microsoft_teams/actions/send-channel-message/send-channel-message.mjs @@ -5,7 +5,12 @@ export default { name: "Send Channel Message", description: "Send a message to a team's channel. [See the docs here](https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { microsoftTeams, teamId: { diff --git a/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs b/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs index 265adb34126a2..0d5d0276ebce9 100644 --- a/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs +++ b/components/microsoft_teams/actions/send-chat-message/send-chat-message.mjs @@ -5,7 +5,12 @@ export default { name: "Send Chat Message", description: "Send a message to a team's chat. [See the docs here](https://docs.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http)", type: "action", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { microsoftTeams, chatId: { diff --git a/components/microsofttodo/actions/create-list/create-list.mjs b/components/microsofttodo/actions/create-list/create-list.mjs index 252c4cf04b76e..e6506673b71a9 100644 --- a/components/microsofttodo/actions/create-list/create-list.mjs +++ b/components/microsofttodo/actions/create-list/create-list.mjs @@ -4,7 +4,12 @@ export default { key: "microsofttodo-create-list", name: "Create List", description: "Create a new task list in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todo-post-lists).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftTodo, diff --git a/components/microsofttodo/actions/create-task/create-task.mjs b/components/microsofttodo/actions/create-task/create-task.mjs index 38aa81838afb1..349e60e64292b 100644 --- a/components/microsofttodo/actions/create-task/create-task.mjs +++ b/components/microsofttodo/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "microsofttodo-create-task", name: "Create Task", description: "Create a new task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-post-tasks).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftTodo, diff --git a/components/microsofttodo/actions/list-tasks/list-tasks.mjs b/components/microsofttodo/actions/list-tasks/list-tasks.mjs index 1d52afa16a052..01b1204d4fae8 100644 --- a/components/microsofttodo/actions/list-tasks/list-tasks.mjs +++ b/components/microsofttodo/actions/list-tasks/list-tasks.mjs @@ -4,7 +4,12 @@ export default { key: "microsofttodo-list-tasks", name: "List Tasks", description: "List tasks in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotasklist-list-tasks).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { microsoftTodo, diff --git a/components/microsofttodo/actions/update-task/update-task.mjs b/components/microsofttodo/actions/update-task/update-task.mjs index 3d0cea4a4f2cd..add63033fb8aa 100644 --- a/components/microsofttodo/actions/update-task/update-task.mjs +++ b/components/microsofttodo/actions/update-task/update-task.mjs @@ -5,7 +5,12 @@ export default { key: "microsofttodo-update-task", name: "Update Task", description: "Updates an existing task in Microsoft To Do. [See the documentation](https://learn.microsoft.com/en-us/graph/api/todotask-update).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { microsoftTodo, diff --git a/components/miestro/actions/create-user/create-user.mjs b/components/miestro/actions/create-user/create-user.mjs index 1b9ab2aa497c5..b7fef4b5a4375 100644 --- a/components/miestro/actions/create-user/create-user.mjs +++ b/components/miestro/actions/create-user/create-user.mjs @@ -2,7 +2,12 @@ import app from "../../miestro.app.mjs"; export default { key: "miestro-create-user", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create User", description: "Creates a user with the given attributes. [See the documentation](https://support.miestro.com/article/279-api-documentation)", diff --git a/components/miestro/actions/enroll-user-to-course/enroll-user-to-course.mjs b/components/miestro/actions/enroll-user-to-course/enroll-user-to-course.mjs index ffd30921d78d8..c3ab513030e11 100644 --- a/components/miestro/actions/enroll-user-to-course/enroll-user-to-course.mjs +++ b/components/miestro/actions/enroll-user-to-course/enroll-user-to-course.mjs @@ -2,7 +2,12 @@ import app from "../../miestro.app.mjs"; export default { key: "miestro-enroll-user-to-course", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Enroll User To Course", description: "Enrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation)", diff --git a/components/miestro/actions/unroll-user-to-course/unroll-user-to-course.mjs b/components/miestro/actions/unroll-user-to-course/unroll-user-to-course.mjs index 38f539775e414..0390784cd636c 100644 --- a/components/miestro/actions/unroll-user-to-course/unroll-user-to-course.mjs +++ b/components/miestro/actions/unroll-user-to-course/unroll-user-to-course.mjs @@ -2,7 +2,12 @@ import app from "../../miestro.app.mjs"; export default { key: "miestro-unroll-user-to-course", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Unroll User To Course", description: "Unrolls user to a course. [See the documentation](https://support.miestro.com/article/279-api-documentation)", diff --git a/components/miro_custom_app/actions/create-board/create-board.mjs b/components/miro_custom_app/actions/create-board/create-board.mjs index 2f8ff16a277db..bb56b94e58d5f 100644 --- a/components/miro_custom_app/actions/create-board/create-board.mjs +++ b/components/miro_custom_app/actions/create-board/create-board.mjs @@ -2,7 +2,12 @@ import app from "../../miro_custom_app.app.mjs"; export default { name: "Create Board", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "miro_custom_app-create-board", description: "Creates a Miro board. [See the docs](https://developers.miro.com/reference/create-board).", type: "action", diff --git a/components/miro_custom_app/actions/create-card-item/create-card-item.mjs b/components/miro_custom_app/actions/create-card-item/create-card-item.mjs index c3bb9b6cb4c64..4a3a5671fda1c 100644 --- a/components/miro_custom_app/actions/create-card-item/create-card-item.mjs +++ b/components/miro_custom_app/actions/create-card-item/create-card-item.mjs @@ -4,7 +4,12 @@ export default { key: "miro_custom_app-create-card-item", name: "Create Card Item", description: "Creates a card item on a Miro board. [See the documentation](https://developers.miro.com/reference/create-card-item).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/miro_custom_app/actions/create-shape/create-shape.mjs b/components/miro_custom_app/actions/create-shape/create-shape.mjs index f9c874a2f5635..7166241f3a5c4 100644 --- a/components/miro_custom_app/actions/create-shape/create-shape.mjs +++ b/components/miro_custom_app/actions/create-shape/create-shape.mjs @@ -4,7 +4,12 @@ const { app } = common.props; export default { name: "Create Shape", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "miro_custom_app-create-shape", description: "Creates a shape on a Miro board. [See the docs](https://developers.miro.com/reference/create-shape-item).", type: "action",