diff --git a/components/dropcontact/actions/enrich-contact/enrich-contact.mjs b/components/dropcontact/actions/enrich-contact/enrich-contact.mjs index 90c0b45de926d..70413707606a2 100644 --- a/components/dropcontact/actions/enrich-contact/enrich-contact.mjs +++ b/components/dropcontact/actions/enrich-contact/enrich-contact.mjs @@ -5,7 +5,12 @@ export default { key: "dropcontact-enrich-contact", name: "Enrich Contact", description: "Enrich a list of contacts in Dropcontact. [See the documentation](https://developer.dropcontact.com/#post-request)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dropcontact, diff --git a/components/dropcontact/actions/get-enrichment-request/get-enrichment-request.mjs b/components/dropcontact/actions/get-enrichment-request/get-enrichment-request.mjs index 59ad8f3f617d1..d319d1322963d 100644 --- a/components/dropcontact/actions/get-enrichment-request/get-enrichment-request.mjs +++ b/components/dropcontact/actions/get-enrichment-request/get-enrichment-request.mjs @@ -4,7 +4,12 @@ export default { key: "dropcontact-get-enrichment-request", name: "Get Enrichment Request", description: "Retrieve the enriched contacts of a request in Dropcontact. [See the documentation](https://developer.dropcontact.com/#get-request)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dropcontact, diff --git a/components/dropinblog/actions/create-post/create-post.mjs b/components/dropinblog/actions/create-post/create-post.mjs index 0516d5ed697f3..686a468a7a98e 100644 --- a/components/dropinblog/actions/create-post/create-post.mjs +++ b/components/dropinblog/actions/create-post/create-post.mjs @@ -5,7 +5,12 @@ export default { key: "dropinblog-create-post", name: "Create Post", description: "Allows you to create a new blog post in your DropInBlog account. Requires a private API key. [See the documentation](https://dropinblog.readme.io/reference/posts-create).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/dropmark/actions/get-activity/get-activity.mjs b/components/dropmark/actions/get-activity/get-activity.mjs index f228dc6cf9954..fc001d23473b9 100644 --- a/components/dropmark/actions/get-activity/get-activity.mjs +++ b/components/dropmark/actions/get-activity/get-activity.mjs @@ -4,7 +4,12 @@ export default { key: "dropmark-get-activity", name: "Get Activity", description: "Retrieves a blended feed of newly created collections, items, comments, and reactions. [See the documentation](https://support.dropmark.com/article/96-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dropmark, diff --git a/components/dropmark/actions/get-items-in-collection/get-items-in-collection.mjs b/components/dropmark/actions/get-items-in-collection/get-items-in-collection.mjs index 3ec1785a4740a..fa13ffce84fab 100644 --- a/components/dropmark/actions/get-items-in-collection/get-items-in-collection.mjs +++ b/components/dropmark/actions/get-items-in-collection/get-items-in-collection.mjs @@ -4,7 +4,12 @@ export default { key: "dropmark-get-items-in-collection", name: "Get Items in Collection", description: "Retrieves a list of items in a specific collection. [See the documentation](https://support.dropmark.com/article/96-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dropmark, diff --git a/components/dub/actions/create-link/create-link.mjs b/components/dub/actions/create-link/create-link.mjs index 4a4731b9bd2cb..3555f2bb12d27 100644 --- a/components/dub/actions/create-link/create-link.mjs +++ b/components/dub/actions/create-link/create-link.mjs @@ -2,7 +2,12 @@ import app from "../../dub.app.mjs"; export default { name: "Create Link", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "dub-create-link", description: "Creates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/create-a-new-link)", type: "action", diff --git a/components/dub/actions/delete-link/delete-link.mjs b/components/dub/actions/delete-link/delete-link.mjs index 5775c1e132127..be33c6a424232 100644 --- a/components/dub/actions/delete-link/delete-link.mjs +++ b/components/dub/actions/delete-link/delete-link.mjs @@ -2,7 +2,12 @@ import app from "../../dub.app.mjs"; export default { name: "Delete Link", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "dub-delete-link", description: "Deletes a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/delete-a-link)", type: "action", diff --git a/components/dub/actions/update-link/update-link.mjs b/components/dub/actions/update-link/update-link.mjs index 7f0fca9243ba0..f7c1b4be1b514 100644 --- a/components/dub/actions/update-link/update-link.mjs +++ b/components/dub/actions/update-link/update-link.mjs @@ -2,7 +2,12 @@ import app from "../../dub.app.mjs"; export default { name: "Update Link", - version: "0.0.7", + version: "0.0.8", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "dub-update-link", description: "Updates a link. [See the documentation](https://dub.co/docs/api-reference/endpoint/edit-a-link)", type: "action", diff --git a/components/dust/actions/talk-assistant/talk-assistant.mjs b/components/dust/actions/talk-assistant/talk-assistant.mjs index 17ec47e2b9f01..492bfee9b77b7 100644 --- a/components/dust/actions/talk-assistant/talk-assistant.mjs +++ b/components/dust/actions/talk-assistant/talk-assistant.mjs @@ -5,7 +5,12 @@ export default { key: "dust-talk-assistant", name: "Talk to Assistant", description: "Send a message to an assistant on Dust and receive an answer. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-assistant-conversations-cid-messages)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dust, diff --git a/components/dust/actions/upsert-document/upsert-document.mjs b/components/dust/actions/upsert-document/upsert-document.mjs index 1ee85d8bf46ce..08b403f200469 100644 --- a/components/dust/actions/upsert-document/upsert-document.mjs +++ b/components/dust/actions/upsert-document/upsert-document.mjs @@ -4,7 +4,12 @@ export default { key: "dust-upsert-document", name: "Upsert Document", description: "Upsert a document to a chosen Dust data source. [See the documentation](https://docs.dust.tt/reference/post_api-v1-w-wid-data-sources-name-documents-documentid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dust, diff --git a/components/dux_soup/actions/connect-profile/connect-profile.mjs b/components/dux_soup/actions/connect-profile/connect-profile.mjs index b8da9b1bd693b..49ffb3ec9b89b 100644 --- a/components/dux_soup/actions/connect-profile/connect-profile.mjs +++ b/components/dux_soup/actions/connect-profile/connect-profile.mjs @@ -4,7 +4,12 @@ export default { key: "dux_soup-connect-profile", name: "Connect Profile", description: "Queues a connection request to actively connect with a targeted LinkedIn profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { duxSoup, diff --git a/components/dux_soup/actions/message-profile/message-profile.mjs b/components/dux_soup/actions/message-profile/message-profile.mjs index 6bffb59194838..cbd5b125c2aeb 100644 --- a/components/dux_soup/actions/message-profile/message-profile.mjs +++ b/components/dux_soup/actions/message-profile/message-profile.mjs @@ -4,7 +4,12 @@ export default { key: "dux_soup-message-profile", name: "Message Profile", description: "Queues a direct message that will be sent to the targeted profile. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { duxSoup, diff --git a/components/dux_soup/actions/save-profile-lead/save-profile-lead.mjs b/components/dux_soup/actions/save-profile-lead/save-profile-lead.mjs index d51173f15465b..8a65cffd321ff 100644 --- a/components/dux_soup/actions/save-profile-lead/save-profile-lead.mjs +++ b/components/dux_soup/actions/save-profile-lead/save-profile-lead.mjs @@ -4,7 +4,12 @@ export default { key: "dux_soup-save-profile-lead", name: "Save Profile as Lead", description: "Queues a profile save action to store the targeted profile as a lead. [See the documentation](https://support.dux-soup.com/article/115-remote-control-by-example)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { duxSoup, diff --git a/components/dynalist/actions/edit-document/edit-document.mjs b/components/dynalist/actions/edit-document/edit-document.mjs index 7043b731ad5ee..ed0d2b373e2f8 100644 --- a/components/dynalist/actions/edit-document/edit-document.mjs +++ b/components/dynalist/actions/edit-document/edit-document.mjs @@ -5,7 +5,12 @@ export default { key: "dynalist-edit-document", name: "Edit Document Title", description: "Edits the title of a specific document in Dynalist. [See the documentation](https://apidocs.dynalist.io/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dynalist, diff --git a/components/dynalist/actions/get-document-content/get-document-content.mjs b/components/dynalist/actions/get-document-content/get-document-content.mjs index 462252c6a5257..ffd4e414561b9 100644 --- a/components/dynalist/actions/get-document-content/get-document-content.mjs +++ b/components/dynalist/actions/get-document-content/get-document-content.mjs @@ -5,7 +5,12 @@ export default { key: "dynalist-get-document-content", name: "Get Document Content", description: "Fetches the content of a specific document. [See the documentation](https://apidocs.dynalist.io/#get-content-of-a-document)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dynalist, diff --git a/components/dynalist/actions/insert-document-content/insert-document-content.mjs b/components/dynalist/actions/insert-document-content/insert-document-content.mjs index af6fb90b191f9..4e111b36a22a0 100644 --- a/components/dynalist/actions/insert-document-content/insert-document-content.mjs +++ b/components/dynalist/actions/insert-document-content/insert-document-content.mjs @@ -5,7 +5,12 @@ export default { key: "dynalist-insert-document-content", name: "Insert Document Content", description: "Inserts content to a specific document. If the document has existing content, the new content will be appended. [See the documentation](https://apidocs.dynalist.io/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dynalist, diff --git a/components/dynamics_365_business_central_api/actions/create-customer/create-customer.mjs b/components/dynamics_365_business_central_api/actions/create-customer/create-customer.mjs index bcd6c1fdc0fa7..831ec0e5471c8 100644 --- a/components/dynamics_365_business_central_api/actions/create-customer/create-customer.mjs +++ b/components/dynamics_365_business_central_api/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "dynamics_365_business_central_api-create-customer", name: "Create Customer", description: "Creates a new customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dynamics, diff --git a/components/dynamics_365_business_central_api/actions/get-sales-order/get-sales-order.mjs b/components/dynamics_365_business_central_api/actions/get-sales-order/get-sales-order.mjs index 55339ccbc7618..277c524c245f6 100644 --- a/components/dynamics_365_business_central_api/actions/get-sales-order/get-sales-order.mjs +++ b/components/dynamics_365_business_central_api/actions/get-sales-order/get-sales-order.mjs @@ -4,7 +4,12 @@ export default { key: "dynamics_365_business_central_api-get-sales-order", name: "Get Sales Order", description: "Retrieves a sales order by ID. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_salesorder_get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dynamics, diff --git a/components/dynamics_365_business_central_api/actions/update-customer/update-customer.mjs b/components/dynamics_365_business_central_api/actions/update-customer/update-customer.mjs index 1ba83dd68b05e..ac5784c751313 100644 --- a/components/dynamics_365_business_central_api/actions/update-customer/update-customer.mjs +++ b/components/dynamics_365_business_central_api/actions/update-customer/update-customer.mjs @@ -5,7 +5,12 @@ export default { key: "dynamics_365_business_central_api-update-customer", name: "Update Customer", description: "Updates an existing customer. [See the documentation](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/api-reference/v2.0/api/dynamics_customer_update)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dynamics, diff --git a/components/dynapictures/actions/create-image/create-image.mjs b/components/dynapictures/actions/create-image/create-image.mjs index 4c79b4fc75dd5..eabbf6a66b913 100644 --- a/components/dynapictures/actions/create-image/create-image.mjs +++ b/components/dynapictures/actions/create-image/create-image.mjs @@ -5,7 +5,12 @@ export default { key: "dynapictures-create-image", name: "Create Image", description: "Generates a new image by using a given image as a template. [See the documentation](https://dynapictures.com/docs/#image-generation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/e2b/actions/run-code/run-code.mjs b/components/e2b/actions/run-code/run-code.mjs index ad2280fcd842d..0aa1250fad689 100644 --- a/components/e2b/actions/run-code/run-code.mjs +++ b/components/e2b/actions/run-code/run-code.mjs @@ -4,7 +4,12 @@ export default { key: "e2b-run-code", name: "Run Code", description: "Run or interpret code using the E2B service. [See the documentation](https://www.npmjs.com/package/e2b).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/easy_peasy_ai/actions/create-transcription/create-transcription.mjs b/components/easy_peasy_ai/actions/create-transcription/create-transcription.mjs index 4953222c5aeed..d204a68a969a7 100644 --- a/components/easy_peasy_ai/actions/create-transcription/create-transcription.mjs +++ b/components/easy_peasy_ai/actions/create-transcription/create-transcription.mjs @@ -4,7 +4,12 @@ export default { key: "easy_peasy_ai-create-transcription", name: "Create Transcription", description: "Generates AI transcription for a given audio URL. [See the documentation](https://easy-peasy.ai/audios)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/easy_peasy_ai/actions/generate-image/generate-image.mjs b/components/easy_peasy_ai/actions/generate-image/generate-image.mjs index 6ff24d790f462..69bbab48a9edd 100644 --- a/components/easy_peasy_ai/actions/generate-image/generate-image.mjs +++ b/components/easy_peasy_ai/actions/generate-image/generate-image.mjs @@ -4,7 +4,12 @@ export default { key: "easy_peasy_ai-generate-image", name: "Generate Image", description: "Generates an AI image based on the given prompt. [See the documentation](https://easy-peasy.ai/ai-images)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/easy_peasy_ai/actions/generate-text/generate-text.mjs b/components/easy_peasy_ai/actions/generate-text/generate-text.mjs index 4eb176c3d4318..4e2ac03ec4117 100644 --- a/components/easy_peasy_ai/actions/generate-text/generate-text.mjs +++ b/components/easy_peasy_ai/actions/generate-text/generate-text.mjs @@ -5,7 +5,12 @@ export default { key: "easy_peasy_ai-generate-text", name: "Generate Text", description: "Generates text outputs for the templates. [See the documentation](https://easy-peasy.ai/presets)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/easyly/actions/post-lead/post-lead.mjs b/components/easyly/actions/post-lead/post-lead.mjs index 132b2749828bf..455ad9e148d9f 100644 --- a/components/easyly/actions/post-lead/post-lead.mjs +++ b/components/easyly/actions/post-lead/post-lead.mjs @@ -4,7 +4,12 @@ export default { key: "easyly-post-lead", name: "Post New Lead", description: "Allows a user to post a new lead to their Easyly account. [See the documentation](https://api.easyly.com/posting)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/easysendy/actions/add-subscriber/add-subscriber.mjs b/components/easysendy/actions/add-subscriber/add-subscriber.mjs index 0bc58cf3575dd..880298ef45f67 100644 --- a/components/easysendy/actions/add-subscriber/add-subscriber.mjs +++ b/components/easysendy/actions/add-subscriber/add-subscriber.mjs @@ -5,7 +5,12 @@ export default { key: "easysendy-add-subscriber", name: "Add Subscriber", description: "Adds a new subscriber to an EasySendy list. [See the documentation](https://developers.easysendyapp.com/easysendypro/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { easysendy, diff --git a/components/easyship/actions/create-shipment/create-shipment.mjs b/components/easyship/actions/create-shipment/create-shipment.mjs index ac09e7598df06..776c352a5b36a 100644 --- a/components/easyship/actions/create-shipment/create-shipment.mjs +++ b/components/easyship/actions/create-shipment/create-shipment.mjs @@ -4,7 +4,12 @@ export default { key: "easyship-create-shipment", name: "Create Shipment", description: "Create a new shipment in Easyship. [See the docs](https://developers.easyship.com/reference/shipments_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { easyship, diff --git a/components/easyship/actions/find-shipment/find-shipment.mjs b/components/easyship/actions/find-shipment/find-shipment.mjs index bd4e6af6dc022..3470f4f9ad4d1 100644 --- a/components/easyship/actions/find-shipment/find-shipment.mjs +++ b/components/easyship/actions/find-shipment/find-shipment.mjs @@ -4,7 +4,12 @@ export default { key: "easyship-find-shipment", name: "Find Shipment", description: "Find a shipment by ID. [See the documentation](https://developers.easyship.com/reference/shipments_index)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { easyship, diff --git a/components/echtpost_postcards/actions/create-card/create-card.mjs b/components/echtpost_postcards/actions/create-card/create-card.mjs index 75f64932f8808..3eec242aa0c64 100644 --- a/components/echtpost_postcards/actions/create-card/create-card.mjs +++ b/components/echtpost_postcards/actions/create-card/create-card.mjs @@ -4,7 +4,12 @@ export default { key: "echtpost_postcards-create-card", name: "Create and Schedule a Postcard", description: "This action creates and schedules a postcard for delivery. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { echtpostPostcards, diff --git a/components/echtpost_postcards/actions/create-contact/create-contact.mjs b/components/echtpost_postcards/actions/create-contact/create-contact.mjs index 703e9583e31f7..e18f0d9445793 100644 --- a/components/echtpost_postcards/actions/create-contact/create-contact.mjs +++ b/components/echtpost_postcards/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "echtpost_postcards-create-contact", name: "Create Contact", description: "Creates a new contact within the EchtPost app. [See the documentation](https://hilfe.echtpost.de/article/20/postkartenversand-uber-api-programmierschnittstelle)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { echtpostPostcards, diff --git a/components/ecologi/actions/buy-offsets/buy-offsets.mjs b/components/ecologi/actions/buy-offsets/buy-offsets.mjs index a1d1d2da72979..0b6b3c1ccabf6 100644 --- a/components/ecologi/actions/buy-offsets/buy-offsets.mjs +++ b/components/ecologi/actions/buy-offsets/buy-offsets.mjs @@ -4,7 +4,12 @@ export default { key: "ecologi-buy-offsets", name: "Buy Offsets", description: "Buy carbon avoidance credits through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/e07bbee7fa605-purchase-carbon-avoidance)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ecologi/actions/buy-trees/buy-trees.mjs b/components/ecologi/actions/buy-trees/buy-trees.mjs index 525f6a8d7a85d..474d2264febdc 100644 --- a/components/ecologi/actions/buy-trees/buy-trees.mjs +++ b/components/ecologi/actions/buy-trees/buy-trees.mjs @@ -4,7 +4,12 @@ export default { key: "ecologi-buy-trees", name: "Buy Trees", description: "Purchase trees through Ecologi. [See the documentation](https://docs.ecologi.com/docs/public-api-docs/004342d262f93-purchase-trees)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/ecwid/actions/get-order/get-order.mjs b/components/ecwid/actions/get-order/get-order.mjs index 69a521a19a075..1a5fd3228a793 100644 --- a/components/ecwid/actions/get-order/get-order.mjs +++ b/components/ecwid/actions/get-order/get-order.mjs @@ -2,7 +2,12 @@ import ecwid from "../../ecwid.app.mjs"; export default { name: "Ecwid Get Order", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "ecwid-get-order", description: "Get Ecwid Order by Order ID. Details of the structure are present [here](https://api-docs.ecwid.com/reference/get-order).", props: { diff --git a/components/ecwid/actions/update-order-status/update-order-status.mjs b/components/ecwid/actions/update-order-status/update-order-status.mjs index c51c23da971ee..bd2a8d10ee113 100644 --- a/components/ecwid/actions/update-order-status/update-order-status.mjs +++ b/components/ecwid/actions/update-order-status/update-order-status.mjs @@ -2,7 +2,12 @@ import { FULFILMENT_STATUS_LIST } from "../../commons/commons.mjs"; import ecwid from "../../ecwid.app.mjs"; export default { name: "Ecwid Update Order Status", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "ecwid-update-order-status", description: "Update the Status of an Ecwid Order. Makes use of the [Update Order API](https://api-docs.ecwid.com/reference/update-order).", props: { diff --git a/components/eden_ai/actions/analyze-sentiment-in-text/analyze-sentiment-in-text.mjs b/components/eden_ai/actions/analyze-sentiment-in-text/analyze-sentiment-in-text.mjs index 6b8b3467c291f..2c1460568806b 100644 --- a/components/eden_ai/actions/analyze-sentiment-in-text/analyze-sentiment-in-text.mjs +++ b/components/eden_ai/actions/analyze-sentiment-in-text/analyze-sentiment-in-text.mjs @@ -18,7 +18,12 @@ export default { key: "eden_ai-analyze-sentiment-in-text", name: "Analyze Sentiment in Text", description: "Analyzes sentiment in the provided text. [See the documentation](https://docs.edenai.co/reference/text_sentiment_analysis_create)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/eden_ai/actions/detect-ai-content/detect-ai-content.mjs b/components/eden_ai/actions/detect-ai-content/detect-ai-content.mjs index 719ef00cc73b3..ac60a81669acd 100644 --- a/components/eden_ai/actions/detect-ai-content/detect-ai-content.mjs +++ b/components/eden_ai/actions/detect-ai-content/detect-ai-content.mjs @@ -10,7 +10,12 @@ export default { name: "Detect AI Content", description: "Detects AI content in the provided text. [See the documentation](https://docs.edenai.co/reference/text_ai_detection_create)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/eden_ai/actions/generate-audio-from-text/generate-audio-from-text.mjs b/components/eden_ai/actions/generate-audio-from-text/generate-audio-from-text.mjs index 61f61e074c0f3..b287e48bdf0d5 100644 --- a/components/eden_ai/actions/generate-audio-from-text/generate-audio-from-text.mjs +++ b/components/eden_ai/actions/generate-audio-from-text/generate-audio-from-text.mjs @@ -5,7 +5,12 @@ export default { key: "eden_ai-generate-audio-from-text", name: "Generate Audio From Text", description: "Generates an audio from the provided text. [See the documentation](https://docs.edenai.co/reference/audio_text_to_speech_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/eden_ai/actions/generate-image/generate-image.mjs b/components/eden_ai/actions/generate-image/generate-image.mjs index fb79851614e56..f5fad79a99f3c 100644 --- a/components/eden_ai/actions/generate-image/generate-image.mjs +++ b/components/eden_ai/actions/generate-image/generate-image.mjs @@ -11,7 +11,12 @@ export default { key: "eden_ai-generate-image", name: "Generate Image", description: "Generates an image from the provided description. [See the documentation](https://docs.edenai.co/reference/image_generation_create)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/eden_ai/actions/translate-document/translate-document.mjs b/components/eden_ai/actions/translate-document/translate-document.mjs index 39b2842c62190..cf49109b103e3 100644 --- a/components/eden_ai/actions/translate-document/translate-document.mjs +++ b/components/eden_ai/actions/translate-document/translate-document.mjs @@ -11,7 +11,12 @@ export default { key: "eden_ai-translate-document", name: "Translate Document", description: "Translates a document from a local file or URL. [See the documentation](https://docs.edenai.co/reference/translation_document_translation_create)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/egnyte/actions/create-folder/create-folder.mjs b/components/egnyte/actions/create-folder/create-folder.mjs index 6c233d84292dc..ab4fee4ace9bf 100644 --- a/components/egnyte/actions/create-folder/create-folder.mjs +++ b/components/egnyte/actions/create-folder/create-folder.mjs @@ -4,7 +4,12 @@ export default { key: "egnyte-create-folder", name: "Create Folder", description: "Creates a new folder in your Egnyte workspace. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Create-a-Folder)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { egnyte, diff --git a/components/egnyte/actions/upload-file/upload-file.mjs b/components/egnyte/actions/upload-file/upload-file.mjs index 65b26f15e5290..aa5e47a264b1a 100644 --- a/components/egnyte/actions/upload-file/upload-file.mjs +++ b/components/egnyte/actions/upload-file/upload-file.mjs @@ -6,7 +6,12 @@ export default { key: "egnyte-upload-file", name: "Upload File", description: "Uploads a file to a specified folder in Egnyte. [See the documentation](https://developers.egnyte.com/docs/File_System_Management_API_Documentation#Upload-a-File)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { egnyte, diff --git a/components/elastic_email/actions/add-contact/add-contact.mjs b/components/elastic_email/actions/add-contact/add-contact.mjs index 000c90829af5e..0829aead7ed08 100644 --- a/components/elastic_email/actions/add-contact/add-contact.mjs +++ b/components/elastic_email/actions/add-contact/add-contact.mjs @@ -10,7 +10,12 @@ export default { key: "elastic_email-add-contact", name: "Add Contact to Mailing List", description: "Adds a new contact to a mailing list. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/contactsPost)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elastic_email/actions/send-email/send-email.mjs b/components/elastic_email/actions/send-email/send-email.mjs index 17889d3e3187a..528d87f4e6992 100644 --- a/components/elastic_email/actions/send-email/send-email.mjs +++ b/components/elastic_email/actions/send-email/send-email.mjs @@ -9,7 +9,12 @@ export default { key: "elastic_email-send-email", name: "Send Email", description: "Sends an email to one or more recipients. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/emailsPost)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elastic_email/actions/unsubscribe-contact/unsubscribe-contact.mjs b/components/elastic_email/actions/unsubscribe-contact/unsubscribe-contact.mjs index 440d2bffbc16e..1447d9f636b56 100644 --- a/components/elastic_email/actions/unsubscribe-contact/unsubscribe-contact.mjs +++ b/components/elastic_email/actions/unsubscribe-contact/unsubscribe-contact.mjs @@ -5,7 +5,12 @@ export default { key: "elastic_email-unsubscribe-contact", name: "Unsubscribe Contact", description: "Unsubscribes a contact from future emails. [See the documentation](https://elasticemail.com/developers/api-documentation/rest-api#operation/suppressionsUnsubscribesPost)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elevenlabs/actions/add-voice/add-voice.mjs b/components/elevenlabs/actions/add-voice/add-voice.mjs index 5f569deb05432..ec5db683b238f 100644 --- a/components/elevenlabs/actions/add-voice/add-voice.mjs +++ b/components/elevenlabs/actions/add-voice/add-voice.mjs @@ -5,7 +5,12 @@ import { getFileStreamAndMetadata } from "@pipedream/platform"; export default { key: "elevenlabs-add-voice", name: "Add Voice", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Add a voice from one or more audio files. [See the documentation](https://elevenlabs.io/docs/api-reference/add-voice)", type: "action", props: { diff --git a/components/elevenlabs/actions/create-agent/create-agent.mjs b/components/elevenlabs/actions/create-agent/create-agent.mjs index 99f3bfb497154..2e1f9be373f73 100644 --- a/components/elevenlabs/actions/create-agent/create-agent.mjs +++ b/components/elevenlabs/actions/create-agent/create-agent.mjs @@ -4,7 +4,12 @@ export default { key: "elevenlabs-create-agent", name: "Create Agent", description: "Create an agent in Eleventlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/agents/create-agent)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { elevenlabs, diff --git a/components/elevenlabs/actions/download-history-items/download-history-items.mjs b/components/elevenlabs/actions/download-history-items/download-history-items.mjs index 4729164162089..900cdcdc568a1 100644 --- a/components/elevenlabs/actions/download-history-items/download-history-items.mjs +++ b/components/elevenlabs/actions/download-history-items/download-history-items.mjs @@ -6,7 +6,12 @@ import elevenlabs from "../../elevenlabs.app.mjs"; export default { key: "elevenlabs-download-history-items", name: "Download History Items", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Download one or more history items to your workflow's `tmp` directory. If one history item ID is provided, we will return a single audio file. If more than one history item IDs are provided, we will provide the history items packed into a .zip file. [See the documentation](https://docs.elevenlabs.io/api-reference/history-download)", type: "action", props: { diff --git a/components/elevenlabs/actions/get-audio-from-history-item/get-audio-from-history-item.mjs b/components/elevenlabs/actions/get-audio-from-history-item/get-audio-from-history-item.mjs index e98054ca838e9..a80f27b1e0b95 100644 --- a/components/elevenlabs/actions/get-audio-from-history-item/get-audio-from-history-item.mjs +++ b/components/elevenlabs/actions/get-audio-from-history-item/get-audio-from-history-item.mjs @@ -6,7 +6,12 @@ import elevenlabs from "../../elevenlabs.app.mjs"; export default { key: "elevenlabs-get-audio-from-history-item", name: "Get Audio From History Item", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Returns the audio of an history item and converts it to a file. [See the documentation](https://docs.elevenlabs.io/api-reference/history-audio)", type: "action", props: { diff --git a/components/elevenlabs/actions/get-voices-with-descriptions/get-voices-with-descriptions.mjs b/components/elevenlabs/actions/get-voices-with-descriptions/get-voices-with-descriptions.mjs index 6bc52c1c0f31c..c128bcdd606a6 100644 --- a/components/elevenlabs/actions/get-voices-with-descriptions/get-voices-with-descriptions.mjs +++ b/components/elevenlabs/actions/get-voices-with-descriptions/get-voices-with-descriptions.mjs @@ -3,7 +3,12 @@ import elevenlabs from "../../elevenlabs.app.mjs"; export default { key: "elevenlabs-get-voices-with-descriptions", name: "Get Voices with Descriptions", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Fetches all available voices from ElevenLabs, including metadata like name, gender, accent, and category. [See the documentation](https://elevenlabs.io/docs/api-reference/voices/search)", type: "action", props: { diff --git a/components/elevenlabs/actions/list-models/list-models.mjs b/components/elevenlabs/actions/list-models/list-models.mjs index 72648ada07ed4..cef861daace3d 100644 --- a/components/elevenlabs/actions/list-models/list-models.mjs +++ b/components/elevenlabs/actions/list-models/list-models.mjs @@ -3,7 +3,12 @@ import elevenlabs from "../../elevenlabs.app.mjs"; export default { key: "elevenlabs-list-models", name: "Get Models", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Gets a list of available models. [See the documentation](https://docs.elevenlabs.io/api-reference/models-get)", type: "action", props: { diff --git a/components/elevenlabs/actions/make-outbound-call/make-outbound-call.mjs b/components/elevenlabs/actions/make-outbound-call/make-outbound-call.mjs index bdd6f94d9ed50..6e8d0a4062fa7 100644 --- a/components/elevenlabs/actions/make-outbound-call/make-outbound-call.mjs +++ b/components/elevenlabs/actions/make-outbound-call/make-outbound-call.mjs @@ -4,7 +4,12 @@ export default { key: "elevenlabs-make-outbound-call", name: "Make Outbound Call", description: "Handle an outbound call via Twilio with Elevenlabs. [See the documentation](https://elevenlabs.io/docs/api-reference/conversations/twilio-outbound-call)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { elevenlabs, diff --git a/components/elevenlabs/actions/text-to-speech/text-to-speech.mjs b/components/elevenlabs/actions/text-to-speech/text-to-speech.mjs index 404a2d7014221..1990e59c382e2 100644 --- a/components/elevenlabs/actions/text-to-speech/text-to-speech.mjs +++ b/components/elevenlabs/actions/text-to-speech/text-to-speech.mjs @@ -6,7 +6,12 @@ import elevenlabs from "../../elevenlabs.app.mjs"; export default { key: "elevenlabs-text-to-speech", name: "Text To Speech", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Retrieve an audio file. [See the documentation](https://docs.elevenlabs.io/api-reference/text-to-speech)", type: "action", props: { diff --git a/components/elevio/actions/create-article/create-article.mjs b/components/elevio/actions/create-article/create-article.mjs index c2d48729094a7..fc0bcdea01cf8 100644 --- a/components/elevio/actions/create-article/create-article.mjs +++ b/components/elevio/actions/create-article/create-article.mjs @@ -4,7 +4,12 @@ export default { key: "elevio-create-article", name: "Create Article", description: "Creates a new article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elevio/actions/delete-article/delete-article.mjs b/components/elevio/actions/delete-article/delete-article.mjs index c1dddbe32577a..c1e7b7c7ec822 100644 --- a/components/elevio/actions/delete-article/delete-article.mjs +++ b/components/elevio/actions/delete-article/delete-article.mjs @@ -4,7 +4,12 @@ export default { key: "elevio-delete-article", name: "Delete Article", description: "Deletes an existing article from the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elevio/actions/update-article/update-article.mjs b/components/elevio/actions/update-article/update-article.mjs index 1839f17903a37..73b0b526d95b1 100644 --- a/components/elevio/actions/update-article/update-article.mjs +++ b/components/elevio/actions/update-article/update-article.mjs @@ -4,7 +4,12 @@ export default { key: "elevio-update-article", name: "Update Article", description: "Updates an existing article in the Elevio knowledge base. [See the documentation](https://api-docs.elevio.help/en/articles/71-rest-api-articles).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elorus/actions/create-task/create-task.mjs b/components/elorus/actions/create-task/create-task.mjs index 59d1fa45002db..64d4a20821458 100644 --- a/components/elorus/actions/create-task/create-task.mjs +++ b/components/elorus/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { key: "elorus-create-task", name: "Create Task", description: "Create a new task in Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elorus/actions/delete-tasks/delete-tasks.mjs b/components/elorus/actions/delete-tasks/delete-tasks.mjs index 2de9a7a49ae93..bb874125bb811 100644 --- a/components/elorus/actions/delete-tasks/delete-tasks.mjs +++ b/components/elorus/actions/delete-tasks/delete-tasks.mjs @@ -4,7 +4,12 @@ export default { key: "elorus-delete-tasks", name: "Delete Tasks", description: "Delete a task from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_delete)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/elorus/actions/get-tasks/get-tasks.mjs b/components/elorus/actions/get-tasks/get-tasks.mjs index 4addfa0caacd6..e32e3671d2bca 100644 --- a/components/elorus/actions/get-tasks/get-tasks.mjs +++ b/components/elorus/actions/get-tasks/get-tasks.mjs @@ -4,7 +4,12 @@ export default { key: "elorus-get-tasks", name: "Get Tasks", description: "Get a list of tasks from Elorus. [See the documentation](https://developer.elorus.com/#operation/tasks_list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/email/actions/send-email-to-self/send-email-to-self.mjs b/components/email/actions/send-email-to-self/send-email-to-self.mjs index ad05b9ec73ead..1e17b49eec475 100644 --- a/components/email/actions/send-email-to-self/send-email-to-self.mjs +++ b/components/email/actions/send-email-to-self/send-email-to-self.mjs @@ -5,7 +5,12 @@ export default { key: "email-send-email-to-self", name: "Send Yourself an Email", description: "Customize and send an email to the email address you registered with Pipedream. The email will be sent by notifications@pipedream.com.", - version: "0.4.4", + version: "0.4.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { email, diff --git a/components/email_verifier_api/actions/verify-email/verify-email.mjs b/components/email_verifier_api/actions/verify-email/verify-email.mjs index 1a356cea1e7cb..77fe636711126 100644 --- a/components/email_verifier_api/actions/verify-email/verify-email.mjs +++ b/components/email_verifier_api/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "email_verifier_api-verify-email", name: "Verify Email", description: "Verify an email address with Email Verifier API. [See the documentation](https://www.emailverifierapi.com/app/v2-api-documentation/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { emailVerifierApi, diff --git a/components/emailable/actions/verify-batch-of-emails/verify-batch-of-emails.mjs b/components/emailable/actions/verify-batch-of-emails/verify-batch-of-emails.mjs index e130d032914b6..857e611a02851 100644 --- a/components/emailable/actions/verify-batch-of-emails/verify-batch-of-emails.mjs +++ b/components/emailable/actions/verify-batch-of-emails/verify-batch-of-emails.mjs @@ -4,7 +4,12 @@ export default { key: "emailable-verify-batch-of-emails", name: "Verify Batch of Emails", description: "Verifies a batch of emails, up to 50,000 per batch. [See the documentation](https://emailable.com/docs/api/#verify-a-batch-of-emails)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/emailable/actions/verify-email-address/verify-email-address.mjs b/components/emailable/actions/verify-email-address/verify-email-address.mjs index 701312d5790da..d94cc6e85c5af 100644 --- a/components/emailable/actions/verify-email-address/verify-email-address.mjs +++ b/components/emailable/actions/verify-email-address/verify-email-address.mjs @@ -4,7 +4,12 @@ export default { key: "emailable-verify-email-address", name: "Verify Email Address", description: "Verifies a single email address using Emailable. [See the documentation](https://emailable.com/docs/api/#verify-an-email)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/emaillistverify/actions/find-email/find-email.mjs b/components/emaillistverify/actions/find-email/find-email.mjs index 1fe0c12e33e4e..c3478e5b7fece 100644 --- a/components/emaillistverify/actions/find-email/find-email.mjs +++ b/components/emaillistverify/actions/find-email/find-email.mjs @@ -4,7 +4,12 @@ export default { key: "emaillistverify-find-email", name: "Find Email", description: "Generate a series of potential email addresses by synthesizing first names, last names, and company domains. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/find-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/emaillistverify/actions/verify-email/verify-email.mjs b/components/emaillistverify/actions/verify-email/verify-email.mjs index 3f81b1e302725..8462aa6316259 100644 --- a/components/emaillistverify/actions/verify-email/verify-email.mjs +++ b/components/emaillistverify/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "emaillistverify-verify-email", name: "Verify Email", description: "Verify an email. [See the documentation](https://emaillistverify.com/docs/#tag/Email-Validation-API/operation/verifyEmail)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/emailoctopus/actions/add-subscribers-to-list/add-subscribers-to-list.mjs b/components/emailoctopus/actions/add-subscribers-to-list/add-subscribers-to-list.mjs index 4a1e2547dfc31..7dc8630bfd4e5 100644 --- a/components/emailoctopus/actions/add-subscribers-to-list/add-subscribers-to-list.mjs +++ b/components/emailoctopus/actions/add-subscribers-to-list/add-subscribers-to-list.mjs @@ -2,7 +2,12 @@ import app from "../../emailoctopus.app.mjs"; export default { key: "emailoctopus-add-subscribers-to-list", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Add Subscribers To List", description: "Add subscribers to a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create-contact)", diff --git a/components/emailoctopus/actions/create-list/create-list.mjs b/components/emailoctopus/actions/create-list/create-list.mjs index 248b054becca3..7a0483ad70e50 100644 --- a/components/emailoctopus/actions/create-list/create-list.mjs +++ b/components/emailoctopus/actions/create-list/create-list.mjs @@ -2,7 +2,12 @@ import app from "../../emailoctopus.app.mjs"; export default { key: "emailoctopus-create-list", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create List", description: "Create a list, [See the docs here](https://emailoctopus.com/api-documentation/lists/create)", diff --git a/components/encodian/actions/compare-text/compare-text.mjs b/components/encodian/actions/compare-text/compare-text.mjs index 24223c45ba9a2..465302addeedf 100644 --- a/components/encodian/actions/compare-text/compare-text.mjs +++ b/components/encodian/actions/compare-text/compare-text.mjs @@ -4,7 +4,12 @@ export default { key: "encodian-compare-text", name: "Compare Text", description: "Compares two texts answering if they are equal or not. [See the documentation](https://api.apps-encodian.com/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/encodian/actions/validate-email/validate-email.mjs b/components/encodian/actions/validate-email/validate-email.mjs index 17e55411ec273..235e25981b991 100644 --- a/components/encodian/actions/validate-email/validate-email.mjs +++ b/components/encodian/actions/validate-email/validate-email.mjs @@ -4,7 +4,12 @@ export default { key: "encodian-validate-email", name: "Validate Email", description: "Validate the syntax of an email address. [See the documentation](https://api.apps-encodian.com/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/encodian/actions/validate-url/validate-url.mjs b/components/encodian/actions/validate-url/validate-url.mjs index a13b8a49c308f..83f3407504e62 100644 --- a/components/encodian/actions/validate-url/validate-url.mjs +++ b/components/encodian/actions/validate-url/validate-url.mjs @@ -4,7 +4,12 @@ export default { key: "encodian-validate-url", name: "Validate URL", description: "Validate the availability of the URL. [See the documentation](https://api.apps-encodian.com/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/end/actions/end-workflow/end-workflow.mjs b/components/end/actions/end-workflow/end-workflow.mjs index aee24f9e0c2f4..32a21b871f8e9 100644 --- a/components/end/actions/end-workflow/end-workflow.mjs +++ b/components/end/actions/end-workflow/end-workflow.mjs @@ -3,7 +3,12 @@ import end from "../../end.app.mjs"; export default { name: "End Workflow", description: "Terminate workflow execution", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", key: "end-end-workflow", props: { diff --git a/components/endorsal/actions/create-contact/create-contact.mjs b/components/endorsal/actions/create-contact/create-contact.mjs index f00b0d14f3c62..05f2c552e25b7 100644 --- a/components/endorsal/actions/create-contact/create-contact.mjs +++ b/components/endorsal/actions/create-contact/create-contact.mjs @@ -6,7 +6,12 @@ export default { key: "endorsal-create-contact", name: "Create Contact", description: "Creates a new contact for requesting testimonials. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtczmzu5na-create-a-new-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { endorsal, diff --git a/components/endorsal/actions/create-testimonial/create-testimonial.mjs b/components/endorsal/actions/create-testimonial/create-testimonial.mjs index 988c200e5f746..39894e772fb9d 100644 --- a/components/endorsal/actions/create-testimonial/create-testimonial.mjs +++ b/components/endorsal/actions/create-testimonial/create-testimonial.mjs @@ -7,7 +7,12 @@ export default { key: "endorsal-create-testimonial", name: "Create Testimonial", description: "Creates a new testimonial. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoq-create-a-testimonial)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { endorsal, diff --git a/components/endorsal/actions/list-testimonials/list-testimonials.mjs b/components/endorsal/actions/list-testimonials/list-testimonials.mjs index df7eda16b0738..a38b9f51ba624 100644 --- a/components/endorsal/actions/list-testimonials/list-testimonials.mjs +++ b/components/endorsal/actions/list-testimonials/list-testimonials.mjs @@ -4,7 +4,12 @@ export default { key: "endorsal-list-testimonials", name: "List Testimonials", description: "Retrieves a list of testimonials received. [See the documentation](https://developers.endorsal.io/docs/endorsal/b3a6mtcynteyoa-retrieve-all-testimonials)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { endorsal, diff --git a/components/enedis/actions/get-address/get-address.mjs b/components/enedis/actions/get-address/get-address.mjs index e83f25b0be67d..95de2466f22ab 100644 --- a/components/enedis/actions/get-address/get-address.mjs +++ b/components/enedis/actions/get-address/get-address.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-address", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Address", description: "Returns the address of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-adresse/)", ...common, diff --git a/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs b/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs index bdc0aa575d2d8..9b30ed02f7b72 100644 --- a/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs +++ b/components/enedis/actions/get-consumption-load-curve/get-consumption-load-curve.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-consumption-load-curve", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Consumption Load Curve", description: "Returns the daily average power consumed in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-30-minutes/)", ...common, diff --git a/components/enedis/actions/get-contact/get-contact.mjs b/components/enedis/actions/get-contact/get-contact.mjs index fdfba4dec85ed..ab3a3afa2c10a 100644 --- a/components/enedis/actions/get-contact/get-contact.mjs +++ b/components/enedis/actions/get-contact/get-contact.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Contact", description: "Returns the contact informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contact/)", ...common, diff --git a/components/enedis/actions/get-contracts/get-contracts.mjs b/components/enedis/actions/get-contracts/get-contracts.mjs index 6f7deb85085be..acdb8521b5677 100644 --- a/components/enedis/actions/get-contracts/get-contracts.mjs +++ b/components/enedis/actions/get-contracts/get-contracts.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-contracts", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Contracts", description: "Returns the contract informations of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-contrats/)", ...common, diff --git a/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs b/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs index 247c886a78fb3..3c5628c3bde26 100644 --- a/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs +++ b/components/enedis/actions/get-daily-consumption-max-power/get-daily-consumption-max-power.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-consumption-max-power", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Daily Consumption Max Power", description: "Returns the daily maximal power consumed in VA. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-puissance-maximum-de-consommation/)", ...common, diff --git a/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs b/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs index 44100a2142814..0b310d4d8d726 100644 --- a/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs +++ b/components/enedis/actions/get-daily-consumption/get-daily-consumption.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-consumption", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Daily Consumption", description: "Returns the daily consumption in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-consommation-quotidienne/)", ...common, diff --git a/components/enedis/actions/get-daily-production/get-daily-production.mjs b/components/enedis/actions/get-daily-production/get-daily-production.mjs index 5d4e93b49a52d..849bd04f37817 100644 --- a/components/enedis/actions/get-daily-production/get-daily-production.mjs +++ b/components/enedis/actions/get-daily-production/get-daily-production.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-daily-production", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Daily Production", description: "Returns the daily production in Wh. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-quotidienne/)", ...common, diff --git a/components/enedis/actions/get-identity/get-identity.mjs b/components/enedis/actions/get-identity/get-identity.mjs index 4600eafde8bcf..25467b9614613 100644 --- a/components/enedis/actions/get-identity/get-identity.mjs +++ b/components/enedis/actions/get-identity/get-identity.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-identity", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Identity", description: "Returns the identity of a client. [See the docs here](https://datahub-enedis.fr/data-connect/documentation/customers-v5-identite/)", ...common, diff --git a/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs b/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs index 3b43a264b2c63..0c9462464bebd 100644 --- a/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs +++ b/components/enedis/actions/get-production-load-curve/get-production-load-curve.mjs @@ -4,7 +4,12 @@ import common from "../common.mjs"; export default { type: "action", key: "enedis-get-production-load-curve", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, name: "Get Production Load Curve", description: "Returns the daily average power produced in W, on a given interval (by default 30 minutes). [See the docs here](https://datahub-enedis.fr/data-connect/documentation/metering-v5-production-30-minutes/)", ...common, diff --git a/components/engage/actions/add-customer/add-customer.mjs b/components/engage/actions/add-customer/add-customer.mjs index b0bf73edeacc5..fb76bf5aa2238 100644 --- a/components/engage/actions/add-customer/add-customer.mjs +++ b/components/engage/actions/add-customer/add-customer.mjs @@ -4,7 +4,12 @@ export default { key: "engage-add-customer", name: "Add Customer", description: "Adds Customer to Accounts. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#add-customer-to-accounts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/engage/actions/add-event/add-event.mjs b/components/engage/actions/add-event/add-event.mjs index 04d718d0b0b97..c712e4e3c642a 100644 --- a/components/engage/actions/add-event/add-event.mjs +++ b/components/engage/actions/add-event/add-event.mjs @@ -4,7 +4,12 @@ export default { key: "engage-add-event", name: "Add Event", description: "Adds user events to Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#track-user-event)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/engage/actions/create-user/create-user.mjs b/components/engage/actions/create-user/create-user.mjs index baac26f1dacc1..5506838776c3c 100644 --- a/components/engage/actions/create-user/create-user.mjs +++ b/components/engage/actions/create-user/create-user.mjs @@ -4,7 +4,12 @@ export default { key: "engage-create-user", name: "Create User", description: "Adds a new user to your Engage account. Use this to sync customer data with Engage. [See the documentation](https://docs.engage.so/en-us/a/62bbdd015bfea4dca4834042-users#create-a-user)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/enrichley/actions/validate-email/validate-email.mjs b/components/enrichley/actions/validate-email/validate-email.mjs index 30040ae3933d1..569dd77b09b1b 100644 --- a/components/enrichley/actions/validate-email/validate-email.mjs +++ b/components/enrichley/actions/validate-email/validate-email.mjs @@ -4,7 +4,12 @@ export default { key: "enrichley-validate-email", name: "Validate Email", description: "Checks the validity of a single email address using Enrichley. [See the documentation](https://enrichley.readme.io/reference/validatesingleemail)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { enrichley, diff --git a/components/enrow/actions/find-single-email/find-single-email.mjs b/components/enrow/actions/find-single-email/find-single-email.mjs index 085e54cc2e606..e1b7ab8705be5 100644 --- a/components/enrow/actions/find-single-email/find-single-email.mjs +++ b/components/enrow/actions/find-single-email/find-single-email.mjs @@ -4,7 +4,12 @@ export default { key: "enrow-find-single-email", name: "Find Single Email", description: "Executes a single email search using Enrow email finder. [See the documentation](https://enrow.readme.io/reference/find-single-email)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { enrow, diff --git a/components/enrow/actions/get-single-email-finder-result/get-single-email-finder-result.mjs b/components/enrow/actions/get-single-email-finder-result/get-single-email-finder-result.mjs index a52b813b8ed4f..f017808d0a80b 100644 --- a/components/enrow/actions/get-single-email-finder-result/get-single-email-finder-result.mjs +++ b/components/enrow/actions/get-single-email-finder-result/get-single-email-finder-result.mjs @@ -4,7 +4,12 @@ export default { key: "enrow-get-single-email-finder-result", name: "Get Single Email Finder Result", description: "Retrieve a result from a single search executed via email finder function. [See the documentation](https://enrow.readme.io/reference/get-single-email-finder-result)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { enrow, diff --git a/components/envoy/actions/create-an-invite/create-an-invite.mjs b/components/envoy/actions/create-an-invite/create-an-invite.mjs index 4591c2289182a..225245d961758 100644 --- a/components/envoy/actions/create-an-invite/create-an-invite.mjs +++ b/components/envoy/actions/create-an-invite/create-an-invite.mjs @@ -4,7 +4,12 @@ export default { key: "envoy-create-an-invite", name: "Create an Invite", description: "Create an Invite to a person to visit a location. [See the docs](https://developers.envoy.com/hub/reference/createinvite).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/eodhd_apis/actions/get-company-financials/get-company-financials.mjs b/components/eodhd_apis/actions/get-company-financials/get-company-financials.mjs index bb66c2f926453..58c72039e029e 100644 --- a/components/eodhd_apis/actions/get-company-financials/get-company-financials.mjs +++ b/components/eodhd_apis/actions/get-company-financials/get-company-financials.mjs @@ -3,7 +3,12 @@ import eodhdApis from "../../eodhd_apis.app.mjs"; export default { key: "eodhd_apis-get-company-financials", name: "Get Company Financials", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Obtain financial statements for a specific company. [See the docs here](https://eodhistoricaldata.com/financial-apis/stock-etfs-fundamental-data-feeds/)", type: "action", props: { diff --git a/components/eodhd_apis/actions/retrieve-stock-prices/retrieve-stock-prices.mjs b/components/eodhd_apis/actions/retrieve-stock-prices/retrieve-stock-prices.mjs index 2e80bb37218da..1d485ae74fe25 100644 --- a/components/eodhd_apis/actions/retrieve-stock-prices/retrieve-stock-prices.mjs +++ b/components/eodhd_apis/actions/retrieve-stock-prices/retrieve-stock-prices.mjs @@ -3,7 +3,12 @@ import eodhdApis from "../../eodhd_apis.app.mjs"; export default { key: "eodhd_apis-retrieve-stock-prices", name: "Retrieve Stock Prices", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Fetch historical stock prices for a given symbol and time period. [See the docs here](https://eodhistoricaldata.com/financial-apis/api-for-historical-data-and-volumes/)", type: "action", props: { diff --git a/components/eodhd_apis/actions/search-stock-symbol/search-stock-symbol.mjs b/components/eodhd_apis/actions/search-stock-symbol/search-stock-symbol.mjs index e36d48680b9fc..28a24d074296f 100644 --- a/components/eodhd_apis/actions/search-stock-symbol/search-stock-symbol.mjs +++ b/components/eodhd_apis/actions/search-stock-symbol/search-stock-symbol.mjs @@ -4,7 +4,12 @@ import eodhdApis from "../../eodhd_apis.app.mjs"; export default { key: "eodhd_apis-search-stock-symbol", name: "Search Stock Symbol", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Find stock symbols using company names or partial symbols. [See the docs here](https://eodhistoricaldata.com/financial-apis/search-api-for-stocks-etfs-mutual-funds-and-indices/)", type: "action", props: { diff --git a/components/epsy/actions/email-lookup/email-lookup.mjs b/components/epsy/actions/email-lookup/email-lookup.mjs index 16b3aa519c76a..69b23be0b4e0e 100644 --- a/components/epsy/actions/email-lookup/email-lookup.mjs +++ b/components/epsy/actions/email-lookup/email-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "epsy-email-lookup", name: "Email Lookup", description: "Request a lookup for the provided email. [See the documentation](https://irbis.espysys.com/developer/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/epsy/actions/get-lookup-results/get-lookup-results.mjs b/components/epsy/actions/get-lookup-results/get-lookup-results.mjs index 3e29201876a5b..988946d886d06 100644 --- a/components/epsy/actions/get-lookup-results/get-lookup-results.mjs +++ b/components/epsy/actions/get-lookup-results/get-lookup-results.mjs @@ -4,7 +4,12 @@ export default { key: "epsy-get-lookup-results", name: "Get Lookup Results", description: "Get the results of the lookup with the provided ID. [See the documentation](https://irbis.espysys.com/developer/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/epsy/actions/name-lookup/name-lookup.mjs b/components/epsy/actions/name-lookup/name-lookup.mjs index d9ee0a0605bac..4b5bed7c3a11e 100644 --- a/components/epsy/actions/name-lookup/name-lookup.mjs +++ b/components/epsy/actions/name-lookup/name-lookup.mjs @@ -4,7 +4,12 @@ export default { key: "epsy-name-lookup", name: "Name Lookup", description: "Request a lookup for the provided name. [See the documentation](https://irbis.espysys.com/developer/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/error/actions/throw-error/throw-error.mjs b/components/error/actions/throw-error/throw-error.mjs index 4a724026334cb..ed3081307f348 100644 --- a/components/error/actions/throw-error/throw-error.mjs +++ b/components/error/actions/throw-error/throw-error.mjs @@ -2,7 +2,12 @@ import error from "../../error.app.mjs"; export default { name: "Throw Error", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "error-throw-error", description: "Quickly throw an error from your workflow.", props: { diff --git a/components/esendex/actions/send-sms-message/send-sms-message.mjs b/components/esendex/actions/send-sms-message/send-sms-message.mjs index 2997ff4f81eda..89568ce1b34ce 100644 --- a/components/esendex/actions/send-sms-message/send-sms-message.mjs +++ b/components/esendex/actions/send-sms-message/send-sms-message.mjs @@ -5,7 +5,12 @@ export default { key: "esendex-send-sms-message", name: "Send SMS Message", description: "Send an SMS message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { esendex, diff --git a/components/esendex/actions/send-voice-message/send-voice-message.mjs b/components/esendex/actions/send-voice-message/send-voice-message.mjs index 5e308c9a366d7..8e460d2cff30d 100644 --- a/components/esendex/actions/send-voice-message/send-voice-message.mjs +++ b/components/esendex/actions/send-voice-message/send-voice-message.mjs @@ -5,7 +5,12 @@ export default { key: "esendex-send-voice-message", name: "Send Voice Message", description: "Send a voice message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { esendex, diff --git a/components/esignatures_io/actions/create-contract/create-contract.mjs b/components/esignatures_io/actions/create-contract/create-contract.mjs index 7923ab65eb558..2cf49071ed7f9 100644 --- a/components/esignatures_io/actions/create-contract/create-contract.mjs +++ b/components/esignatures_io/actions/create-contract/create-contract.mjs @@ -1,7 +1,12 @@ import esignatures_io from "../../esignatures_io.app.mjs"; export default { - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "esignatures_io-create-contract", name: "Create Contract", description: "Creates a contract and sends the links (via email or SMS) to the signers to collect their signatures. [See docs here](https://esignatures.io/docs/api#contracts)", diff --git a/components/espocrm/actions/create-contact/create-contact.mjs b/components/espocrm/actions/create-contact/create-contact.mjs index 87e7709f65f05..a1b3f5d6abcb6 100644 --- a/components/espocrm/actions/create-contact/create-contact.mjs +++ b/components/espocrm/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "espocrm-create-contact", name: "Create Contact", description: "Creates a new contact in Espo CRM. [See the documentation](https://docs.espocrm.com/development/api/crud/#create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { espoCrm,