diff --git a/components/mailchimp/actions/create-list/create-list.mjs b/components/mailchimp/actions/create-list/create-list.mjs index 71646374a9cff..801a5f35c2a4d 100644 --- a/components/mailchimp/actions/create-list/create-list.mjs +++ b/components/mailchimp/actions/create-list/create-list.mjs @@ -5,7 +5,12 @@ export default { key: "mailchimp-create-list", name: "Create List", description: "Creates a new list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/add-list/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/delete-campaign/delete-campaign.mjs b/components/mailchimp/actions/delete-campaign/delete-campaign.mjs index dcd2dcdb6e866..5128587ef3318 100644 --- a/components/mailchimp/actions/delete-campaign/delete-campaign.mjs +++ b/components/mailchimp/actions/delete-campaign/delete-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-delete-campaign", name: "Delete Campaign", description: "Delete a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/delete-campaign/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/delete-list-member/delete-list-member.mjs b/components/mailchimp/actions/delete-list-member/delete-list-member.mjs index f93ac7e8ae89d..232ec3490f4dd 100644 --- a/components/mailchimp/actions/delete-list-member/delete-list-member.mjs +++ b/components/mailchimp/actions/delete-list-member/delete-list-member.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-delete-list-member", name: "Delete List Member", description: "Permanently deletes a member. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/delete-list-member/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/delete-list/delete-list.mjs b/components/mailchimp/actions/delete-list/delete-list.mjs index 83a8f5273ba3a..ddd396ed995df 100644 --- a/components/mailchimp/actions/delete-list/delete-list.mjs +++ b/components/mailchimp/actions/delete-list/delete-list.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-delete-list", name: "Delete List", description: "Deletes an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs b/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs index 68e488ed7a707..0ad4ba9c04705 100644 --- a/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs +++ b/components/mailchimp/actions/edit-campaign-template-content/edit-campaign-template-content.mjs @@ -8,7 +8,12 @@ export default { key: "mailchimp-edit-campaign-template-content", name: "Edit A Campaign Template Content", description: "Edits a defined content area of a custom HTML template. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-content/set-campaign-content/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs b/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs index 1a96a3562afe4..8e9fbd25671f0 100644 --- a/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs +++ b/components/mailchimp/actions/get-campaign-report/get-campaign-report.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-get-a-campaign-report", name: "Get A Campaign Report", description: "Gets a campaign report. [See docs here](https://mailchimp.com/developer/marketing/api/campaign-advice/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-campaign/get-campaign.mjs b/components/mailchimp/actions/get-campaign/get-campaign.mjs index edb096996e75e..ead784f41d2a2 100644 --- a/components/mailchimp/actions/get-campaign/get-campaign.mjs +++ b/components/mailchimp/actions/get-campaign/get-campaign.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-get-campaign", name: "Get Campaign", description: "Gets metadata of a specific campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/get-campaign-info/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-list-activities/get-list-activities.mjs b/components/mailchimp/actions/get-list-activities/get-list-activities.mjs index 58984c4f89840..6782d41bfcbab 100644 --- a/components/mailchimp/actions/get-list-activities/get-list-activities.mjs +++ b/components/mailchimp/actions/get-list-activities/get-list-activities.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-get-list-activities", name: "Get List Activities", description: "Retrieves up to the previous 180 days of daily detailed aggregated activity stats for a list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/list-recent-activity/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs b/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs index b6e2f5cb14948..216a22b1ab735 100644 --- a/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs +++ b/components/mailchimp/actions/get-list-member-activity/get-list-member-activity.mjs @@ -8,7 +8,12 @@ export default { key: "mailchimp-get-list-member-activity", name: "Get List Member Activities", description: "Get the last 50 events of a member's activity on a specific list. [See docs here](https://mailchimp.com/developer/marketing/api/list-activity/view-recent-activity-50/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs b/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs index b990eac4efb56..1d42d524ae18e 100644 --- a/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs +++ b/components/mailchimp/actions/get-list-member-tags/get-list-member-tags.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-get-list-member-tags", name: "Get List Member Tags", description: "Retrieves a list of all member tags. [See docs here](https://mailchimp.com/developer/marketing/api/list-member-tags/list-member-tags/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/get-list/get-list.mjs b/components/mailchimp/actions/get-list/get-list.mjs index 23be448bdc79f..48431209a2b5b 100644 --- a/components/mailchimp/actions/get-list/get-list.mjs +++ b/components/mailchimp/actions/get-list/get-list.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-get-list", name: "Get List", description: "Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/list-segment-member/list-segment-member.mjs b/components/mailchimp/actions/list-segment-member/list-segment-member.mjs index b84a18e7050ce..6074d8c17e9a3 100644 --- a/components/mailchimp/actions/list-segment-member/list-segment-member.mjs +++ b/components/mailchimp/actions/list-segment-member/list-segment-member.mjs @@ -5,7 +5,12 @@ export default { key: "mailchimp-list-segment-member", name: "List Segment Members", description: "Retrieves a list of all segment members. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/list-members-in-segment/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs b/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs index b099c144290ce..a823feca0f880 100644 --- a/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs +++ b/components/mailchimp/actions/remove-segment-member/remove-segment-member.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-remove-segment-member", name: "Remove Member From A Segment", description: "Removes a member from the specified static segment. [See docs here](https://mailchimp.com/developer/marketing/api/list-segment-members/remove-list-member-from-segment/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-campaign/search-campaign.mjs b/components/mailchimp/actions/search-campaign/search-campaign.mjs index d58c49e69600c..e33a37f501b4a 100644 --- a/components/mailchimp/actions/search-campaign/search-campaign.mjs +++ b/components/mailchimp/actions/search-campaign/search-campaign.mjs @@ -7,7 +7,12 @@ export default { key: "mailchimp-search-campaign", name: "Search Campaigns", description: "Searches for the campaigns. [See docs here](https://mailchimp.com/developer/marketing/api/search-campaigns/search-campaigns/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-lists/search-lists.mjs b/components/mailchimp/actions/search-lists/search-lists.mjs index 455824c9e9a78..07ffc30b0f83a 100644 --- a/components/mailchimp/actions/search-lists/search-lists.mjs +++ b/components/mailchimp/actions/search-lists/search-lists.mjs @@ -8,7 +8,12 @@ export default { key: "mailchimp-search-lists", name: "Search Lists", description: "Searches for lists. [See docs here](https://mailchimp.com/developer/marketing/api/lists/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/search-member/search-member.mjs b/components/mailchimp/actions/search-member/search-member.mjs index c937b2aa2fb71..a5356962ec82a 100644 --- a/components/mailchimp/actions/search-member/search-member.mjs +++ b/components/mailchimp/actions/search-member/search-member.mjs @@ -7,7 +7,12 @@ export default { description: `Searches for a subscriber. The search can be restricted to a specific list, or can be used to search across all lists in an account. [See docs here](https://mailchimp.com/developer/marketing/api/search-members/) `, - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/send-campaign/send-campaign.mjs b/components/mailchimp/actions/send-campaign/send-campaign.mjs index a9d07571e9b79..bd5d3c07fcbc2 100644 --- a/components/mailchimp/actions/send-campaign/send-campaign.mjs +++ b/components/mailchimp/actions/send-campaign/send-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-send-campaign", name: "Send a Campaign", description: "Sends a campaign draft to the audience signed up for the campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/send-campaign/)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs b/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs index 525b81a73ec01..8fb7d9c2b0852 100644 --- a/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs +++ b/components/mailchimp/actions/unsubscribe-email/unsubscribe-email.mjs @@ -4,7 +4,12 @@ export default { key: "mailchimp-unsubscribe-email", name: "Unsubscribe Email", description: "Unsubscribe an email address from an audience. [See docs here](https://mailchimp.com/developer/marketing/api/list-members/archive-list-member/)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/update-campaign/update-campaign.mjs b/components/mailchimp/actions/update-campaign/update-campaign.mjs index ded552acd91e6..696ffe9d29160 100644 --- a/components/mailchimp/actions/update-campaign/update-campaign.mjs +++ b/components/mailchimp/actions/update-campaign/update-campaign.mjs @@ -6,7 +6,12 @@ export default { key: "mailchimp-update-campaign", name: "Update Campaign", description: "Update a campaign. [See docs here](https://mailchimp.com/developer/marketing/api/campaigns/update-campaign-settings/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailchimp/actions/update-list/update-list.mjs b/components/mailchimp/actions/update-list/update-list.mjs index 12f9f5c795c72..f9a168974e399 100644 --- a/components/mailchimp/actions/update-list/update-list.mjs +++ b/components/mailchimp/actions/update-list/update-list.mjs @@ -5,7 +5,12 @@ export default { key: "mailchimp-update-list", name: "Update List", description: "Updates an existing list. [See docs here](https://mailchimp.com/developer/marketing/api/lists/update-lists/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailchimp, diff --git a/components/mailercloud/actions/add-contact-list/add-contact-list.mjs b/components/mailercloud/actions/add-contact-list/add-contact-list.mjs index fc031b6a20ef6..f3a42627f5875 100644 --- a/components/mailercloud/actions/add-contact-list/add-contact-list.mjs +++ b/components/mailercloud/actions/add-contact-list/add-contact-list.mjs @@ -4,7 +4,12 @@ export default { key: "mailercloud-add-contact-list", name: "Add Contact to List", description: "Adds a new contact to a selected list in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/7f625be9563b2-create-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailercloud, diff --git a/components/mailercloud/actions/create-list/create-list.mjs b/components/mailercloud/actions/create-list/create-list.mjs index 14b90eeb50183..fd271a93643bb 100644 --- a/components/mailercloud/actions/create-list/create-list.mjs +++ b/components/mailercloud/actions/create-list/create-list.mjs @@ -4,7 +4,12 @@ export default { key: "mailercloud-create-list", name: "Create List", description: "Creates a new list in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/0f2b429db85f5-create-a-new-list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailercloud, diff --git a/components/mailercloud/actions/update-contact/update-contact.mjs b/components/mailercloud/actions/update-contact/update-contact.mjs index f0086616accc3..8e70e31c94bff 100644 --- a/components/mailercloud/actions/update-contact/update-contact.mjs +++ b/components/mailercloud/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "mailercloud-update-contact", name: "Update Contact", description: "Update an existing contact in the user's Mailercloud account. [See the documentation](https://apidoc.mailercloud.com/docs/mailercloud-api/55b552af7970c-update-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailercloud, diff --git a/components/mailerlite/actions/create-subscriber/create-subscriber.mjs b/components/mailerlite/actions/create-subscriber/create-subscriber.mjs index 116141dce46c7..e964ced07c14e 100644 --- a/components/mailerlite/actions/create-subscriber/create-subscriber.mjs +++ b/components/mailerlite/actions/create-subscriber/create-subscriber.mjs @@ -5,7 +5,12 @@ export default { key: "mailerlite-create-subscriber", name: "Create Subscriber", description: "Create a new subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/list-subscribers/list-subscribers.mjs b/components/mailerlite/actions/list-subscribers/list-subscribers.mjs index 53b95450f0895..9e9754d1d50c9 100644 --- a/components/mailerlite/actions/list-subscribers/list-subscribers.mjs +++ b/components/mailerlite/actions/list-subscribers/list-subscribers.mjs @@ -5,7 +5,12 @@ export default { key: "mailerlite-list-subscribers", name: "List Subscribers", description: "Lists all subscribers in a group. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#list-all-subscribers)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs b/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs index c0616f5fceb27..17f564dea819f 100644 --- a/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs +++ b/components/mailerlite/actions/remove-subscriber-from-group/remove-subscriber-from-group.mjs @@ -4,7 +4,12 @@ export default { key: "mailerlite-remove-subscriber-from-group", name: "Remove Subscriber From Group", description: "Removes single subscriber from specified group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#unassign-subscriber-from-a-group)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs b/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs index a1917d7bb125d..1ff1ec566f0ef 100644 --- a/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs +++ b/components/mailerlite/actions/subscribe-to-group/subscribe-to-group.mjs @@ -4,7 +4,12 @@ export default { key: "mailerlite-subscribe-to-group", name: "Subscribe to MailerLite Group", description: "Add a subscriber to a group. [See the documentation](https://developers.mailerlite.com/docs/groups.html#assign-subscriber-to-a-group)", - version: "0.3.3", + version: "0.3.4", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailerlite, diff --git a/components/mailerlite/actions/update-subscriber/update-subscriber.mjs b/components/mailerlite/actions/update-subscriber/update-subscriber.mjs index e1abf6aca1b3a..4945a2ca5d6f9 100644 --- a/components/mailerlite/actions/update-subscriber/update-subscriber.mjs +++ b/components/mailerlite/actions/update-subscriber/update-subscriber.mjs @@ -4,7 +4,12 @@ export default { key: "mailerlite-update-subscriber", name: "Update Subscriber", description: "Updates single active subscriber. [See the documentation](https://developers.mailerlite.com/docs/subscribers.html#create-update-subscriber)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailerlite, diff --git a/components/mailersend/actions/send-email-from-template/send-email-from-template.mjs b/components/mailersend/actions/send-email-from-template/send-email-from-template.mjs index d1ef5395525e1..e6e85564982c6 100644 --- a/components/mailersend/actions/send-email-from-template/send-email-from-template.mjs +++ b/components/mailersend/actions/send-email-from-template/send-email-from-template.mjs @@ -4,7 +4,12 @@ export default { key: "mailersend-send-email-from-template", name: "Send Email From Template", description: "This action sends a personalized e-mail to the specified recipient using templates. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailersend/actions/send-email/send-email.mjs b/components/mailersend/actions/send-email/send-email.mjs index c7eeac922a2d7..c9f2f593129b4 100644 --- a/components/mailersend/actions/send-email/send-email.mjs +++ b/components/mailersend/actions/send-email/send-email.mjs @@ -4,7 +4,12 @@ export default { key: "mailersend-send-email", name: "Send an Email", description: "This action sends a personalized e-mail to the specified recipient. [See the documentation](https://developers.mailersend.com/api/v1/email.html#send-an-email)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailgenius/actions/get-daily-limit/get-daily-limit.mjs b/components/mailgenius/actions/get-daily-limit/get-daily-limit.mjs index be43034f60fb3..7aea854eb3bb3 100644 --- a/components/mailgenius/actions/get-daily-limit/get-daily-limit.mjs +++ b/components/mailgenius/actions/get-daily-limit/get-daily-limit.mjs @@ -4,7 +4,12 @@ export default { key: "mailgenius-get-daily-limit", name: "Get Daily Limit", description: "Returns daily limit for api token, how many email tests are used in last 24 hours and how many are still remaining for use. [See the documentation](https://app.mailgenius.com/api-docs/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailgenius/actions/get-email-audit/get-email-audit.mjs b/components/mailgenius/actions/get-email-audit/get-email-audit.mjs index 174de39139a19..7c3a78a976913 100644 --- a/components/mailgenius/actions/get-email-audit/get-email-audit.mjs +++ b/components/mailgenius/actions/get-email-audit/get-email-audit.mjs @@ -4,7 +4,12 @@ export default { key: "mailgenius-get-email-audit", name: "Get Email Audit", description: "Returns generated test email, limit exceeded if daily limit is reached. [See the documentation](https://app.mailgenius.com/api-docs/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailgenius/actions/get-email-result/get-email-result.mjs b/components/mailgenius/actions/get-email-result/get-email-result.mjs index 9a0635812f1b1..d5589fc46bd62 100644 --- a/components/mailgenius/actions/get-email-result/get-email-result.mjs +++ b/components/mailgenius/actions/get-email-result/get-email-result.mjs @@ -4,7 +4,12 @@ export default { key: "mailgenius-get-email-result", name: "Get Email Results", description: "Returns the results of the test. [See the documentation](https://app.mailgenius.com/api-docs/index.html)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs b/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs index 95a934f26d398..024afc9274bbb 100644 --- a/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs +++ b/components/mailgun/actions/create-mailinglist-member/create-mailinglist-member.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-create-mailinglist-member", name: "Create Mailing List Member", description: "Add to an existing mailing list. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/create-route/create-route.mjs b/components/mailgun/actions/create-route/create-route.mjs index b4fd49297d1c7..54ca0bde25d77 100644 --- a/components/mailgun/actions/create-route/create-route.mjs +++ b/components/mailgun/actions/create-route/create-route.mjs @@ -5,7 +5,12 @@ export default { key: "mailgun-create-route", name: "Create Route", description: "Create a new route. [See the docs here](https://documentation.mailgun.com/en/latest/api-routes.html#actions)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs b/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs index 635d2f6234e2f..1b5227ac1d9bd 100644 --- a/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs +++ b/components/mailgun/actions/delete-mailinglist-member/delete-mailinglist-member.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-delete-mailinglist-member", name: "Delete Mailing List Member", description: "Delete a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/list-domains/list-domains.mjs b/components/mailgun/actions/list-domains/list-domains.mjs index f852eebcbd94f..04b2d53fc4a95 100644 --- a/components/mailgun/actions/list-domains/list-domains.mjs +++ b/components/mailgun/actions/list-domains/list-domains.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-list-domains", name: "List Domains", description: "List domains in Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-domains.html#domains)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs b/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs index 9587d0927677b..040b8b9455a8e 100644 --- a/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs +++ b/components/mailgun/actions/list-mailinglist-members/list-mailinglist-members.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-list-mailinglist-members", name: "Get Mailing List Members", description: "List all mailing list members. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs b/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs index fb808e8cdf401..df150826d79b8 100644 --- a/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs +++ b/components/mailgun/actions/retrieve-mailinglist-member/retrieve-mailinglist-member.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-retrieve-mailinglist-member", name: "Get Mailing List Member", description: "Retrieve a mailing list member by address. [See the docs here](https://documentation.mailgun.com/en/latest/api-mailinglists.html#mailing-lists)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/send-email/send-email.mjs b/components/mailgun/actions/send-email/send-email.mjs index 2b8020e5f5954..3a6b81ce85725 100644 --- a/components/mailgun/actions/send-email/send-email.mjs +++ b/components/mailgun/actions/send-email/send-email.mjs @@ -7,7 +7,12 @@ export default { key: "mailgun-send-email", name: "Send Email", description: "Send email with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-sending.html#sending)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/suppress-email/suppress-email.mjs b/components/mailgun/actions/suppress-email/suppress-email.mjs index 08571273c21ba..921ddca4e02bf 100644 --- a/components/mailgun/actions/suppress-email/suppress-email.mjs +++ b/components/mailgun/actions/suppress-email/suppress-email.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-suppress-email", name: "Suppress Email", description: "Add email to the Mailgun suppression list. [See the docs here](https://documentation.mailgun.com/en/latest/api-suppressions.html#suppressions)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailgun, diff --git a/components/mailgun/actions/verify-email/verify-email.mjs b/components/mailgun/actions/verify-email/verify-email.mjs index 5adad4e75c853..f6c03bab5d96f 100644 --- a/components/mailgun/actions/verify-email/verify-email.mjs +++ b/components/mailgun/actions/verify-email/verify-email.mjs @@ -6,7 +6,12 @@ export default { key: "mailgun-verify-email", name: "Verify Email", description: "Verify email address deliverability with Mailgun. [See the docs here](https://documentation.mailgun.com/en/latest/api-email-validation.html)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailgun, diff --git a/components/mailjet/actions/create-contact/create-contact.mjs b/components/mailjet/actions/create-contact/create-contact.mjs index 8462ea7ea0a93..1c0998b942806 100644 --- a/components/mailjet/actions/create-contact/create-contact.mjs +++ b/components/mailjet/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Create Contact", description: "Add a new unique contact to your global contact list and select its exclusion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_post_contact)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { mailjetApp, email: { diff --git a/components/mailjet/actions/list-contacts/list-contacts.mjs b/components/mailjet/actions/list-contacts/list-contacts.mjs index 3933c16ecdb11..dd20d83083fb4 100644 --- a/components/mailjet/actions/list-contacts/list-contacts.mjs +++ b/components/mailjet/actions/list-contacts/list-contacts.mjs @@ -5,7 +5,12 @@ export default { name: "List Contacts", description: "Retrieve details for all contact lists - name, subscriber count, creation timestamp, deletion status. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact-list/#v3_get_contactslist)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { mailjetApp, limit: { diff --git a/components/mailjet/actions/send-message/send-message.mjs b/components/mailjet/actions/send-message/send-message.mjs index 4d89c75ef35e8..ff1d683019246 100644 --- a/components/mailjet/actions/send-message/send-message.mjs +++ b/components/mailjet/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { name: "Send Message", description: "Send a message via Send API v3. Send API v3 is built mainly for speed, allowing you to send up to 100 messages in a single API call. [See the docs here](https://dev.mailjet.com/email/reference/send-emails/#v3_1_post_send)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { mailjetApp, fromEmail: { diff --git a/components/mailjet/actions/update-contact/update-contact.mjs b/components/mailjet/actions/update-contact/update-contact.mjs index d2834aad55ee1..f23adb7350fa8 100644 --- a/components/mailjet/actions/update-contact/update-contact.mjs +++ b/components/mailjet/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { name: "Update Contact", description: "Update the user-given name and exclusion status of a specific contact. [See the docs here](https://dev.mailjet.com/email/reference/contacts/contact/#v3_put_contact_contact_ID)", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { mailjetApp, contactId: { diff --git a/components/mailmodo/actions/add-contact-to-list/add-contact-to-list.mjs b/components/mailmodo/actions/add-contact-to-list/add-contact-to-list.mjs index cf415cb63b1cf..a9e1f41c2f02c 100644 --- a/components/mailmodo/actions/add-contact-to-list/add-contact-to-list.mjs +++ b/components/mailmodo/actions/add-contact-to-list/add-contact-to-list.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "mailmodo-add-contact-to-list", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Add Contact To List", description: "Adds a contact to a list [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts)", diff --git a/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs b/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs index 37cf1d0f27a8b..070856c52fcec 100644 --- a/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs +++ b/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "mailmodo-trigger-campaign", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Trigger Campaign", description: "Allows to trigger campaigns with personalization parameter added to the email template. [See the docs here](https://www.mailmodo.com/developers/4c44d1b19765f-send-campaign-email/)", diff --git a/components/mailmodo/actions/trigger-journey/trigger-journey.mjs b/components/mailmodo/actions/trigger-journey/trigger-journey.mjs index 53953605ac82e..e090327bdbc75 100644 --- a/components/mailmodo/actions/trigger-journey/trigger-journey.mjs +++ b/components/mailmodo/actions/trigger-journey/trigger-journey.mjs @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs"; export default { key: "mailmodo-trigger-journey", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", name: "Trigger Journey", description: "Adds a new user to the journey. [See the docs here](https://www.mailmodo.com/developers/YXBpOjQ3MzIwNjUx-user-journeys/7de134cb5967c-add-a-new-user-to-the-journey)", diff --git a/components/mailosaur/actions/create-email/create-email.mjs b/components/mailosaur/actions/create-email/create-email.mjs index b7b27a880dbcb..2d3387491b18d 100644 --- a/components/mailosaur/actions/create-email/create-email.mjs +++ b/components/mailosaur/actions/create-email/create-email.mjs @@ -5,7 +5,12 @@ export default { key: "mailosaur-create-email", name: "Create and Send Email via Mailosaur", description: "Sends an email through Mailosaur. [See the documentation](https://mailosaur.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailosaur, diff --git a/components/mailosaur/actions/delete-email/delete-email.mjs b/components/mailosaur/actions/delete-email/delete-email.mjs index 8cf762ac3ba78..22ae223a89366 100644 --- a/components/mailosaur/actions/delete-email/delete-email.mjs +++ b/components/mailosaur/actions/delete-email/delete-email.mjs @@ -4,7 +4,12 @@ export default { key: "mailosaur-delete-email", name: "Delete Email", description: "Deletes an email from a Mailosaur server using its email ID. [See the documentation](https://mailosaur.com/docs/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mailosaur, diff --git a/components/mailosaur/actions/search-email/search-email.mjs b/components/mailosaur/actions/search-email/search-email.mjs index 51efd8e100f1b..d5734c4ad76fa 100644 --- a/components/mailosaur/actions/search-email/search-email.mjs +++ b/components/mailosaur/actions/search-email/search-email.mjs @@ -5,7 +5,12 @@ export default { key: "mailosaur-search-email", name: "Search Email", description: "Search for received emails in a server matching specified criteria. [See the documentation](https://mailosaur.com/docs/api/#search-for-messages)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mailosaur, diff --git a/components/mails_so/actions/validate-email/validate-email.mjs b/components/mails_so/actions/validate-email/validate-email.mjs index 7051d7bdb881c..e411a770ce7bb 100644 --- a/components/mails_so/actions/validate-email/validate-email.mjs +++ b/components/mails_so/actions/validate-email/validate-email.mjs @@ -4,7 +4,12 @@ export default { key: "mails_so-validate-email", name: "Validate Email", description: "Send an email address to be validated by the API. [See the documentation](https://www.postman.com/joint-operations-engineer-25774813/workspace/mails-so/request/36028084-aa3b6359-bbdd-451b-8596-548a4d913f38)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/mailwizz/actions/add-subscriber/add-subscriber.mjs b/components/mailwizz/actions/add-subscriber/add-subscriber.mjs index c7f5141054945..dc5f485c997d1 100644 --- a/components/mailwizz/actions/add-subscriber/add-subscriber.mjs +++ b/components/mailwizz/actions/add-subscriber/add-subscriber.mjs @@ -3,7 +3,12 @@ import mailwizz from "../../mailwizz.app.mjs"; export default { key: "mailwizz-add-subscriber", name: "Add Subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new subscriber to a list. [See the docs here](https://api-docs.mailwizz.com/?python#create-a-subscriber)", type: "action", props: { diff --git a/components/mailwizz/actions/create-campaign/create-campaign.mjs b/components/mailwizz/actions/create-campaign/create-campaign.mjs index 2e113294fa626..be0288cd00335 100644 --- a/components/mailwizz/actions/create-campaign/create-campaign.mjs +++ b/components/mailwizz/actions/create-campaign/create-campaign.mjs @@ -4,7 +4,12 @@ import mailwizz from "../../mailwizz.app.mjs"; export default { key: "mailwizz-create-campaign", name: "Create Campaign", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new campaign. [See the docs here](https://api-docs.mailwizz.com/?php#create-a-campaign)", type: "action", props: { diff --git a/components/mailwizz/actions/update-subscriber/update-subscriber.mjs b/components/mailwizz/actions/update-subscriber/update-subscriber.mjs index 0c6a85af74a1b..c44e8ec582265 100644 --- a/components/mailwizz/actions/update-subscriber/update-subscriber.mjs +++ b/components/mailwizz/actions/update-subscriber/update-subscriber.mjs @@ -3,7 +3,12 @@ import mailwizz from "../../mailwizz.app.mjs"; export default { key: "mailwizz-update-subscriber", name: "Updaste Subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Update a specific subscriber. [See the docs here](https://api-docs.mailwizz.com/?python#update-a-subscriber)", type: "action", props: { diff --git a/components/maintainx/actions/create-work-order/create-work-order.mjs b/components/maintainx/actions/create-work-order/create-work-order.mjs index 09df422a462f1..6bd365ec82407 100644 --- a/components/maintainx/actions/create-work-order/create-work-order.mjs +++ b/components/maintainx/actions/create-work-order/create-work-order.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Work Order", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "maintainx-create-work-order", description: "Creates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders/post)", type: "action", diff --git a/components/maintainx/actions/send-message/send-message.mjs b/components/maintainx/actions/send-message/send-message.mjs index 349a0123e1129..c409698e9eab2 100644 --- a/components/maintainx/actions/send-message/send-message.mjs +++ b/components/maintainx/actions/send-message/send-message.mjs @@ -2,7 +2,12 @@ import maintainx from "../../maintainx.app.mjs"; export default { name: "Send Message", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "maintainx-send-message", description: "Send message to a conversation. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Conversations/paths/~1conversations~1{id}~1messages/post)", type: "action", diff --git a/components/maintainx/actions/update-work-order/update-work-order.mjs b/components/maintainx/actions/update-work-order/update-work-order.mjs index 8c0a5b04bee53..39790530500b7 100644 --- a/components/maintainx/actions/update-work-order/update-work-order.mjs +++ b/components/maintainx/actions/update-work-order/update-work-order.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Update Work Order", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "maintainx-update-work-order", description: "Updates a work order. [See docs here](https://api.getmaintainx.com/v1/docs#tag/Work-Orders/paths/~1workorders~1{id}/patch)", type: "action", diff --git a/components/mamo_business/actions/create-payment-link/create-payment-link.mjs b/components/mamo_business/actions/create-payment-link/create-payment-link.mjs index 2a51d40bfe50e..0e87913aadf80 100644 --- a/components/mamo_business/actions/create-payment-link/create-payment-link.mjs +++ b/components/mamo_business/actions/create-payment-link/create-payment-link.mjs @@ -4,7 +4,12 @@ import app from "../../mamo_business.app.mjs"; export default { key: "mamo_business-create-payment-link", name: "Create Payment Link", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Generate a vanilla or subscription payment link. [See the documentation](https://mamopay.readme.io/reference/post_links)", type: "action", props: { diff --git a/components/mandrill/actions/send-email/send-email.mjs b/components/mandrill/actions/send-email/send-email.mjs index 48a2e8a66c727..a61845be2804f 100644 --- a/components/mandrill/actions/send-email/send-email.mjs +++ b/components/mandrill/actions/send-email/send-email.mjs @@ -4,7 +4,12 @@ export default { key: "mandrill-send-email", name: "Send an Email", description: "Send an email using Mandrill. [See the documentation](https://mandrillapp.com/api/docs/messages.curl.html#method=send)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mandrill, diff --git a/components/manychat/actions/add-tag-user/add-tag-user.mjs b/components/manychat/actions/add-tag-user/add-tag-user.mjs index 973935f80a58d..928dfc4dd8bce 100644 --- a/components/manychat/actions/add-tag-user/add-tag-user.mjs +++ b/components/manychat/actions/add-tag-user/add-tag-user.mjs @@ -4,7 +4,12 @@ export default { key: "manychat-add-tag-user", name: "Add Tag to User", description: "Adds a specific tag to a user specified by their user ID. This action is essential to categorize and filter users based on business-specific parameters. [See the documentation](https://api.manychat.com)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { manychat, diff --git a/components/manychat/actions/find-user-custom-field/find-user-custom-field.mjs b/components/manychat/actions/find-user-custom-field/find-user-custom-field.mjs index db900165a9ae2..6612915604f3b 100644 --- a/components/manychat/actions/find-user-custom-field/find-user-custom-field.mjs +++ b/components/manychat/actions/find-user-custom-field/find-user-custom-field.mjs @@ -4,7 +4,12 @@ export default { key: "manychat-find-user-custom-field", name: "Find User by Custom Field", description: "Locates a user based on a particular custom field's value. [See the documentation](https://api.manychat.com)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { manychat, diff --git a/components/manychat/actions/send-dynamic-message-user/send-dynamic-message-user.mjs b/components/manychat/actions/send-dynamic-message-user/send-dynamic-message-user.mjs index c726a89ebc294..ee0aced1e9369 100644 --- a/components/manychat/actions/send-dynamic-message-user/send-dynamic-message-user.mjs +++ b/components/manychat/actions/send-dynamic-message-user/send-dynamic-message-user.mjs @@ -5,7 +5,12 @@ export default { key: "manychat-send-dynamic-message-user", name: "Send Dynamic Message to User", description: "Delivers a dynamic message to a particular user specified by their user ID. [See the documentation](https://api.manychat.com)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { manychat, diff --git a/components/mapbox/actions/create-tileset/create-tileset.mjs b/components/mapbox/actions/create-tileset/create-tileset.mjs index cafb3e3874556..4613e0911f6b4 100644 --- a/components/mapbox/actions/create-tileset/create-tileset.mjs +++ b/components/mapbox/actions/create-tileset/create-tileset.mjs @@ -6,7 +6,12 @@ export default { key: "mapbox-create-tileset", name: "Create Tileset", description: "Uploads and creates a new tileset from a data source. [See the documentation](https://docs.mapbox.com/api/maps/mapbox-tiling-service/)", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mapbox, diff --git a/components/mapbox/actions/generate-directions/generate-directions.mjs b/components/mapbox/actions/generate-directions/generate-directions.mjs index c332eed59a202..6bec61385ad97 100644 --- a/components/mapbox/actions/generate-directions/generate-directions.mjs +++ b/components/mapbox/actions/generate-directions/generate-directions.mjs @@ -4,7 +4,12 @@ export default { key: "mapbox-generate-directions", name: "Generate Directions", description: "Generates directions between two or more locations using Mapbox API. [See the documentation](https://docs.mapbox.com/api/navigation/directions/).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mapbox, diff --git a/components/mapbox/actions/geocode-address/geocode-address.mjs b/components/mapbox/actions/geocode-address/geocode-address.mjs index 8fb8d9c07765e..a0aa873eefe58 100644 --- a/components/mapbox/actions/geocode-address/geocode-address.mjs +++ b/components/mapbox/actions/geocode-address/geocode-address.mjs @@ -4,7 +4,12 @@ export default { key: "mapbox-geocode-address", name: "Geocode Address", description: "Retrieves the geocoded location for a given address. [See the documentation](https://docs.mapbox.com/api/search/geocoding/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mapbox, diff --git a/components/mapulus/actions/create-location/create-location.mjs b/components/mapulus/actions/create-location/create-location.mjs index b676eced6f5d8..6e6f415529498 100644 --- a/components/mapulus/actions/create-location/create-location.mjs +++ b/components/mapulus/actions/create-location/create-location.mjs @@ -4,7 +4,12 @@ export default { key: "mapulus-create-location", name: "Create Location", description: "Create a new location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mapulus, diff --git a/components/mapulus/actions/update-location/update-location.mjs b/components/mapulus/actions/update-location/update-location.mjs index 90e7960452ba8..662ac66c51116 100644 --- a/components/mapulus/actions/update-location/update-location.mjs +++ b/components/mapulus/actions/update-location/update-location.mjs @@ -4,7 +4,12 @@ export default { key: "mapulus-update-location", name: "Update Location", description: "Updates an existing location in Mapulus. [See the documentation](https://developer.mapulus.com/index.html)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mapulus, diff --git a/components/mastodon/actions/bookmark-status/bookmark-status.mjs b/components/mastodon/actions/bookmark-status/bookmark-status.mjs index 4ab0df9d0817c..c43d1378a3f6f 100644 --- a/components/mastodon/actions/bookmark-status/bookmark-status.mjs +++ b/components/mastodon/actions/bookmark-status/bookmark-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-bookmark-status", name: "Bookmark Status", description: "Privately bookmark a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#bookmark)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/boost-status/boost-status.mjs b/components/mastodon/actions/boost-status/boost-status.mjs index ad65a19a493fe..95b93c1867282 100644 --- a/components/mastodon/actions/boost-status/boost-status.mjs +++ b/components/mastodon/actions/boost-status/boost-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-boost-status", name: "Boost Status", description: "Reshare a status on your own profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#boost)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/delete-status/delete-status.mjs b/components/mastodon/actions/delete-status/delete-status.mjs index 2704246d7c205..b8a1551fde270 100644 --- a/components/mastodon/actions/delete-status/delete-status.mjs +++ b/components/mastodon/actions/delete-status/delete-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-delete-status", name: "Delete Status", description: "Delete one of your own statuses. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#delete)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/edit-status/edit-status.mjs b/components/mastodon/actions/edit-status/edit-status.mjs index e205bf0888e33..20d605bed98aa 100644 --- a/components/mastodon/actions/edit-status/edit-status.mjs +++ b/components/mastodon/actions/edit-status/edit-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-edit-status", name: "Edit Status", description: "Edit a given status to change its text or sensitivity. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#edit)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/favorite-status/favorite-status.mjs b/components/mastodon/actions/favorite-status/favorite-status.mjs index 924794ea3df7d..6550dce044f15 100644 --- a/components/mastodon/actions/favorite-status/favorite-status.mjs +++ b/components/mastodon/actions/favorite-status/favorite-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-favorite-status", name: "Favorite Status", description: "Add a status to your favourites list. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#favourite)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/mute-conversation/mute-conversation.mjs b/components/mastodon/actions/mute-conversation/mute-conversation.mjs index 0f5d37173405d..e84d78a7bbb5b 100644 --- a/components/mastodon/actions/mute-conversation/mute-conversation.mjs +++ b/components/mastodon/actions/mute-conversation/mute-conversation.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-mute-conversation", name: "Mute Conversation", description: "Do not receive notifications for the thread that this status is part of. Must be a thread in which you are a participant. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#mute)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/perform-search/perform-search.mjs b/components/mastodon/actions/perform-search/perform-search.mjs index aee98a6a774ca..65a91f9a12914 100644 --- a/components/mastodon/actions/perform-search/perform-search.mjs +++ b/components/mastodon/actions/perform-search/perform-search.mjs @@ -5,7 +5,12 @@ export default { key: "mastodon-perform-search", name: "Perform Search", description: "Search for content in accounts, statuses or hashtags. [See the docs here](https://docs.joinmastodon.org/methods/search/#v2)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/pin-status/pin-status.mjs b/components/mastodon/actions/pin-status/pin-status.mjs index 717954c8e2b2d..66cfadae29729 100644 --- a/components/mastodon/actions/pin-status/pin-status.mjs +++ b/components/mastodon/actions/pin-status/pin-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-pin-status", name: "Pin Status to Profile", description: "Feature one of your own public statuses at the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#pin)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/post-multiple-statuses/post-multiple-statuses.mjs b/components/mastodon/actions/post-multiple-statuses/post-multiple-statuses.mjs index 468840aeebc58..e9f22c3ff21ab 100644 --- a/components/mastodon/actions/post-multiple-statuses/post-multiple-statuses.mjs +++ b/components/mastodon/actions/post-multiple-statuses/post-multiple-statuses.mjs @@ -6,7 +6,12 @@ export default { key: "mastodon-post-multiple-statuses", name: "Post Multiple Statuses", description: "Publish multiple statuses with the given parameters, the subsequent statuses will be posted as a reply of of the first status. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/post-status/post-status.mjs b/components/mastodon/actions/post-status/post-status.mjs index 0f13f544661f3..9d2f26fdca4f9 100644 --- a/components/mastodon/actions/post-status/post-status.mjs +++ b/components/mastodon/actions/post-status/post-status.mjs @@ -5,7 +5,12 @@ export default { key: "mastodon-post-status", name: "Post Status", description: "Publish a status with the given parameters. [See the documentation](https://docs.joinmastodon.org/methods/statuses/#create)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs b/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs index 64a3975233d86..a71513c9e3a15 100644 --- a/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs +++ b/components/mastodon/actions/unbookmark-status/unbookmark-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-unbookmark-status", name: "Undo Bookmark of a Status", description: "Remove a status from your private bookmarks. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unbookmark)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unboost-status/unboost-status.mjs b/components/mastodon/actions/unboost-status/unboost-status.mjs index a5e26499ee4ef..d38e5829b3f9b 100644 --- a/components/mastodon/actions/unboost-status/unboost-status.mjs +++ b/components/mastodon/actions/unboost-status/unboost-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-unboost-status", name: "Undo Boost of a Status", description: "Undo a reshare of a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unreblog)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs b/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs index d3c4235007f65..cf1139dc1aad9 100644 --- a/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs +++ b/components/mastodon/actions/unfavorite-status/unfavorite-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-unfavorite-status", name: "Undo Favorite of a Status", description: "Remove a status from your favourites list.. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unfavourite)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs b/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs index 0cd43ed66adde..1f513713bd577 100644 --- a/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs +++ b/components/mastodon/actions/unmute-conversation/unmute-conversation.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-unmute-conversation", name: "Unmute a Conversation", description: "Start receiving notifications again for the thread that this status is part of. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unmute)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/unpin-status/unpin-status.mjs b/components/mastodon/actions/unpin-status/unpin-status.mjs index 78e81b8f0bd8e..51576053bf558 100644 --- a/components/mastodon/actions/unpin-status/unpin-status.mjs +++ b/components/mastodon/actions/unpin-status/unpin-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-unpin-status", name: "Unpin Status from Profile", description: "Unfeature a status from the top of your profile. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#unpin)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs b/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs index e014647ed912a..194ddcddf4641 100644 --- a/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs +++ b/components/mastodon/actions/view-hashtag-timeline/view-hashtag-timeline.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-view-hashtag-timeline", name: "View Hashtag Timeline", description: "View public statuses containing the given hashtag. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#tag)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs b/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs index bad918222c6d2..132ee13a5bbfe 100644 --- a/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs +++ b/components/mastodon/actions/view-home-timeline/view-home-timeline.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-view-home-timeline", name: "View Home Timeline", description: "View statuses from followed users. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#home)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs b/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs index 54f2bdb041ce8..82cc936272aba 100644 --- a/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs +++ b/components/mastodon/actions/view-list-timeline/view-list-timeline.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-view-list-timeline", name: "View List Timeline", description: "View statuses in the given list timeline. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#list)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs b/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs index 2f27ec25afaed..c5224518cebd4 100644 --- a/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs +++ b/components/mastodon/actions/view-public-timeline/view-public-timeline.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-view-public-timeline", name: "View Public Timeline", description: "View public statuses. [See the docs here](https://docs.joinmastodon.org/methods/timelines/#public)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mastodon/actions/view-single-status/view-single-status.mjs b/components/mastodon/actions/view-single-status/view-single-status.mjs index d6ccad74523af..2653a5e1af391 100644 --- a/components/mastodon/actions/view-single-status/view-single-status.mjs +++ b/components/mastodon/actions/view-single-status/view-single-status.mjs @@ -4,7 +4,12 @@ export default { key: "mastodon-view-single-status", name: "View Single Status", description: "Obtain information about a status. [See the docs here](https://docs.joinmastodon.org/methods/statuses/#get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mastodon, diff --git a/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs b/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs index 7f99078b2503b..226a263f9c495 100644 --- a/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs +++ b/components/mautic/actions/add-contact-to-campaign/add-contact-to-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-add-contact-to-campaign", name: "Add Contact to a Campaign", description: "Adds a contact to a specific campaign. [See docs](https://developer.mautic.org/#add-contact-to-a-campaign)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/clone-campaign/clone-campaign.mjs b/components/mautic/actions/clone-campaign/clone-campaign.mjs index 183ebead6e004..b539d2d83a1e8 100644 --- a/components/mautic/actions/clone-campaign/clone-campaign.mjs +++ b/components/mautic/actions/clone-campaign/clone-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-clone-campaign", name: "Clone Campaign", description: "Clones an existing campaign. [See docs](https://developer.mautic.org/#clone-a-campaign)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/create-contact/create-contact.mjs b/components/mautic/actions/create-contact/create-contact.mjs index fe26c9c0702a9..966cb3593e01e 100644 --- a/components/mautic/actions/create-contact/create-contact.mjs +++ b/components/mautic/actions/create-contact/create-contact.mjs @@ -9,7 +9,12 @@ export default { key: "mautic-create-contact", name: "Create Contact", description: "Creates a new contact. [See docs](https://developer.mautic.org/#create-contact)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/delete-company/delete-company.mjs b/components/mautic/actions/delete-company/delete-company.mjs index 03701d8759416..7dd3559308ad6 100644 --- a/components/mautic/actions/delete-company/delete-company.mjs +++ b/components/mautic/actions/delete-company/delete-company.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-delete-company", name: "Delete Company", description: "Deletes a company. [See docs](https://developer.mautic.org/#delete-company)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/get-campaign/get-campaign.mjs b/components/mautic/actions/get-campaign/get-campaign.mjs index 3f2d8ca608850..cdc1df9bea705 100644 --- a/components/mautic/actions/get-campaign/get-campaign.mjs +++ b/components/mautic/actions/get-campaign/get-campaign.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-get-campaign", name: "Get Campaign", description: "Gets an individual campaign by ID. [See docs](https://developer.mautic.org/#get-campaign)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/get-contact/get-contact.mjs b/components/mautic/actions/get-contact/get-contact.mjs index 28f8d0c1d1950..2398d0245cbc0 100644 --- a/components/mautic/actions/get-contact/get-contact.mjs +++ b/components/mautic/actions/get-contact/get-contact.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-get-contact", name: "Get Contact", description: "Gets an individual contact by ID. [See docs](https://developer.mautic.org/#get-contact)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs b/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs index 4fb29f4c53ef4..c856664aeb5c9 100644 --- a/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs +++ b/components/mautic/actions/list-available-contact-fields/list-available-contact-fields.mjs @@ -4,7 +4,12 @@ export default { key: "mautic-list-available-contact-fields", name: "List Available Contact Fields", description: "Gets a list of available contact fields including custom ones. [See docs](https://developer.mautic.org/#list-available-fields)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/search-campaigns/search-campaigns.mjs b/components/mautic/actions/search-campaigns/search-campaigns.mjs index 16e46ac6b2cb2..906be0669a3fc 100644 --- a/components/mautic/actions/search-campaigns/search-campaigns.mjs +++ b/components/mautic/actions/search-campaigns/search-campaigns.mjs @@ -8,7 +8,12 @@ export default { key: "mautic-search-campaigns", name: "Search Campaigns", description: "Gets a list of campaigns by a search term. [See docs](https://developer.mautic.org/#list-campaigns)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/search-companies/search-companies.mjs b/components/mautic/actions/search-companies/search-companies.mjs index 64a975052ffa1..a5e298d331397 100644 --- a/components/mautic/actions/search-companies/search-companies.mjs +++ b/components/mautic/actions/search-companies/search-companies.mjs @@ -8,7 +8,12 @@ export default { key: "mautic-search-companies", name: "Search Companies", description: "Gets a list of companies by a search term. [See docs](https://developer.mautic.org/#list-contact-companies)", - version: "0.3.0", + version: "0.3.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/search-contacts/search-contacts.mjs b/components/mautic/actions/search-contacts/search-contacts.mjs index 8f91cdbb80d1e..31a2b6babf88c 100644 --- a/components/mautic/actions/search-contacts/search-contacts.mjs +++ b/components/mautic/actions/search-contacts/search-contacts.mjs @@ -8,7 +8,12 @@ export default { key: "mautic-search-contacts", name: "Search Contacts", description: "Gets a list of contacts by a search term. [See docs](https://developer.mautic.org/#list-contacts)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { mautic, diff --git a/components/mautic/actions/update-contact/update-contact.mjs b/components/mautic/actions/update-contact/update-contact.mjs index ec8891b591ae2..351be2df59736 100644 --- a/components/mautic/actions/update-contact/update-contact.mjs +++ b/components/mautic/actions/update-contact/update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "mautic-update-contact", name: "Update Contact", description: "Updates a contact. [See docs](https://developer.mautic.org/#edit-contact)", - version: "0.2.0", + version: "0.2.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { mautic,