diff --git a/components/deepimage/actions/upscale/upscale.mjs b/components/deepimage/actions/upscale/upscale.mjs index 1aca896438199..079146e100365 100644 --- a/components/deepimage/actions/upscale/upscale.mjs +++ b/components/deepimage/actions/upscale/upscale.mjs @@ -5,7 +5,12 @@ export default { key: "deepimage-upscale", name: "Upscale Image", description: "Upscales the provided image using Deep Image. [See the documentation](https://documentation.deep-image.ai/image-processing/resize-and-padding)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deepimage, diff --git a/components/deepseek/actions/create-chat-completion/create-chat-completion.mjs b/components/deepseek/actions/create-chat-completion/create-chat-completion.mjs index 8cdbd0f1b8981..06633a032d32c 100644 --- a/components/deepseek/actions/create-chat-completion/create-chat-completion.mjs +++ b/components/deepseek/actions/create-chat-completion/create-chat-completion.mjs @@ -6,7 +6,12 @@ export default { key: "deepseek-create-chat-completion", name: "Create Chat Completion", description: "Creates a chat completion using the DeepSeek API. [See the documentation](https://api-docs.deepseek.com/api/create-chat-completion)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deepseek, diff --git a/components/deepseek/actions/get-balance/get-balance.mjs b/components/deepseek/actions/get-balance/get-balance.mjs index c621fc32bfed9..45211f3c000fa 100644 --- a/components/deepseek/actions/get-balance/get-balance.mjs +++ b/components/deepseek/actions/get-balance/get-balance.mjs @@ -4,7 +4,12 @@ export default { key: "deepseek-get-balance", name: "Get User Balance", description: "Retrieves the user's current balance. [See the documentation](https://api-docs.deepseek.com/api/get-user-balance)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepseek, diff --git a/components/deepseek/actions/list-models/list-models.mjs b/components/deepseek/actions/list-models/list-models.mjs index b867caba2e520..791c18b7a4a7e 100644 --- a/components/deepseek/actions/list-models/list-models.mjs +++ b/components/deepseek/actions/list-models/list-models.mjs @@ -4,7 +4,12 @@ export default { key: "deepseek-list-models", name: "List Models", description: "Lists the currently available models, and provides basic information about each one such as the owner and availability. [See the documentation](https://api-docs.deepseek.com/api/list-models)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deepseek, diff --git a/components/defastra/actions/deep-email-check/deep-email-check.mjs b/components/defastra/actions/deep-email-check/deep-email-check.mjs index 8b48c6804516b..75ebe353189a9 100644 --- a/components/defastra/actions/deep-email-check/deep-email-check.mjs +++ b/components/defastra/actions/deep-email-check/deep-email-check.mjs @@ -5,7 +5,12 @@ export default { key: "defastra-deep-email-check", name: "Deep Email Check", description: "Performs a risk analysis on a given email address and provides a risk score indicating if the email is disposable, risky, or safe. [See the documentation](https://docs.defastra.com/reference/deep-email-check)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/defastra/actions/deep-phone-check/deep-phone-check.mjs b/components/defastra/actions/deep-phone-check/deep-phone-check.mjs index bc3e1b74db13c..a6bec412ee883 100644 --- a/components/defastra/actions/deep-phone-check/deep-phone-check.mjs +++ b/components/defastra/actions/deep-phone-check/deep-phone-check.mjs @@ -5,7 +5,12 @@ export default { key: "defastra-deep-phone-check", name: "Deep Phone Check", description: "Conducts a risk assessment and digital lookup for a provided phone number. Returns a risk score indicating if the number is disposable, risky, or safe, along with carrier details, location, and potential social profiles. [See the documentation](https://docs.defastra.com/reference/deep-phone-check)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...common.props, diff --git a/components/deftship/actions/create-freight-order/create-freight-order.mjs b/components/deftship/actions/create-freight-order/create-freight-order.mjs index 0910e938a58fc..e000449fe2897 100644 --- a/components/deftship/actions/create-freight-order/create-freight-order.mjs +++ b/components/deftship/actions/create-freight-order/create-freight-order.mjs @@ -5,7 +5,12 @@ export default { key: "deftship-create-freight-order", name: "Create Freight Order", description: "Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/freight/create-order)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deftship, diff --git a/components/deftship/actions/create-parcel-order/create-parcel-order.mjs b/components/deftship/actions/create-parcel-order/create-parcel-order.mjs index efef1c398b94a..e5d9f80d40587 100644 --- a/components/deftship/actions/create-parcel-order/create-parcel-order.mjs +++ b/components/deftship/actions/create-parcel-order/create-parcel-order.mjs @@ -4,7 +4,12 @@ export default { key: "deftship-create-parcel-order", name: "Create Parcel Order", description: "Initializes a new parcel order within Deftship. [See the documentation](https://developer.deftship.com/parcel/create-parcel)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deftship, diff --git a/components/deftship/actions/get-insurance-rate/get-insurance-rate.mjs b/components/deftship/actions/get-insurance-rate/get-insurance-rate.mjs index ad0f2085afd27..11b28012f9efe 100644 --- a/components/deftship/actions/get-insurance-rate/get-insurance-rate.mjs +++ b/components/deftship/actions/get-insurance-rate/get-insurance-rate.mjs @@ -5,7 +5,12 @@ export default { key: "deftship-get-insurance-rate", name: "Get Insurance Rate", description: "Checks pricing for Insurance based on the supplied information. Also automatically creates an insurance and returns the pricing. [See the documentation](https://developer.deftship.com/insurance/get-rates)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { deftship, diff --git a/components/delay/actions/workflow-delay/workflow-delay.mjs b/components/delay/actions/workflow-delay/workflow-delay.mjs index f182a33b14b4c..2b813f5796aef 100644 --- a/components/delay/actions/workflow-delay/workflow-delay.mjs +++ b/components/delay/actions/workflow-delay/workflow-delay.mjs @@ -2,7 +2,12 @@ import delay from "../../delay.app.mjs"; export default { name: "Delay Workflow", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "delay-workflow-delay", type: "action", description: "Delay the execution of your workflow for a specific amount of time (does not count against your compute time).", diff --git a/components/delighted/actions/sending-to-people/sending-to-people.mjs b/components/delighted/actions/sending-to-people/sending-to-people.mjs index e00d63f8ae34d..02903acbc412a 100644 --- a/components/delighted/actions/sending-to-people/sending-to-people.mjs +++ b/components/delighted/actions/sending-to-people/sending-to-people.mjs @@ -4,7 +4,12 @@ export default { key: "delighted-sending-to-people", name: "Sending to People", description: "Create or update a person and send a survey email. [See the docs here](https://app.delighted.com/docs/api/sending-to-people)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { delightedApp, diff --git a/components/demio/actions/create-join-link/create-join-link.mjs b/components/demio/actions/create-join-link/create-join-link.mjs index 19e17651b06b0..735c5aa563887 100644 --- a/components/demio/actions/create-join-link/create-join-link.mjs +++ b/components/demio/actions/create-join-link/create-join-link.mjs @@ -5,7 +5,12 @@ export default { name: "Create Join Link", description: "Create Join Link. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-session-info/register)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { demio, eventId: { diff --git a/components/demio/actions/get-event/get-event.mjs b/components/demio/actions/get-event/get-event.mjs index 303a011f45ce1..b289255a8e9ff 100644 --- a/components/demio/actions/get-event/get-event.mjs +++ b/components/demio/actions/get-event/get-event.mjs @@ -5,7 +5,12 @@ export default { name: "Get Event", description: "Get a specific event. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/event-info/event-info)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { demio, eventId: { diff --git a/components/demio/actions/get-events/get-events.mjs b/components/demio/actions/get-events/get-events.mjs index 719bfad7e9a5b..39af097044433 100644 --- a/components/demio/actions/get-events/get-events.mjs +++ b/components/demio/actions/get-events/get-events.mjs @@ -6,7 +6,12 @@ export default { name: "Get Events", description: "Get all events by type. [See docs here](https://publicdemioapi.docs.apiary.io/#reference/events/events-list/events-list)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { demio, type: { diff --git a/components/deputy/actions/create-employee/create-employee.mjs b/components/deputy/actions/create-employee/create-employee.mjs index 4e758c68022a4..0b88ea33e9957 100644 --- a/components/deputy/actions/create-employee/create-employee.mjs +++ b/components/deputy/actions/create-employee/create-employee.mjs @@ -4,7 +4,12 @@ export default { key: "deputy-create-employee", name: "Create Employee", description: "Adds a new employee or staff member to the organization in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addanemployee)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deputy, diff --git a/components/deputy/actions/create-location/create-location.mjs b/components/deputy/actions/create-location/create-location.mjs index cdd793d589fd5..11743dd87e05a 100644 --- a/components/deputy/actions/create-location/create-location.mjs +++ b/components/deputy/actions/create-location/create-location.mjs @@ -4,7 +4,12 @@ export default { key: "deputy-create-location", name: "Create Location", description: "Creates a new location in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/addalocation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deputy, diff --git a/components/deputy/actions/start-shift/start-shift.mjs b/components/deputy/actions/start-shift/start-shift.mjs index 1723936cca535..1830502fc1c2c 100644 --- a/components/deputy/actions/start-shift/start-shift.mjs +++ b/components/deputy/actions/start-shift/start-shift.mjs @@ -4,7 +4,12 @@ export default { key: "deputy-start-shift", name: "Start Shift", description: "Starts a work shift for a specified employee in Deputy. [See the documentation](https://developer.deputy.com/deputy-docs/reference/startanemployeestimesheetclockon)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { deputy, diff --git a/components/desktime/actions/create-project/create-project.mjs b/components/desktime/actions/create-project/create-project.mjs index 53081bcc5868f..5be330cf59ac2 100644 --- a/components/desktime/actions/create-project/create-project.mjs +++ b/components/desktime/actions/create-project/create-project.mjs @@ -4,7 +4,12 @@ export default { key: "desktime-create-project", name: "Create a New Project with an optional task", description: "Create a new project with an optional task in DeskTime. [See the documentation](https://desktime.com/app/settings/api?tab=project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/desktime/actions/start-project/start-project.mjs b/components/desktime/actions/start-project/start-project.mjs index 29c5fd0053e82..9ed2f2fd423cc 100644 --- a/components/desktime/actions/start-project/start-project.mjs +++ b/components/desktime/actions/start-project/start-project.mjs @@ -4,7 +4,12 @@ export default { key: "desktime-start-project", name: "Start Project", description: "Starts tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/desktime/actions/stop-project/stop-project.mjs b/components/desktime/actions/stop-project/stop-project.mjs index c7447f8390669..1a4e7b85b37b3 100644 --- a/components/desktime/actions/stop-project/stop-project.mjs +++ b/components/desktime/actions/stop-project/stop-project.mjs @@ -4,7 +4,12 @@ export default { key: "desktime-stop-project", name: "Stop Project", description: "Stop tracking time for a given project and optionally a task. [See the documentation](https://desktime.com/app/settings/api?tab=project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/devin/actions/create-knowledge/create-knowledge.mjs b/components/devin/actions/create-knowledge/create-knowledge.mjs index c68676c8441fc..73eddd80c4669 100644 --- a/components/devin/actions/create-knowledge/create-knowledge.mjs +++ b/components/devin/actions/create-knowledge/create-knowledge.mjs @@ -4,7 +4,12 @@ export default { key: "devin-create-knowledge", name: "Create Knowledge", description: "Create a new knowledge object to share information with Devin. [See the documentation](https://docs.devin.ai/api-reference/knowledge/create-knowledge)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/create-session/create-session.mjs b/components/devin/actions/create-session/create-session.mjs index 92dfe6eb02e5e..2189e975576f3 100644 --- a/components/devin/actions/create-session/create-session.mjs +++ b/components/devin/actions/create-session/create-session.mjs @@ -4,7 +4,12 @@ export default { key: "devin-create-session", name: "Create Session", description: "Create a new session with Devin. [See the documentation](https://docs.devin.ai/api-reference/sessions/create-a-new-devin-session)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/delete-knowledge/delete-knowledge.mjs b/components/devin/actions/delete-knowledge/delete-knowledge.mjs index 268cb1533a6f1..bd200a0cedcbd 100644 --- a/components/devin/actions/delete-knowledge/delete-knowledge.mjs +++ b/components/devin/actions/delete-knowledge/delete-knowledge.mjs @@ -4,7 +4,12 @@ export default { key: "devin-delete-knowledge", name: "Delete Knowledge", description: "Delete an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/delete-knowledge)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/get-session/get-session.mjs b/components/devin/actions/get-session/get-session.mjs index e7e13f98044a4..ba68e55b41bbf 100644 --- a/components/devin/actions/get-session/get-session.mjs +++ b/components/devin/actions/get-session/get-session.mjs @@ -4,7 +4,12 @@ export default { key: "devin-get-session", name: "Get Session", description: "Retrieve details about an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/retrieve-details-about-an-existing-session)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { devin, diff --git a/components/devin/actions/list-knowledge/list-knowledge.mjs b/components/devin/actions/list-knowledge/list-knowledge.mjs index ee6f59a4f8a2a..3c99ea7c1963e 100644 --- a/components/devin/actions/list-knowledge/list-knowledge.mjs +++ b/components/devin/actions/list-knowledge/list-knowledge.mjs @@ -4,7 +4,12 @@ export default { key: "devin-list-knowledge", name: "List Knowledge", description: "Retrieve a list of all knowledge objects. [See the documentation](https://docs.devin.ai/api-reference/knowledge/list-knowledge)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { devin, diff --git a/components/devin/actions/list-sessions/list-sessions.mjs b/components/devin/actions/list-sessions/list-sessions.mjs index 62910cf595c54..00134ab0f04da 100644 --- a/components/devin/actions/list-sessions/list-sessions.mjs +++ b/components/devin/actions/list-sessions/list-sessions.mjs @@ -4,7 +4,12 @@ export default { key: "devin-list-sessions", name: "List Sessions", description: "Retrieve a list of all sessions. [See the documentation](https://docs.devin.ai/api-reference/sessions/list-sessions)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { devin, diff --git a/components/devin/actions/send-message-to-session/send-message-to-session.mjs b/components/devin/actions/send-message-to-session/send-message-to-session.mjs index f6ee2793f51cc..83aa2d4f3f2ec 100644 --- a/components/devin/actions/send-message-to-session/send-message-to-session.mjs +++ b/components/devin/actions/send-message-to-session/send-message-to-session.mjs @@ -4,7 +4,12 @@ export default { key: "devin-send-message-to-session", name: "Send Message to Session", description: "Send a message to an existing Devin session. [See the documentation](https://docs.devin.ai/api-reference/sessions/send-a-message-to-an-existing-devin-session)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/update-knowledge/update-knowledge.mjs b/components/devin/actions/update-knowledge/update-knowledge.mjs index 5012e3ff4d074..bbd5c953a9abf 100644 --- a/components/devin/actions/update-knowledge/update-knowledge.mjs +++ b/components/devin/actions/update-knowledge/update-knowledge.mjs @@ -4,7 +4,12 @@ export default { key: "devin-update-knowledge", name: "Update Knowledge", description: "Update an existing knowledge object. [See the documentation](https://docs.devin.ai/api-reference/knowledge/update-knowledge)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/update-session-tags/update-session-tags.mjs b/components/devin/actions/update-session-tags/update-session-tags.mjs index 7fd2050f3e649..80b8406ce3384 100644 --- a/components/devin/actions/update-session-tags/update-session-tags.mjs +++ b/components/devin/actions/update-session-tags/update-session-tags.mjs @@ -4,7 +4,12 @@ export default { key: "devin-update-session-tags", name: "Update Session Tags", description: "Update the tags for an existing session. [See the documentation](https://docs.devin.ai/api-reference/sessions/update-session-tags)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devin/actions/upload-file/upload-file.mjs b/components/devin/actions/upload-file/upload-file.mjs index b3f87e1d3c056..aa5425a0c257f 100644 --- a/components/devin/actions/upload-file/upload-file.mjs +++ b/components/devin/actions/upload-file/upload-file.mjs @@ -6,7 +6,12 @@ export default { key: "devin-upload-file", name: "Upload File", description: "Upload files for Devin to use in sessions. [See the documentation](https://docs.devin.ai/api-reference/attachments/upload-files-for-devin-to-work-with)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devin, diff --git a/components/devrev/actions/create-comment/create-comment.mjs b/components/devrev/actions/create-comment/create-comment.mjs index 418867ad5be26..8cbaf4e7b926c 100644 --- a/components/devrev/actions/create-comment/create-comment.mjs +++ b/components/devrev/actions/create-comment/create-comment.mjs @@ -5,7 +5,12 @@ export default { key: "devrev-create-comment", name: "Create Comment", description: "Creates a new comment on a work item in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/timeline-entries-create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devrev, diff --git a/components/devrev/actions/create-issue/create-issue.mjs b/components/devrev/actions/create-issue/create-issue.mjs index b48a41c1e8d77..9a50147acb1ac 100644 --- a/components/devrev/actions/create-issue/create-issue.mjs +++ b/components/devrev/actions/create-issue/create-issue.mjs @@ -5,7 +5,12 @@ export default { key: "devrev-create-issue", name: "Create Issue", description: "Creates a new issue in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/devrev/actions/create-opportunity/create-opportunity.mjs b/components/devrev/actions/create-opportunity/create-opportunity.mjs index 39bb143fd5169..f998792a4f081 100644 --- a/components/devrev/actions/create-opportunity/create-opportunity.mjs +++ b/components/devrev/actions/create-opportunity/create-opportunity.mjs @@ -5,7 +5,12 @@ export default { key: "devrev-create-opportunity", name: "Create Opportunity", description: "Creates a new opportunity in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/devrev/actions/create-or-update-custom-schema-fragment/create-or-update-custom-schema-fragment.mjs b/components/devrev/actions/create-or-update-custom-schema-fragment/create-or-update-custom-schema-fragment.mjs index 9864dc72e14dc..c1ce3da3eda86 100644 --- a/components/devrev/actions/create-or-update-custom-schema-fragment/create-or-update-custom-schema-fragment.mjs +++ b/components/devrev/actions/create-or-update-custom-schema-fragment/create-or-update-custom-schema-fragment.mjs @@ -6,7 +6,12 @@ export default { key: "devrev-create-or-update-custom-schema-fragment", name: "Create or Update Custom Schema Fragment", description: "Creates or updates a custom schema fragment in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/custom-schema-fragments-set)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { devrev, diff --git a/components/devrev/actions/create-task/create-task.mjs b/components/devrev/actions/create-task/create-task.mjs index e734883c69265..3e435bc1ab798 100644 --- a/components/devrev/actions/create-task/create-task.mjs +++ b/components/devrev/actions/create-task/create-task.mjs @@ -5,7 +5,12 @@ export default { key: "devrev-create-task", name: "Create Task", description: "Creates a new task in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/devrev/actions/create-ticket/create-ticket.mjs b/components/devrev/actions/create-ticket/create-ticket.mjs index fc3467b56a7e0..4cbf3129849ac 100644 --- a/components/devrev/actions/create-ticket/create-ticket.mjs +++ b/components/devrev/actions/create-ticket/create-ticket.mjs @@ -5,7 +5,12 @@ export default { key: "devrev-create-ticket", name: "Create Ticket", description: "Creates a new ticket in DevRev. [See the documentation](https://devrev.ai/docs/apis/beta-api-spec#/operations/works-create)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/dex/actions/create-note/create-note.mjs b/components/dex/actions/create-note/create-note.mjs index 4737c91758fcf..b2bb6c7cff8b4 100644 --- a/components/dex/actions/create-note/create-note.mjs +++ b/components/dex/actions/create-note/create-note.mjs @@ -5,7 +5,12 @@ export default { key: "dex-create-note", name: "Create Note", description: "Establishes a brand new note within dex. [See the documentation](https://guide.getdex.com/dex-user-api/post-a-note)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dex, diff --git a/components/dex/actions/create-reminder/create-reminder.mjs b/components/dex/actions/create-reminder/create-reminder.mjs index 92167d9b630be..64cb567227651 100644 --- a/components/dex/actions/create-reminder/create-reminder.mjs +++ b/components/dex/actions/create-reminder/create-reminder.mjs @@ -5,7 +5,12 @@ export default { key: "dex-create-reminder", name: "Create Reminder", description: "Generates a new reminder within the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-reminder)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dex, diff --git a/components/dex/actions/create-update-contact/create-update-contact.mjs b/components/dex/actions/create-update-contact/create-update-contact.mjs index 50237da04cab7..509ce4e45c6bb 100644 --- a/components/dex/actions/create-update-contact/create-update-contact.mjs +++ b/components/dex/actions/create-update-contact/create-update-contact.mjs @@ -5,7 +5,12 @@ export default { key: "dex-create-update-contact", name: "Create or Update Contact", description: "Adds a new contact or updates an existing one if the email address already exists in the Dex system. [See the documentation](https://guide.getdex.com/dex-user-api/post-contact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dex, diff --git a/components/dexatel/actions/create-contact/create-contact.mjs b/components/dexatel/actions/create-contact/create-contact.mjs index c946c7f70619f..14254c444e5cf 100644 --- a/components/dexatel/actions/create-contact/create-contact.mjs +++ b/components/dexatel/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "dexatel-create-contact", name: "Create Contact", description: "Allows creation of a new contact on the user's Dexatel account.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dexatel, diff --git a/components/dexatel/actions/send-bulk-sms/send-bulk-sms.mjs b/components/dexatel/actions/send-bulk-sms/send-bulk-sms.mjs index 1725377fc87c5..81c4201098a02 100644 --- a/components/dexatel/actions/send-bulk-sms/send-bulk-sms.mjs +++ b/components/dexatel/actions/send-bulk-sms/send-bulk-sms.mjs @@ -5,7 +5,12 @@ export default { key: "dexatel-send-bulk-sms", name: "Send Bulk SMS", description: "Facilitates sending of SMS messages in bulk to specified phone numbers. [See the documentation](https://dexatel.com/developers/messages-add/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dexatel, diff --git a/components/dexatel/actions/send-single-sms/send-single-sms.mjs b/components/dexatel/actions/send-single-sms/send-single-sms.mjs index 1f0894be2c27a..2d05449014cad 100644 --- a/components/dexatel/actions/send-single-sms/send-single-sms.mjs +++ b/components/dexatel/actions/send-single-sms/send-single-sms.mjs @@ -4,7 +4,12 @@ export default { key: "dexatel-send-single-sms", name: "Send Single SMS", description: "Sends a single SMS to a specified recipient. [See the documentation](https://dexatel.com/developers/messages-add)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { dexatel, diff --git a/components/dext/actions/get-client-activity-stats/get-client-activity-stats.mjs b/components/dext/actions/get-client-activity-stats/get-client-activity-stats.mjs index 461eb94f46797..05157b1985ed2 100644 --- a/components/dext/actions/get-client-activity-stats/get-client-activity-stats.mjs +++ b/components/dext/actions/get-client-activity-stats/get-client-activity-stats.mjs @@ -4,7 +4,12 @@ export default { key: "dext-get-client-activity-stats", name: "Get Client Activity Stats", description: "Retrieves the rolling annual and monthly-average Activity Stats for a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dext, diff --git a/components/dext/actions/get-client/get-client.mjs b/components/dext/actions/get-client/get-client.mjs index 08c785c812ba5..f08871f360be0 100644 --- a/components/dext/actions/get-client/get-client.mjs +++ b/components/dext/actions/get-client/get-client.mjs @@ -4,7 +4,12 @@ export default { key: "dext-get-client", name: "Get Client", description: "Retrieves a detailed set of information about a particular client. [See the documentation](https://help.dext.com/en/s/article/api#api-endpoints)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dext, diff --git a/components/dhl/actions/get-tracking/get-tracking.mjs b/components/dhl/actions/get-tracking/get-tracking.mjs index 04244f961eab8..2c1d2a99240a9 100644 --- a/components/dhl/actions/get-tracking/get-tracking.mjs +++ b/components/dhl/actions/get-tracking/get-tracking.mjs @@ -5,7 +5,12 @@ export default { key: "dhl-get-tracking", name: "Get Tracking Information", description: "Get tracking information for shipments. [See the documentation](https://developer.dhl.com/api-reference/shipment-tracking#operations-default-getTrackingShipment)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { dhl, diff --git a/components/diabatix_coldstream/actions/fetch-simulation-results/fetch-simulation-results.mjs b/components/diabatix_coldstream/actions/fetch-simulation-results/fetch-simulation-results.mjs index 993821d14977f..898ff07d8f622 100644 --- a/components/diabatix_coldstream/actions/fetch-simulation-results/fetch-simulation-results.mjs +++ b/components/diabatix_coldstream/actions/fetch-simulation-results/fetch-simulation-results.mjs @@ -4,7 +4,12 @@ export default { key: "diabatix_coldstream-fetch-simulation-results", name: "Fetch Simulation Results", description: "Retrieves the result of a specific simulation from ColdStream. [See the documentation](https://coldstream.readme.io/reference/get_cases-result-caseid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { coldstream, diff --git a/components/diabatix_coldstream/actions/run-simulation/run-simulation.mjs b/components/diabatix_coldstream/actions/run-simulation/run-simulation.mjs index 5ffd6aadcd06d..ea4edc6555fa6 100644 --- a/components/diabatix_coldstream/actions/run-simulation/run-simulation.mjs +++ b/components/diabatix_coldstream/actions/run-simulation/run-simulation.mjs @@ -4,7 +4,12 @@ export default { key: "diabatix_coldstream-run-simulation", name: "Run Simulation", description: "Starts a new simulation in ColdStream with specified parameters and submits the created case. [See the documentation](https://coldstream.readme.io/reference/post_cases-submit)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { coldstream, diff --git a/components/diabatix_coldstream/actions/update-project/update-project.mjs b/components/diabatix_coldstream/actions/update-project/update-project.mjs index ecb0e4ff7ee43..f9fb829be9bf4 100644 --- a/components/diabatix_coldstream/actions/update-project/update-project.mjs +++ b/components/diabatix_coldstream/actions/update-project/update-project.mjs @@ -4,7 +4,12 @@ export default { key: "diabatix_coldstream-update-project", name: "Update Project in ColdStream", description: "Updates an existing project with new parameters or data in ColdStream. [See the documentation](https://coldstream.readme.io/reference/put_projects-projectid)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { coldstream, diff --git a/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs b/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs index 3afcf835ded87..913e5a0d69e86 100644 --- a/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs +++ b/components/dictionary_api/actions/get-word-definition/get-word-definition.mjs @@ -3,7 +3,12 @@ import { axios } from "@pipedream/platform"; export default { name: "Get Word Definition", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "dictionary_api-get-word-definition", description: "Get the definition for an English word. [See docs here](https://dictionaryapi.dev/)", props: { diff --git a/components/diffbot/actions/enhance-entity/enhance-entity.mjs b/components/diffbot/actions/enhance-entity/enhance-entity.mjs index bcbffb1be4aa3..984e8bf3b1793 100644 --- a/components/diffbot/actions/enhance-entity/enhance-entity.mjs +++ b/components/diffbot/actions/enhance-entity/enhance-entity.mjs @@ -4,7 +4,12 @@ export default { key: "diffbot-enhance-entity", name: "Enhance Entity", description: "Enrich a person or organization record with partial data input [See the documentation] (https://docs.diffbot.com/reference/enhancepost)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/diffbot/actions/extract-page/extract-page.mjs b/components/diffbot/actions/extract-page/extract-page.mjs index 1dce051fa0ec1..a87ccff67164e 100644 --- a/components/diffbot/actions/extract-page/extract-page.mjs +++ b/components/diffbot/actions/extract-page/extract-page.mjs @@ -4,7 +4,12 @@ export default { key: "diffbot-extract-page", name: "Extract Page", description: "Automatically classify a page and extract data according to its type. [See the documentation](https://docs.diffbot.com/reference/extract-analyze)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/diffchecker/actions/compare-image/compare-image.mjs b/components/diffchecker/actions/compare-image/compare-image.mjs index 9ebfb85f9f9eb..ae11b9dd1a9e5 100644 --- a/components/diffchecker/actions/compare-image/compare-image.mjs +++ b/components/diffchecker/actions/compare-image/compare-image.mjs @@ -6,7 +6,12 @@ export default { key: "diffchecker-compare-image", name: "Compare Image", description: "Compares two images and returns the result.", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { diffchecker, diff --git a/components/diffchecker/actions/compare-pdf/compare-pdf.mjs b/components/diffchecker/actions/compare-pdf/compare-pdf.mjs index 8c124be0cf572..150da44c1f8bc 100644 --- a/components/diffchecker/actions/compare-pdf/compare-pdf.mjs +++ b/components/diffchecker/actions/compare-pdf/compare-pdf.mjs @@ -6,7 +6,12 @@ export default { key: "diffchecker-compare-pdf", name: "Compare PDFs", description: "Compares two PDFs and returns the result. [See the documentation](https://www.diffchecker.com/public-api/)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { diffchecker, diff --git a/components/diffchecker/actions/compare-text/compare-text.mjs b/components/diffchecker/actions/compare-text/compare-text.mjs index 0a431cabdee3c..33bbffdc7ebf2 100644 --- a/components/diffchecker/actions/compare-text/compare-text.mjs +++ b/components/diffchecker/actions/compare-text/compare-text.mjs @@ -4,7 +4,12 @@ export default { key: "diffchecker-compare-text", name: "Compare Text", description: "Compares two pieces of text and returns the result. [See the documentation](https://www.diffchecker.com/public-api/)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { diffchecker, diff --git a/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs b/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs index 45e110a32f2c7..b42730093c9c2 100644 --- a/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs +++ b/components/digital_ocean/actions/add-ssh-key/add-ssh-key.mjs @@ -4,7 +4,12 @@ export default { key: "digital_ocean-add-ssh-key", name: "Add SSH Key", description: "Adds a new SSH to your account. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_ssh_key)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-domain/create-domain.mjs b/components/digital_ocean/actions/create-domain/create-domain.mjs index 95bf6dc03e840..f0581c9e758ea 100644 --- a/components/digital_ocean/actions/create-domain/create-domain.mjs +++ b/components/digital_ocean/actions/create-domain/create-domain.mjs @@ -4,7 +4,12 @@ export default { key: "digital_ocean-create-domain", name: "Create a new domain", description: "Create a new domain. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_domain)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-droplet/create-droplet.mjs b/components/digital_ocean/actions/create-droplet/create-droplet.mjs index 0e62c88d73ce1..11c5eeb3ef15b 100644 --- a/components/digital_ocean/actions/create-droplet/create-droplet.mjs +++ b/components/digital_ocean/actions/create-droplet/create-droplet.mjs @@ -4,7 +4,12 @@ export default { key: "digital_ocean-create-droplet", name: "Create Droplet", description: "Creates a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_droplet)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs b/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs index c6248fe33d8f5..bc1da3e9b3784 100644 --- a/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs +++ b/components/digital_ocean/actions/create-snapshot/create-snapshot.mjs @@ -4,7 +4,12 @@ export default { key: "digital_ocean-create-snapshot", name: "Create Snapshot", description: "Creates a snapshot from a droplet. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action)", - version: "0.2.2", + version: "0.2.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs b/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs index 3c4c26f14fd7d..a1c0d3045d032 100644 --- a/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs +++ b/components/digital_ocean/actions/list-all-droplets/list-all-droplets.mjs @@ -5,7 +5,12 @@ export default { key: "digital_ocean-list-all-droplets", name: "List all Droplets", description: "List all Droplets. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_all_droplets)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs index 2e8cc0a84a514..857ace42efef6 100644 --- a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs +++ b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs @@ -5,7 +5,12 @@ export default { key: "digital_ocean-turnonoff-droplet", name: "Turn on/off Droplet", description: "Turns a droplet power status either on or off. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action)", - version: "0.1.2", + version: "0.1.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalOceanApp, diff --git a/components/digitalocean_spaces/actions/delete-files/delete-files.mjs b/components/digitalocean_spaces/actions/delete-files/delete-files.mjs index d25e112da51c8..7c31afd4d7a9b 100644 --- a/components/digitalocean_spaces/actions/delete-files/delete-files.mjs +++ b/components/digitalocean_spaces/actions/delete-files/delete-files.mjs @@ -6,7 +6,12 @@ export default { key: "digitalocean_spaces-delete-files", name: "Delete Files", description: "Delete files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/deleteobjectscommand.html).", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, files: { diff --git a/components/digitalocean_spaces/actions/list-files/list-files.mjs b/components/digitalocean_spaces/actions/list-files/list-files.mjs index 7edcf56568238..1f8d717e208e0 100644 --- a/components/digitalocean_spaces/actions/list-files/list-files.mjs +++ b/components/digitalocean_spaces/actions/list-files/list-files.mjs @@ -6,7 +6,12 @@ export default { key: "digitalocean_spaces-list-files", name: "List Files", description: "List files in a bucket. [See the docs](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/classes/listobjectsv2command.html).", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, prefix: { diff --git a/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs b/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs index d0b28d7744e80..0162e01823389 100644 --- a/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs +++ b/components/digitalocean_spaces/actions/upload-file-base64/upload-file-base64.mjs @@ -8,7 +8,12 @@ export default { key: "digitalocean_spaces-upload-file-base64", name: "Upload File Base64", description: "Accepts a base64-encoded string and a filename, then uploads as a file to DigitalOcean Spaces. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, filename: base.props.filename, diff --git a/components/digitalocean_spaces/actions/upload-file/upload-file.mjs b/components/digitalocean_spaces/actions/upload-file/upload-file.mjs index 6bf268eb5ea3f..1d2ef9399d696 100644 --- a/components/digitalocean_spaces/actions/upload-file/upload-file.mjs +++ b/components/digitalocean_spaces/actions/upload-file/upload-file.mjs @@ -11,7 +11,12 @@ export default { key: "digitalocean_spaces-upload-file", name: "Upload File", description: "Upload a file to DigitalOcean Spaces. Accepts either a file URL or a path to a file in the `/tmp` directory. [See the docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, path: { diff --git a/components/digitalriver/actions/cancel-order/cancel-order.mjs b/components/digitalriver/actions/cancel-order/cancel-order.mjs index 4d9a4808c4a8c..45d92eb4aedad 100644 --- a/components/digitalriver/actions/cancel-order/cancel-order.mjs +++ b/components/digitalriver/actions/cancel-order/cancel-order.mjs @@ -4,7 +4,12 @@ export default { key: "digitalriver-cancel-order", name: "Cancel Order", description: "Cancels an existing order in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Fulfillments/operation/createFulfillments)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalriver, diff --git a/components/digitalriver/actions/create-product/create-product.mjs b/components/digitalriver/actions/create-product/create-product.mjs index 14910de9de2f1..c09a34a73030a 100644 --- a/components/digitalriver/actions/create-product/create-product.mjs +++ b/components/digitalriver/actions/create-product/create-product.mjs @@ -4,7 +4,12 @@ export default { key: "digitalriver-create-product", name: "Create a Product", description: "Creates a new product on the Digital River platform. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/SKUs/operation/createSkus)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalriver, diff --git a/components/digitalriver/actions/update-customer-information/update-customer-information.mjs b/components/digitalriver/actions/update-customer-information/update-customer-information.mjs index f98ceee3f1148..d1396185d6d4d 100644 --- a/components/digitalriver/actions/update-customer-information/update-customer-information.mjs +++ b/components/digitalriver/actions/update-customer-information/update-customer-information.mjs @@ -6,7 +6,12 @@ export default { key: "digitalriver-update-customer-information", name: "Update Customer Information", description: "Updates the information for a customer in Digital River. [See the documentation](https://www.digitalriver.com/docs/digital-river-api-reference/#tag/Customers/operation/updateCustomers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { digitalriver, diff --git a/components/dingconnect/actions/estimate-prices/estimate-prices.mjs b/components/dingconnect/actions/estimate-prices/estimate-prices.mjs index db749c8e7e9ed..9748b28137ce8 100644 --- a/components/dingconnect/actions/estimate-prices/estimate-prices.mjs +++ b/components/dingconnect/actions/estimate-prices/estimate-prices.mjs @@ -4,7 +4,12 @@ export default { key: "dingconnect-estimate-prices", name: "Estimate Prices", description: "Estimates prices send values using the DingConnect API. [See the documentation](https://www.dingconnect.com/api#operation/estimateprices)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/dingconnect/actions/get-balance/get-balance.mjs b/components/dingconnect/actions/get-balance/get-balance.mjs index d16cf0f3d8a42..906085e3d539c 100644 --- a/components/dingconnect/actions/get-balance/get-balance.mjs +++ b/components/dingconnect/actions/get-balance/get-balance.mjs @@ -4,7 +4,12 @@ export default { key: "dingconnect-get-balance", name: "Get Balance", description: "Get the current agent balance from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getbalance)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/dingconnect/actions/get-products/get-products.mjs b/components/dingconnect/actions/get-products/get-products.mjs index bb141e4d13d08..4e3e7a5622dc7 100644 --- a/components/dingconnect/actions/get-products/get-products.mjs +++ b/components/dingconnect/actions/get-products/get-products.mjs @@ -4,7 +4,12 @@ export default { key: "dingconnect-get-products", name: "Get Products", description: "Retrieves a list of products from DingConnect. [See the documentation](https://www.dingconnect.com/api#operation/getproducts)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/discogs/actions/create-marketplace-listing/create-marketplace-listing.mjs b/components/discogs/actions/create-marketplace-listing/create-marketplace-listing.mjs index a415c9746d374..ad2194b5723f3 100644 --- a/components/discogs/actions/create-marketplace-listing/create-marketplace-listing.mjs +++ b/components/discogs/actions/create-marketplace-listing/create-marketplace-listing.mjs @@ -4,7 +4,12 @@ export default { key: "discogs-create-marketplace-listing", name: "Create Marketplace Listing", description: "Creates a new listing in the Discogs marketplace. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-new-listing)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { discogs, diff --git a/components/discogs/actions/update-order/update-order.mjs b/components/discogs/actions/update-order/update-order.mjs index 31ac93f90ac7c..f61752c092aa6 100644 --- a/components/discogs/actions/update-order/update-order.mjs +++ b/components/discogs/actions/update-order/update-order.mjs @@ -4,7 +4,12 @@ export default { key: "discogs-update-order", name: "Update Order Status", description: "Updates the status of an existing order on Discogs. [See the documentation](https://www.discogs.com/developers#page:marketplace,header:marketplace-edit-an-order)", - version: "0.0.{{ts}}", + version: "0.0.NaN", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { discogs, diff --git a/components/discord/actions/send-message-advanced/send-message-advanced.mjs b/components/discord/actions/send-message-advanced/send-message-advanced.mjs index 75cda2917d440..00b54e44df8c6 100644 --- a/components/discord/actions/send-message-advanced/send-message-advanced.mjs +++ b/components/discord/actions/send-message-advanced/send-message-advanced.mjs @@ -6,7 +6,12 @@ export default { key: "discord-send-message-advanced", name: "Send Message (Advanced)", description: "Send a simple or structured message (using embeds) to a Discord channel", - version: "1.0.2", + version: "1.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/discord/actions/send-message-with-file/send-message-with-file.mjs b/components/discord/actions/send-message-with-file/send-message-with-file.mjs index a7e4f16dd32aa..f4d0216f446fb 100644 --- a/components/discord/actions/send-message-with-file/send-message-with-file.mjs +++ b/components/discord/actions/send-message-with-file/send-message-with-file.mjs @@ -6,7 +6,12 @@ export default { key: "discord-send-message-with-file", name: "Send Message With File", description: "Post a message with an attached file", - version: "2.0.1", + version: "2.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...common.props, diff --git a/components/discord/actions/send-message/send-message.mjs b/components/discord/actions/send-message/send-message.mjs index f30742084ecf7..c6daa2360f6e3 100644 --- a/components/discord/actions/send-message/send-message.mjs +++ b/components/discord/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { key: "discord-send-message", name: "Send Message", description: "Send a simple message to a Discord channel", - version: "1.0.2", + version: "1.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", async run({ $ }) { const { diff --git a/components/discord_bot/actions/add-role/add-role.mjs b/components/discord_bot/actions/add-role/add-role.mjs index 032d51f3a7b56..d2a9c11c13fcf 100644 --- a/components/discord_bot/actions/add-role/add-role.mjs +++ b/components/discord_bot/actions/add-role/add-role.mjs @@ -8,7 +8,12 @@ export default { name: "Add Role", description: "Assign a role to a user. Remember that your bot requires the `MANAGE_ROLES` permission. [See the docs here](https://discord.com/developers/docs/resources/guild#add-guild-member-role)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/change-nickname/change-nickname.mjs b/components/discord_bot/actions/change-nickname/change-nickname.mjs index eb7b417818724..1b0652c2357b4 100644 --- a/components/discord_bot/actions/change-nickname/change-nickname.mjs +++ b/components/discord_bot/actions/change-nickname/change-nickname.mjs @@ -8,7 +8,12 @@ export default { name: "Change Nickname", description: "Modifies the nickname of the current user in a guild.", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, nick: { diff --git a/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs b/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs index 6750081945ff1..5e7a07b742682 100644 --- a/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs +++ b/components/discord_bot/actions/create-channel-invite/create-channel-invite.mjs @@ -7,7 +7,12 @@ export default { name: "Create Channel Invite", description: "Create a new invite for the channel. [See the docs here](https://discord.com/developers/docs/resources/channel#create-channel-invite)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, maxAge: { diff --git a/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs b/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs index 14f93309164ca..471117a196214 100644 --- a/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs +++ b/components/discord_bot/actions/create-guild-channel/create-guild-channel.mjs @@ -9,7 +9,12 @@ export default { name: "Create Guild Channel", description: "Create a new channel for the guild. [See the docs here](https://discord.com/developers/docs/resources/guild#create-guild-channel)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, name: { diff --git a/components/discord_bot/actions/delete-channel/delete-channel.mjs b/components/discord_bot/actions/delete-channel/delete-channel.mjs index eb11244cbf8b6..52c835bb8c11f 100644 --- a/components/discord_bot/actions/delete-channel/delete-channel.mjs +++ b/components/discord_bot/actions/delete-channel/delete-channel.mjs @@ -6,7 +6,12 @@ export default { name: "Delete Channel", description: "Delete a Channel.", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, async run({ $ }) { return this.discord.deleteChannel({ $, diff --git a/components/discord_bot/actions/delete-message/delete-message.mjs b/components/discord_bot/actions/delete-message/delete-message.mjs index a6795cc54d564..89ec19442e90d 100644 --- a/components/discord_bot/actions/delete-message/delete-message.mjs +++ b/components/discord_bot/actions/delete-message/delete-message.mjs @@ -8,7 +8,12 @@ export default { name: "Delete message", description: "Delete a message. [See the docs here](https://discord.com/developers/docs/resources/channel#delete-message)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/find-channel/find-channel.mjs b/components/discord_bot/actions/find-channel/find-channel.mjs index ed31529e7ebfd..7f3d5af73bdd6 100644 --- a/components/discord_bot/actions/find-channel/find-channel.mjs +++ b/components/discord_bot/actions/find-channel/find-channel.mjs @@ -8,7 +8,12 @@ export default { name: "Find Channel", description: "Find an existing channel by name. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, channelName: { diff --git a/components/discord_bot/actions/find-user/find-user.mjs b/components/discord_bot/actions/find-user/find-user.mjs index 1309a0cef60b3..ae5c1988bfb1e 100644 --- a/components/discord_bot/actions/find-user/find-user.mjs +++ b/components/discord_bot/actions/find-user/find-user.mjs @@ -6,7 +6,12 @@ export default { name: "Find User", description: "Find an existing user by name. [See the docs here](https://discord.com/developers/docs/resources/guild#search-guild-members)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, query: { diff --git a/components/discord_bot/actions/get-message/get-message.mjs b/components/discord_bot/actions/get-message/get-message.mjs index 0869bee705e20..32c1aa6e76ad8 100644 --- a/components/discord_bot/actions/get-message/get-message.mjs +++ b/components/discord_bot/actions/get-message/get-message.mjs @@ -8,7 +8,12 @@ export default { name: "Get message", description: "Return a specific message in a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-message)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs b/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs index 016598b99031e..fe729997e2ee3 100644 --- a/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs +++ b/components/discord_bot/actions/list-channel-invites/list-channel-invites.mjs @@ -9,7 +9,12 @@ export default { name: "List Channel Invites", description: "Return a list of invitees for the channel. Only usable for guild channels.", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs b/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs index 94e2a0d0e3464..f87acf5dacda2 100644 --- a/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs +++ b/components/discord_bot/actions/list-channel-messages/list-channel-messages.mjs @@ -10,7 +10,12 @@ export default { name: "List Channel Messages", description: "Return the messages for a channel. [See the docs here](https://discord.com/developers/docs/resources/channel#get-channel-messages)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, max: { diff --git a/components/discord_bot/actions/list-channels/list-channels.mjs b/components/discord_bot/actions/list-channels/list-channels.mjs index bffa63b1079dc..45ceb08fecd94 100644 --- a/components/discord_bot/actions/list-channels/list-channels.mjs +++ b/components/discord_bot/actions/list-channels/list-channels.mjs @@ -6,7 +6,12 @@ export default { name: "List Channels", description: "Return a list of channels. [See the docs here](https://discord.com/developers/docs/resources/guild#get-guild-channels)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, async run({ $ }) { return this.discord.getGuildChannels({ $, diff --git a/components/discord_bot/actions/list-guild-members/list-guild-members.mjs b/components/discord_bot/actions/list-guild-members/list-guild-members.mjs index 8f38b0503dd67..a3471f7cf549a 100644 --- a/components/discord_bot/actions/list-guild-members/list-guild-members.mjs +++ b/components/discord_bot/actions/list-guild-members/list-guild-members.mjs @@ -11,7 +11,12 @@ export default { name: "List Guild Members", description: "Return a list of guild members. [See the docs here](https://discord.com/developers/docs/resources/guild#list-guild-members)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { discord, guildId: { diff --git a/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs b/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs index a69a03daeaa4a..7be8b3cf2102f 100644 --- a/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs +++ b/components/discord_bot/actions/list-users-with-emoji-reactions/list-users-with-emoji-reactions.mjs @@ -11,7 +11,12 @@ export default { name: "List Users that Reacted with Emoji", description: "Return a list of users that reacted with a specified emoji.", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/modify-channel/modify-channel.mjs b/components/discord_bot/actions/modify-channel/modify-channel.mjs index 3561fb8fbdda4..f89ecbaf062a7 100644 --- a/components/discord_bot/actions/modify-channel/modify-channel.mjs +++ b/components/discord_bot/actions/modify-channel/modify-channel.mjs @@ -18,7 +18,12 @@ export default { name: "Modify Channel", description: "Update a channel's settings. [See the docs here](https://discord.com/developers/docs/resources/channel#modify-channel)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs b/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs index ef8b41fd2368b..cb7c2363fc804 100644 --- a/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs +++ b/components/discord_bot/actions/modify-guild-member/modify-guild-member.mjs @@ -19,7 +19,12 @@ export default { name: "Modify Guild Member", description: "Update attributes of a guild member. [See the docs here](https://discord.com/developers/docs/resources/guild#modify-guild-member)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs b/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs index 7cb443bece27f..a530386cd0675 100644 --- a/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs +++ b/components/discord_bot/actions/post-reaction-with-emoji/post-reaction-with-emoji.mjs @@ -8,7 +8,12 @@ export default { name: "Post Reaction with Emoji", description: "Post a reaction for a message with an emoji. [See the docs here](https://discord.com/developers/docs/resources/channel#create-reaction)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, messageId: { diff --git a/components/discord_bot/actions/remove-user-role/remove-user-role.mjs b/components/discord_bot/actions/remove-user-role/remove-user-role.mjs index 1e94f88fa216c..755e6613b1dc0 100644 --- a/components/discord_bot/actions/remove-user-role/remove-user-role.mjs +++ b/components/discord_bot/actions/remove-user-role/remove-user-role.mjs @@ -8,7 +8,12 @@ export default { name: "Remove User Role", description: "Remove a selected role from the specified user. [See the docs here](https://discord.com/developers/docs/resources/guild#remove-guild-member-role)", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, userId: { diff --git a/components/discord_bot/actions/rename-channel/rename-channel.mjs b/components/discord_bot/actions/rename-channel/rename-channel.mjs index 80d5c99875887..8ac4df11ddf7c 100644 --- a/components/discord_bot/actions/rename-channel/rename-channel.mjs +++ b/components/discord_bot/actions/rename-channel/rename-channel.mjs @@ -8,7 +8,12 @@ export default { name: "Rename Channel", description: "Rename a channel to a specified name you choose", type: "action", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, channelId: { diff --git a/components/discord_bot/actions/send-message-to-forum-post/send-message-to-forum-post.mjs b/components/discord_bot/actions/send-message-to-forum-post/send-message-to-forum-post.mjs index dc4fecfe89b25..beca91815a651 100644 --- a/components/discord_bot/actions/send-message-to-forum-post/send-message-to-forum-post.mjs +++ b/components/discord_bot/actions/send-message-to-forum-post/send-message-to-forum-post.mjs @@ -5,7 +5,12 @@ export default { key: "discord_bot-send-message-to-forum-post", name: "Send Message to Forum Post", description: "Send a message to a Discord forum. [See the documentation](https://discord.com/developers/docs/resources/channel#create-message)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { discord, diff --git a/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs b/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs index 65b5fdec10b21..ab3a97fb29568 100644 --- a/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs +++ b/components/discord_bot/actions/send-message-with-file/send-message-with-file.mjs @@ -9,7 +9,12 @@ export default { key: "discord_bot-send-message-with-file", name: "Send Message With File", description: "Post a message with an attached file. [See the docs here](https://discord.com/developers/docs/reference#uploading-files)", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { discord, diff --git a/components/discord_bot/actions/send-message/send-message.mjs b/components/discord_bot/actions/send-message/send-message.mjs index b9bae021fb437..d4e26bc6e1df5 100644 --- a/components/discord_bot/actions/send-message/send-message.mjs +++ b/components/discord_bot/actions/send-message/send-message.mjs @@ -9,7 +9,12 @@ export default { key: "discord_bot-send-message", name: "Send message", description: "Send message to a user or a channel. [See the docs here](https://discord.com/developers/docs/resources/user#create-dm) and [here](https://discord.com/developers/docs/resources/channel#create-message)", - version: "1.0.0", + version: "1.0.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { discord, diff --git a/components/discourse/actions/create-post/create-post.mjs b/components/discourse/actions/create-post/create-post.mjs index 6210577ccfdd6..b8f58fd5b19f0 100644 --- a/components/discourse/actions/create-post/create-post.mjs +++ b/components/discourse/actions/create-post/create-post.mjs @@ -2,7 +2,12 @@ import discourse from "../../discourse.app.mjs"; export default { name: "Create Post", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "discourse-create-post", description: "Creates a post. [See docs here](https://docs.discourse.org/#tag/Posts/operation/createTopicPostPM)", type: "action", diff --git a/components/discourse/actions/create-topic/create-topic.mjs b/components/discourse/actions/create-topic/create-topic.mjs index 30d0072d800ec..6bc0fa1adec4d 100644 --- a/components/discourse/actions/create-topic/create-topic.mjs +++ b/components/discourse/actions/create-topic/create-topic.mjs @@ -2,7 +2,12 @@ import discourse from "../../discourse.app.mjs"; export default { name: "Create Topic", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "discourse-create-topic", description: "Creates a topic. [See docs here](https://docs.discourse.org/#tag/Topics/operation/createTopicPostPM)", type: "action", diff --git a/components/ditlead/actions/list-campaigns/list-campaigns.mjs b/components/ditlead/actions/list-campaigns/list-campaigns.mjs index 859efd4687a29..723395a2a62a3 100644 --- a/components/ditlead/actions/list-campaigns/list-campaigns.mjs +++ b/components/ditlead/actions/list-campaigns/list-campaigns.mjs @@ -4,7 +4,12 @@ export default { key: "ditlead-list-campaigns", name: "List Campaigns", description: "List campaigns in Ditlead. [See the documentation](https://ditlead.com/developer/api#tag/Campaign/paths/~1v1~1campaign/get)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ditlead,