diff --git a/components/airtable_oauth/actions/update-field/update-field.mjs b/components/airtable_oauth/actions/update-field/update-field.mjs index 5d3c2c1f40e5c..40fa78ebfd2bc 100644 --- a/components/airtable_oauth/actions/update-field/update-field.mjs +++ b/components/airtable_oauth/actions/update-field/update-field.mjs @@ -5,7 +5,12 @@ export default { key: "airtable_oauth-update-field", name: "Update Field", description: "Update an existing field in a table. [See the documentation](https://airtable.com/developers/web/api/update-field)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/update-record/update-record.mjs b/components/airtable_oauth/actions/update-record/update-record.mjs index e75a15305690f..36f8af9026d34 100644 --- a/components/airtable_oauth/actions/update-record/update-record.mjs +++ b/components/airtable_oauth/actions/update-record/update-record.mjs @@ -6,7 +6,12 @@ export default { key: "airtable_oauth-update-record", name: "Update Record", description: "Update a single record in a table by Record ID. [See the documentation](https://airtable.com/developers/web/api/update-record)", - version: "0.0.13", + version: "0.0.14", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/update-table/update-table.mjs b/components/airtable_oauth/actions/update-table/update-table.mjs index 745cd97747fd1..ec08ba273c064 100644 --- a/components/airtable_oauth/actions/update-table/update-table.mjs +++ b/components/airtable_oauth/actions/update-table/update-table.mjs @@ -4,7 +4,12 @@ export default { key: "airtable_oauth-update-table", name: "Update Table", description: "Update an existing table. [See the documentation](https://airtable.com/developers/web/api/update-table)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/aitable_ai/actions/create-datasheet/create-datasheet.mjs b/components/aitable_ai/actions/create-datasheet/create-datasheet.mjs index f89e7136903d1..6da3b620c4ab2 100644 --- a/components/aitable_ai/actions/create-datasheet/create-datasheet.mjs +++ b/components/aitable_ai/actions/create-datasheet/create-datasheet.mjs @@ -4,7 +4,12 @@ export default { key: "aitable_ai-create-datasheet", name: "Create Datasheet", description: "Create a datasheet in the specified space. [See the documentation](https://developers.aitable.ai/api/reference#tag/Datasheet/operation/create-datasheets)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/aitable_ai/actions/create-field/create-field.mjs b/components/aitable_ai/actions/create-field/create-field.mjs index eadc1e7e58b40..43d03599cdc8c 100644 --- a/components/aitable_ai/actions/create-field/create-field.mjs +++ b/components/aitable_ai/actions/create-field/create-field.mjs @@ -4,7 +4,12 @@ export default { key: "aitable_ai-create-field", name: "Create Field", description: "Create a new field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference#tag/Field/operation/create-fields)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/aitable_ai/actions/delete-field/delete-field.mjs b/components/aitable_ai/actions/delete-field/delete-field.mjs index 04153ea8d7912..505b8925ccc57 100644 --- a/components/aitable_ai/actions/delete-field/delete-field.mjs +++ b/components/aitable_ai/actions/delete-field/delete-field.mjs @@ -4,7 +4,12 @@ export default { key: "aitable_ai-delete-field", name: "Delete Field", description: "Delete a field in the specified datasheet. [See the documentation](https://developers.aitable.ai/api/reference/#tag/Field/operation/delete-fields)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/aivoov/actions/convert-text-to-speech/convert-text-to-speech.mjs b/components/aivoov/actions/convert-text-to-speech/convert-text-to-speech.mjs index facd0342a60d2..0008dd971e7ed 100644 --- a/components/aivoov/actions/convert-text-to-speech/convert-text-to-speech.mjs +++ b/components/aivoov/actions/convert-text-to-speech/convert-text-to-speech.mjs @@ -6,7 +6,12 @@ export default { name: "Convert Text to Speech", description: "Converts text to audio using the Aivoov API. [See the documentation](https://github.com/aivoov/aivoov-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { aivoov, diff --git a/components/akeneo/actions/create-a-new-product-media-file/create-a-new-product-media-file.mjs b/components/akeneo/actions/create-a-new-product-media-file/create-a-new-product-media-file.mjs index fd0eb82d08737..10eab4b041d26 100644 --- a/components/akeneo/actions/create-a-new-product-media-file/create-a-new-product-media-file.mjs +++ b/components/akeneo/actions/create-a-new-product-media-file/create-a-new-product-media-file.mjs @@ -7,7 +7,12 @@ import FormData from "form-data"; export default { type: "action", key: "akeneo-create-a-new-product-media-file", - version: "0.1.3", + version: "0.1.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create A New Product Media File", description: "Allows you to create a new media file and associate it to an attribute value of a given product or product model. [See the docs](https://api.akeneo.com/api-reference.html#post_media_files)", props: { diff --git a/components/akeneo/actions/delete-product/delete-product.mjs b/components/akeneo/actions/delete-product/delete-product.mjs index f0cdb3416ea10..9c9e8ec7ae555 100644 --- a/components/akeneo/actions/delete-product/delete-product.mjs +++ b/components/akeneo/actions/delete-product/delete-product.mjs @@ -4,7 +4,12 @@ export default { key: "akeneo-delete-product", name: "Delete Product", description: "Delete a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#delete_products__code_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { akeneo, diff --git a/components/akeneo/actions/get-draft/get-draft.mjs b/components/akeneo/actions/get-draft/get-draft.mjs index 4bcf23cd51b6f..451d8f8df01c5 100644 --- a/components/akeneo/actions/get-draft/get-draft.mjs +++ b/components/akeneo/actions/get-draft/get-draft.mjs @@ -4,7 +4,12 @@ export default { key: "akeneo-get-draft", name: "Get Draft", description: "Get a product draft from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_draft__code_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { akeneo, diff --git a/components/akeneo/actions/get-product/get-product.mjs b/components/akeneo/actions/get-product/get-product.mjs index 492da5a939fec..b0222e1fa0e5e 100644 --- a/components/akeneo/actions/get-product/get-product.mjs +++ b/components/akeneo/actions/get-product/get-product.mjs @@ -4,7 +4,12 @@ export default { key: "akeneo-get-product", name: "Get Product", description: "Get a product from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products__code_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { akeneo, diff --git a/components/akeneo/actions/search-products/search-products.mjs b/components/akeneo/actions/search-products/search-products.mjs index f61914e7eb03f..fbdbdd36906a3 100644 --- a/components/akeneo/actions/search-products/search-products.mjs +++ b/components/akeneo/actions/search-products/search-products.mjs @@ -5,7 +5,12 @@ export default { key: "akeneo-search-products", name: "Search Products", description: "Search products from Akeneo. [See the documentation](https://api.akeneo.com/api-reference.html#get_products)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { akeneo, diff --git a/components/akeneo/actions/submit-product-for-approval/submit-product-for-approval.mjs b/components/akeneo/actions/submit-product-for-approval/submit-product-for-approval.mjs index cc874286a1756..6c2f3be896e32 100644 --- a/components/akeneo/actions/submit-product-for-approval/submit-product-for-approval.mjs +++ b/components/akeneo/actions/submit-product-for-approval/submit-product-for-approval.mjs @@ -4,7 +4,12 @@ export default { key: "akeneo-submit-product-for-approval", name: "Submit Product For Approval", description: "Submit a product for approval. [See the documentation](https://api.akeneo.com/api-reference.html#post_proposal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { akeneo, diff --git a/components/akismet/actions/check-comment/check-comment.mjs b/components/akismet/actions/check-comment/check-comment.mjs index f77d9a9d0d016..621d4c149b8bf 100644 --- a/components/akismet/actions/check-comment/check-comment.mjs +++ b/components/akismet/actions/check-comment/check-comment.mjs @@ -4,7 +4,12 @@ export default { key: "akismet-check-comment", name: "Check Comment", description: "Check if a comment is spam or not. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/akismet/actions/submit-ham/submit-ham.mjs b/components/akismet/actions/submit-ham/submit-ham.mjs index 39de0a443f878..dc5906112ff98 100644 --- a/components/akismet/actions/submit-ham/submit-ham.mjs +++ b/components/akismet/actions/submit-ham/submit-ham.mjs @@ -4,7 +4,12 @@ export default { key: "akismet-submit-ham", name: "Submit Ham", description: "Submit a comment that was incorrectly classified as spam. [See the documentation](https://akismet.com/developers/detailed-docs/submit-ham-false-positives/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/akismet/actions/submit-spam/submit-spam.mjs b/components/akismet/actions/submit-spam/submit-spam.mjs index 081c91cbfe06b..51c27cde064c3 100644 --- a/components/akismet/actions/submit-spam/submit-spam.mjs +++ b/components/akismet/actions/submit-spam/submit-spam.mjs @@ -4,7 +4,12 @@ export default { key: "akismet-submit-spam", name: "Submit Spam", description: "Submit comment that was not marked as spam but should have been. [See the documentation](https://akismet.com/developers/detailed-docs/submit-spam-missed-spam/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/akkio/actions/make-prediction/make-prediction.mjs b/components/akkio/actions/make-prediction/make-prediction.mjs index 74553d6457aa2..0fbb26fdb5d59 100644 --- a/components/akkio/actions/make-prediction/make-prediction.mjs +++ b/components/akkio/actions/make-prediction/make-prediction.mjs @@ -5,7 +5,12 @@ export default { key: "akkio-make-prediction", name: "Make Prediction", description: "Makes a prediction based on the input props. [See the documentation](https://docs.akkio.com/akkio-docs/rest-api/api-options/curl-commands)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { akkio, diff --git a/components/albus/actions/ask-question/ask-question.mjs b/components/albus/actions/ask-question/ask-question.mjs index ae0d8e166a7ae..49dea15d55265 100644 --- a/components/albus/actions/ask-question/ask-question.mjs +++ b/components/albus/actions/ask-question/ask-question.mjs @@ -4,7 +4,12 @@ export default { key: "albus-ask-question", name: "Ask Question", description: "Ask a question to Albus and receive a response.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { albus, diff --git a/components/alegra/actions/create-contact/create-contact.mjs b/components/alegra/actions/create-contact/create-contact.mjs index 7dedc816f1e1c..79fc1817e81a9 100644 --- a/components/alegra/actions/create-contact/create-contact.mjs +++ b/components/alegra/actions/create-contact/create-contact.mjs @@ -9,7 +9,12 @@ export default { key: "alegra-create-contact", name: "Create Contact", description: "Adds a new contact to Alegra. [See the documentation](https://developer.alegra.com/reference/post_contacts).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alegra, diff --git a/components/alegra/actions/create-invoice/create-invoice.mjs b/components/alegra/actions/create-invoice/create-invoice.mjs index 909d4294b1f9b..388c177cf18a4 100644 --- a/components/alegra/actions/create-invoice/create-invoice.mjs +++ b/components/alegra/actions/create-invoice/create-invoice.mjs @@ -9,7 +9,12 @@ export default { key: "alegra-create-invoice", name: "Create Invoice", description: "Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alegra, diff --git a/components/alegra/actions/find-contact/find-contact.mjs b/components/alegra/actions/find-contact/find-contact.mjs index ec0e2dee1bf75..3a8cf393ac04a 100644 --- a/components/alegra/actions/find-contact/find-contact.mjs +++ b/components/alegra/actions/find-contact/find-contact.mjs @@ -4,7 +4,12 @@ export default { key: "alegra-find-contact", name: "Find Contact", description: "Search for an existing contact in Alegra based on name or identification. [See the documentation](https://developer.alegra.com/reference/listcontacts-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { alegra, diff --git a/components/alerty/actions/notify-devices/notify-devices.mjs b/components/alerty/actions/notify-devices/notify-devices.mjs index 7d1f1da5ef030..e3a2079747cad 100644 --- a/components/alerty/actions/notify-devices/notify-devices.mjs +++ b/components/alerty/actions/notify-devices/notify-devices.mjs @@ -6,7 +6,12 @@ export default { key: "alerty-notify-devices", name: "Notify Devices", description: "Sends a notification to active devices. [See the documentation](https://alerty.dev/api/notify)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alerty, diff --git a/components/algolia/actions/browse-records/browse-records.mjs b/components/algolia/actions/browse-records/browse-records.mjs index 34354ad817032..0126591c50435 100644 --- a/components/algolia/actions/browse-records/browse-records.mjs +++ b/components/algolia/actions/browse-records/browse-records.mjs @@ -4,7 +4,12 @@ export default { key: "algolia-browse-records", name: "Browse Records", description: "Browse for records in the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/browse/?client=javascript).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/algolia/actions/delete-records/delete-records.mjs b/components/algolia/actions/delete-records/delete-records.mjs index 2e5868f085341..bb77da06dbb3c 100644 --- a/components/algolia/actions/delete-records/delete-records.mjs +++ b/components/algolia/actions/delete-records/delete-records.mjs @@ -5,7 +5,12 @@ export default { key: "algolia-delete-records", name: "Delete Records", description: "Delete records from the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#delete-records)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/algolia/actions/save-records/save-records.mjs b/components/algolia/actions/save-records/save-records.mjs index 00209544870e5..e7efb558ed654 100644 --- a/components/algolia/actions/save-records/save-records.mjs +++ b/components/algolia/actions/save-records/save-records.mjs @@ -5,7 +5,12 @@ export default { key: "algolia-save-records", name: "Save Records", description: "Adds records to an index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#save-records).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/algomo/actions/send-message-to-chatbot/send-message-to-chatbot.mjs b/components/algomo/actions/send-message-to-chatbot/send-message-to-chatbot.mjs index 613e27c6e3a2b..99a4c44f78a4d 100644 --- a/components/algomo/actions/send-message-to-chatbot/send-message-to-chatbot.mjs +++ b/components/algomo/actions/send-message-to-chatbot/send-message-to-chatbot.mjs @@ -4,7 +4,12 @@ export default { key: "algomo-send-message-to-chatbot", name: "Send Message To Chatbot", description: "Send a message to a specific Algomo chatbot and get the response. [See the documentation](https://help.algomo.com/docs/api-access/using%20our%20apis#api-call-for-bot-response-generation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/all_images_ai/actions/buy-image/buy-image.mjs b/components/all_images_ai/actions/buy-image/buy-image.mjs index ac996c6ca3bd8..b3af1d099656c 100644 --- a/components/all_images_ai/actions/buy-image/buy-image.mjs +++ b/components/all_images_ai/actions/buy-image/buy-image.mjs @@ -4,7 +4,12 @@ export default { key: "all_images_ai-buy-image", name: "Buy Image", description: "Allows user to purchase an image and receive a direct public link. User must have sufficient credit balance. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images#buy-image-return-direct-url)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { allImagesAi, diff --git a/components/all_images_ai/actions/generate-images-advanced/generate-images-advanced.mjs b/components/all_images_ai/actions/generate-images-advanced/generate-images-advanced.mjs index f9ca5aa4d35ae..c35a71af525a8 100644 --- a/components/all_images_ai/actions/generate-images-advanced/generate-images-advanced.mjs +++ b/components/all_images_ai/actions/generate-images-advanced/generate-images-advanced.mjs @@ -4,7 +4,12 @@ export default { key: "all_images_ai-generate-images-advanced", name: "Generate Advanced Customized Images", description: "Generates advanced customized images using a prompt from the user. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#create-image-generation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { allImagesAi, diff --git a/components/all_images_ai/actions/get-image-generation/get-image-generation.mjs b/components/all_images_ai/actions/get-image-generation/get-image-generation.mjs index cd01ab7ef204e..649df5ce381ed 100644 --- a/components/all_images_ai/actions/get-image-generation/get-image-generation.mjs +++ b/components/all_images_ai/actions/get-image-generation/get-image-generation.mjs @@ -4,7 +4,12 @@ export default { key: "all_images_ai-get-image-generation", name: "Get Image Generation", description: "Retrieves a previously generated image using its unique ID. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images-generation#get-image-generation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { allImagesAi, diff --git a/components/allocadence/actions/create-customer-order/create-customer-order.mjs b/components/allocadence/actions/create-customer-order/create-customer-order.mjs index 8da0e725f2fae..d1a874b20d2d2 100644 --- a/components/allocadence/actions/create-customer-order/create-customer-order.mjs +++ b/components/allocadence/actions/create-customer-order/create-customer-order.mjs @@ -7,7 +7,12 @@ export default { key: "allocadence-create-customer-order", name: "Create Customer Order", description: "Creates a new customer order. [See the documentation](https://docs.allocadence.com/#tag/customer_order/paths/~1customer-orders/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { allocadence, diff --git a/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs b/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs index 4d4ee3d41601c..a27045fa6b0b3 100644 --- a/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs +++ b/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs @@ -6,7 +6,12 @@ export default { key: "allocadence-create-purchase-order", name: "Create Purchase Order", description: "Generates a new purchase order. [See the documentation](https://docs.allocadence.com/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { allocadence, diff --git a/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs b/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs index 6315c8ac97313..5874384913a1c 100644 --- a/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs +++ b/components/alpaca/actions/cancel-all-orders/cancel-all-orders.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-cancel-all-orders", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Cancel All Orders", description: "Attempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-all-orders)", props: { diff --git a/components/alpaca/actions/cancel-order/cancel-order.mjs b/components/alpaca/actions/cancel-order/cancel-order.mjs index 105da53cd5802..0772bc8561698 100644 --- a/components/alpaca/actions/cancel-order/cancel-order.mjs +++ b/components/alpaca/actions/cancel-order/cancel-order.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-cancel-order", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Cancel Order", description: "Attempts to cancel an open order. If the order is no longer cancelable (example: status=`filled`), the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#cancel-an-order)", props: { diff --git a/components/alpaca/actions/close-all-positions/close-all-positions.mjs b/components/alpaca/actions/close-all-positions/close-all-positions.mjs index 1568f7ae8bcbb..9e2a764be8166 100644 --- a/components/alpaca/actions/close-all-positions/close-all-positions.mjs +++ b/components/alpaca/actions/close-all-positions/close-all-positions.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-close-all-positions", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Close All Positions", description: "Closes (liquidates) all of the account’s open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will reject the request, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-all-positions)", props: { diff --git a/components/alpaca/actions/close-position/close-position.mjs b/components/alpaca/actions/close-position/close-position.mjs index a2a0f9c76b59e..75a6818af9300 100644 --- a/components/alpaca/actions/close-position/close-position.mjs +++ b/components/alpaca/actions/close-position/close-position.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-close-position", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "Close Position", description: "Closes (liquidates) the account’s open position. Works for both long and short positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#close-a-position)", props: { diff --git a/components/alpaca/actions/get-account-info/get-account-info.mjs b/components/alpaca/actions/get-account-info/get-account-info.mjs index f4f51d9127af2..1ad267e24da33 100644 --- a/components/alpaca/actions/get-account-info/get-account-info.mjs +++ b/components/alpaca/actions/get-account-info/get-account-info.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-get-account-info", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Account Info", description: "Returns the account info, [See the docs](https://alpaca.markets/docs/api-references/trading-api/account/)", props: { diff --git a/components/alpaca/actions/list-orders/list-orders.mjs b/components/alpaca/actions/list-orders/list-orders.mjs index f6142cd8b39bc..9b3a4f6ffe603 100644 --- a/components/alpaca/actions/list-orders/list-orders.mjs +++ b/components/alpaca/actions/list-orders/list-orders.mjs @@ -4,7 +4,12 @@ import { ConfigurationError } from "@pipedream/platform"; export default { type: "action", key: "alpaca-list-orders", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "List Orders", description: "Retrieves a list of orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#get-a-list-of-orders)", props: { diff --git a/components/alpaca/actions/list-positions/list-positions.mjs b/components/alpaca/actions/list-positions/list-positions.mjs index 48738c4599710..eb14ef1faf04a 100644 --- a/components/alpaca/actions/list-positions/list-positions.mjs +++ b/components/alpaca/actions/list-positions/list-positions.mjs @@ -3,7 +3,12 @@ import app from "../../alpaca.app.mjs"; export default { type: "action", key: "alpaca-list-positions", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, name: "List Positions", description: "Retrieves a list of the account’s open positions, [See the docs](https://alpaca.markets/docs/api-references/trading-api/positions/#get-open-positions)", props: { diff --git a/components/alpaca/actions/place-order/place-order.mjs b/components/alpaca/actions/place-order/place-order.mjs index 5daa23c929df7..83d579fa990a6 100644 --- a/components/alpaca/actions/place-order/place-order.mjs +++ b/components/alpaca/actions/place-order/place-order.mjs @@ -4,7 +4,12 @@ import { ConfigurationError } from "@pipedream/platform"; export default { type: "action", key: "alpaca-place-order", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Place Order", description: "Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order, [See the docs](https://alpaca.markets/docs/api-references/trading-api/orders/#request-a-new-order)", props: { diff --git a/components/alt_text_generator_ai/actions/generate-alt-text/generate-alt-text.mjs b/components/alt_text_generator_ai/actions/generate-alt-text/generate-alt-text.mjs index f4a8963739f03..62399d14c1f3e 100644 --- a/components/alt_text_generator_ai/actions/generate-alt-text/generate-alt-text.mjs +++ b/components/alt_text_generator_ai/actions/generate-alt-text/generate-alt-text.mjs @@ -4,7 +4,12 @@ export default { key: "alt_text_generator_ai-generate-alt-text", name: "Generate Alt Text", description: "Generate alt text for an image. [See the documentation](https://alttextgeneratorai.com/api-docs)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { altTextGeneratorAi, diff --git a/components/altiria/actions/send-sms/send-sms.mjs b/components/altiria/actions/send-sms/send-sms.mjs index 7141a52baeb8a..1b53a9a43a864 100644 --- a/components/altiria/actions/send-sms/send-sms.mjs +++ b/components/altiria/actions/send-sms/send-sms.mjs @@ -5,7 +5,12 @@ export default { name: "Send SMS", description: "Send an SMS message. The message will be sent to the phone numbers you specify. [See the documentation](https://static.altiria.com/especificaciones/altiria_push_rest.pdf).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, destination: { diff --git a/components/altoviz/actions/create-customer/create-customer.mjs b/components/altoviz/actions/create-customer/create-customer.mjs index 6c3e7e2302281..3b7acb568a505 100644 --- a/components/altoviz/actions/create-customer/create-customer.mjs +++ b/components/altoviz/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "altoviz-create-customer", name: "Create Customer", description: "Creates a new customer in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Customers/operation/POST_Customers_Post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { altoviz, diff --git a/components/altoviz/actions/create-product/create-product.mjs b/components/altoviz/actions/create-product/create-product.mjs index d03ca7a1aa2f7..f772f16c6a9ba 100644 --- a/components/altoviz/actions/create-product/create-product.mjs +++ b/components/altoviz/actions/create-product/create-product.mjs @@ -4,7 +4,12 @@ export default { key: "altoviz-create-product", name: "Create Product", description: "Creates a new product in Altoviz. [See the documentation](https://developer.altoviz.com/api#tag/Products/operation/POST_Products_Post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { altoviz, diff --git a/components/altoviz/actions/find-product/find-product.mjs b/components/altoviz/actions/find-product/find-product.mjs index 708b4b5574c8b..6b8aad5038b5f 100644 --- a/components/altoviz/actions/find-product/find-product.mjs +++ b/components/altoviz/actions/find-product/find-product.mjs @@ -4,7 +4,12 @@ export default { key: "altoviz-find-product", name: "Find Product", description: "Finds products in Altoviz using the 'productnumber' prop. [See the documentation](https://developer.altoviz.com/api#tag/Products/operation/GET_Products_Find)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { altoviz, diff --git a/components/altoviz/actions/send-sales-invoice/send-sales-invoice.mjs b/components/altoviz/actions/send-sales-invoice/send-sales-invoice.mjs index 148b3591de460..de539e87f52e5 100644 --- a/components/altoviz/actions/send-sales-invoice/send-sales-invoice.mjs +++ b/components/altoviz/actions/send-sales-invoice/send-sales-invoice.mjs @@ -4,7 +4,12 @@ export default { key: "altoviz-send-sales-invoice", name: "Send Sales Invoice", description: "Sends a sales invoice via email. [See the documentation](https://developer.altoviz.com/api#tag/SaleInvoices/operation/POST_SaleInvoices_Send)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { altoviz, diff --git a/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs b/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs index 9095ddaf167aa..7243c27de1044 100644 --- a/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs +++ b/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs @@ -9,7 +9,12 @@ export default { name: "Generate Alt Text", description: "Generates a descriptive alt text for a given image. [See the documentation](https://alttext.ai/apidocs#tag/Images/operation/create-image)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alttextAi, diff --git a/components/alttextify/actions/delete-image/delete-image.mjs b/components/alttextify/actions/delete-image/delete-image.mjs index 28e143141e830..83ee1ba7d08ab 100644 --- a/components/alttextify/actions/delete-image/delete-image.mjs +++ b/components/alttextify/actions/delete-image/delete-image.mjs @@ -4,7 +4,12 @@ export default { key: "alttextify-delete-image", name: "Delete Image Alt Text", description: "Delete the generated alt text for a specific image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-DeleteImage)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alttextify, diff --git a/components/alttextify/actions/get-alttext-by-asset-id/get-alttext-by-asset-id.mjs b/components/alttextify/actions/get-alttext-by-asset-id/get-alttext-by-asset-id.mjs index 1beba5946463a..a41815971b773 100644 --- a/components/alttextify/actions/get-alttext-by-asset-id/get-alttext-by-asset-id.mjs +++ b/components/alttextify/actions/get-alttext-by-asset-id/get-alttext-by-asset-id.mjs @@ -4,7 +4,12 @@ export default { key: "alttextify-get-alttext-by-asset-id", name: "Retrieve Alt Text by Asset ID", description: "Retrieve alt text for a previously submitted image using the asset ID. [See the documentation](https://apidoc.alttextify.net/#api-Image-GetImageByAssetID)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { alttextify, diff --git a/components/alttextify/actions/submit-image/submit-image.mjs b/components/alttextify/actions/submit-image/submit-image.mjs index fb21b8e10059f..3d5438f7b7e25 100644 --- a/components/alttextify/actions/submit-image/submit-image.mjs +++ b/components/alttextify/actions/submit-image/submit-image.mjs @@ -5,7 +5,12 @@ export default { key: "alttextify-submit-image", name: "Submit Image to Alttextify", description: "Upload or submit an image to Alttextify for alt text generation. [See the documentation](https://apidoc.alttextify.net/#api-Image-UploadRawImage)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { alttextify, diff --git a/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs b/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs index 2955ec84e2683..b61124f667a15 100644 --- a/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs +++ b/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs @@ -5,7 +5,12 @@ export default { key: "alttextlab-generate-alt-text", name: "Generate Alt Text", description: "Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { altTextLab, diff --git a/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs b/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs index dea9c7275ad6d..bc41f5d9e3790 100644 --- a/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs +++ b/components/amara/actions/add-new-subtitles/add-new-subtitles.mjs @@ -5,7 +5,12 @@ export default { name: "Add New Subtitles", description: "Add new subtitles. [See the docs here](https://apidocs.amara.org/#add-new-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/add-video/add-video.mjs b/components/amara/actions/add-video/add-video.mjs index 916c50bd2fb91..b7212f4e8442f 100644 --- a/components/amara/actions/add-video/add-video.mjs +++ b/components/amara/actions/add-video/add-video.mjs @@ -6,7 +6,12 @@ export default { name: "Add Video", description: "Add a video. [See the docs here](https://apidocs.amara.org/#add-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, videoUrl: { diff --git a/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs b/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs index 82bef12201cab..cbf53f13ec464 100644 --- a/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs +++ b/components/amara/actions/create-subtitle-language/create-subtitle-language.mjs @@ -5,7 +5,12 @@ export default { name: "Create Subtitle Language", description: "Create a subtitle language. [See the docs here](https://apidocs.amara.org/#create-a-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/delete-subtitles/delete-subtitles.mjs b/components/amara/actions/delete-subtitles/delete-subtitles.mjs index a8770fd77e810..78f5d9e772640 100644 --- a/components/amara/actions/delete-subtitles/delete-subtitles.mjs +++ b/components/amara/actions/delete-subtitles/delete-subtitles.mjs @@ -6,7 +6,12 @@ export default { name: "Delete Subtitles", description: "Delete all subtitle versions for a language. [See the docs here](https://apidocs.amara.org/#delete-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/delete-video/delete-video.mjs b/components/amara/actions/delete-video/delete-video.mjs index 5892a56eb23c4..bcc3b6763eb89 100644 --- a/components/amara/actions/delete-video/delete-video.mjs +++ b/components/amara/actions/delete-video/delete-video.mjs @@ -5,7 +5,12 @@ export default { name: "Delete Video", description: "Delete a video. In order to delete a video, it must be part of a team that you're an admin of. [See the docs here](https://apidocs.amara.org/#delete-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs b/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs index f8c6a8ca08415..4ae0e739456bf 100644 --- a/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs +++ b/components/amara/actions/fetch-raw-subtitles/fetch-raw-subtitles.mjs @@ -7,7 +7,12 @@ export default { name: "Fetch Raw Subtitles", description: "Fetch raw subtitles. [See the docs here](https://apidocs.amara.org/#fetch-raw-subtitles)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs b/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs index 96319df9cc7e5..2dc553ecdbbc0 100644 --- a/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs +++ b/components/amara/actions/fetch-subtitles-data/fetch-subtitles-data.mjs @@ -6,7 +6,12 @@ export default { name: "Fetch Subtitles Data", description: "Fetch subtitles data. [See the docs here](https://apidocs.amara.org/#fetch-subtitles-data)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs b/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs index 728d6501b51c3..93808b920efc2 100644 --- a/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs +++ b/components/amara/actions/get-subtitle-language-details/get-subtitle-language-details.mjs @@ -5,7 +5,12 @@ export default { name: "Get Subtitle Language Details", description: "Get details on a single subtitle language. [See the docs here](https://apidocs.amara.org/#get-details-on-a-single-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, team: { diff --git a/components/amara/actions/get-team-details/get-team-details.mjs b/components/amara/actions/get-team-details/get-team-details.mjs index 21293594605a7..9295b7f55288f 100644 --- a/components/amara/actions/get-team-details/get-team-details.mjs +++ b/components/amara/actions/get-team-details/get-team-details.mjs @@ -5,7 +5,12 @@ export default { name: "Get Team Details", description: "Get details on a team. [See the docs here](https://apidocs.amara.org/#get-details-on-a-team)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, teamId: { diff --git a/components/amara/actions/get-video-details/get-video-details.mjs b/components/amara/actions/get-video-details/get-video-details.mjs index a80c095168b82..a5b4e6fb0c6ba 100644 --- a/components/amara/actions/get-video-details/get-video-details.mjs +++ b/components/amara/actions/get-video-details/get-video-details.mjs @@ -6,7 +6,12 @@ export default { name: "Get Video Details", description: "Get video details. [See the docs here](https://apidocs.amara.org/#view-video-details)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, team: { diff --git a/components/amara/actions/list-teams/list-teams.mjs b/components/amara/actions/list-teams/list-teams.mjs index 3e2eef2bebaab..edaa8c2c1c35e 100644 --- a/components/amara/actions/list-teams/list-teams.mjs +++ b/components/amara/actions/list-teams/list-teams.mjs @@ -6,7 +6,12 @@ export default { name: "List Teams", description: "List teams. [See the docs here](https://apidocs.amara.org/#list-teams)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, max: { diff --git a/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs b/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs index dca60daf6deed..cf1836fe95da5 100644 --- a/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs +++ b/components/amara/actions/list-video-subtitle-languages/list-video-subtitle-languages.mjs @@ -6,7 +6,12 @@ export default { name: "List Video Subtitle Languages", description: "Get a list of subtitle languages for a video. [See the docs here](https://apidocs.amara.org/#list-subtitle-languages-for-a-video)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, team: { diff --git a/components/amara/actions/list-videos/list-videos.mjs b/components/amara/actions/list-videos/list-videos.mjs index bbc426787d9b1..df07029bfadb4 100644 --- a/components/amara/actions/list-videos/list-videos.mjs +++ b/components/amara/actions/list-videos/list-videos.mjs @@ -7,7 +7,12 @@ export default { name: "List Videos", description: "List videos. [See the docs here](https://apidocs.amara.org/#list-videos)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { amara, videoUrl: { diff --git a/components/amara/actions/perform-action/perform-action.mjs b/components/amara/actions/perform-action/perform-action.mjs index 4f8f4e6b114c4..c4cce5fd11243 100644 --- a/components/amara/actions/perform-action/perform-action.mjs +++ b/components/amara/actions/perform-action/perform-action.mjs @@ -5,7 +5,12 @@ export default { name: "Perform Action", description: "Perform an action on the subtitles. This is equivalent to opening the editor, not changing the subtitles, and clicking an actions button. [See the docs here](https://apidocs.amara.org/#perform-actions)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs b/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs index d8166ec38669c..02118e849b3a0 100644 --- a/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs +++ b/components/amara/actions/update-subtitle-language/update-subtitle-language.mjs @@ -5,7 +5,12 @@ export default { name: "Update Subtitle Language", description: "Update a subtitle language. [See the docs here](https://apidocs.amara.org/#update-a-subtitle-language)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { amara, team: { diff --git a/components/amazon_alexa/actions/get-simulation-results/get-simulation-results.mjs b/components/amazon_alexa/actions/get-simulation-results/get-simulation-results.mjs index ad2d8a2b5f5c2..a96fe1ed30e0d 100644 --- a/components/amazon_alexa/actions/get-simulation-results/get-simulation-results.mjs +++ b/components/amazon_alexa/actions/get-simulation-results/get-simulation-results.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_alexa-get-simulation-results", name: "Get Simulation Results", description: "Get the results of the specified simulation for an Alexa skill. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/amazon_alexa/actions/simulate-skill/simulate-skill.mjs b/components/amazon_alexa/actions/simulate-skill/simulate-skill.mjs index 8ae09cc6b5610..d388053212b87 100644 --- a/components/amazon_alexa/actions/simulate-skill/simulate-skill.mjs +++ b/components/amazon_alexa/actions/simulate-skill/simulate-skill.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_alexa-simulate-skill", name: "Simulate Alexa Skill", description: "Simulate a dialog from an Alexa-enabled device and receive the skill response for the specified example utterance. [See the documentation](https://developer.amazon.com/en-us/docs/alexa/smapi/skill-simulation-api.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/amazon_selling_partner/actions/check-fba-inventory-levels/check-fba-inventory-levels.mjs b/components/amazon_selling_partner/actions/check-fba-inventory-levels/check-fba-inventory-levels.mjs index a526bab484958..e893e59018a3a 100644 --- a/components/amazon_selling_partner/actions/check-fba-inventory-levels/check-fba-inventory-levels.mjs +++ b/components/amazon_selling_partner/actions/check-fba-inventory-levels/check-fba-inventory-levels.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-check-fba-inventory-levels", name: "Check FBA Inventory Levels", description: "Retrieves inventory summaries from Amazon fulfillment centers to monitor stock availability. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getinventorysummaries)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/fetch-orders-by-date-range/fetch-orders-by-date-range.mjs b/components/amazon_selling_partner/actions/fetch-orders-by-date-range/fetch-orders-by-date-range.mjs index 458d5f328e61f..f140b60e3943b 100644 --- a/components/amazon_selling_partner/actions/fetch-orders-by-date-range/fetch-orders-by-date-range.mjs +++ b/components/amazon_selling_partner/actions/fetch-orders-by-date-range/fetch-orders-by-date-range.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-fetch-orders-by-date-range", name: "Fetch Orders by Date Range", description: "Retrieves a list of orders based on a specified date range, buyer email, or order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorders)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/generate-sales-inventory-reports/generate-sales-inventory-reports.mjs b/components/amazon_selling_partner/actions/generate-sales-inventory-reports/generate-sales-inventory-reports.mjs index 57a05b0214fc5..c7e543808be9f 100644 --- a/components/amazon_selling_partner/actions/generate-sales-inventory-reports/generate-sales-inventory-reports.mjs +++ b/components/amazon_selling_partner/actions/generate-sales-inventory-reports/generate-sales-inventory-reports.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-generate-sales-inventory-reports", name: "Generate Sales & Inventory Reports", description: "Requests reports on sales, inventory, and fulfillment performance. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getreports)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/get-order-details/get-order-details.mjs b/components/amazon_selling_partner/actions/get-order-details/get-order-details.mjs index 852bff998ce68..1bf65d05d5254 100644 --- a/components/amazon_selling_partner/actions/get-order-details/get-order-details.mjs +++ b/components/amazon_selling_partner/actions/get-order-details/get-order-details.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-get-order-details", name: "Get Order Details", description: "Fetches detailed information about a specific order using its order ID. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getorder)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/list-inbound-shipments/list-inbound-shipments.mjs b/components/amazon_selling_partner/actions/list-inbound-shipments/list-inbound-shipments.mjs index 4d44cf7263b62..2a23fac511ee4 100644 --- a/components/amazon_selling_partner/actions/list-inbound-shipments/list-inbound-shipments.mjs +++ b/components/amazon_selling_partner/actions/list-inbound-shipments/list-inbound-shipments.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-list-inbound-shipments", name: "List Inbound Shipments", description: "Fetches inbound shipment details to track stock movement and replenishment. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getshipments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/optimize-product-pricing/optimize-product-pricing.mjs b/components/amazon_selling_partner/actions/optimize-product-pricing/optimize-product-pricing.mjs index a812b22afe0e9..a85de66e63e44 100644 --- a/components/amazon_selling_partner/actions/optimize-product-pricing/optimize-product-pricing.mjs +++ b/components/amazon_selling_partner/actions/optimize-product-pricing/optimize-product-pricing.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_selling_partner-optimize-product-pricing", name: "Optimize Product Pricing", description: "Retrieves pricing data to adjust product prices dynamically based on market trends. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getcompetitivepricing)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_selling_partner/actions/retrieve-sales-performance-reports/retrieve-sales-performance-reports.mjs b/components/amazon_selling_partner/actions/retrieve-sales-performance-reports/retrieve-sales-performance-reports.mjs index 73f3935c0f730..bb3d64010d0fb 100644 --- a/components/amazon_selling_partner/actions/retrieve-sales-performance-reports/retrieve-sales-performance-reports.mjs +++ b/components/amazon_selling_partner/actions/retrieve-sales-performance-reports/retrieve-sales-performance-reports.mjs @@ -5,7 +5,12 @@ export default { key: "amazon_selling_partner-retrieve-sales-performance-reports", name: "Retrieve Sales Performance Reports", description: "Fetches sales reports for visualization in third-party dashboarding tools. [See the documentation](https://developer-docs.amazon.com/sp-api/reference/getordermetrics)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amazonSellingPartner, diff --git a/components/amazon_ses/actions/create-email-template/create-email-template.mjs b/components/amazon_ses/actions/create-email-template/create-email-template.mjs index f2b9d401c4de0..5593c27757319 100644 --- a/components/amazon_ses/actions/create-email-template/create-email-template.mjs +++ b/components/amazon_ses/actions/create-email-template/create-email-template.mjs @@ -5,7 +5,12 @@ export default { key: "amazon_ses-create-email-template", name: "Create Email Template", description: "Create a HTML or a plain text email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/createemailtemplatecommand.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/get-email-template/get-email-template.mjs b/components/amazon_ses/actions/get-email-template/get-email-template.mjs index a03ffec50a5d3..7abab89e4d2ea 100644 --- a/components/amazon_ses/actions/get-email-template/get-email-template.mjs +++ b/components/amazon_ses/actions/get-email-template/get-email-template.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_ses-get-email-template", name: "Get Email Template", description: "Get an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/getemailtemplatecommand.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/send-email/send-email.mjs b/components/amazon_ses/actions/send-email/send-email.mjs index d9e57a1fefe7c..01180a710c782 100644 --- a/components/amazon_ses/actions/send-email/send-email.mjs +++ b/components/amazon_ses/actions/send-email/send-email.mjs @@ -5,7 +5,12 @@ export default { key: "amazon_ses-send-email", name: "Send Email", description: "Send an email using Amazon SES. Supports simple email messaging. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/sendemailcommand.html)", - version: "0.9.1", + version: "0.9.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs b/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs index 3edd09826c222..795a6fde22ee3 100644 --- a/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs +++ b/components/amazon_ses/actions/send-templated-email/send-templated-email.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_ses-send-templated-email", name: "Send Templated Email", description: "Send an email replacing the template tags with values using Amazon SES. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-ses/classes/sendtemplatedemailcommand.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...base.props, diff --git a/components/amazon_ses/actions/update-email-template/update-email-template.mjs b/components/amazon_ses/actions/update-email-template/update-email-template.mjs index 5c8e7d1d379ac..134465dd2be82 100644 --- a/components/amazon_ses/actions/update-email-template/update-email-template.mjs +++ b/components/amazon_ses/actions/update-email-template/update-email-template.mjs @@ -4,7 +4,12 @@ export default { key: "amazon_ses-update-email-template", name: "Update Email Template", description: "Update an email template. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sesv2/classes/updateemailtemplatecommand.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...base.props, diff --git a/components/ambivo/actions/get-contacts/get-contacts.mjs b/components/ambivo/actions/get-contacts/get-contacts.mjs index c59926dbf6275..370577c342f3a 100644 --- a/components/ambivo/actions/get-contacts/get-contacts.mjs +++ b/components/ambivo/actions/get-contacts/get-contacts.mjs @@ -4,7 +4,12 @@ export default { key: "ambivo-get-contacts", name: "Get Contacts", description: "Retrieves a list of contacts in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_contacts_created_crm_contacts_created_get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ambivo, diff --git a/components/ambivo/actions/get-leads/get-leads.mjs b/components/ambivo/actions/get-leads/get-leads.mjs index 56215d173951e..ac1fbae222a14 100644 --- a/components/ambivo/actions/get-leads/get-leads.mjs +++ b/components/ambivo/actions/get-leads/get-leads.mjs @@ -4,7 +4,12 @@ export default { key: "ambivo-get-leads", name: "Get Leads", description: "Retrieves a list of leads in Ambivo. [See the documentation](https://fapi.ambivo.com/docs#/CRM%20Service%20Calls/get_leads_created_crm_leads_created_get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ambivo, diff --git a/components/americommerce/actions/change-order-status/change-order-status.mjs b/components/americommerce/actions/change-order-status/change-order-status.mjs index 23acbf3b93314..0ca47c827527b 100644 --- a/components/americommerce/actions/change-order-status/change-order-status.mjs +++ b/components/americommerce/actions/change-order-status/change-order-status.mjs @@ -4,7 +4,12 @@ export default { key: "americommerce-change-order-status", name: "Change Order Status", description: "Changes the status of an existing order. [See the documentation](https://developers.cart.com/docs/rest-api/6898d9f254dfb-update-an-order-status).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/americommerce/actions/create-update-order/create-update-order.mjs b/components/americommerce/actions/create-update-order/create-update-order.mjs index 461773224d914..9e3fbaec2afd2 100644 --- a/components/americommerce/actions/create-update-order/create-update-order.mjs +++ b/components/americommerce/actions/create-update-order/create-update-order.mjs @@ -5,7 +5,12 @@ export default { key: "americommerce-create-update-order", name: "Create Or Update Order", description: "Creates a new order or updates an existing one. [See the documentation here](https://developers.cart.com/docs/rest-api/3f2ab73188031-create-an-order) and [here](https://developers.cart.com/docs/rest-api/e2649bb3adba9-update-an-order).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/americommerce/actions/update-customer/update-customer.mjs b/components/americommerce/actions/update-customer/update-customer.mjs index 9157ccab10b85..00ee49a68e403 100644 --- a/components/americommerce/actions/update-customer/update-customer.mjs +++ b/components/americommerce/actions/update-customer/update-customer.mjs @@ -4,7 +4,12 @@ export default { key: "americommerce-update-customer", name: "Update Customer", description: "Updates the details of a registered customer. [See the documentation](https://developers.cart.com/docs/rest-api/5da2f1ddbe199-update-a-customer).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/amilia/actions/get-account/get-account.mjs b/components/amilia/actions/get-account/get-account.mjs index cc9b6d1c47a32..01a9a0340ac56 100644 --- a/components/amilia/actions/get-account/get-account.mjs +++ b/components/amilia/actions/get-account/get-account.mjs @@ -4,7 +4,12 @@ export default { key: "amilia-get-account", name: "Get Account", description: "Get an (client) account in your organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAnAccount)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amilia, diff --git a/components/amilia/actions/list-accounts/list-accounts.mjs b/components/amilia/actions/list-accounts/list-accounts.mjs index 539d9b8ea4824..dee916744e351 100644 --- a/components/amilia/actions/list-accounts/list-accounts.mjs +++ b/components/amilia/actions/list-accounts/list-accounts.mjs @@ -4,7 +4,12 @@ export default { key: "amilia-list-accounts", name: "List Accounts", description: "List all (client) accounts in an organization. [See the docs here](https://www.amilia.com/ApiDocs/v3org#GetAccounts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { amilia, diff --git a/components/amplitude/actions/send-event-data/send-event-data.mjs b/components/amplitude/actions/send-event-data/send-event-data.mjs index 5c3e08001c474..f3b28dee8bbfd 100644 --- a/components/amplitude/actions/send-event-data/send-event-data.mjs +++ b/components/amplitude/actions/send-event-data/send-event-data.mjs @@ -4,7 +4,12 @@ export default { key: "amplitude-send-event-data", name: "Send Event Data", description: "Sends user event data to Amplitude for analytics. [See the documentation](https://www.docs.developers.amplitude.com/analytics/apis/http-v2-api/#keys-for-the-event-argument)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/amqp/actions/send-message/send-message.mjs b/components/amqp/actions/send-message/send-message.mjs index 03d26c87e2aa7..eefddb31591cb 100644 --- a/components/amqp/actions/send-message/send-message.mjs +++ b/components/amqp/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { key: "amqp-send-message", name: "Send a Message", description: "Send a new message to an [AMQP 1.0](https://www.amqp.org/sites/amqp.org/files/amqp.pdf) queue. [See the library example here](https://github.com/amqp/rhea-promise#sending-a-message-via-awaitablesender).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { amqp, diff --git a/components/anchor_browser/actions/create-profile/create-profile.mjs b/components/anchor_browser/actions/create-profile/create-profile.mjs index 5dab1e709e318..352532dc91627 100644 --- a/components/anchor_browser/actions/create-profile/create-profile.mjs +++ b/components/anchor_browser/actions/create-profile/create-profile.mjs @@ -4,7 +4,12 @@ export default { key: "anchor_browser-create-profile", name: "Create Profile", description: "Creates a new profile from a session. A Profile stores cookies, local storage, and cache. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/create-profile).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anchor_browser/actions/delete-profile/delete-profile.mjs b/components/anchor_browser/actions/delete-profile/delete-profile.mjs index e83d8aa86c58e..88561832c3e86 100644 --- a/components/anchor_browser/actions/delete-profile/delete-profile.mjs +++ b/components/anchor_browser/actions/delete-profile/delete-profile.mjs @@ -4,7 +4,12 @@ export default { key: "anchor_browser-delete-profile", name: "Delete Profile", description: "Deletes an existing profile by its name. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/delete-profile).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anchor_browser/actions/start-browser/start-browser.mjs b/components/anchor_browser/actions/start-browser/start-browser.mjs index 7a855d33e9e0a..d9655ae57b8f1 100644 --- a/components/anchor_browser/actions/start-browser/start-browser.mjs +++ b/components/anchor_browser/actions/start-browser/start-browser.mjs @@ -4,7 +4,12 @@ export default { key: "anchor_browser-start-browser", name: "Start Browser", description: "Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout. [See the documentation](https://docs.anchorbrowser.io/api-reference/browser-sessions/start-browser).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anchor_browser/actions/update-profile/update-profile.mjs b/components/anchor_browser/actions/update-profile/update-profile.mjs index ab41f0fc4ce2c..407f8ef618721 100644 --- a/components/anchor_browser/actions/update-profile/update-profile.mjs +++ b/components/anchor_browser/actions/update-profile/update-profile.mjs @@ -4,7 +4,12 @@ export default { key: "anchor_browser-update-profile", name: "Update Profile", description: "Updates the description or data of an existing profile using a session. [See the documentation](https://docs.anchorbrowser.io/api-reference/profiles/update-profile).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anonyflow/actions/protect-sensitive-data/protect-sensitive-data.mjs b/components/anonyflow/actions/protect-sensitive-data/protect-sensitive-data.mjs index 304cc66f45b54..158e65143ad75 100644 --- a/components/anonyflow/actions/protect-sensitive-data/protect-sensitive-data.mjs +++ b/components/anonyflow/actions/protect-sensitive-data/protect-sensitive-data.mjs @@ -5,7 +5,12 @@ export default { key: "anonyflow-protect-sensitive-data", name: "Protect Sensitive Data", description: "Encrypts sensitive data using AnonyFlow encryption service with a unique private key managed by AnonyFlow. [See the documentation](https://anonyflow.com/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anonyflow/actions/unprotect-sensitive-data/unprotect-sensitive-data.mjs b/components/anonyflow/actions/unprotect-sensitive-data/unprotect-sensitive-data.mjs index 2c5bd050d564f..662b75694fd84 100644 --- a/components/anonyflow/actions/unprotect-sensitive-data/unprotect-sensitive-data.mjs +++ b/components/anonyflow/actions/unprotect-sensitive-data/unprotect-sensitive-data.mjs @@ -5,7 +5,12 @@ export default { key: "anonyflow-unprotect-sensitive-data", name: "Unprotect Sensitive Data", description: "Decrypts protected data using AnonyFlow decryption service with a unique private key, managed by AnonyFlow. [See the documentation](https://anonyflow.com/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/anthropic/actions/chat/chat.mjs b/components/anthropic/actions/chat/chat.mjs index 64c4084290b68..115a38b2294bb 100644 --- a/components/anthropic/actions/chat/chat.mjs +++ b/components/anthropic/actions/chat/chat.mjs @@ -2,7 +2,12 @@ import anthropic from "../../anthropic.app.mjs"; export default { name: "Chat", - version: "0.2.1", + version: "0.2.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "anthropic-chat", description: "The Chat API. [See the documentation](https://docs.anthropic.com/claude/reference/messages_post)", type: "action", diff --git a/components/anymail_finder/actions/search-all-emails-on-company/search-all-emails-on-company.mjs b/components/anymail_finder/actions/search-all-emails-on-company/search-all-emails-on-company.mjs index d8aab21e1f7b0..cf001d79263dd 100644 --- a/components/anymail_finder/actions/search-all-emails-on-company/search-all-emails-on-company.mjs +++ b/components/anymail_finder/actions/search-all-emails-on-company/search-all-emails-on-company.mjs @@ -4,7 +4,12 @@ export default { key: "anymail_finder-search-all-emails-on-company", name: "Search All Emails on Company", description: "Searches for most popular emails based on company information. [See the documentation](https://anymailfinder.com/email-finder-api/docs#email_search_domain)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { anymailFinder, diff --git a/components/anymail_finder/actions/search-email/search-email.mjs b/components/anymail_finder/actions/search-email/search-email.mjs index 7ba727b3202b4..c1e76ea10fc42 100644 --- a/components/anymail_finder/actions/search-email/search-email.mjs +++ b/components/anymail_finder/actions/search-email/search-email.mjs @@ -5,7 +5,12 @@ export default { key: "anymail_finder-search-email", name: "Search Email", description: "Searches for emails based on company information and, optionally, a person's name.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { anymailFinder, diff --git a/components/api4ai/actions/alcohol-label-recognition/alcohol-label-recognition.mjs b/components/api4ai/actions/alcohol-label-recognition/alcohol-label-recognition.mjs index 3d5a5fbf20b54..89c5c4700457f 100644 --- a/components/api4ai/actions/alcohol-label-recognition/alcohol-label-recognition.mjs +++ b/components/api4ai/actions/alcohol-label-recognition/alcohol-label-recognition.mjs @@ -5,7 +5,12 @@ export default { name: "Alcohol Label Recognition", description: "Accurately identifies alcohol labels using advanced intelligent technologies. Powered by API4AI.", key: "api4ai-alcohol-label-recognition", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/api4ai/actions/background-removal/background-removal.mjs b/components/api4ai/actions/background-removal/background-removal.mjs index 9bad970f85682..abde750b4b3ad 100644 --- a/components/api4ai/actions/background-removal/background-removal.mjs +++ b/components/api4ai/actions/background-removal/background-removal.mjs @@ -8,7 +8,12 @@ export default { description: "Automatically and quickly remove image background with high accuracy. Powered by API4AI.", key: "api4ai-background-removal", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/api4ai/actions/brand-recognition/brand-recognition.mjs b/components/api4ai/actions/brand-recognition/brand-recognition.mjs index f910caa4457b9..6de1a9a563780 100644 --- a/components/api4ai/actions/brand-recognition/brand-recognition.mjs +++ b/components/api4ai/actions/brand-recognition/brand-recognition.mjs @@ -5,7 +5,12 @@ export default { name: "Brand Recognition", description: "The service processes input image and responds with a list of found brand logos. Powered by API4AI.", key: "api4ai-brand-recognition", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app,