diff --git a/components/_0codekit/actions/compress-pdf/compress-pdf.mjs b/components/_0codekit/actions/compress-pdf/compress-pdf.mjs index fdc169e4a2ffd..958df70f1aeef 100644 --- a/components/_0codekit/actions/compress-pdf/compress-pdf.mjs +++ b/components/_0codekit/actions/compress-pdf/compress-pdf.mjs @@ -4,7 +4,12 @@ export default { key: "_0codekit-compress-pdf", name: "Compress PDF", description: "Compresses a PDF using the specified URL. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#fdcb09dc-c316-4b80-b523-5a1f3afac1e6)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _0codekit, diff --git a/components/_0codekit/actions/read-barcode/read-barcode.mjs b/components/_0codekit/actions/read-barcode/read-barcode.mjs index e7a9708678e12..acdbfa7c15ead 100644 --- a/components/_0codekit/actions/read-barcode/read-barcode.mjs +++ b/components/_0codekit/actions/read-barcode/read-barcode.mjs @@ -4,7 +4,12 @@ export default { key: "_0codekit-read-barcode", name: "Read Barcode", description: "Reads a QR code from an image. [See the documentation](https://documenter.getpostman.com/view/18297710/UVkntwBv#84ecd80e-af50-406b-abd7-698826773500)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _0codekit, diff --git a/components/_1crm/actions/create-contact/create-contact.mjs b/components/_1crm/actions/create-contact/create-contact.mjs index 56d1224cabde0..fbe7b369f4e20 100644 --- a/components/_1crm/actions/create-contact/create-contact.mjs +++ b/components/_1crm/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "_1crm-create-contact", name: "Create Contact", description: "Creates a new contact in the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", methods: { ...common.methods, diff --git a/components/_1crm/actions/create-lead/create-lead.mjs b/components/_1crm/actions/create-lead/create-lead.mjs index a2796fce8845b..12a28ea93d00e 100644 --- a/components/_1crm/actions/create-lead/create-lead.mjs +++ b/components/_1crm/actions/create-lead/create-lead.mjs @@ -5,7 +5,12 @@ export default { key: "_1crm-create-lead", name: "Create Lead", description: "Crafts a new lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataList_post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", methods: { ...common.methods, diff --git a/components/_1crm/actions/update-contact/update-contact.mjs b/components/_1crm/actions/update-contact/update-contact.mjs index 78d109d25ec57..7cefd55bf74e1 100644 --- a/components/_1crm/actions/update-contact/update-contact.mjs +++ b/components/_1crm/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "_1crm-update-contact", name: "Update Contact", description: "Modifies an existing contact within the 1CRM system. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/_1crm/actions/update-lead/update-lead.mjs b/components/_1crm/actions/update-lead/update-lead.mjs index 4cbe05c2db631..ca5d0d378a010 100644 --- a/components/_1crm/actions/update-lead/update-lead.mjs +++ b/components/_1crm/actions/update-lead/update-lead.mjs @@ -5,7 +5,12 @@ export default { key: "_1crm-update-lead", name: "Update Lead", description: "Updates an existing lead in 1CRM. [See the documentation](https://demo.1crmcloud.com/api.php#endpoint_dataRecord_patch)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/_2chat/actions/check-phone-number-whatsapp/check-phone-number-whatsapp.mjs b/components/_2chat/actions/check-phone-number-whatsapp/check-phone-number-whatsapp.mjs index 27152767f0113..e9db9cb8067cd 100644 --- a/components/_2chat/actions/check-phone-number-whatsapp/check-phone-number-whatsapp.mjs +++ b/components/_2chat/actions/check-phone-number-whatsapp/check-phone-number-whatsapp.mjs @@ -4,7 +4,12 @@ export default { key: "_2chat-check-phone-number-whatsapp", name: "Check Phone Number for WhatsApp", description: "Checks if a given phone number has a WhatsApp account. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/check-number)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { twoChat, diff --git a/components/_2chat/actions/create-contact/create-contact.mjs b/components/_2chat/actions/create-contact/create-contact.mjs index 6c8a009682f2c..b90e5c34bcdb1 100644 --- a/components/_2chat/actions/create-contact/create-contact.mjs +++ b/components/_2chat/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "_2chat-create-contact", name: "Create Contact", description: "Creates a new contact in 2Chat. [See the documentation](https://developers.2chat.co/docs/API/Contacts/create-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { twoChat, diff --git a/components/_2chat/actions/send-whatsapp-text-message/send-whatsapp-text-message.mjs b/components/_2chat/actions/send-whatsapp-text-message/send-whatsapp-text-message.mjs index 01e259d07afb2..087c8fcfd3518 100644 --- a/components/_2chat/actions/send-whatsapp-text-message/send-whatsapp-text-message.mjs +++ b/components/_2chat/actions/send-whatsapp-text-message/send-whatsapp-text-message.mjs @@ -4,7 +4,12 @@ export default { key: "_2chat-send-whatsapp-text-message", name: "Send Whatsapp Text Message", description: "Sends a text message to a designated whatsapp-enabled phone number. [See the documentation](https://developers.2chat.co/docs/API/WhatsApp/send-message)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { twoChat, diff --git a/components/_2markdown/actions/html-file-to-markdown/html-file-to-markdown.mjs b/components/_2markdown/actions/html-file-to-markdown/html-file-to-markdown.mjs index c238c14ff71c0..9f8a8d2da0f1c 100644 --- a/components/_2markdown/actions/html-file-to-markdown/html-file-to-markdown.mjs +++ b/components/_2markdown/actions/html-file-to-markdown/html-file-to-markdown.mjs @@ -6,7 +6,12 @@ export default { key: "_2markdown-html-file-to-markdown", name: "HTML File to Markdown", description: "Convert an HTML file to Markdown format. [See the documentation](https://2markdown.com/docs#file2md)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _2markdown, diff --git a/components/_2markdown/actions/html-to-markdown/html-to-markdown.mjs b/components/_2markdown/actions/html-to-markdown/html-to-markdown.mjs index 133616d409059..1833bff998043 100644 --- a/components/_2markdown/actions/html-to-markdown/html-to-markdown.mjs +++ b/components/_2markdown/actions/html-to-markdown/html-to-markdown.mjs @@ -4,7 +4,12 @@ export default { key: "_2markdown-html-to-markdown", name: "HTML to Markdown", description: "Convert raw HTML content to Markdown format. [See the documentation](https://2markdown.com/docs#html2md)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _2markdown, diff --git a/components/_2markdown/actions/pdf-to-markdown/pdf-to-markdown.mjs b/components/_2markdown/actions/pdf-to-markdown/pdf-to-markdown.mjs index 2a27deafd32cf..d0bd582aa7ef3 100644 --- a/components/_2markdown/actions/pdf-to-markdown/pdf-to-markdown.mjs +++ b/components/_2markdown/actions/pdf-to-markdown/pdf-to-markdown.mjs @@ -6,7 +6,12 @@ export default { key: "_2markdown-pdf-to-markdown", name: "PDF to Markdown", description: "Convert a PDF document to Markdown format. [See the documentation](https://2markdown.com/docs#pdf2md)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _2markdown, diff --git a/components/_2markdown/actions/url-to-markdown/url-to-markdown.mjs b/components/_2markdown/actions/url-to-markdown/url-to-markdown.mjs index f36e22581f44e..76d3d333b90b3 100644 --- a/components/_2markdown/actions/url-to-markdown/url-to-markdown.mjs +++ b/components/_2markdown/actions/url-to-markdown/url-to-markdown.mjs @@ -4,7 +4,12 @@ export default { key: "_2markdown-url-to-markdown", name: "URL to Markdown", description: "Extract the essential content of a website as plaintext. [See the documentation](https://2markdown.com/docs#url2md)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { _2markdown, diff --git a/components/_360nrs/actions/send-sms/send-sms.mjs b/components/_360nrs/actions/send-sms/send-sms.mjs index 9c22aa87f4d79..1e96ce7f644f6 100644 --- a/components/_360nrs/actions/send-sms/send-sms.mjs +++ b/components/_360nrs/actions/send-sms/send-sms.mjs @@ -5,7 +5,12 @@ export default { key: "_360nrs-send-sms", name: "Send SMS", description: "Send an SMS message to one or more recipients. [See the documentation](https://apidocs.360nrs.com/?shell#sms)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_46elks/actions/make-phone-call/make-phone-call.mjs b/components/_46elks/actions/make-phone-call/make-phone-call.mjs index 5a98d878605d5..9b4531fb8b94b 100644 --- a/components/_46elks/actions/make-phone-call/make-phone-call.mjs +++ b/components/_46elks/actions/make-phone-call/make-phone-call.mjs @@ -4,7 +4,12 @@ export default { key: "_46elks-make-phone-call", name: "Make Phone Call", description: "Dials and connects two phone numbers using the 46elks service. [See the documentation](https://46elks.com/docs/make-call)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_46elks/actions/send-sms/send-sms.mjs b/components/_46elks/actions/send-sms/send-sms.mjs index cf227135f2b18..aec8ba497323a 100644 --- a/components/_46elks/actions/send-sms/send-sms.mjs +++ b/components/_46elks/actions/send-sms/send-sms.mjs @@ -4,7 +4,12 @@ export default { key: "_46elks-send-sms", name: "Send SMS", description: "Composes and sends an SMS message to a specified phone number. [See the documentation](https://46elks.com/docs/send-sms)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_4dem/actions/confirm-email/confirm-email.mjs b/components/_4dem/actions/confirm-email/confirm-email.mjs index 2f937f6da4e43..17a3e1ef78d36 100644 --- a/components/_4dem/actions/confirm-email/confirm-email.mjs +++ b/components/_4dem/actions/confirm-email/confirm-email.mjs @@ -4,7 +4,12 @@ export default { key: "_4dem-confirm-email", name: "Confirm Email", description: "Confirm sender email address. [See the documentation](https://api.4dem.it/#/operations/senders.email.confirm)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_4dem/actions/create-email/create-email.mjs b/components/_4dem/actions/create-email/create-email.mjs index fc1219709e2fc..9fddd881d5266 100644 --- a/components/_4dem/actions/create-email/create-email.mjs +++ b/components/_4dem/actions/create-email/create-email.mjs @@ -4,7 +4,12 @@ export default { key: "_4dem-create-email", name: "Create Email", description: "Create a new email. [See the documentation](https://api.4dem.it/#/operations/contents.email.store)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_4dem/actions/create-sender/create-sender.mjs b/components/_4dem/actions/create-sender/create-sender.mjs index 8d620fc199dd9..40c6001e766c7 100644 --- a/components/_4dem/actions/create-sender/create-sender.mjs +++ b/components/_4dem/actions/create-sender/create-sender.mjs @@ -4,7 +4,12 @@ export default { key: "_4dem-create-sender", name: "Create Sender", description: "Create an email sender. You will need to confirm the email address used during creation. [See the documentation](https://api.4dem.it/#/operations/senders.email.store)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_8x8_connect/actions/get-log-result/get-log-result.mjs b/components/_8x8_connect/actions/get-log-result/get-log-result.mjs index d1d68ee61f4c6..412be9f4228ba 100644 --- a/components/_8x8_connect/actions/get-log-result/get-log-result.mjs +++ b/components/_8x8_connect/actions/get-log-result/get-log-result.mjs @@ -4,7 +4,12 @@ export default { key: "_8x8_connect-get-log-result", name: "Get Log Result", description: "Check the status of an SMS Logs export job and to get a download link if its generation has succeeded. [See the documentation](https://developer.8x8.com/connect/reference/get-log-export-job-result)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/_8x8_connect/actions/request-log/request-log.mjs b/components/_8x8_connect/actions/request-log/request-log.mjs index 61ac2001f4a18..15ddb0514e72b 100644 --- a/components/_8x8_connect/actions/request-log/request-log.mjs +++ b/components/_8x8_connect/actions/request-log/request-log.mjs @@ -4,7 +4,12 @@ export default { key: "_8x8_connect-request-log", name: "Request Log", description: "Request an SMS log file. [See the documentation](https://developer.8x8.com/connect/reference/start-log-export-job)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_8x8_connect/actions/send-sms/send-sms.mjs b/components/_8x8_connect/actions/send-sms/send-sms.mjs index 194cfcbdb3eba..7a62d81e4ce35 100644 --- a/components/_8x8_connect/actions/send-sms/send-sms.mjs +++ b/components/_8x8_connect/actions/send-sms/send-sms.mjs @@ -4,7 +4,12 @@ export default { key: "_8x8_connect-send-sms", name: "Send SMS", description: "Send a SMS to the specified destination. [See the documentation](https://developer.8x8.com/connect/reference/send-sms-single)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/_twocaptcha/actions/check-account-balance/check-account-balance.mjs b/components/_twocaptcha/actions/check-account-balance/check-account-balance.mjs index 9646bdab1fc7a..86a62bc13629c 100644 --- a/components/_twocaptcha/actions/check-account-balance/check-account-balance.mjs +++ b/components/_twocaptcha/actions/check-account-balance/check-account-balance.mjs @@ -4,7 +4,12 @@ export default { key: "_twocaptcha-check-account-balance", name: "Check 2Captcha Account Balance", description: "Get the current account balance from the 2Captcha API. [See the documentation](https://2captcha.com/api-docs/get-balance)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _twocaptcha, diff --git a/components/_twocaptcha/actions/retrieve-solution/retrieve-solution.mjs b/components/_twocaptcha/actions/retrieve-solution/retrieve-solution.mjs index f782fa3ccc1cf..dfdffbe172e7d 100644 --- a/components/_twocaptcha/actions/retrieve-solution/retrieve-solution.mjs +++ b/components/_twocaptcha/actions/retrieve-solution/retrieve-solution.mjs @@ -4,7 +4,12 @@ export default { key: "_twocaptcha-retrieve-solution", name: "Retrieve Captcha Solution", description: "Fetch the solution of a previously submitted captcha from the 2Captcha service.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { _twocaptcha, diff --git a/components/_twocaptcha/actions/submit-captcha/submit-captcha.mjs b/components/_twocaptcha/actions/submit-captcha/submit-captcha.mjs index d61f0ef8495fd..91f282cef5c65 100644 --- a/components/_twocaptcha/actions/submit-captcha/submit-captcha.mjs +++ b/components/_twocaptcha/actions/submit-captcha/submit-captcha.mjs @@ -11,7 +11,12 @@ export default { key: "_twocaptcha-submit-captcha", name: "Submit Captcha for Solving", description: "Send a new captcha to the 2Captcha service for solving. Required props are clientKey and task object.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { _twocaptcha, diff --git a/components/ably/actions/publish-message/publish-message.mjs b/components/ably/actions/publish-message/publish-message.mjs index 36388ed0883e4..7e89e4f276d02 100644 --- a/components/ably/actions/publish-message/publish-message.mjs +++ b/components/ably/actions/publish-message/publish-message.mjs @@ -2,7 +2,12 @@ import ably from "../../ably.app.mjs"; export default { name: "Publish Message", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "ably-publish-message", description: "Publish a message in a channel. [See docs here](https://ably.com/docs/realtime/messages#message-publish)", type: "action", diff --git a/components/ably/actions/publish-push-notification/publish-push-notification.mjs b/components/ably/actions/publish-push-notification/publish-push-notification.mjs index 2a22bba7d0505..6030b785ee3d3 100644 --- a/components/ably/actions/publish-push-notification/publish-push-notification.mjs +++ b/components/ably/actions/publish-push-notification/publish-push-notification.mjs @@ -2,7 +2,12 @@ import ably from "../../ably.app.mjs"; export default { name: "Publish Push Notification", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "ably-publish-push-notification", description: "Publish a push notification for a channel. [See docs here](https://ably.com/docs/general/push/publish#channel-broadcast-example)", type: "action", diff --git a/components/abstract/actions/validate-email/validate-email.mjs b/components/abstract/actions/validate-email/validate-email.mjs index 495e97c9cdcc5..8126b536e36c6 100644 --- a/components/abstract/actions/validate-email/validate-email.mjs +++ b/components/abstract/actions/validate-email/validate-email.mjs @@ -4,7 +4,12 @@ export default { key: "abstract-validate-email", name: "Validate Email", description: "Check the deliverability of a specified email address. [See the documentation](https://docs.abstractapi.com/email-validation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { abstract, diff --git a/components/abyssale/actions/generate-image/generate-image.mjs b/components/abyssale/actions/generate-image/generate-image.mjs index f34016738e8f1..cefcc44c04d86 100644 --- a/components/abyssale/actions/generate-image/generate-image.mjs +++ b/components/abyssale/actions/generate-image/generate-image.mjs @@ -5,7 +5,12 @@ export default { key: "abyssale-generate-image", name: "Generate Image", description: "Generates a single image from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1banner-builder~1%7BtemplateId%7D~1generate/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { abyssale, diff --git a/components/abyssale/actions/generate-multi-format-images-videos/generate-multi-format-images-videos.mjs b/components/abyssale/actions/generate-multi-format-images-videos/generate-multi-format-images-videos.mjs index 8546e1dfcc0c6..d827964c98e3a 100644 --- a/components/abyssale/actions/generate-multi-format-images-videos/generate-multi-format-images-videos.mjs +++ b/components/abyssale/actions/generate-multi-format-images-videos/generate-multi-format-images-videos.mjs @@ -5,7 +5,12 @@ export default { key: "abyssale-generate-multi-format-images-videos", name: "Generate Multi-Format Images/Videos", description: "Generates multiple images and videos from a template. [See the documentation](https://api-reference.abyssale.com/#tag/Images/paths/~1async~1banner-builder~1%7BtemplateId%7D~1generate/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { abyssale, diff --git a/components/accelo/actions/create-contact/create-contact.mjs b/components/accelo/actions/create-contact/create-contact.mjs index be2c14f96c284..04fd2e3c67ce6 100644 --- a/components/accelo/actions/create-contact/create-contact.mjs +++ b/components/accelo/actions/create-contact/create-contact.mjs @@ -2,7 +2,12 @@ import accelo from "../../accelo.app.mjs"; export default { name: "Create Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "accelo-create-contact", description: "Creates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-contact)", type: "action", diff --git a/components/accelo/actions/create-prospect/create-prospect.mjs b/components/accelo/actions/create-prospect/create-prospect.mjs index 66de96f3164fe..f10775c749e49 100644 --- a/components/accelo/actions/create-prospect/create-prospect.mjs +++ b/components/accelo/actions/create-prospect/create-prospect.mjs @@ -2,7 +2,12 @@ import accelo from "../../accelo.app.mjs"; export default { name: "Create Prospect", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "accelo-create-prospect", description: "Creates a prospect. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-prospect)", type: "action", diff --git a/components/accelo/actions/create-request/create-request.mjs b/components/accelo/actions/create-request/create-request.mjs index 37568e303ad54..89de52e53eae0 100644 --- a/components/accelo/actions/create-request/create-request.mjs +++ b/components/accelo/actions/create-request/create-request.mjs @@ -2,7 +2,12 @@ import accelo from "../../accelo.app.mjs"; export default { name: "Create Request", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "accelo-create-request", description: "Creates a request. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#create-a-request)", type: "action", diff --git a/components/accelo/actions/update-contact/update-contact.mjs b/components/accelo/actions/update-contact/update-contact.mjs index cb71c7b0e9aee..8eb2bf345cc52 100644 --- a/components/accelo/actions/update-contact/update-contact.mjs +++ b/components/accelo/actions/update-contact/update-contact.mjs @@ -2,7 +2,12 @@ import accelo from "../../accelo.app.mjs"; export default { name: "Update Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "accelo-update-contact", description: "Updates a contact. [See docs here](https://api.accelo.com/docs/?_ga=2.136158329.97118171.1674049767-1568937371.1674049767#update-a-contact)", type: "action", diff --git a/components/accredible/actions/create-credential/create-credential.mjs b/components/accredible/actions/create-credential/create-credential.mjs index ecb7dd9282aec..194110b8bcf05 100644 --- a/components/accredible/actions/create-credential/create-credential.mjs +++ b/components/accredible/actions/create-credential/create-credential.mjs @@ -4,7 +4,12 @@ export default { key: "accredible-create-credential", name: "Create Credential", description: "Issue a new credential to a given recipient. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credentials/create-a-new-credential)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { accredible, diff --git a/components/accredible/actions/delete-credential/delete-credential.mjs b/components/accredible/actions/delete-credential/delete-credential.mjs index 075038f03c63e..9ef8fd78cc50b 100644 --- a/components/accredible/actions/delete-credential/delete-credential.mjs +++ b/components/accredible/actions/delete-credential/delete-credential.mjs @@ -4,7 +4,12 @@ export default { key: "accredible-delete-credential", name: "Delete Credential", description: "Remove a specific credential from the system. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/delete-a-credential)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { accredible, diff --git a/components/accredible/actions/update-credential/update-credential.mjs b/components/accredible/actions/update-credential/update-credential.mjs index 0b751ab8d76f6..c1327397539d6 100644 --- a/components/accredible/actions/update-credential/update-credential.mjs +++ b/components/accredible/actions/update-credential/update-credential.mjs @@ -4,7 +4,12 @@ export default { key: "accredible-update-credential", name: "Update Credential", description: "Modify the details of an existing credential. [See the documentation](https://accrediblecredentialapi.docs.apiary.io/#reference/credentials/credential/update-a-credential)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { accredible, diff --git a/components/accuweather/actions/get-current-conditions/get-current-conditions.mjs b/components/accuweather/actions/get-current-conditions/get-current-conditions.mjs index 55365d061f627..8f0912f7d93cc 100644 --- a/components/accuweather/actions/get-current-conditions/get-current-conditions.mjs +++ b/components/accuweather/actions/get-current-conditions/get-current-conditions.mjs @@ -4,7 +4,12 @@ export default { key: "accuweather-get-current-conditions", name: "Get Current Conditions", description: "Retrieve current weather conditions for a specific location using its location key. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis/get/currentconditions/v1/%7BlocationKey%7D)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { accuweather, diff --git a/components/accuweather/actions/get-daily-forecast/get-daily-forecast.mjs b/components/accuweather/actions/get-daily-forecast/get-daily-forecast.mjs index c20d38f00bdb1..4f70d062728f2 100644 --- a/components/accuweather/actions/get-daily-forecast/get-daily-forecast.mjs +++ b/components/accuweather/actions/get-daily-forecast/get-daily-forecast.mjs @@ -5,7 +5,12 @@ export default { key: "accuweather-get-daily-forecast", name: "Get Daily Forecast", description: "Get daily weather forecast for a specific location with temperature, precipitation, and conditions. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { accuweather, diff --git a/components/accuweather/actions/get-historical-weather/get-historical-weather.mjs b/components/accuweather/actions/get-historical-weather/get-historical-weather.mjs index 93662f6a9df98..70ccaeb943515 100644 --- a/components/accuweather/actions/get-historical-weather/get-historical-weather.mjs +++ b/components/accuweather/actions/get-historical-weather/get-historical-weather.mjs @@ -5,7 +5,12 @@ export default { key: "accuweather-get-historical-weather", name: "Get Historical Weather", description: "Retrieve historical weather data for a specific location and date range. [See the documentation](https://developer.accuweather.com/accuweather-current-conditions-api/apis)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { accuweather, diff --git a/components/accuweather/actions/get-hourly-forecast/get-hourly-forecast.mjs b/components/accuweather/actions/get-hourly-forecast/get-hourly-forecast.mjs index e4717c8d63210..0a85a1f40b523 100644 --- a/components/accuweather/actions/get-hourly-forecast/get-hourly-forecast.mjs +++ b/components/accuweather/actions/get-hourly-forecast/get-hourly-forecast.mjs @@ -5,7 +5,12 @@ export default { key: "accuweather-get-hourly-forecast", name: "Get Hourly Forecast", description: "Retrieve hourly weather forecast (1-12 hours) for a specific location with detailed weather data. [See the documentation](https://developer.accuweather.com/accuweather-forecast-api/apis)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { accuweather, diff --git a/components/accuweather/actions/get-location-key/get-location-key.mjs b/components/accuweather/actions/get-location-key/get-location-key.mjs index 26b421199b1da..a3a8a378bbd22 100644 --- a/components/accuweather/actions/get-location-key/get-location-key.mjs +++ b/components/accuweather/actions/get-location-key/get-location-key.mjs @@ -4,7 +4,12 @@ export default { key: "accuweather-get-location-key", name: "Get Location Key", description: "Search for a location and retrieve its unique location key required for weather API calls. [See the documentation](https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { accuweather, diff --git a/components/acelle_mail/actions/create-customer/create-customer.mjs b/components/acelle_mail/actions/create-customer/create-customer.mjs index 5f698f8a12351..20517eaeb72c7 100644 --- a/components/acelle_mail/actions/create-customer/create-customer.mjs +++ b/components/acelle_mail/actions/create-customer/create-customer.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Customer", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "acelle_mail-create-customer", description: "Creates a customer. [See the documentation](https://api.acellemail.com/#backend_customers)", type: "action", diff --git a/components/acelle_mail/actions/subscribe-customer-to-plan/subscribe-customer-to-plan.mjs b/components/acelle_mail/actions/subscribe-customer-to-plan/subscribe-customer-to-plan.mjs index c57f9ed9e32fc..2e3282e3d0b29 100644 --- a/components/acelle_mail/actions/subscribe-customer-to-plan/subscribe-customer-to-plan.mjs +++ b/components/acelle_mail/actions/subscribe-customer-to-plan/subscribe-customer-to-plan.mjs @@ -2,7 +2,12 @@ import app from "../../acelle_mail.app.mjs"; export default { name: "Subscribe Customer To Plan", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "acelle_mail-subscribe-customer-to-plan", description: "Subscribe customer to a plan. [See the documentation](https://api.acellemail.com/#backend_subscriptions_subscribe)", type: "action", diff --git a/components/actitime/actions/create-customer/create-customer.mjs b/components/actitime/actions/create-customer/create-customer.mjs index fb8f84652f6d7..903df47ec8a73 100644 --- a/components/actitime/actions/create-customer/create-customer.mjs +++ b/components/actitime/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "actitime-create-customer", name: "Create Customer", description: "Creates a new customer. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/actitime/actions/create-task/create-task.mjs b/components/actitime/actions/create-task/create-task.mjs index 5c5fb34974ac7..0c10dafadf459 100644 --- a/components/actitime/actions/create-task/create-task.mjs +++ b/components/actitime/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "actitime-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/actitime/actions/modify-leave-time/modify-leave-time.mjs b/components/actitime/actions/modify-leave-time/modify-leave-time.mjs index e9c00d891cc9b..3117050b42fa4 100644 --- a/components/actitime/actions/modify-leave-time/modify-leave-time.mjs +++ b/components/actitime/actions/modify-leave-time/modify-leave-time.mjs @@ -4,7 +4,12 @@ export default { key: "actitime-modify-leave-time", name: "Modify Leave Time", description: "Changes the existing leave time record with a given value in actiTIME. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs b/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs index 1de6e1387baec..e507bca51904f 100644 --- a/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs +++ b/components/activecampaign/actions/add-contact-to-automation/add-contact-to-automation.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-add-contact-to-automation", name: "Add Contact to Automation", description: "Adds an existing contact to an existing automation. See the docs [here](https://developers.activecampaign.com/reference/create-new-contactautomation).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-account/create-account.mjs b/components/activecampaign/actions/create-account/create-account.mjs index 49df95ec8c79f..48f0c69205768 100644 --- a/components/activecampaign/actions/create-account/create-account.mjs +++ b/components/activecampaign/actions/create-account/create-account.mjs @@ -5,7 +5,12 @@ export default { name: "Create Account", description: "Create a new account. See the docs [here](https://developers.activecampaign.com/reference#create-an-account-new).", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { activecampaign, name: { diff --git a/components/activecampaign/actions/create-contact/create-contact.mjs b/components/activecampaign/actions/create-contact/create-contact.mjs index cee7a314acbf7..68263efb4e0ff 100644 --- a/components/activecampaign/actions/create-contact/create-contact.mjs +++ b/components/activecampaign/actions/create-contact/create-contact.mjs @@ -6,7 +6,12 @@ export default { name: "Create Contact", description: "Create a new contact. [See the documentation](https://developers.activecampaign.com/reference#create-a-contact-new).", type: "action", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, async run({ $ }) { const response = await this.activecampaign.createContact({ diff --git a/components/activecampaign/actions/create-deal/create-deal.mjs b/components/activecampaign/actions/create-deal/create-deal.mjs index c9b3a17a70c11..fd972f2f6fd81 100644 --- a/components/activecampaign/actions/create-deal/create-deal.mjs +++ b/components/activecampaign/actions/create-deal/create-deal.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-create-deal", name: "Create Deal", description: "Creates a new deal. See the docs [here](https://developers.activecampaign.com/reference/create-a-deal-new).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-note/create-note.mjs b/components/activecampaign/actions/create-note/create-note.mjs index f97cd4f43993a..bf55a901da2cd 100644 --- a/components/activecampaign/actions/create-note/create-note.mjs +++ b/components/activecampaign/actions/create-note/create-note.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-create-note", name: "Create Note", description: "Adds a note, arbitrary information to a contact, deal, or other Active Campaign objects. See the docs [here](https://developers.activecampaign.com/reference/create-a-note).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs b/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs index 9265a9c47d380..4039697bcae10 100644 --- a/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/activecampaign/actions/create-or-update-contact/create-or-update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "activecampaign-create-or-update-contact", name: "Create or Update Contact", description: "Creates a new contact or updates an existing contact. [See the documentation](https://developers.activecampaign.com/reference/sync-a-contacts-data).", - version: "0.2.6", + version: "0.2.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", async run({ $ }) { const response = diff --git a/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs b/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs index 3df36ab61620d..951d1716548b5 100644 --- a/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs +++ b/components/activecampaign/actions/create-tracked-event/create-tracked-event.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-create-tracked-event", name: "Create Tracked Event", description: "Tracks an event using event tracking. See the docs [here](https://developers.activecampaign.com/reference/track-event).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/find-contact/find-contact.mjs b/components/activecampaign/actions/find-contact/find-contact.mjs index 79fab76b915e8..4825716225b31 100644 --- a/components/activecampaign/actions/find-contact/find-contact.mjs +++ b/components/activecampaign/actions/find-contact/find-contact.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-find-contact", name: "Find Contact", description: "Finds a contact. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/find-deal/find-deal.mjs b/components/activecampaign/actions/find-deal/find-deal.mjs index ebd90a0d84bdf..944cba88a2a73 100644 --- a/components/activecampaign/actions/find-deal/find-deal.mjs +++ b/components/activecampaign/actions/find-deal/find-deal.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-find-deal", name: "Find Deal", description: "Finds an existing deal by search field. See the docs [here](https://developers.activecampaign.com/reference/list-all-deals)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-all-lists/get-all-lists.mjs b/components/activecampaign/actions/get-all-lists/get-all-lists.mjs index d7c59ac22cb5b..ee1debe9934de 100644 --- a/components/activecampaign/actions/get-all-lists/get-all-lists.mjs +++ b/components/activecampaign/actions/get-all-lists/get-all-lists.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-get-all-lists", name: "Get All Lists", description: "Retrieves all lists. See the docs [here](https://developers.activecampaign.com/reference/retrieve-all-lists)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs b/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs index 24983730897a3..b046ce49a54c6 100644 --- a/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs +++ b/components/activecampaign/actions/get-contact-by-email/get-contact-by-email.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-get-contact-by-email", name: "Get contact by email", description: "Retrieves contact data from the ActiveCampaign CRM by email address. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.3.1", + version: "0.3.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-contact/get-contact.mjs b/components/activecampaign/actions/get-contact/get-contact.mjs index 1c71884279bb7..0326470dd8ad5 100644 --- a/components/activecampaign/actions/get-contact/get-contact.mjs +++ b/components/activecampaign/actions/get-contact/get-contact.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-get-contact", name: "Get Contact", description: "Retrieves an existing contact. See the docs [here](https://developers.activecampaign.com/reference/get-contact).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-deal/get-deal.mjs b/components/activecampaign/actions/get-deal/get-deal.mjs index 5cc717345a689..34e5e0974de52 100644 --- a/components/activecampaign/actions/get-deal/get-deal.mjs +++ b/components/activecampaign/actions/get-deal/get-deal.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-get-deal", name: "Get Deal", description: "Retrieves an existing deal. See the docs [here](https://developers.activecampaign.com/reference/retrieve-a-deal)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs b/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs index b782ac9b92bfa..a42b3b2f341bc 100644 --- a/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs +++ b/components/activecampaign/actions/get-tags-for-contact/get-tags-for-contact.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-get-tags-for-contact", name: "Get Contact Tags", description: "Get Contact Tags.", - version: "0.3.0", + version: "0.3.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs b/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs index 6d10c892fe423..01e8364279906 100644 --- a/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs +++ b/components/activecampaign/actions/list-all-contacts/list-all-contacts.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-list-all-contacts", name: "List All Contacts", description: "Retrieve all existing contacts. See the docs [here](https://developers.activecampaign.com/reference/list-all-contacts).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/list-campaigns/list-campaigns.mjs b/components/activecampaign/actions/list-campaigns/list-campaigns.mjs index ab848e5074a5f..1d9fe01d547bb 100644 --- a/components/activecampaign/actions/list-campaigns/list-campaigns.mjs +++ b/components/activecampaign/actions/list-campaigns/list-campaigns.mjs @@ -5,7 +5,12 @@ export default { name: "List Campaigns", description: "List Campaigns. See the docs [here](https://developers.activecampaign.com/reference#list-all-campaigns).", type: "action", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { activecampaign, }, diff --git a/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs b/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs index 08823092d4723..4227f6fc6a738 100644 --- a/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs +++ b/components/activecampaign/actions/remove-tag-from-contact/remove-tag-from-contact.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-remove-tag-from-contact", name: "Remove Contact Tag", description: "Removes a tag from a contact. See the docs [here](https://developers.activecampaign.com/reference/remove-a-contacts-tag)", - version: "0.5.0", + version: "0.5.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/tag-contact/tag-contact.mjs b/components/activecampaign/actions/tag-contact/tag-contact.mjs index 2cc4b781f7463..59d835bc54c59 100644 --- a/components/activecampaign/actions/tag-contact/tag-contact.mjs +++ b/components/activecampaign/actions/tag-contact/tag-contact.mjs @@ -4,7 +4,12 @@ export default { key: "activecampaign-tag-contact", name: "Tag Contact", description: "Tags a contact. See the docs [here](https://developers.activecampaign.com/reference/create-contact-tag).", - version: "0.3.0", + version: "0.3.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/activecampaign/actions/update-deal/update-deal.mjs b/components/activecampaign/actions/update-deal/update-deal.mjs index 98293987cedb4..d56234388e4b3 100644 --- a/components/activecampaign/actions/update-deal/update-deal.mjs +++ b/components/activecampaign/actions/update-deal/update-deal.mjs @@ -5,7 +5,12 @@ export default { key: "activecampaign-update-deal", name: "Update Deal", description: "Updates an existing deal. See the docs [here](https://developers.activecampaign.com/reference/update-a-deal-new).", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { activecampaign, diff --git a/components/acuity_scheduling/actions/add-blocked-off-time/add-blocked-off-time.mjs b/components/acuity_scheduling/actions/add-blocked-off-time/add-blocked-off-time.mjs index a7ad2cb4c7909..bbea18b511988 100644 --- a/components/acuity_scheduling/actions/add-blocked-off-time/add-blocked-off-time.mjs +++ b/components/acuity_scheduling/actions/add-blocked-off-time/add-blocked-off-time.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-add-blocked-off-time", name: "Add Blocked Off Time", description: "Blocks a specific time slot on your schedule to prevent the scheduling of any appointments during this particular time range. [See the documentation](https://developers.acuityscheduling.com/reference/post-blocks)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/book-appointment/book-appointment.mjs b/components/acuity_scheduling/actions/book-appointment/book-appointment.mjs index 6a2f55b91711f..0791cca219eb3 100644 --- a/components/acuity_scheduling/actions/book-appointment/book-appointment.mjs +++ b/components/acuity_scheduling/actions/book-appointment/book-appointment.mjs @@ -5,7 +5,12 @@ export default { key: "acuity_scheduling-book-appointment", name: "Book Appointment", description: "Book an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/post-appointments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/check-availability-times/check-availability-times.mjs b/components/acuity_scheduling/actions/check-availability-times/check-availability-times.mjs index e0ca36c3173d5..78e6ef4e4eefd 100644 --- a/components/acuity_scheduling/actions/check-availability-times/check-availability-times.mjs +++ b/components/acuity_scheduling/actions/check-availability-times/check-availability-times.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-check-availability-times", name: "Check Availability Times", description: "Validate available times for an appointment. [See the documentation](https://developers.acuityscheduling.com/reference/availability-check-times)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/find-appointments-by-client-info/find-appointments-by-client-info.mjs b/components/acuity_scheduling/actions/find-appointments-by-client-info/find-appointments-by-client-info.mjs index 17e781e42634d..c19d9e3759f68 100644 --- a/components/acuity_scheduling/actions/find-appointments-by-client-info/find-appointments-by-client-info.mjs +++ b/components/acuity_scheduling/actions/find-appointments-by-client-info/find-appointments-by-client-info.mjs @@ -5,7 +5,12 @@ export default { key: "acuity_scheduling-find-appointments-by-client-info", name: "Find Appointments by Client Info", description: "Retrieves existing appointments using the client's information, allowing you to track all the appointments associated with a specific client. [See the documentation](https://developers.acuityscheduling.com/reference/get-appointments)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/get-appointment-types/get-appointment-types.mjs b/components/acuity_scheduling/actions/get-appointment-types/get-appointment-types.mjs index bf15f0b5c5e98..6307dd73aba69 100644 --- a/components/acuity_scheduling/actions/get-appointment-types/get-appointment-types.mjs +++ b/components/acuity_scheduling/actions/get-appointment-types/get-appointment-types.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-get-appointment-types", name: "Get Appointment Types", description: "Return a list ofappointment types. [See the documentation](https://developers.acuityscheduling.com/reference/appointment-types)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/get-appointments/get-appointments.mjs b/components/acuity_scheduling/actions/get-appointments/get-appointments.mjs index 2aa685f9dce63..b9e5b5a36fffe 100644 --- a/components/acuity_scheduling/actions/get-appointments/get-appointments.mjs +++ b/components/acuity_scheduling/actions/get-appointments/get-appointments.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-get-appointments", name: "Get Appointments", description: "Return a list of appointments. [See the documentation](https://developers.acuityscheduling.com/reference/get-appointments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/get-availability-times/get-availability-times.mjs b/components/acuity_scheduling/actions/get-availability-times/get-availability-times.mjs index 429b5a1f81ed4..cce064e0ae621 100644 --- a/components/acuity_scheduling/actions/get-availability-times/get-availability-times.mjs +++ b/components/acuity_scheduling/actions/get-availability-times/get-availability-times.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-get-availability-times", name: "Get Availability Times", description: "Return available times for a date and appointment type. [See the documentation](https://developers.acuityscheduling.com/reference/get-availability-times)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acuity_scheduling/actions/get-products/get-products.mjs b/components/acuity_scheduling/actions/get-products/get-products.mjs index 81008215e1a44..f74bcbbe97d35 100644 --- a/components/acuity_scheduling/actions/get-products/get-products.mjs +++ b/components/acuity_scheduling/actions/get-products/get-products.mjs @@ -4,7 +4,12 @@ export default { key: "acuity_scheduling-get-products", name: "Get Products", description: "Return a list of products and packages. [See the documentation](https://developers.acuityscheduling.com/reference/get-products)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { acuityScheduling, diff --git a/components/acymailing/actions/add-update-user/add-update-user.mjs b/components/acymailing/actions/add-update-user/add-update-user.mjs index 47852f70eb2d9..d7d3ef85c5392 100644 --- a/components/acymailing/actions/add-update-user/add-update-user.mjs +++ b/components/acymailing/actions/add-update-user/add-update-user.mjs @@ -5,7 +5,12 @@ export default { key: "acymailing-add-update-user", name: "Add or Update User", description: "Creates a new user or updates an existing user in AcyMailing. If the user exists, will update the user's data with provided information. [See the documentation](https://docs.acymailing.com/v/rest-api/users#create-or-update-a-user)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { acymailing, diff --git a/components/acymailing/actions/email-user/email-user.mjs b/components/acymailing/actions/email-user/email-user.mjs index d5bb81c9006ff..d0979add7ce1b 100644 --- a/components/acymailing/actions/email-user/email-user.mjs +++ b/components/acymailing/actions/email-user/email-user.mjs @@ -5,7 +5,12 @@ export default { key: "acymailing-email-user", name: "Email User", description: "Sends an email to a single AcyMailing user. The user must exist in the AcyMailing database. [See the documentation](https://docs.acymailing.com/v/rest-api/emails#send-an-email-to-a-user)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { acymailing, diff --git a/components/acymailing/actions/subscribe-user/subscribe-user.mjs b/components/acymailing/actions/subscribe-user/subscribe-user.mjs index f567a65d246e2..97d98e4420cd0 100644 --- a/components/acymailing/actions/subscribe-user/subscribe-user.mjs +++ b/components/acymailing/actions/subscribe-user/subscribe-user.mjs @@ -5,7 +5,12 @@ export default { key: "acymailing-subscribe-user", name: "Subscribe User to Lists", description: "Subscribes a user to one or more specified lists in AcyMailing. [See the documentation](https://docs.acymailing.com/v/rest-api/subscription#subscribe-users-to-lists)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { acymailing, diff --git a/components/adalo/actions/create-record/create-record.mjs b/components/adalo/actions/create-record/create-record.mjs index b77a625fd297a..b7acbd94cc79b 100644 --- a/components/adalo/actions/create-record/create-record.mjs +++ b/components/adalo/actions/create-record/create-record.mjs @@ -4,7 +4,12 @@ export default { key: "adalo-create-record", name: "Create Record", description: "Create a new record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adalo, diff --git a/components/adalo/actions/get-records/get-records.mjs b/components/adalo/actions/get-records/get-records.mjs index 90a8ec515e6d0..ebdde53d888f9 100644 --- a/components/adalo/actions/get-records/get-records.mjs +++ b/components/adalo/actions/get-records/get-records.mjs @@ -4,7 +4,12 @@ export default { key: "adalo-get-records", name: "Get Records", description: "Get all records from a collection. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { adalo, diff --git a/components/adalo/actions/update-record/update-record.mjs b/components/adalo/actions/update-record/update-record.mjs index 8adbb2fe66df4..7939b187eac95 100644 --- a/components/adalo/actions/update-record/update-record.mjs +++ b/components/adalo/actions/update-record/update-record.mjs @@ -4,7 +4,12 @@ export default { key: "adalo-update-record", name: "Update Record", description: "Update a record. [See docs here](https://help.adalo.com/integrations/the-adalo-api/collections)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { adalo, diff --git a/components/add_to_calendar_pro/actions/create-event-group/create-event-group.mjs b/components/add_to_calendar_pro/actions/create-event-group/create-event-group.mjs index 1ec8fbb9586e2..06ee7c06eb8ce 100644 --- a/components/add_to_calendar_pro/actions/create-event-group/create-event-group.mjs +++ b/components/add_to_calendar_pro/actions/create-event-group/create-event-group.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-create-event-group", name: "Create Event Group", description: "Create an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#add-a-group)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/create-event/create-event.mjs b/components/add_to_calendar_pro/actions/create-event/create-event.mjs index ef1a7913be90f..d10007f31caf2 100644 --- a/components/add_to_calendar_pro/actions/create-event/create-event.mjs +++ b/components/add_to_calendar_pro/actions/create-event/create-event.mjs @@ -5,7 +5,12 @@ export default { key: "add_to_calendar_pro-create-event", name: "Create Event", description: "Create an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#add-an-event)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/create-landing-page-template/create-landing-page-template.mjs b/components/add_to_calendar_pro/actions/create-landing-page-template/create-landing-page-template.mjs index 3aa467e4ea05e..1cb6258c420d5 100644 --- a/components/add_to_calendar_pro/actions/create-landing-page-template/create-landing-page-template.mjs +++ b/components/add_to_calendar_pro/actions/create-landing-page-template/create-landing-page-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-create-landing-page-template", name: "Create Landing Page Template", description: "Create a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#add-a-landing-page-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/create-rsvp-template/create-rsvp-template.mjs b/components/add_to_calendar_pro/actions/create-rsvp-template/create-rsvp-template.mjs index 1ccaeaeddc2f6..d1f1b9d1ff4bd 100644 --- a/components/add_to_calendar_pro/actions/create-rsvp-template/create-rsvp-template.mjs +++ b/components/add_to_calendar_pro/actions/create-rsvp-template/create-rsvp-template.mjs @@ -5,7 +5,12 @@ export default { key: "add_to_calendar_pro-create-rsvp-template", name: "Create RSVP Template", description: "Create an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#add-an-rsvp-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/delete-event-group/delete-event-group.mjs b/components/add_to_calendar_pro/actions/delete-event-group/delete-event-group.mjs index 6d1290135d634..772e037934ed2 100644 --- a/components/add_to_calendar_pro/actions/delete-event-group/delete-event-group.mjs +++ b/components/add_to_calendar_pro/actions/delete-event-group/delete-event-group.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-delete-event-group", name: "Delete Event Group", description: "Delete an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#delete-a-group)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/delete-event/delete-event.mjs b/components/add_to_calendar_pro/actions/delete-event/delete-event.mjs index b6e9edb216040..6b03049cb4587 100644 --- a/components/add_to_calendar_pro/actions/delete-event/delete-event.mjs +++ b/components/add_to_calendar_pro/actions/delete-event/delete-event.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-delete-event", name: "Delete Event", description: "Delete an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#delete-an-event)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/delete-landing-page-template/delete-landing-page-template.mjs b/components/add_to_calendar_pro/actions/delete-landing-page-template/delete-landing-page-template.mjs index c517db8934310..2eabb7f102781 100644 --- a/components/add_to_calendar_pro/actions/delete-landing-page-template/delete-landing-page-template.mjs +++ b/components/add_to_calendar_pro/actions/delete-landing-page-template/delete-landing-page-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-delete-landing-page-template", name: "Delete Landing Page Template", description: "Delete a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#delete-a-landing-page-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/delete-rsvp-template/delete-rsvp-template.mjs b/components/add_to_calendar_pro/actions/delete-rsvp-template/delete-rsvp-template.mjs index 9901f4793202a..00077c349f559 100644 --- a/components/add_to_calendar_pro/actions/delete-rsvp-template/delete-rsvp-template.mjs +++ b/components/add_to_calendar_pro/actions/delete-rsvp-template/delete-rsvp-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-delete-rsvp-template", name: "Delete RSVP Template", description: "Delete an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#delete-an-rsvp-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/get-event-group/get-event-group.mjs b/components/add_to_calendar_pro/actions/get-event-group/get-event-group.mjs index 1a7480bac6509..6c83558b11a77 100644 --- a/components/add_to_calendar_pro/actions/get-event-group/get-event-group.mjs +++ b/components/add_to_calendar_pro/actions/get-event-group/get-event-group.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-get-event-group", name: "Get Event Group", description: "Get an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#get-one-group)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/get-event/get-event.mjs b/components/add_to_calendar_pro/actions/get-event/get-event.mjs index ee3e78a56a124..a52036cf225e4 100644 --- a/components/add_to_calendar_pro/actions/get-event/get-event.mjs +++ b/components/add_to_calendar_pro/actions/get-event/get-event.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-get-event", name: "Get Event", description: "Get an event. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#get-one-event)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/get-ics-data/get-ics-data.mjs b/components/add_to_calendar_pro/actions/get-ics-data/get-ics-data.mjs index 1cea0a38cc54b..2ce4d1b9a2138 100644 --- a/components/add_to_calendar_pro/actions/get-ics-data/get-ics-data.mjs +++ b/components/add_to_calendar_pro/actions/get-ics-data/get-ics-data.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-get-ics-data", name: "Get ICS Data", description: "Retrieve the ics file for a provided event to be typically used as an attachment within an email. [See the documentation](https://docs.add-to-calendar-pro.com/api/miscellaneous#retrieve-ics-file-body)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/get-landing-page-template/get-landing-page-template.mjs b/components/add_to_calendar_pro/actions/get-landing-page-template/get-landing-page-template.mjs index ae020a042a759..a01095518a665 100644 --- a/components/add_to_calendar_pro/actions/get-landing-page-template/get-landing-page-template.mjs +++ b/components/add_to_calendar_pro/actions/get-landing-page-template/get-landing-page-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-get-landing-page-template", name: "Get Landing Page Template", description: "Get a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#get-one-landing-page-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/get-rsvp-template/get-rsvp-template.mjs b/components/add_to_calendar_pro/actions/get-rsvp-template/get-rsvp-template.mjs index 77730234227e7..5ef344aa9a018 100644 --- a/components/add_to_calendar_pro/actions/get-rsvp-template/get-rsvp-template.mjs +++ b/components/add_to_calendar_pro/actions/get-rsvp-template/get-rsvp-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-get-rsvp-template", name: "Get RSVP Template", description: "Get an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#get-one-rsvp-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs b/components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs index 1b05c41f4c547..64810a1689755 100644 --- a/components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs +++ b/components/add_to_calendar_pro/actions/update-event-group/update-event-group.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-update-event-group", name: "Update Event Group", description: "Update an event group. [See the documentation](https://docs.add-to-calendar-pro.com/api/groups#update-a-group)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/update-event/update-event.mjs b/components/add_to_calendar_pro/actions/update-event/update-event.mjs index b4d4b21c08f7d..14bdd2ab7aa5a 100644 --- a/components/add_to_calendar_pro/actions/update-event/update-event.mjs +++ b/components/add_to_calendar_pro/actions/update-event/update-event.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-update-event", name: "Update Event", description: "Update an event in a group. [See the documentation](https://docs.add-to-calendar-pro.com/api/events#update-an-event)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/update-landing-page-template/update-landing-page-template.mjs b/components/add_to_calendar_pro/actions/update-landing-page-template/update-landing-page-template.mjs index 91c19c77e2107..52e45ba5c467e 100644 --- a/components/add_to_calendar_pro/actions/update-landing-page-template/update-landing-page-template.mjs +++ b/components/add_to_calendar_pro/actions/update-landing-page-template/update-landing-page-template.mjs @@ -4,7 +4,12 @@ export default { key: "add_to_calendar_pro-update-landing-page-template", name: "Update Landing Page Template", description: "Update a landing page template. [See the documentation](https://docs.add-to-calendar-pro.com/api/landingpages#update-a-landing-page-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/add_to_calendar_pro/actions/update-rsvp-template/update-rsvp-template.mjs b/components/add_to_calendar_pro/actions/update-rsvp-template/update-rsvp-template.mjs index 809550b59c531..58ca6d054bde0 100644 --- a/components/add_to_calendar_pro/actions/update-rsvp-template/update-rsvp-template.mjs +++ b/components/add_to_calendar_pro/actions/update-rsvp-template/update-rsvp-template.mjs @@ -5,7 +5,12 @@ export default { key: "add_to_calendar_pro-update-rsvp-template", name: "Update RSVP Template", description: "Update an RSVP template. [See the documentation](https://docs.add-to-calendar-pro.com/api/rsvp#update-an-rsvp-template)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addToCalendarPro, diff --git a/components/addevent/actions/create-event/create-event.mjs b/components/addevent/actions/create-event/create-event.mjs index 03b1ec9c9091e..ada2d55bcc09d 100644 --- a/components/addevent/actions/create-event/create-event.mjs +++ b/components/addevent/actions/create-event/create-event.mjs @@ -4,7 +4,12 @@ export default { key: "addevent-create-event", name: "Create Event", description: "Creates a new instance of an event. [See the documentation](https://docs.addevent.com/reference/create-event)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addevent, diff --git a/components/addevent/actions/create-rsvp-for-attendee/create-rsvp-for-attendee.mjs b/components/addevent/actions/create-rsvp-for-attendee/create-rsvp-for-attendee.mjs index 01e56fcba4279..f3bd97cb6b35f 100644 --- a/components/addevent/actions/create-rsvp-for-attendee/create-rsvp-for-attendee.mjs +++ b/components/addevent/actions/create-rsvp-for-attendee/create-rsvp-for-attendee.mjs @@ -5,7 +5,12 @@ export default { key: "addevent-create-rsvp-for-attendee", name: "Create RSVP For Attendee", description: "Creates an RSVP for an attendee for a specific event. [See the documentation](https://docs.addevent.com/reference/create-rsvp-attendee)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { addevent, diff --git a/components/addressfinder/actions/verify-address-au/verify-address-au.mjs b/components/addressfinder/actions/verify-address-au/verify-address-au.mjs index 2f202f7e24f7a..852ec39dee01d 100644 --- a/components/addressfinder/actions/verify-address-au/verify-address-au.mjs +++ b/components/addressfinder/actions/verify-address-au/verify-address-au.mjs @@ -4,7 +4,12 @@ export default { key: "addressfinder-verify-address-au", name: "Verify Australian Address", description: "Validates an Australian address. [See the documentation](https://addressfinder.com.au/api/au/address/verification/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { addressfinder,