diff --git a/components/addressfinder/actions/verify-address-nz/verify-address-nz.mjs b/components/addressfinder/actions/verify-address-nz/verify-address-nz.mjs index 66fe5573e1047..e1df916663c36 100644 --- a/components/addressfinder/actions/verify-address-nz/verify-address-nz.mjs +++ b/components/addressfinder/actions/verify-address-nz/verify-address-nz.mjs @@ -4,7 +4,12 @@ export default { key: "addressfinder-verify-address-nz", name: "Verify New Zealand Address", description: "Validates a New Zealand address. [See the documentation](https://addressfinder.com.au/api/nz/address/verification/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addressfinder, diff --git a/components/addressfinder/actions/verify-email/verify-email.mjs b/components/addressfinder/actions/verify-email/verify-email.mjs index 25a33dd1e2a21..0e93bb6fff436 100644 --- a/components/addressfinder/actions/verify-email/verify-email.mjs +++ b/components/addressfinder/actions/verify-email/verify-email.mjs @@ -4,7 +4,12 @@ export default { key: "addressfinder-verify-email", name: "Verify Email", description: "Validates the input email. [See the documentation](https://addressfinder.com.au/api/email/verification/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addressfinder, diff --git a/components/addresszen/actions/freeform-verify-correct-us-address/freeform-verify-correct-us-address.mjs b/components/addresszen/actions/freeform-verify-correct-us-address/freeform-verify-correct-us-address.mjs index 43f47bc85aeeb..f5c8893916e93 100644 --- a/components/addresszen/actions/freeform-verify-correct-us-address/freeform-verify-correct-us-address.mjs +++ b/components/addresszen/actions/freeform-verify-correct-us-address/freeform-verify-correct-us-address.mjs @@ -4,7 +4,12 @@ export default { key: "addresszen-freeform-verify-correct-us-address", name: "Verify and Correct Freeform US Address", description: "Verify (CASS) and correct a US address using a complete address. [See the documentation](https://docs.addresszen.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addresszen, diff --git a/components/addresszen/actions/verify-correct-us-address-city-state/verify-correct-us-address-city-state.mjs b/components/addresszen/actions/verify-correct-us-address-city-state/verify-correct-us-address-city-state.mjs index 8238c847f557a..47d7cf9ae11dd 100644 --- a/components/addresszen/actions/verify-correct-us-address-city-state/verify-correct-us-address-city-state.mjs +++ b/components/addresszen/actions/verify-correct-us-address-city-state/verify-correct-us-address-city-state.mjs @@ -5,7 +5,12 @@ export default { key: "addresszen-verify-correct-us-address-city-state", name: "Verify and Correct US Address by City and State", description: "Verifies and corrects a US address using the input of a single address line, city, and state. [See the documentation](https://docs.addresszen.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addresszen, diff --git a/components/addresszen/actions/verify-correct-us-address-zip-code/verify-correct-us-address-zip-code.mjs b/components/addresszen/actions/verify-correct-us-address-zip-code/verify-correct-us-address-zip-code.mjs index f0fd8d817557f..8398b6b9496a0 100644 --- a/components/addresszen/actions/verify-correct-us-address-zip-code/verify-correct-us-address-zip-code.mjs +++ b/components/addresszen/actions/verify-correct-us-address-zip-code/verify-correct-us-address-zip-code.mjs @@ -4,7 +4,12 @@ export default { key: "addresszen-verify-correct-us-address-zip-code", name: "Verify and Correct US Address by Zip Code", description: "Verifies and corrects a US address based on a single address line and a zip code. [See the documentation](https://docs.addresszen.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addresszen, diff --git a/components/adhook/actions/create-calendar-event/create-calendar-event.mjs b/components/adhook/actions/create-calendar-event/create-calendar-event.mjs index 8cfe8e244f647..f2968a6ad9892 100644 --- a/components/adhook/actions/create-calendar-event/create-calendar-event.mjs +++ b/components/adhook/actions/create-calendar-event/create-calendar-event.mjs @@ -5,7 +5,12 @@ export default { key: "adhook-create-calendar-event", name: "Create Calendar Event", description: "Generates a personalized calendar event in AdHook. [See the documentation](https://app.adhook.io/api-doc/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adhook, diff --git a/components/adhook/actions/create-update-post/create-update-post.mjs b/components/adhook/actions/create-update-post/create-update-post.mjs index 13bec5285823f..0ef5849c65b46 100644 --- a/components/adhook/actions/create-update-post/create-update-post.mjs +++ b/components/adhook/actions/create-update-post/create-update-post.mjs @@ -6,7 +6,12 @@ export default { key: "adhook-create-update-post", name: "Create or Update Post", description: "Adds a new post or modifies an existing post in Adhook. [See the documentation](https://app.adhook.io/api-doc/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adhook, diff --git a/components/adobe_pdf_services/actions/extract-text-and-tables/extract-text-and-tables.mjs b/components/adobe_pdf_services/actions/extract-text-and-tables/extract-text-and-tables.mjs index 6f3c5996a2d80..48056b11b3ba4 100644 --- a/components/adobe_pdf_services/actions/extract-text-and-tables/extract-text-and-tables.mjs +++ b/components/adobe_pdf_services/actions/extract-text-and-tables/extract-text-and-tables.mjs @@ -4,7 +4,12 @@ export default { key: "adobe_pdf_services-extract-text-and-tables", name: "Extract Text and Tables From PDF", description: "Extracts text and table element information from a PDF document and returns a JSON file along with table data in XLSX format within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-and-tables)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adobe, diff --git a/components/adobe_pdf_services/actions/extract-text-from-pdf/extract-text-from-pdf.mjs b/components/adobe_pdf_services/actions/extract-text-from-pdf/extract-text-from-pdf.mjs index fb97c0fb43c40..929de90d0a77b 100644 --- a/components/adobe_pdf_services/actions/extract-text-from-pdf/extract-text-from-pdf.mjs +++ b/components/adobe_pdf_services/actions/extract-text-from-pdf/extract-text-from-pdf.mjs @@ -4,7 +4,12 @@ export default { key: "adobe_pdf_services-extract-text-from-pdf", name: "Extract Text From PDF", description: "Extracts text element information from a PDF document and returns a JSON file within a .zip file saved to the `/tmp` directory. [See the documentation](https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/howtos/extract-api/#extract-text-from-a-pdf)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adobe, diff --git a/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs b/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs index 06e6f58bd6224..b6dc377ecafc0 100644 --- a/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs +++ b/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs @@ -9,7 +9,12 @@ export default { key: "adobe_photoshop-remove-background-from-image", name: "Remove Background from Image", description: "Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adobePhotoshop, diff --git a/components/adrapid/actions/create-banner/create-banner.mjs b/components/adrapid/actions/create-banner/create-banner.mjs index 73c9dba5b2ab2..a76abefccef9d 100644 --- a/components/adrapid/actions/create-banner/create-banner.mjs +++ b/components/adrapid/actions/create-banner/create-banner.mjs @@ -5,7 +5,12 @@ export default { key: "adrapid-create-banner", name: "Create Banner", description: "Generates a new banner using provided data. This action can create different types of banners, such as animated HTML5, image, or video banners. [See the documentation](https://docs.adrapid.com/api/overview)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adrapid, diff --git a/components/adrapid/actions/get-banner/get-banner.mjs b/components/adrapid/actions/get-banner/get-banner.mjs index a03633a737330..5c0fe643957ce 100644 --- a/components/adrapid/actions/get-banner/get-banner.mjs +++ b/components/adrapid/actions/get-banner/get-banner.mjs @@ -4,7 +4,12 @@ export default { key: "adrapid-get-banner", name: "Get Banner", description: "Retrieves a specified banner. This action should be used after a 'create-banner' action to ensure that the banner is fully processed and ready for use. [See the documentation](https://docs.adrapid.com/api/overview)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adrapid, diff --git a/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs b/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs index f3b83698fdd5d..3634d5dec915a 100644 --- a/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs +++ b/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs @@ -4,7 +4,12 @@ export default { key: "adroll-replace-emails-from-crm-audience", name: "Replace Emails from CRM Audience", description: "Replace the email list from a CRM audience in AdRoll. [See docs here](https://developers.adroll.com/docs/adroll-audience-api/1/routes/segments/%7Bsegment_eid%7D/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/adyen/actions/cancel-payment/cancel-payment.mjs b/components/adyen/actions/cancel-payment/cancel-payment.mjs index 96350172a0497..cf551f4b967be 100644 --- a/components/adyen/actions/cancel-payment/cancel-payment.mjs +++ b/components/adyen/actions/cancel-payment/cancel-payment.mjs @@ -4,7 +4,12 @@ export default { key: "adyen-cancel-payment", name: "Cancel Payment", description: "Cancels a payment that has not yet been captured. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/cancels)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/adyen/actions/capture-payment/capture-payment.mjs b/components/adyen/actions/capture-payment/capture-payment.mjs index c99e6bf4eb9fa..d41b678702468 100644 --- a/components/adyen/actions/capture-payment/capture-payment.mjs +++ b/components/adyen/actions/capture-payment/capture-payment.mjs @@ -4,7 +4,12 @@ export default { key: "adyen-capture-payment", name: "Capture Payment", description: "Captures an authorized payment. This is typically used for delayed capture scenarios, such as when you need to verify the order before capturing the funds.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/adyen/actions/create-payment/create-payment.mjs b/components/adyen/actions/create-payment/create-payment.mjs index c1a091112fb92..20bfcf1896d11 100644 --- a/components/adyen/actions/create-payment/create-payment.mjs +++ b/components/adyen/actions/create-payment/create-payment.mjs @@ -4,7 +4,12 @@ export default { key: "adyen-create-payment", name: "Create Payment", description: "Creates a payment for a shopper. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/adyen/actions/refund-payment/refund-payment.mjs b/components/adyen/actions/refund-payment/refund-payment.mjs index cb74c1bb9c599..87cbc0fdb0010 100644 --- a/components/adyen/actions/refund-payment/refund-payment.mjs +++ b/components/adyen/actions/refund-payment/refund-payment.mjs @@ -4,7 +4,12 @@ export default { key: "adyen-refund-payment", name: "Refund Payment", description: "Refunds a captured payment. [See the documentation](https://docs.adyen.com/api-explorer/checkout/71/post/payments/(paymentpspreference)/refunds)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/adyen/actions/submit-details/submit-details.mjs b/components/adyen/actions/submit-details/submit-details.mjs index e3591015c2488..15d90345d0693 100644 --- a/components/adyen/actions/submit-details/submit-details.mjs +++ b/components/adyen/actions/submit-details/submit-details.mjs @@ -5,7 +5,12 @@ export default { key: "adyen-submit-details", name: "Submit Additional Payment Details", description: "Submits additional details for a payment. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments/details)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs b/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs index ba3bd648f6dcc..8f81ee81f47db 100644 --- a/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs +++ b/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs @@ -4,7 +4,12 @@ export default { key: "adyntel-google-ads-by-company", name: "Get Google Ads by Company", description: "Retrieve all Google ads for a given company domain. [See the documentation](https://docs.adyntel.com/ad-libraries/google)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adyntel, diff --git a/components/adyntel/actions/meta-ad-search/meta-ad-search.mjs b/components/adyntel/actions/meta-ad-search/meta-ad-search.mjs index 6446011faafd0..9cfca2cf712fb 100644 --- a/components/adyntel/actions/meta-ad-search/meta-ad-search.mjs +++ b/components/adyntel/actions/meta-ad-search/meta-ad-search.mjs @@ -4,7 +4,12 @@ export default { key: "adyntel-meta-ad-search", name: "Meta Ad Search", description: "Searches the Meta ad library. [See the documentation](https://docs.adyntel.com/ad-libraries/meta-ad-search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adyntel, diff --git a/components/adyntel/actions/tiktok-search/tiktok-search.mjs b/components/adyntel/actions/tiktok-search/tiktok-search.mjs index e3cff438ff4e9..dabac66bb6276 100644 --- a/components/adyntel/actions/tiktok-search/tiktok-search.mjs +++ b/components/adyntel/actions/tiktok-search/tiktok-search.mjs @@ -4,7 +4,12 @@ export default { key: "adyntel-tiktok-search", name: "Search TikTok Ads", description: "Search TikTok ads using a keyword. [See the documentation](https://docs.adyntel.com/ad-libraries/tiktok-search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adyntel, diff --git a/components/aero_workflow/actions/create-appointment/create-appointment.mjs b/components/aero_workflow/actions/create-appointment/create-appointment.mjs index 250b9f9b0f12e..b065ec92ea36c 100644 --- a/components/aero_workflow/actions/create-appointment/create-appointment.mjs +++ b/components/aero_workflow/actions/create-appointment/create-appointment.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-appointment", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Appointment", description: "Creates an appointment [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/create-company/create-company.mjs b/components/aero_workflow/actions/create-company/create-company.mjs index c96e0ad4611eb..04b17920408eb 100644 --- a/components/aero_workflow/actions/create-company/create-company.mjs +++ b/components/aero_workflow/actions/create-company/create-company.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-company", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Company", description: "Creates a company [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/create-contact/create-contact.mjs b/components/aero_workflow/actions/create-contact/create-contact.mjs index 8e1f42fbc3d02..9474a5881a704 100644 --- a/components/aero_workflow/actions/create-contact/create-contact.mjs +++ b/components/aero_workflow/actions/create-contact/create-contact.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Contact", description: "Creates a contact [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/create-email-aero/create-email-aero.mjs b/components/aero_workflow/actions/create-email-aero/create-email-aero.mjs index 62125f90e6255..6508c1c9b9ad3 100644 --- a/components/aero_workflow/actions/create-email-aero/create-email-aero.mjs +++ b/components/aero_workflow/actions/create-email-aero/create-email-aero.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-email-aero", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Email Aero", description: "Creates an email aero [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/create-task/create-task.mjs b/components/aero_workflow/actions/create-task/create-task.mjs index 56cbbb9c3de4d..937d4e1ea0c31 100644 --- a/components/aero_workflow/actions/create-task/create-task.mjs +++ b/components/aero_workflow/actions/create-task/create-task.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-task", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Task", description: "Creates a task [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/create-vault-entry/create-vault-entry.mjs b/components/aero_workflow/actions/create-vault-entry/create-vault-entry.mjs index 823856813d835..0c0eea6b775d3 100644 --- a/components/aero_workflow/actions/create-vault-entry/create-vault-entry.mjs +++ b/components/aero_workflow/actions/create-vault-entry/create-vault-entry.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-create-vault-entry", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Create Vault Entry", description: "Creates a vault entry for selected company [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/aero_workflow/actions/find-company/find-company.mjs b/components/aero_workflow/actions/find-company/find-company.mjs index 15d9a0cf413a9..2765d148c6247 100644 --- a/components/aero_workflow/actions/find-company/find-company.mjs +++ b/components/aero_workflow/actions/find-company/find-company.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "aero_workflow-find-company", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Find Company", description: "Finds companies with the given parameters [See the docs here](https://api.aeroworkflow.com/swagger/index.html)", diff --git a/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs b/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs index ca2f485ccab0a..f29cdb8fb9cac 100644 --- a/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs +++ b/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs @@ -4,7 +4,12 @@ export default { key: "affinda-upload-document-from-url", name: "Upload Document for Parsing", description: "Uploads a document for parsing. [See docs here](https://docs.affinda.com/reference/createdocument)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { affinda, diff --git a/components/aftership/actions/create-tracking/create-tracking.mjs b/components/aftership/actions/create-tracking/create-tracking.mjs index 6844140e8eda9..67d68c0805cf5 100644 --- a/components/aftership/actions/create-tracking/create-tracking.mjs +++ b/components/aftership/actions/create-tracking/create-tracking.mjs @@ -7,7 +7,12 @@ export default { key: "aftership-create-tracking", name: "Create Tracking", description: "Creates a tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/post-trackings)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aftership, diff --git a/components/aftership/actions/get-tracking/get-tracking.mjs b/components/aftership/actions/get-tracking/get-tracking.mjs index a907860d0378b..79d92e39eaa30 100644 --- a/components/aftership/actions/get-tracking/get-tracking.mjs +++ b/components/aftership/actions/get-tracking/get-tracking.mjs @@ -4,7 +4,12 @@ export default { key: "aftership-get-tracking", name: "Get Tracking", description: "Obtains an existing tracking system's data by ID. [See the documentation](https://www.aftership.com/docs/api/4/trackings/get-trackings)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { aftership, diff --git a/components/aftership/actions/update-tracking/update-tracking.mjs b/components/aftership/actions/update-tracking/update-tracking.mjs index 4418396834d54..ad5100d36dab3 100644 --- a/components/aftership/actions/update-tracking/update-tracking.mjs +++ b/components/aftership/actions/update-tracking/update-tracking.mjs @@ -6,7 +6,12 @@ export default { key: "aftership-update-tracking", name: "Update Tracking", description: "Updates an existing tracking. [See the documentation](https://www.aftership.com/docs/api/4/trackings/put-trackings-slug-tracking_number)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aftership, diff --git a/components/agendor/actions/create-organization/create-organization.mjs b/components/agendor/actions/create-organization/create-organization.mjs index 3047f15c70d99..a31ce6c7ddc82 100644 --- a/components/agendor/actions/create-organization/create-organization.mjs +++ b/components/agendor/actions/create-organization/create-organization.mjs @@ -4,7 +4,12 @@ export default { name: "Create Organization", description: "Create Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20organization).", key: "agendor-create-organization", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agendor/actions/create-person/create-person.mjs b/components/agendor/actions/create-person/create-person.mjs index 7f02ba2a6894c..913b16705dd9e 100644 --- a/components/agendor/actions/create-person/create-person.mjs +++ b/components/agendor/actions/create-person/create-person.mjs @@ -4,7 +4,12 @@ export default { name: "Create Person", description: "Create Person [See the documentation](https://api.agendor.com.br/docs/#operation/Create%20person).", key: "agendor-create-person", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agendor/actions/find-organization/find-organization.mjs b/components/agendor/actions/find-organization/find-organization.mjs index c57c99d3accd8..1d0d28eafc060 100644 --- a/components/agendor/actions/find-organization/find-organization.mjs +++ b/components/agendor/actions/find-organization/find-organization.mjs @@ -4,7 +4,12 @@ export default { name: "Find Organization", description: "Find Organization [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20organization).", key: "agendor-find-organization", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/agendor/actions/find-person/find-person.mjs b/components/agendor/actions/find-person/find-person.mjs index a7e071e7450b0..c24eb0aeb4a7d 100644 --- a/components/agendor/actions/find-person/find-person.mjs +++ b/components/agendor/actions/find-person/find-person.mjs @@ -4,7 +4,12 @@ export default { name: "Find Person", description: "Find Person [See the documentation](https://api.agendor.com.br/docs/#operation/Get%20person).", key: "agendor-find-person", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/agentset/actions/create-ingest-job/create-ingest-job.mjs b/components/agentset/actions/create-ingest-job/create-ingest-job.mjs index b63d4614e3e06..912d78bf5f266 100644 --- a/components/agentset/actions/create-ingest-job/create-ingest-job.mjs +++ b/components/agentset/actions/create-ingest-job/create-ingest-job.mjs @@ -6,7 +6,12 @@ export default { key: "agentset-create-ingest-job", name: "Create Ingest Job", description: "Create an ingest job for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/ingest-jobs/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agentset, diff --git a/components/agentset/actions/create-namespace/create-namespace.mjs b/components/agentset/actions/create-namespace/create-namespace.mjs index 62f3d9dcd3fc3..e75f16229e12c 100644 --- a/components/agentset/actions/create-namespace/create-namespace.mjs +++ b/components/agentset/actions/create-namespace/create-namespace.mjs @@ -5,7 +5,12 @@ export default { key: "agentset-create-namespace", name: "Create Namespace", description: "Creates a namespace for the authenticated organization. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/namespaces/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agentset, diff --git a/components/agentset/actions/search-namespace/search-namespace.mjs b/components/agentset/actions/search-namespace/search-namespace.mjs index 594debdc24d81..d2bd56d6e6e78 100644 --- a/components/agentset/actions/search-namespace/search-namespace.mjs +++ b/components/agentset/actions/search-namespace/search-namespace.mjs @@ -4,7 +4,12 @@ export default { key: "agentset-search-namespace", name: "Agentset Search Namespace", description: "Complete retrieval pipeline for RAG with semantic search, filtering, and reranking. [See the documentation](https://docs.agentset.ai/api-reference/endpoint/search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { agentset, diff --git a/components/agile_crm/actions/add-score-to-contact/add-score-to-contact.mjs b/components/agile_crm/actions/add-score-to-contact/add-score-to-contact.mjs index 4c89693c25b92..f301bdc923214 100644 --- a/components/agile_crm/actions/add-score-to-contact/add-score-to-contact.mjs +++ b/components/agile_crm/actions/add-score-to-contact/add-score-to-contact.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-add-score-to-contact", name: "Add Score to Contact", description: "Used to change the score of a contact. [See the documentation](https://github.com/agilecrm/rest-api#15-update-lead-score-by-id)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/add-tags-to-contact/add-tags-to-contact.mjs b/components/agile_crm/actions/add-tags-to-contact/add-tags-to-contact.mjs index ed9ce769c0570..fe136d671fc12 100644 --- a/components/agile_crm/actions/add-tags-to-contact/add-tags-to-contact.mjs +++ b/components/agile_crm/actions/add-tags-to-contact/add-tags-to-contact.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-add-tags-to-contact", name: "Add Tags to Contact", description: "Adds a tag or tags to an existing contact. [See the documentation](https://github.com/agilecrm/rest-api#17-update-tags-value-by-id)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-company/create-company.mjs b/components/agile_crm/actions/create-company/create-company.mjs index 59e048484fa5a..a0a93460ce9d6 100644 --- a/components/agile_crm/actions/create-company/create-company.mjs +++ b/components/agile_crm/actions/create-company/create-company.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-company", name: "Create Company", description: "Create a new company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#21-creating-a-company)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-contact-note/create-contact-note.mjs b/components/agile_crm/actions/create-contact-note/create-contact-note.mjs index 03f0ae553e6da..0e9e8cbd4850a 100644 --- a/components/agile_crm/actions/create-contact-note/create-contact-note.mjs +++ b/components/agile_crm/actions/create-contact-note/create-contact-note.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-contact-note", name: "Create Contact Note", description: "Adds a note to a contact. [See the documentation](https://github.com/agilecrm/rest-api#41-create-a-note-and-relate-that-to-contacts-)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-contact/create-contact.mjs b/components/agile_crm/actions/create-contact/create-contact.mjs index e125a83d79a7d..c6dad60e5e9a5 100644 --- a/components/agile_crm/actions/create-contact/create-contact.mjs +++ b/components/agile_crm/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "agile_crm-create-contact", name: "Create Contact", description: "Create a new contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#13-creating-a-contact)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-deal-note/create-deal-note.mjs b/components/agile_crm/actions/create-deal-note/create-deal-note.mjs index a98a21bed2f6b..f03862a18cf21 100644 --- a/components/agile_crm/actions/create-deal-note/create-deal-note.mjs +++ b/components/agile_crm/actions/create-deal-note/create-deal-note.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-deal-note", name: "Create Deal Note", description: "Adds a note to a deal. [See the documentation](https://github.com/agilecrm/rest-api#45-create-note-to-a-deal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-deal/create-deal.mjs b/components/agile_crm/actions/create-deal/create-deal.mjs index 3a1127f0401b8..bd90fcd5658a4 100644 --- a/components/agile_crm/actions/create-deal/create-deal.mjs +++ b/components/agile_crm/actions/create-deal/create-deal.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-deal", name: "Create Deal", description: "Create a new deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#33-create-deal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-task/create-task.mjs b/components/agile_crm/actions/create-task/create-task.mjs index 44d63af8d3649..a3babc6c73d2c 100644 --- a/components/agile_crm/actions/create-task/create-task.mjs +++ b/components/agile_crm/actions/create-task/create-task.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-task", name: "Create Task", description: "Create a new task in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#54-create-a-task)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/create-ticket/create-ticket.mjs b/components/agile_crm/actions/create-ticket/create-ticket.mjs index b68a3a94a067c..37f49a2da5399 100644 --- a/components/agile_crm/actions/create-ticket/create-ticket.mjs +++ b/components/agile_crm/actions/create-ticket/create-ticket.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-create-ticket", name: "Create Ticket", description: "Create a new ticket in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#102-create-a-ticket)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/update-company/update-company.mjs b/components/agile_crm/actions/update-company/update-company.mjs index 0ab7ccf9434db..df3704abe1a5a 100644 --- a/components/agile_crm/actions/update-company/update-company.mjs +++ b/components/agile_crm/actions/update-company/update-company.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-update-company", name: "Update Company", description: "Updates an existing company in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#22-updating-a-company)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/update-contact/update-contact.mjs b/components/agile_crm/actions/update-contact/update-contact.mjs index 1c6d68b42acdd..032c13aa804a1 100644 --- a/components/agile_crm/actions/update-contact/update-contact.mjs +++ b/components/agile_crm/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "agile_crm-update-contact", name: "Update Contact", description: "Update an existing contact in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#14-update-properties-of-a-contact-by-id-partial-update)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/update-deal-note/update-deal-note.mjs b/components/agile_crm/actions/update-deal-note/update-deal-note.mjs index 3e6f179807900..93a5d71308f7d 100644 --- a/components/agile_crm/actions/update-deal-note/update-deal-note.mjs +++ b/components/agile_crm/actions/update-deal-note/update-deal-note.mjs @@ -4,7 +4,12 @@ export default { key: "agile_crm-update-deal-note", name: "Update Deal Note", description: "Update a note attached to a deal. [See the documentation](https://github.com/agilecrm/rest-api#46-update-note-to-a-deal)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agile_crm/actions/update-deal/update-deal.mjs b/components/agile_crm/actions/update-deal/update-deal.mjs index 79e1e9d9a5d4e..ec2a5d11d2d55 100644 --- a/components/agile_crm/actions/update-deal/update-deal.mjs +++ b/components/agile_crm/actions/update-deal/update-deal.mjs @@ -5,7 +5,12 @@ export default { key: "agile_crm-update-deal", name: "Update Deal", description: "Updates an existing deal in Agile CRM. [See the documentation](https://github.com/agilecrm/rest-api#34-update-deal-partial-update)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agileCrm, diff --git a/components/agiled/actions/create-contact/create-contact.mjs b/components/agiled/actions/create-contact/create-contact.mjs index edeaf1a338f0b..368f2c87fa4e5 100644 --- a/components/agiled/actions/create-contact/create-contact.mjs +++ b/components/agiled/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "agiled-create-contact", name: "Create Contact", description: "Creates a new contact in Agiled. [See the documentation](https://my.agiled.app/developers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agiled/actions/create-invoice/create-invoice.mjs b/components/agiled/actions/create-invoice/create-invoice.mjs index 7093ff1a66410..4da4cdf4cf970 100644 --- a/components/agiled/actions/create-invoice/create-invoice.mjs +++ b/components/agiled/actions/create-invoice/create-invoice.mjs @@ -5,7 +5,12 @@ export default { key: "agiled-create-invoice", name: "Create Invoice", description: "Creates a new invoice in Agiled. [See the documentation](https://my.agiled.app/developers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agiled/actions/create-project/create-project.mjs b/components/agiled/actions/create-project/create-project.mjs index 93e09de657f85..0f7432e5c492e 100644 --- a/components/agiled/actions/create-project/create-project.mjs +++ b/components/agiled/actions/create-project/create-project.mjs @@ -4,7 +4,12 @@ export default { key: "agiled-create-project", name: "Create Project", description: "Creates a new project in the Agiled app. [See the documentation](https://my.agiled.app/developers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agiliron/actions/create-contact/create-contact.mjs b/components/agiliron/actions/create-contact/create-contact.mjs index 323227d28cfea..ce42f24aab241 100644 --- a/components/agiliron/actions/create-contact/create-contact.mjs +++ b/components/agiliron/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "agiliron-create-contact", name: "Create Contact", description: "Generates a new contact within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-contact-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agiliron, diff --git a/components/agiliron/actions/create-event/create-event.mjs b/components/agiliron/actions/create-event/create-event.mjs index e0c862cdb77d0..3368a047366c4 100644 --- a/components/agiliron/actions/create-event/create-event.mjs +++ b/components/agiliron/actions/create-event/create-event.mjs @@ -6,7 +6,12 @@ export default { key: "agiliron-create-event", name: "Create Event", description: "Creates a new event within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-event-2)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agiliron, diff --git a/components/agiliron/actions/create-lead/create-lead.mjs b/components/agiliron/actions/create-lead/create-lead.mjs index 64ae2e05b2ddb..0263422e3f6a5 100644 --- a/components/agiliron/actions/create-lead/create-lead.mjs +++ b/components/agiliron/actions/create-lead/create-lead.mjs @@ -7,7 +7,12 @@ export default { key: "agiliron-create-lead", name: "Create Lead", description: "Establishes a new lead within Agiliron. [See the documentation](https://api.agiliron.com/docs/add-lead-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { agiliron, diff --git a/components/agility_cms/actions/get-content-items/get-content-items.mjs b/components/agility_cms/actions/get-content-items/get-content-items.mjs index 927bb20da1333..35a4aed0c1273 100644 --- a/components/agility_cms/actions/get-content-items/get-content-items.mjs +++ b/components/agility_cms/actions/get-content-items/get-content-items.mjs @@ -4,7 +4,12 @@ export default { key: "agility_cms-get-content-items", name: "Get Content Items", description: "Retrieves all content items. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Sync-get__guid___apitype___locale__sync_items)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/agility_cms/actions/get-content-models/get-content-models.mjs b/components/agility_cms/actions/get-content-models/get-content-models.mjs index 5521d2896dc6e..dfdad74a73318 100644 --- a/components/agility_cms/actions/get-content-models/get-content-models.mjs +++ b/components/agility_cms/actions/get-content-models/get-content-models.mjs @@ -4,7 +4,12 @@ export default { key: "agility_cms-get-content-models", name: "Get Content Models", description: "Retrieve content models for the Agility instance. [See the documentation](https://api.aglty.io/swagger/index.html#operations-ContentModels-get__guid___apitype__contentmodels)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/agility_cms/actions/get-item/get-item.mjs b/components/agility_cms/actions/get-item/get-item.mjs index fc35ced2d6cc8..14eb65d0a13fc 100644 --- a/components/agility_cms/actions/get-item/get-item.mjs +++ b/components/agility_cms/actions/get-item/get-item.mjs @@ -4,7 +4,12 @@ export default { key: "agility_cms-get-item", name: "Get Item Details", description: "Get details of the specified item. [See the documentation](https://api.aglty.io/swagger/index.html#operations-Item-get__guid___apitype___locale__item__id_)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/agrello/actions/get-document/get-document.mjs b/components/agrello/actions/get-document/get-document.mjs index 918475503069a..80c791f58e323 100644 --- a/components/agrello/actions/get-document/get-document.mjs +++ b/components/agrello/actions/get-document/get-document.mjs @@ -4,7 +4,12 @@ export default { key: "agrello-get-document", name: "Get Document", description: "Get a document in Agrello. [See the documentation](https://api.agrello.io/public/webjars/swagger-ui/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { agrello, diff --git a/components/ai_textraction/actions/extract-data/extract-data.mjs b/components/ai_textraction/actions/extract-data/extract-data.mjs index 7b20c7480b2df..074fad3285d02 100644 --- a/components/ai_textraction/actions/extract-data/extract-data.mjs +++ b/components/ai_textraction/actions/extract-data/extract-data.mjs @@ -4,7 +4,12 @@ export default { key: "ai_textraction-extract-data", name: "Extract Data", description: "Extract custom data from text using AI Textraction. [See the documentation](https://rapidapi.com/textractionai/api/ai-textraction)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aiTextraction, diff --git a/components/aidbase/actions/add-question-to-faq/add-question-to-faq.mjs b/components/aidbase/actions/add-question-to-faq/add-question-to-faq.mjs index 29c9163c8f5f2..8406138e38c15 100644 --- a/components/aidbase/actions/add-question-to-faq/add-question-to-faq.mjs +++ b/components/aidbase/actions/add-question-to-faq/add-question-to-faq.mjs @@ -4,7 +4,12 @@ export default { key: "aidbase-add-question-to-faq", name: "Add Question to FAQ", description: "Add a new question to a FAQ in Airbase. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgeidfaq-item)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aidbase, diff --git a/components/aidbase/actions/add-video/add-video.mjs b/components/aidbase/actions/add-video/add-video.mjs index 0ec3dfd5098d8..f5e1b9a42599e 100644 --- a/components/aidbase/actions/add-video/add-video.mjs +++ b/components/aidbase/actions/add-video/add-video.mjs @@ -4,7 +4,12 @@ export default { key: "aidbase-add-video", name: "Add Video", description: "Add a video as a piece of knowledge to your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgevideo)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aidbase, diff --git a/components/aidbase/actions/create-faq/create-faq.mjs b/components/aidbase/actions/create-faq/create-faq.mjs index 798800a817f09..cb64ac08499da 100644 --- a/components/aidbase/actions/create-faq/create-faq.mjs +++ b/components/aidbase/actions/create-faq/create-faq.mjs @@ -4,7 +4,12 @@ export default { key: "aidbase-create-faq", name: "Create FAQ", description: "Create a new frequently asked questions (FAQ) list on your Aidbase account. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#post-knowledgefaq)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aidbase, diff --git a/components/aidbase/actions/start-training/start-training.mjs b/components/aidbase/actions/start-training/start-training.mjs index 39003915de99e..0cdbf9a89331f 100644 --- a/components/aidbase/actions/start-training/start-training.mjs +++ b/components/aidbase/actions/start-training/start-training.mjs @@ -4,7 +4,12 @@ export default { key: "aidbase-start-training", name: "Start Training", description: "Kick off a training job for a specific piece of knowledge. [See the documentation](https://docs.aidbase.ai/apis/knowledge-api/reference/#put-knowledgeidtrain)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aidbase, diff --git a/components/aircall/actions/create-contact/create-contact.mjs b/components/aircall/actions/create-contact/create-contact.mjs index 0014d67878917..9ea1b0b8b0538 100644 --- a/components/aircall/actions/create-contact/create-contact.mjs +++ b/components/aircall/actions/create-contact/create-contact.mjs @@ -6,7 +6,12 @@ export default { description: "Create a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#create-a-contact)", key: "aircall-create-contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/aircall/actions/get-call/get-call.mjs b/components/aircall/actions/get-call/get-call.mjs index f1c8b37e2db0f..83a4020021134 100644 --- a/components/aircall/actions/get-call/get-call.mjs +++ b/components/aircall/actions/get-call/get-call.mjs @@ -4,7 +4,12 @@ export default { name: "Get Call", description: "Retrieves details about a call. [See the docs here](https://developer.aircall.io/api-references/#retrieve-a-call)", key: "aircall-get-call", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { aircall, diff --git a/components/aircall/actions/update-contact/update-contact.mjs b/components/aircall/actions/update-contact/update-contact.mjs index 944d89f07ac70..facd0392486f0 100644 --- a/components/aircall/actions/update-contact/update-contact.mjs +++ b/components/aircall/actions/update-contact/update-contact.mjs @@ -9,7 +9,12 @@ export default { name: "Update Contact", description: "Update a contact in Aircall. [See the documentation](https://developer.aircall.io/api-references/#update-a-contact)", key: "aircall-update-contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { aircall, diff --git a/components/airfocus/actions/create-item/create-item.mjs b/components/airfocus/actions/create-item/create-item.mjs index d41a1feecbe03..1d4af0450bb0a 100644 --- a/components/airfocus/actions/create-item/create-item.mjs +++ b/components/airfocus/actions/create-item/create-item.mjs @@ -5,7 +5,12 @@ export default { key: "airfocus-create-item", name: "Create Item", description: "Creates a new item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airfocus, diff --git a/components/airfocus/actions/delete-item/delete-item.mjs b/components/airfocus/actions/delete-item/delete-item.mjs index b71bbd6fcd5c9..dddb9e77c789b 100644 --- a/components/airfocus/actions/delete-item/delete-item.mjs +++ b/components/airfocus/actions/delete-item/delete-item.mjs @@ -4,7 +4,12 @@ export default { key: "airfocus-delete-item", name: "Delete Item", description: "Deletes a specific item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airfocus, diff --git a/components/airfocus/actions/search-item/search-item.mjs b/components/airfocus/actions/search-item/search-item.mjs index 958e14a964f59..c6ab41a044a95 100644 --- a/components/airfocus/actions/search-item/search-item.mjs +++ b/components/airfocus/actions/search-item/search-item.mjs @@ -5,7 +5,12 @@ export default { key: "airfocus-search-item", name: "Search Item", description: "Searches items by query in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { airfocus, diff --git a/components/airfocus/actions/update-item/update-item.mjs b/components/airfocus/actions/update-item/update-item.mjs index 18277a367b008..98d1f1e19da33 100644 --- a/components/airfocus/actions/update-item/update-item.mjs +++ b/components/airfocus/actions/update-item/update-item.mjs @@ -5,7 +5,12 @@ export default { key: "airfocus-update-item", name: "Update Item", description: "Updates an existing item in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airfocus, diff --git a/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs b/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs index cf1c0b00dfe09..5dfd3bcdbb94b 100644 --- a/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs +++ b/components/airmeet/actions/add-authorized-attendee/add-authorized-attendee.mjs @@ -2,7 +2,12 @@ import app from "../../airmeet.app.mjs"; export default { name: "Add Authorized Attendee", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "airmeet-add-authorized-attendee", description: "Add authorized Attendee. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#5.1-Add-Authorized-Attendee)", type: "action", diff --git a/components/airmeet/actions/create-airmeet/create-airmeet.mjs b/components/airmeet/actions/create-airmeet/create-airmeet.mjs index 75012522a7387..d44fc7a779576 100644 --- a/components/airmeet/actions/create-airmeet/create-airmeet.mjs +++ b/components/airmeet/actions/create-airmeet/create-airmeet.mjs @@ -4,7 +4,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Airmeet", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "airmeet-create-airmeet", description: "Creates an airmeet. [See the documentation](https://help.airmeet.com/support/solutions/articles/82000467794-airmeet-public-apis-v2-0#6.1-Create-Airmeet)", type: "action", diff --git a/components/airops/actions/run-workflow/run-workflow.mjs b/components/airops/actions/run-workflow/run-workflow.mjs index 21efa541816ef..bb8c42c6f5c84 100644 --- a/components/airops/actions/run-workflow/run-workflow.mjs +++ b/components/airops/actions/run-workflow/run-workflow.mjs @@ -2,7 +2,12 @@ import app from "../../airops.app.mjs"; export default { name: "Run Workflow", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "airops-run-workflow", description: "Run a workflow of an app. See the [sync documentation](https://docs.airops.com/reference/create-execution) or [async documentation](https://docs.airops.com/reference/create-async-execution)", type: "action", diff --git a/components/airparser/actions/extract-data-document/extract-data-document.mjs b/components/airparser/actions/extract-data-document/extract-data-document.mjs index 97cd0a9b08c8b..fa9f9c3ea7af7 100644 --- a/components/airparser/actions/extract-data-document/extract-data-document.mjs +++ b/components/airparser/actions/extract-data-document/extract-data-document.mjs @@ -4,7 +4,12 @@ export default { key: "airparser-extract-data-document", name: "Extract Data from Document", description: "Extracts structured data based on a user-predefined extraction schema. [See the documentation](https://help.airparser.com/public-api/public-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airparser, diff --git a/components/airparser/actions/upload-document-parse/upload-document-parse.mjs b/components/airparser/actions/upload-document-parse/upload-document-parse.mjs index bde88282ad5fe..4b70ddbfd4a27 100644 --- a/components/airparser/actions/upload-document-parse/upload-document-parse.mjs +++ b/components/airparser/actions/upload-document-parse/upload-document-parse.mjs @@ -6,7 +6,12 @@ export default { key: "airparser-upload-document-parse", name: "Upload Document and Parse", description: "Uploads a document into the inbox for data extraction. [See the documentation](https://help.airparser.com/public-api/public-api)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airparser, diff --git a/components/airplane/actions/execute-runbook/execute-runbook.mjs b/components/airplane/actions/execute-runbook/execute-runbook.mjs index fb3efa0763827..d03a1afc5d37d 100644 --- a/components/airplane/actions/execute-runbook/execute-runbook.mjs +++ b/components/airplane/actions/execute-runbook/execute-runbook.mjs @@ -5,7 +5,12 @@ export default { key: "airplane-execute-runbook", name: "Execute Runbook", description: "Execute a runbook and receive a session ID to track the runbook's execution. [See the documentation](https://docs.airplane.dev/reference/api#runbooks-execute)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airplane, diff --git a/components/airplane/actions/execute-task/execute-task.mjs b/components/airplane/actions/execute-task/execute-task.mjs index 1eed80c46b4a8..2a510fede51bf 100644 --- a/components/airplane/actions/execute-task/execute-task.mjs +++ b/components/airplane/actions/execute-task/execute-task.mjs @@ -5,7 +5,12 @@ export default { key: "airplane-execute-task", name: "Execute Task", description: "Execute a task with a set of parameter values and receive a run ID to track the task's execution. [See the documentation](https://docs.airplane.dev/reference/api#tasks-execute)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airplane, diff --git a/components/airplane/actions/submit-prompt/submit-prompt.mjs b/components/airplane/actions/submit-prompt/submit-prompt.mjs index 245ee7d969d4f..09eb3b626195e 100644 --- a/components/airplane/actions/submit-prompt/submit-prompt.mjs +++ b/components/airplane/actions/submit-prompt/submit-prompt.mjs @@ -4,7 +4,12 @@ export default { key: "airplane-submit-prompt", name: "Submit Prompt", description: "Submit a prompt with a set of parameter values. [See the documentation](https://docs.airplane.dev/reference/api#prompts-submit)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airplane, diff --git a/components/airslate/actions/create-new-organization/create-new-organization.mjs b/components/airslate/actions/create-new-organization/create-new-organization.mjs index 2788ef4559fa1..29915e6e81301 100644 --- a/components/airslate/actions/create-new-organization/create-new-organization.mjs +++ b/components/airslate/actions/create-new-organization/create-new-organization.mjs @@ -4,7 +4,12 @@ export default { key: "airslate-create-new-organization", name: "Create New Organization", description: "Creates a new organization in airslate with optional settings. [See the documentation](https://docs.airslate.io/docs/airslate-api/organizations-api%2Foperations%2Fcreate-a-organization)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/airslate/actions/create-new-template/create-new-template.mjs b/components/airslate/actions/create-new-template/create-new-template.mjs index 9ee820fe149cb..776c16dcc523c 100644 --- a/components/airslate/actions/create-new-template/create-new-template.mjs +++ b/components/airslate/actions/create-new-template/create-new-template.mjs @@ -4,7 +4,12 @@ export default { key: "airslate-create-new-template", name: "Create a New Template", description: "Create a new reusable document package that contains fillable documents and forms in the specified organization. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fcreate-a-organization-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/airslate/actions/update-template/update-template.mjs b/components/airslate/actions/update-template/update-template.mjs index ad997431c5b28..6db494dc83a53 100644 --- a/components/airslate/actions/update-template/update-template.mjs +++ b/components/airslate/actions/update-template/update-template.mjs @@ -4,7 +4,12 @@ export default { key: "airslate-update-template", name: "Update Template", description: "Update a specified template in airSlate. [See the documentation](https://docs.airslate.io/docs/airslate-api/templates-api%2Foperations%2Fmodify-a-organization-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/airtable_oauth/actions/create-comment/create-comment.mjs b/components/airtable_oauth/actions/create-comment/create-comment.mjs index 9c141e33d614f..926de2b17b85b 100644 --- a/components/airtable_oauth/actions/create-comment/create-comment.mjs +++ b/components/airtable_oauth/actions/create-comment/create-comment.mjs @@ -4,7 +4,12 @@ export default { key: "airtable_oauth-create-comment", name: "Create Comment", description: "Create a comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/create-comment)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/create-field/create-field.mjs b/components/airtable_oauth/actions/create-field/create-field.mjs index 84660a7381da7..83b7cf40afd59 100644 --- a/components/airtable_oauth/actions/create-field/create-field.mjs +++ b/components/airtable_oauth/actions/create-field/create-field.mjs @@ -5,7 +5,12 @@ export default { key: "airtable_oauth-create-field", name: "Create Field", description: "Create a new field in a table. [See the documentation](https://airtable.com/developers/web/api/create-field)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/create-multiple-records/create-multiple-records.mjs b/components/airtable_oauth/actions/create-multiple-records/create-multiple-records.mjs index 4154e7c031a17..526cb0290802a 100644 --- a/components/airtable_oauth/actions/create-multiple-records/create-multiple-records.mjs +++ b/components/airtable_oauth/actions/create-multiple-records/create-multiple-records.mjs @@ -9,7 +9,12 @@ export default { key: "airtable_oauth-create-multiple-records", name: "Create Multiple Records", description: "Create one or more records in a table in a single operation with an array. [See the documentation](https://airtable.com/developers/web/api/create-records)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/create-or-update-record/create-or-update-record.mjs b/components/airtable_oauth/actions/create-or-update-record/create-or-update-record.mjs index 1f4578952d1eb..ab9d4c8425ed1 100644 --- a/components/airtable_oauth/actions/create-or-update-record/create-or-update-record.mjs +++ b/components/airtable_oauth/actions/create-or-update-record/create-or-update-record.mjs @@ -6,7 +6,12 @@ export default { key: "airtable_oauth-create-or-update-record", name: "Create or Update Record", description: "Create a new record or update an existing one. [See the documentation](https://airtable.com/developers/web/api/create-records)", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/create-single-record/create-single-record.mjs b/components/airtable_oauth/actions/create-single-record/create-single-record.mjs index 334532f1d8777..1548873d26956 100644 --- a/components/airtable_oauth/actions/create-single-record/create-single-record.mjs +++ b/components/airtable_oauth/actions/create-single-record/create-single-record.mjs @@ -6,7 +6,12 @@ export default { key: "airtable_oauth-create-single-record", name: "Create Single Record", description: "Adds a record to a table.", - version: "0.0.13", + version: "0.0.14", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/create-table/create-table.mjs b/components/airtable_oauth/actions/create-table/create-table.mjs index cc2cc85d6d526..8388149994ab7 100644 --- a/components/airtable_oauth/actions/create-table/create-table.mjs +++ b/components/airtable_oauth/actions/create-table/create-table.mjs @@ -4,7 +4,12 @@ export default { key: "airtable_oauth-create-table", name: "Create Table", description: "Create a new table. [See the documentation](https://airtable.com/developers/web/api/create-table)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { airtable, diff --git a/components/airtable_oauth/actions/delete-record/delete-record.mjs b/components/airtable_oauth/actions/delete-record/delete-record.mjs index 0e8f5e5012ccf..ed3a4bf84e5a0 100644 --- a/components/airtable_oauth/actions/delete-record/delete-record.mjs +++ b/components/airtable_oauth/actions/delete-record/delete-record.mjs @@ -5,7 +5,12 @@ export default { key: "airtable_oauth-delete-record", name: "Delete Record", description: "Delete a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/delete-record)", - 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/get-record-or-create/get-record-or-create.mjs b/components/airtable_oauth/actions/get-record-or-create/get-record-or-create.mjs index 426606806cd0e..91c96db7613a5 100644 --- a/components/airtable_oauth/actions/get-record-or-create/get-record-or-create.mjs +++ b/components/airtable_oauth/actions/get-record-or-create/get-record-or-create.mjs @@ -6,7 +6,12 @@ export default { key: "airtable_oauth-get-record-or-create", name: "Get Record Or Create", description: "Get a specific record, or create one if it doesn't exist. [See the documentation](https://airtable.com/developers/web/api/create-records)", - version: "0.0.14", + version: "0.0.15", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/get-record/get-record.mjs b/components/airtable_oauth/actions/get-record/get-record.mjs index 162a9488cd214..94d14cf6c62d9 100644 --- a/components/airtable_oauth/actions/get-record/get-record.mjs +++ b/components/airtable_oauth/actions/get-record/get-record.mjs @@ -6,7 +6,12 @@ export default { key: "airtable_oauth-get-record", name: "Get Record", description: "Get data of a selected record from a table. [See the documentation](https://airtable.com/developers/web/api/get-record)", - version: "0.0.13", + version: "0.0.14", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/list-bases/list-bases.mjs b/components/airtable_oauth/actions/list-bases/list-bases.mjs index 7b1e1f3f9edeb..2df536b40c1da 100644 --- a/components/airtable_oauth/actions/list-bases/list-bases.mjs +++ b/components/airtable_oauth/actions/list-bases/list-bases.mjs @@ -6,7 +6,12 @@ export default { description: "Get the list of bases that can be accessed. [See the documentation](https://airtable.com/developers/web/api/list-bases)", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { airtable, }, diff --git a/components/airtable_oauth/actions/list-records-in-view/list-records-in-view.mjs b/components/airtable_oauth/actions/list-records-in-view/list-records-in-view.mjs index 486a9661f3a71..a07bd374ca9d9 100644 --- a/components/airtable_oauth/actions/list-records-in-view/list-records-in-view.mjs +++ b/components/airtable_oauth/actions/list-records-in-view/list-records-in-view.mjs @@ -6,7 +6,12 @@ export default { name: "List Records in View", description: "Retrieve records from a view, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-views)", type: "action", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, ...commonList, props: { accountTierAlert: { diff --git a/components/airtable_oauth/actions/list-records/list-records.mjs b/components/airtable_oauth/actions/list-records/list-records.mjs index 10a44dc438ab5..cc3952afbcba2 100644 --- a/components/airtable_oauth/actions/list-records/list-records.mjs +++ b/components/airtable_oauth/actions/list-records/list-records.mjs @@ -6,7 +6,12 @@ export default { name: "List Records", description: "Retrieve records from a table, optionally sorting and filtering results. [See the documentation](https://airtable.com/developers/web/api/list-records)", type: "action", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, ...commonList, props: { ...common.props, diff --git a/components/airtable_oauth/actions/list-tables/list-tables.mjs b/components/airtable_oauth/actions/list-tables/list-tables.mjs index 41d9c28f5eba0..1777e70281a9b 100644 --- a/components/airtable_oauth/actions/list-tables/list-tables.mjs +++ b/components/airtable_oauth/actions/list-tables/list-tables.mjs @@ -6,7 +6,12 @@ export default { description: "Get a list of tables in the selected base. [See the documentation](https://airtable.com/developers/web/api/get-base-schema)", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { airtable, baseId: { diff --git a/components/airtable_oauth/actions/search-records/search-records.mjs b/components/airtable_oauth/actions/search-records/search-records.mjs index bb12dbda114c4..ce6c53fbdff7c 100644 --- a/components/airtable_oauth/actions/search-records/search-records.mjs +++ b/components/airtable_oauth/actions/search-records/search-records.mjs @@ -5,7 +5,12 @@ export default { key: "airtable_oauth-search-records", name: "Search Records", description: "Search for a record by formula or by field value. [See the documentation](https://airtable.com/developers/web/api/list-records)", - version: "0.0.14", + version: "0.0.15", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/airtable_oauth/actions/update-comment/update-comment.mjs b/components/airtable_oauth/actions/update-comment/update-comment.mjs index f118ace0beabe..17f483309286f 100644 --- a/components/airtable_oauth/actions/update-comment/update-comment.mjs +++ b/components/airtable_oauth/actions/update-comment/update-comment.mjs @@ -4,7 +4,12 @@ export default { key: "airtable_oauth-update-comment", name: "Update Comment", description: "Update an existing comment on a selected record. [See the documentation](https://airtable.com/developers/web/api/update-comment)", - version: "0.0.12", + version: "0.0.13", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props,