diff --git a/components/zoho_salesiq/actions/create-article/create-article.mjs b/components/zoho_salesiq/actions/create-article/create-article.mjs index 5bda5a5e51d75..14d63d3fd8ee4 100644 --- a/components/zoho_salesiq/actions/create-article/create-article.mjs +++ b/components/zoho_salesiq/actions/create-article/create-article.mjs @@ -5,7 +5,12 @@ export default { name: "Create Article", description: "Create a new article. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/create-articles-v2.html)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zohoSalesIQ, screenName: { diff --git a/components/zoho_salesiq/actions/get-visitor-feedback/get-visitor-feedback.mjs b/components/zoho_salesiq/actions/get-visitor-feedback/get-visitor-feedback.mjs index fa7675b224ba5..77e8644c27a02 100644 --- a/components/zoho_salesiq/actions/get-visitor-feedback/get-visitor-feedback.mjs +++ b/components/zoho_salesiq/actions/get-visitor-feedback/get-visitor-feedback.mjs @@ -5,7 +5,12 @@ export default { name: "Get Visitor Feedback", description: "Retrieve visitor feedback by conversation ID. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/get-a-visitor-feedback-v2.html)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { zohoSalesIQ, screenName: { diff --git a/components/zoho_salesiq/actions/list-feedback/list-feedback.mjs b/components/zoho_salesiq/actions/list-feedback/list-feedback.mjs index ab14cb1407545..ff5b52770350a 100644 --- a/components/zoho_salesiq/actions/list-feedback/list-feedback.mjs +++ b/components/zoho_salesiq/actions/list-feedback/list-feedback.mjs @@ -5,7 +5,12 @@ export default { name: "List Feedback", description: "Retrieve a list of feedback from website visitors. [See the documentation](https://www.zoho.com/salesiq/help/developer-section/visitor-feedback-v2.html)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { zohoSalesIQ, screenName: { diff --git a/components/zoho_sheet/actions/create-row/create-row.mjs b/components/zoho_sheet/actions/create-row/create-row.mjs index 882a067ba3c02..f5273b5d153ac 100644 --- a/components/zoho_sheet/actions/create-row/create-row.mjs +++ b/components/zoho_sheet/actions/create-row/create-row.mjs @@ -5,7 +5,12 @@ export default { key: "zoho_sheet-create-row", name: "Create Row", description: "Creates a new row in the specified worksheet. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSheet, diff --git a/components/zoho_sheet/actions/search-delete-row/search-delete-row.mjs b/components/zoho_sheet/actions/search-delete-row/search-delete-row.mjs index da2705b497491..c575c58fa86d0 100644 --- a/components/zoho_sheet/actions/search-delete-row/search-delete-row.mjs +++ b/components/zoho_sheet/actions/search-delete-row/search-delete-row.mjs @@ -6,7 +6,12 @@ export default { key: "zoho_sheet-search-delete-row", name: "Search and Delete Row", description: "Searches for a row based on provided criteria and deletes it. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSheet, diff --git a/components/zoho_sheet/actions/update-row/update-row.mjs b/components/zoho_sheet/actions/update-row/update-row.mjs index 4dfd8bdf696e6..9204bbd897355 100644 --- a/components/zoho_sheet/actions/update-row/update-row.mjs +++ b/components/zoho_sheet/actions/update-row/update-row.mjs @@ -5,7 +5,12 @@ export default { key: "zoho_sheet-update-row", name: "Update Row", description: "Finds a specific row by its index and updates its content. [See the documentation](https://www.zoho.com/sheet/help/api/v2/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSheet, diff --git a/components/zoho_sign/actions/get-document-details/get-document-details.mjs b/components/zoho_sign/actions/get-document-details/get-document-details.mjs index 3d8699de27aae..700fddb8d4ea2 100644 --- a/components/zoho_sign/actions/get-document-details/get-document-details.mjs +++ b/components/zoho_sign/actions/get-document-details/get-document-details.mjs @@ -5,7 +5,12 @@ export default { name: "Get Document Details", description: "Get the details of a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-details-of-a-particular-document)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { zohoSign, documentId: { diff --git a/components/zoho_sign/actions/get-document-form-detail/get-document-form-detail.mjs b/components/zoho_sign/actions/get-document-form-detail/get-document-form-detail.mjs index 968e8f6c09715..a31ca58c89a13 100644 --- a/components/zoho_sign/actions/get-document-form-detail/get-document-form-detail.mjs +++ b/components/zoho_sign/actions/get-document-form-detail/get-document-form-detail.mjs @@ -5,7 +5,12 @@ export default { name: "Get Document Form Detail", description: "Retrieves the filled field data for a particular document. [See the documentation](https://www.zoho.com/sign/api/#get-document-form-data)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { zohoSign, documentId: { diff --git a/components/zoho_sign/actions/send-document/send-document.mjs b/components/zoho_sign/actions/send-document/send-document.mjs index c7321898fd057..0a07ffb5128b1 100644 --- a/components/zoho_sign/actions/send-document/send-document.mjs +++ b/components/zoho_sign/actions/send-document/send-document.mjs @@ -5,7 +5,12 @@ export default { name: "Send Document", description: "Sends a document to the designated recipients for their signatures. [See the documentation](https://www.zoho.com/sign/api/#send-document-out-for-signature-using-templates)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { zohoSign, templateId: { diff --git a/components/zoho_sprints/actions/create-item/create-item.mjs b/components/zoho_sprints/actions/create-item/create-item.mjs index f1162c2314bb8..433c5948e84b4 100644 --- a/components/zoho_sprints/actions/create-item/create-item.mjs +++ b/components/zoho_sprints/actions/create-item/create-item.mjs @@ -4,7 +4,12 @@ export default { key: "zoho_sprints-create-item", name: "Create Item", description: "Creates a new task, story, or bug in an existing Zoho Sprints project. [See the documentation](https://sprints.zoho.com/apidoc.html#Createitem)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSprints, diff --git a/components/zoho_sprints/actions/delete-item/delete-item.mjs b/components/zoho_sprints/actions/delete-item/delete-item.mjs index 70b5f83e72f5c..f3588ff2b16c0 100644 --- a/components/zoho_sprints/actions/delete-item/delete-item.mjs +++ b/components/zoho_sprints/actions/delete-item/delete-item.mjs @@ -4,7 +4,12 @@ export default { key: "zoho_sprints-delete-item", name: "Delete Item", description: "Removes a specified task, story, or bug from a project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Deleteitem)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSprints, diff --git a/components/zoho_sprints/actions/update-project-status/update-project-status.mjs b/components/zoho_sprints/actions/update-project-status/update-project-status.mjs index 8a01de19ef3e2..e8e06701e5e33 100644 --- a/components/zoho_sprints/actions/update-project-status/update-project-status.mjs +++ b/components/zoho_sprints/actions/update-project-status/update-project-status.mjs @@ -4,7 +4,12 @@ export default { key: "zoho_sprints-update-project-status", name: "Update Project Status", description: "Changes the status of an existing project in Zoho Sprints. [See the documentation](https://sprints.zoho.com/apidoc.html#Updateproject)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSprints, diff --git a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs index bd78d6dd473d6..adb10253c39ca 100644 --- a/components/zoho_subscriptions/actions/create-customer/create-customer.mjs +++ b/components/zoho_subscriptions/actions/create-customer/create-customer.mjs @@ -3,7 +3,12 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-create-customer", name: "Create Customer", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new customer. [See the documentation](https://www.zoho.com/billing/api/v1/customers/#create-a-customer)", type: "action", props: { diff --git a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs index 64dbd3423b41a..80cbb3433a335 100644 --- a/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs +++ b/components/zoho_subscriptions/actions/create-subscription/create-subscription.mjs @@ -4,7 +4,12 @@ import zohoSubscriptions from "../../zoho_subscriptions.app.mjs"; export default { key: "zoho_subscriptions-create-subscription", name: "Create Subscription", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new subscription. [See the documentation](https://www.zoho.com/billing/api/v1/subscription/#create-a-subscription)", type: "action", props: { diff --git a/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs b/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs index 91bd5b5a8a93b..fcf49466a21b7 100644 --- a/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs +++ b/components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs @@ -4,7 +4,12 @@ export default { key: "zoho_survey-send-email-invitation", name: "Send Email Invitation", description: "Sends an email invitation with Zoho Survey.", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zohoSurvey, diff --git a/components/zoho_workdrive/actions/download-file/download-file.mjs b/components/zoho_workdrive/actions/download-file/download-file.mjs index 36bb7d844623a..2ea896bde2b84 100644 --- a/components/zoho_workdrive/actions/download-file/download-file.mjs +++ b/components/zoho_workdrive/actions/download-file/download-file.mjs @@ -10,7 +10,12 @@ export default { key: "zoho_workdrive-download-file", name: "Download File to Tmp Direcory", description: "Download a file to the /tmp directory. [See the documentation](https://workdrive.zoho.com/apidocs/v1/filesfolders/downloadserverfile)", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zoho_workdrive/actions/upload-file/upload-file.mjs b/components/zoho_workdrive/actions/upload-file/upload-file.mjs index 3ed2a230d3c9f..209c425d6acef 100644 --- a/components/zoho_workdrive/actions/upload-file/upload-file.mjs +++ b/components/zoho_workdrive/actions/upload-file/upload-file.mjs @@ -8,7 +8,12 @@ import { export default { key: "zoho_workdrive-upload-file", name: "Upload File", - version: "0.0.8", + version: "0.0.9", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Upload a new file to your WorkDrive account. [See the documentation](https://workdrive.zoho.com/apidocs/v1/chunkupload/chunkuploadcreatesession)", type: "action", props: { diff --git a/components/zonka_feedback/actions/list-surveys/list-surveys.mjs b/components/zonka_feedback/actions/list-surveys/list-surveys.mjs index a47ef431d7249..7bc3b7caf5f11 100644 --- a/components/zonka_feedback/actions/list-surveys/list-surveys.mjs +++ b/components/zonka_feedback/actions/list-surveys/list-surveys.mjs @@ -4,7 +4,12 @@ export default { key: "zonka_feedback-list-surveys", name: "List Surveys", description: "List surveys from Zonka Feedback. You can filter surveys based on their status.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zonkaFeedback, diff --git a/components/zonka_feedback/actions/send-email-survey/send-email-survey.mjs b/components/zonka_feedback/actions/send-email-survey/send-email-survey.mjs index d4263b4a585ed..9fa0b9e51badb 100644 --- a/components/zonka_feedback/actions/send-email-survey/send-email-survey.mjs +++ b/components/zonka_feedback/actions/send-email-survey/send-email-survey.mjs @@ -4,7 +4,12 @@ export default { key: "zonka_feedback-send-email-survey", name: "Send Email Survey", description: "Send a survey by email. [See docs](https://apidocs.zonkafeedback.com/?version=latest#97c28279-79ce-47e8-ac73-a3077f37631e)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zonkaFeedback, diff --git a/components/zonka_feedback/actions/send-sms-survey/send-sms-survey.mjs b/components/zonka_feedback/actions/send-sms-survey/send-sms-survey.mjs index 617119aa9c62e..d8b2e9756b646 100644 --- a/components/zonka_feedback/actions/send-sms-survey/send-sms-survey.mjs +++ b/components/zonka_feedback/actions/send-sms-survey/send-sms-survey.mjs @@ -4,7 +4,12 @@ export default { key: "zonka_feedback-send-sms-survey", name: "Send SMS Survey", description: "Send a survey by SMS. Please ensure you have enough SMS credits. [See docs](https://apidocs.zonkafeedback.com/?version=latest#9b6a1283-fb22-457e-8031-cf18d51d26f7)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zonkaFeedback, diff --git a/components/zoom/actions/add-meeting-registrant/add-meeting-registrant.mjs b/components/zoom/actions/add-meeting-registrant/add-meeting-registrant.mjs index 7dcf8652c73cc..f8e783d0c2842 100644 --- a/components/zoom/actions/add-meeting-registrant/add-meeting-registrant.mjs +++ b/components/zoom/actions/add-meeting-registrant/add-meeting-registrant.mjs @@ -4,7 +4,12 @@ export default { key: "zoom-add-meeting-registrant", name: "Add Meeting Registrant", description: "Registers a participant for a meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meetingRegistrantCreate)", - version: "0.3.3", + version: "0.3.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zoom/actions/add-webinar-registrant/add-webinar-registrant.mjs b/components/zoom/actions/add-webinar-registrant/add-webinar-registrant.mjs index 795954d9082ef..54997db8e1895 100644 --- a/components/zoom/actions/add-webinar-registrant/add-webinar-registrant.mjs +++ b/components/zoom/actions/add-webinar-registrant/add-webinar-registrant.mjs @@ -4,7 +4,12 @@ export default { key: "zoom-add-webinar-registrant", name: "Add Webinar Registrant", description: "Registers a participant for a webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate).", - version: "0.3.3", + version: "0.3.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/zoom/actions/create-meeting/create-meeting.mjs b/components/zoom/actions/create-meeting/create-meeting.mjs index 9b7c916de2810..85b6b4573cf15 100644 --- a/components/zoom/actions/create-meeting/create-meeting.mjs +++ b/components/zoom/actions/create-meeting/create-meeting.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-create-meeting", name: "Create Meeting", description: "Creates a meeting for a user. A maximum of 100 meetings can be created for a user in a day.", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/create-user/create-user.mjs b/components/zoom/actions/create-user/create-user.mjs index 51589d52c94a1..828b0a2c1a7a1 100644 --- a/components/zoom/actions/create-user/create-user.mjs +++ b/components/zoom/actions/create-user/create-user.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-create-user", name: "Create User", description: "Creates a new user in your account.", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/delete-user/delete-user.mjs b/components/zoom/actions/delete-user/delete-user.mjs index 6c2c02865cb9b..ebe999a219fd5 100644 --- a/components/zoom/actions/delete-user/delete-user.mjs +++ b/components/zoom/actions/delete-user/delete-user.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-delete-user", name: "Delete User", description: "Disassociates (unlinks) a user from the associated account or permanently deletes a user.", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/get-meeting-details/get-meeting-details.mjs b/components/zoom/actions/get-meeting-details/get-meeting-details.mjs index 43c90ac28435b..377f65e4f00fd 100644 --- a/components/zoom/actions/get-meeting-details/get-meeting-details.mjs +++ b/components/zoom/actions/get-meeting-details/get-meeting-details.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-get-meeting-details", name: "Get Meeting Details", description: "Retrieves the details of a meeting.", - version: "0.3.4", + version: "0.3.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/get-meeting-transcript/get-meeting-transcript.mjs b/components/zoom/actions/get-meeting-transcript/get-meeting-transcript.mjs index 4f08923d16002..9414e0bb51eed 100644 --- a/components/zoom/actions/get-meeting-transcript/get-meeting-transcript.mjs +++ b/components/zoom/actions/get-meeting-transcript/get-meeting-transcript.mjs @@ -4,7 +4,12 @@ export default { key: "zoom-get-meeting-transcript", name: "Get Meeting Transcript", description: "Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom, diff --git a/components/zoom/actions/get-webinar-details/get-webinar-details.mjs b/components/zoom/actions/get-webinar-details/get-webinar-details.mjs index 7a1bb41da51f0..dd0386e39b58c 100644 --- a/components/zoom/actions/get-webinar-details/get-webinar-details.mjs +++ b/components/zoom/actions/get-webinar-details/get-webinar-details.mjs @@ -4,7 +4,12 @@ export default { key: "zoom-get-webinar-details", name: "Get Webinar Details", description: "Gets details of a scheduled webinar. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/webinar).", - version: "0.3.3", + version: "0.3.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/zoom/actions/list-call-recordings/list-call-recordings.mjs b/components/zoom/actions/list-call-recordings/list-call-recordings.mjs index 33ed8a47ef7b9..322d4a0ecfacd 100644 --- a/components/zoom/actions/list-call-recordings/list-call-recordings.mjs +++ b/components/zoom/actions/list-call-recordings/list-call-recordings.mjs @@ -4,7 +4,12 @@ export default { name: "List Call Recordings", description: "Get your account's call recordings. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/phone/methods/#operation/getPhoneRecordings)", key: "zoom-list-call-recordings", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom, diff --git a/components/zoom/actions/list-channels/list-channels.mjs b/components/zoom/actions/list-channels/list-channels.mjs index 3b4fd19ca3caa..35e30dfc5d3d0 100644 --- a/components/zoom/actions/list-channels/list-channels.mjs +++ b/components/zoom/actions/list-channels/list-channels.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-list-channels", name: "List Channels", description: "List a user's chat channels.", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/list-past-meeting-participants/list-past-meeting-participants.mjs b/components/zoom/actions/list-past-meeting-participants/list-past-meeting-participants.mjs index 0ce260757b655..b1c8169646be6 100644 --- a/components/zoom/actions/list-past-meeting-participants/list-past-meeting-participants.mjs +++ b/components/zoom/actions/list-past-meeting-participants/list-past-meeting-participants.mjs @@ -4,7 +4,12 @@ export default { key: "zoom-list-past-meeting-participants", name: "List Past Meeting Participants", description: "Retrieve information on participants from a past meeting. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/pastMeetingParticipants).", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/zoom/actions/list-past-webinar-qa/list-past-webinar-qa.mjs b/components/zoom/actions/list-past-webinar-qa/list-past-webinar-qa.mjs index e68c2835bc92b..aa0c0ec2918f7 100644 --- a/components/zoom/actions/list-past-webinar-qa/list-past-webinar-qa.mjs +++ b/components/zoom/actions/list-past-webinar-qa/list-past-webinar-qa.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-list-past-webinar-qa", name: "List Past Webinar Q&A", description: "The feature for Webinars allows attendees to ask questions during the Webinar and for the panelists, co-hosts and host to answer their questions. Use this API to list Q&A of a specific Webinar.", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/list-user-call-logs/list-user-call-logs.mjs b/components/zoom/actions/list-user-call-logs/list-user-call-logs.mjs index ed1e019071576..e2bc999f6b0de 100644 --- a/components/zoom/actions/list-user-call-logs/list-user-call-logs.mjs +++ b/components/zoom/actions/list-user-call-logs/list-user-call-logs.mjs @@ -4,7 +4,12 @@ export default { name: "List User's Call Logs", description: "Gets a user's Zoom phone call logs. [See the documentation](https://developers.zoom.us/docs/zoom-phone/apis/#operation/phoneUserCallLogs)", key: "zoom-list-user-call-logs", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom, diff --git a/components/zoom/actions/list-webinar-participants-report/list-webinar-participants-report.mjs b/components/zoom/actions/list-webinar-participants-report/list-webinar-participants-report.mjs index c2c45609732c3..1d45722c2653d 100644 --- a/components/zoom/actions/list-webinar-participants-report/list-webinar-participants-report.mjs +++ b/components/zoom/actions/list-webinar-participants-report/list-webinar-participants-report.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-list-webinar-participants-report", name: "List Webinar Participants Report", description: "Retrieves detailed report on each webinar attendee. You can get webinar participant reports for the last 6 months. [See the docs here](https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/reportWebinarParticipants).", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/zoom/actions/send-chat-message/send-chat-message.mjs b/components/zoom/actions/send-chat-message/send-chat-message.mjs index ea0b793c900d7..60cbaa35ab01b 100644 --- a/components/zoom/actions/send-chat-message/send-chat-message.mjs +++ b/components/zoom/actions/send-chat-message/send-chat-message.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-send-chat-message", name: "Send Chat Message", description: "Send chat messages on Zoom to either an individual user who is in your contact list or to a of which you are a member.", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/update-meeting/update-meeting.mjs b/components/zoom/actions/update-meeting/update-meeting.mjs index 2cb8d6cfc1d00..6a85a197271da 100644 --- a/components/zoom/actions/update-meeting/update-meeting.mjs +++ b/components/zoom/actions/update-meeting/update-meeting.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-update-meeting", name: "Update Meeting", description: "Updates an existing Zoom meeting", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/update-webinar/update-webinar.mjs b/components/zoom/actions/update-webinar/update-webinar.mjs index a9f99f4dd39a2..e887a5df49f3e 100644 --- a/components/zoom/actions/update-webinar/update-webinar.mjs +++ b/components/zoom/actions/update-webinar/update-webinar.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-update-webinar", name: "Update Webinar", description: "Update a webinar's topic, start time, or other settings", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoom: { diff --git a/components/zoom/actions/view-user/view-user.mjs b/components/zoom/actions/view-user/view-user.mjs index ef5c829ffdf7a..4bab1d036dfc0 100644 --- a/components/zoom/actions/view-user/view-user.mjs +++ b/components/zoom/actions/view-user/view-user.mjs @@ -5,7 +5,12 @@ export default { key: "zoom-view-user", name: "View User", description: "View your user information", - version: "0.1.4", + version: "0.1.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoom: { diff --git a/components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs b/components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs index f8bc186b86364..0ff5dbb2c73e3 100644 --- a/components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs +++ b/components/zoom_admin/actions/add-meeting-registrant/add-meeting-registrant.mjs @@ -7,7 +7,12 @@ export default { name: "Add meeting registrant", description: "Register a participant for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate)", key: "zoom_admin-add-meeting-registrant", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs b/components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs index 2b85a92362502..4b6822be110aa 100644 --- a/components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs +++ b/components/zoom_admin/actions/add-webinar-panelist/add-webinar-panelist.mjs @@ -6,7 +6,12 @@ export default { name: "Add webinar panelist", description: "Register a panelist for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistcreate)", key: "zoom_admin-add-webinar-panelist", - version: "0.1.7", + version: "0.1.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs b/components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs index 9113419166897..e37cc2bf8e758 100644 --- a/components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs +++ b/components/zoom_admin/actions/add-webinar-registrant/add-webinar-registrant.mjs @@ -7,7 +7,12 @@ export default { name: "Add webinar registrant", description: "Register a participant for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrantcreate)", key: "zoom_admin-add-webinar-registrant", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/create-meeting/create-meeting.mjs b/components/zoom_admin/actions/create-meeting/create-meeting.mjs index dd3bec4b594e8..932bf8debba0b 100644 --- a/components/zoom_admin/actions/create-meeting/create-meeting.mjs +++ b/components/zoom_admin/actions/create-meeting/create-meeting.mjs @@ -9,7 +9,12 @@ export default { name: "Create a meeting", description: "Create a new room in zoom. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate)", key: "zoom_admin-create-meeting", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/create-webinar/create-webinar.mjs b/components/zoom_admin/actions/create-webinar/create-webinar.mjs index 7de9d75cdac53..f536130bd705a 100644 --- a/components/zoom_admin/actions/create-webinar/create-webinar.mjs +++ b/components/zoom_admin/actions/create-webinar/create-webinar.mjs @@ -9,7 +9,12 @@ export default { name: "Create Webinar", description: "Create a webinar for an user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarcreate)", key: "zoom_admin-create-webinar", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs b/components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs index 576e793536074..6a03351142550 100644 --- a/components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs +++ b/components/zoom_admin/actions/delete-cloud-recording/delete-cloud-recording.mjs @@ -7,7 +7,12 @@ export default { name: "Delete Cloud Recording", description: "Remove a recording from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingdeleteone)", key: "zoom_admin-delete-cloud-recording", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/delete-meeting/delete-meeting.mjs b/components/zoom_admin/actions/delete-meeting/delete-meeting.mjs index f072548931689..abd36df06f854 100644 --- a/components/zoom_admin/actions/delete-meeting/delete-meeting.mjs +++ b/components/zoom_admin/actions/delete-meeting/delete-meeting.mjs @@ -6,7 +6,12 @@ export default { name: "Delete meeting", description: "Delete a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingdelete)", key: "zoom_admin-delete-meeting", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs b/components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs index 4225248c4a7c8..c0f84c6281b0b 100644 --- a/components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs +++ b/components/zoom_admin/actions/delete-webinar-panelist/delete-webinar-panelist.mjs @@ -6,7 +6,12 @@ export default { name: "Delete webinar panelist", description: "Remove a panelist from a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelistdelete)", key: "zoom_admin-delete-webinar-panelist", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/delete-webinar/delete-webinar.mjs b/components/zoom_admin/actions/delete-webinar/delete-webinar.mjs index 3eebbe303155c..a8081fbb7bf95 100644 --- a/components/zoom_admin/actions/delete-webinar/delete-webinar.mjs +++ b/components/zoom_admin/actions/delete-webinar/delete-webinar.mjs @@ -6,7 +6,12 @@ export default { name: "Delete webinar", description: "Delete a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinardelete)", key: "zoom_admin-delete-webinar", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/end-meeting/end-meeting.mjs b/components/zoom_admin/actions/end-meeting/end-meeting.mjs index a589404448105..aa475cce074b1 100644 --- a/components/zoom_admin/actions/end-meeting/end-meeting.mjs +++ b/components/zoom_admin/actions/end-meeting/end-meeting.mjs @@ -6,7 +6,12 @@ export default { name: "End meeting", description: "End a meeting for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingstatus)", key: "zoom_admin-end-meeting", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs b/components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs index 1a180d7f4f192..70a88677ce1d8 100644 --- a/components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs +++ b/components/zoom_admin/actions/get-meeting-recordings/get-meeting-recordings.mjs @@ -6,7 +6,12 @@ export default { description: "Get all recordings of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/GET/meetings/{meetingId}/recordings)", key: "zoom_admin-get-meeting-recordings", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/get-meeting-transcript/get-meeting-transcript.mjs b/components/zoom_admin/actions/get-meeting-transcript/get-meeting-transcript.mjs index ea2df315317e4..4c84e8fdcd524 100644 --- a/components/zoom_admin/actions/get-meeting-transcript/get-meeting-transcript.mjs +++ b/components/zoom_admin/actions/get-meeting-transcript/get-meeting-transcript.mjs @@ -4,7 +4,12 @@ export default { key: "zoom_admin-get-meeting-transcript", name: "Get Meeting Transcript", description: "Get the transcript of a meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/cloud-recording/get/meetings/{meetingId}/transcript)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/get-meeting/get-meeting.mjs b/components/zoom_admin/actions/get-meeting/get-meeting.mjs index 788f722df6a59..91f4af8754b5e 100644 --- a/components/zoom_admin/actions/get-meeting/get-meeting.mjs +++ b/components/zoom_admin/actions/get-meeting/get-meeting.mjs @@ -6,7 +6,12 @@ export default { name: "Get Meeting", description: "Retrieve the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting)", key: "zoom_admin-get-meeting", - version: "0.1.7", + version: "0.1.8", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/get-webinar/get-webinar.mjs b/components/zoom_admin/actions/get-webinar/get-webinar.mjs index 181e44ec7718e..f54a718552685 100644 --- a/components/zoom_admin/actions/get-webinar/get-webinar.mjs +++ b/components/zoom_admin/actions/get-webinar/get-webinar.mjs @@ -6,7 +6,12 @@ export default { name: "Get Webinar", description: "Retrieve the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinar)", key: "zoom_admin-get-webinar", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs b/components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs index 0c816396f2497..d4cd6f47638ca 100644 --- a/components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs +++ b/components/zoom_admin/actions/list-account-call-logs/list-account-call-logs.mjs @@ -5,7 +5,12 @@ export default { name: "List Account Call Logs", description: "Returns an account's new edition call logs. [See the documentation](https://developers.zoom.us/docs/zoom-phone/apis/#operation/accountCallHistory)", key: "zoom_admin-list-account-call-logs", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs b/components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs index 21c456691ac56..e29579c68b726 100644 --- a/components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs +++ b/components/zoom_admin/actions/list-cloud-recordings/list-cloud-recordings.mjs @@ -6,7 +6,12 @@ export default { name: "List Cloud Recordings", description: "Search cloud recordings from a meeting or webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingslist)", key: "zoom_admin-list-cloud-recordings", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs b/components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs index 1d595ebacae8f..a06d965da7104 100644 --- a/components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs +++ b/components/zoom_admin/actions/list-meeting-registrants/list-meeting-registrants.mjs @@ -7,7 +7,12 @@ export default { name: "List meeting registrants", description: "List all users who have registered for a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrants)", key: "zoom_admin-list-meeting-registrants", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-meetings/list-meetings.mjs b/components/zoom_admin/actions/list-meetings/list-meetings.mjs index d75c3970ed3be..a90ad62eab661 100644 --- a/components/zoom_admin/actions/list-meetings/list-meetings.mjs +++ b/components/zoom_admin/actions/list-meetings/list-meetings.mjs @@ -6,7 +6,12 @@ export default { name: "List meetings", description: "List all meetings. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings)", key: "zoom_admin-list-meetings", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs b/components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs index 74fd378c4d84e..892c634152f84 100644 --- a/components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs +++ b/components/zoom_admin/actions/list-past-meeting-participants/list-past-meeting-participants.mjs @@ -7,7 +7,12 @@ export default { description: "List all participants of a past meeting. [See the documentation](https://developers.zoom.us/docs/api/meetings/#tag/meetings/GET/past_meetings/{meetingId}/participants)", key: "zoom_admin-list-past-meeting-participants", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-user-cloud-recordings/list-user-cloud-recordings.mjs b/components/zoom_admin/actions/list-user-cloud-recordings/list-user-cloud-recordings.mjs index af6f8f9342af2..26fdfab6a0520 100644 --- a/components/zoom_admin/actions/list-user-cloud-recordings/list-user-cloud-recordings.mjs +++ b/components/zoom_admin/actions/list-user-cloud-recordings/list-user-cloud-recordings.mjs @@ -6,7 +6,12 @@ export default { name: "List User Cloud Recordings", description: "Search cloud recordings from a user. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users/{userId}/recordings)", key: "zoom_admin-list-user-cloud-recordings", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-users/list-users.mjs b/components/zoom_admin/actions/list-users/list-users.mjs index 32919acd0aabe..b55e049e021be 100644 --- a/components/zoom_admin/actions/list-users/list-users.mjs +++ b/components/zoom_admin/actions/list-users/list-users.mjs @@ -5,7 +5,12 @@ export default { name: "List users", description: "List all users. [See the documentation](https://developers.zoom.us/docs/api/users/#tag/users/GET/users)", key: "zoom_admin-list-users", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs b/components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs index 3b99e0beeaa81..6f5b0c4352239 100644 --- a/components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs +++ b/components/zoom_admin/actions/list-webinar-participants/list-webinar-participants.mjs @@ -5,7 +5,12 @@ export default { name: "List Webinar Participants", description: "Use this API to list all the participants who attended a webinar hosted in the past. [See the documentation](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/listWebinarParticipants)", key: "zoom_admin-list-webinar-participants", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs b/components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs index 0847fcf40cbff..5ca2c4adedf45 100644 --- a/components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs +++ b/components/zoom_admin/actions/list-webinar-registrants/list-webinar-registrants.mjs @@ -6,7 +6,12 @@ export default { name: "List webinar registrants", description: "List all users that have registered for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarregistrants)", key: "zoom_admin-list-webinar-registrants", - version: "0.2.4", + version: "0.2.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/list-webinars/list-webinars.mjs b/components/zoom_admin/actions/list-webinars/list-webinars.mjs index 25e22a095733d..61bced7fa9699 100644 --- a/components/zoom_admin/actions/list-webinars/list-webinars.mjs +++ b/components/zoom_admin/actions/list-webinars/list-webinars.mjs @@ -5,7 +5,12 @@ export default { name: "List Webinars", description: "List all webinars for a user. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinars)", key: "zoom_admin-list-webinars", - version: "0.2.3", + version: "0.2.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/update-meeting/update-meeting.mjs b/components/zoom_admin/actions/update-meeting/update-meeting.mjs index 9a04e4b4a71ae..519e07843ff94 100644 --- a/components/zoom_admin/actions/update-meeting/update-meeting.mjs +++ b/components/zoom_admin/actions/update-meeting/update-meeting.mjs @@ -10,7 +10,12 @@ export default { name: "Update a meeting", description: "Update the details of a meeting. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate)", key: "zoom_admin-update-meeting", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs b/components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs index 01ea465e0209d..08bf20f50cf0e 100644 --- a/components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs +++ b/components/zoom_admin/actions/update-webinar-registrant-status/update-webinar-registrant-status.mjs @@ -8,7 +8,12 @@ export default { name: "Update Webinar Registrant Status", description: "Update registrant status for a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantstatus)", key: "zoom_admin-update-webinar-registrant-status", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zoom_admin/actions/update-webinar/update-webinar.mjs b/components/zoom_admin/actions/update-webinar/update-webinar.mjs index dd85e7bd60e9a..7b6e9de46ffc9 100644 --- a/components/zoom_admin/actions/update-webinar/update-webinar.mjs +++ b/components/zoom_admin/actions/update-webinar/update-webinar.mjs @@ -13,7 +13,12 @@ export default { name: "Update Webinar", description: "Update the details of a webinar. [See the documentation](https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarupdate)", key: "zoom_admin-update-webinar", - version: "0.1.6", + version: "0.1.7", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { zoomAdmin, diff --git a/components/zulip/actions/send-message/send-message.mjs b/components/zulip/actions/send-message/send-message.mjs index 8ad4faad987cb..ffda5b85962f8 100644 --- a/components/zulip/actions/send-message/send-message.mjs +++ b/components/zulip/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { key: "zulip-send-message", name: "Send Message", description: "Send a direct or channel message. [See the documentation](https://zulip.com/api/send-message)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app,