diff --git a/components/resource_guru/actions/update-booking/update-booking.mjs b/components/resource_guru/actions/update-booking/update-booking.mjs index 8679af41f2684..455907ff0c3de 100644 --- a/components/resource_guru/actions/update-booking/update-booking.mjs +++ b/components/resource_guru/actions/update-booking/update-booking.mjs @@ -4,7 +4,12 @@ import resourceGuru from "../../resource_guru.app.mjs"; export default { key: "resource_guru-update-booking", name: "Update Booking", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, description: "Update a specific booking identified by Id. [See the documentation](https://resourceguruapp.com/docs/api#tag/booking/paths/~1v1~1%7Baccount%7D~1bookings~1%7Bid%7D/put)", type: "action", props: { diff --git a/components/rest_countries_pe/actions/search-countries-by-currency/search-countries-by-currency.mjs b/components/rest_countries_pe/actions/search-countries-by-currency/search-countries-by-currency.mjs index 25761556478c6..f4572b8d8c52b 100644 --- a/components/rest_countries_pe/actions/search-countries-by-currency/search-countries-by-currency.mjs +++ b/components/rest_countries_pe/actions/search-countries-by-currency/search-countries-by-currency.mjs @@ -4,7 +4,12 @@ export default { key: "rest_countries_pe-search-countries-by-currency", name: "Search Countries By Currency", description: "Search for a country or countries by currency. [See the docs](https://restcountries.com/#endpoints-currency)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { countries, diff --git a/components/rest_countries_pe/actions/search-countries-by-language/search-countries-by-language.mjs b/components/rest_countries_pe/actions/search-countries-by-language/search-countries-by-language.mjs index 8a83357f6b12f..55eba837779c7 100644 --- a/components/rest_countries_pe/actions/search-countries-by-language/search-countries-by-language.mjs +++ b/components/rest_countries_pe/actions/search-countries-by-language/search-countries-by-language.mjs @@ -4,7 +4,12 @@ export default { key: "rest_countries_pe-search-countries-by-language", name: "Search Countries By Language", description: "Search for a country or countries by language. [See the docs](https://restcountries.com/#endpoints-language)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { countries, diff --git a/components/rest_countries_pe/actions/search-country-by-name/search-country-by-name.mjs b/components/rest_countries_pe/actions/search-country-by-name/search-country-by-name.mjs index 7160e332bf406..3c465a7b9ebc0 100644 --- a/components/rest_countries_pe/actions/search-country-by-name/search-country-by-name.mjs +++ b/components/rest_countries_pe/actions/search-country-by-name/search-country-by-name.mjs @@ -4,7 +4,12 @@ export default { key: "rest_countries_pe-search-country-by-name", name: "Search Country By Name", description: "Search for a country by name. [See the docs](https://restcountries.com/#endpoints-name)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { countries, diff --git a/components/retable/actions/add-record/add-record.mjs b/components/retable/actions/add-record/add-record.mjs index dbef19fda705e..7a3ed37750f08 100644 --- a/components/retable/actions/add-record/add-record.mjs +++ b/components/retable/actions/add-record/add-record.mjs @@ -4,7 +4,12 @@ export default { key: "retable-add-record", name: "Add Record", description: "Add a new record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#insert-row)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { retable, diff --git a/components/retable/actions/update-record/update-record.mjs b/components/retable/actions/update-record/update-record.mjs index fd2a973092fc2..b8dae4f7f104d 100644 --- a/components/retable/actions/update-record/update-record.mjs +++ b/components/retable/actions/update-record/update-record.mjs @@ -4,7 +4,12 @@ export default { key: "retable-update-record", name: "Update Record", description: "Update an existing record in Retable. [See the documentation](https://docs.retable.io/retable-user-guide/retable-api/api#update-row)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { retable, diff --git a/components/retailed/actions/get-usage/get-usage.mjs b/components/retailed/actions/get-usage/get-usage.mjs index d2e43de398c07..141cf6c6aa894 100644 --- a/components/retailed/actions/get-usage/get-usage.mjs +++ b/components/retailed/actions/get-usage/get-usage.mjs @@ -4,7 +4,12 @@ export default { key: "retailed-get-usage", name: "Get API Usage", description: "Gets the API usage information for the Retailed API. [See the documentation](https://docs.retailed.io/v1/usage)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { retailed, diff --git a/components/retently/actions/add-tags-to-response/add-tags-to-response.mjs b/components/retently/actions/add-tags-to-response/add-tags-to-response.mjs index b376660a7fbae..72361a10d3a14 100644 --- a/components/retently/actions/add-tags-to-response/add-tags-to-response.mjs +++ b/components/retently/actions/add-tags-to-response/add-tags-to-response.mjs @@ -4,7 +4,12 @@ export default { key: "retently-add-tags-to-response", name: "Add Tags to Response", description: "Adds tags to a response. [See the documentation](https://www.retently.com/api/#api-add-response-tags-post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { retently, diff --git a/components/retently/actions/create-customer/create-customer.mjs b/components/retently/actions/create-customer/create-customer.mjs index c700a814df5c3..30d6a174ccbb1 100644 --- a/components/retently/actions/create-customer/create-customer.mjs +++ b/components/retently/actions/create-customer/create-customer.mjs @@ -4,7 +4,12 @@ export default { key: "retently-create-customer", name: "Create Customer", description: "Creates a new customer. [See the documentation](https://www.retently.com/api/#api-create-or-update-customers-post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { retently, diff --git a/components/retriever/actions/create-device-return/create-device-return.mjs b/components/retriever/actions/create-device-return/create-device-return.mjs index 1e56faf387335..f8367b646abc1 100644 --- a/components/retriever/actions/create-device-return/create-device-return.mjs +++ b/components/retriever/actions/create-device-return/create-device-return.mjs @@ -5,7 +5,12 @@ export default { name: "Create Device Return", description: "Creates a device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Submit%20Order)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, requestCharger: { diff --git a/components/retriever/actions/get-order/get-order.mjs b/components/retriever/actions/get-order/get-order.mjs index ad7af9c71e9c1..9af227b866b4a 100644 --- a/components/retriever/actions/get-order/get-order.mjs +++ b/components/retriever/actions/get-order/get-order.mjs @@ -5,7 +5,12 @@ export default { name: "Get Order", description: "Fetches a single device return order. [See the documentation](https://app.helloretriever.com/api/v1/docs/#tag/Device-Return-Orders/operation/Get%20Order%20Details)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, orderId: { diff --git a/components/returnless/actions/create-return-order/create-return-order.mjs b/components/returnless/actions/create-return-order/create-return-order.mjs index 2804a126567a6..56573bca31e11 100644 --- a/components/returnless/actions/create-return-order/create-return-order.mjs +++ b/components/returnless/actions/create-return-order/create-return-order.mjs @@ -6,7 +6,12 @@ export default { key: "returnless-create-return-order", name: "Create Return Order", description: "Create a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1fce50b07484b-creates-a-return-order-from-a-return-order-intent)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { returnless, diff --git a/components/returnless/actions/list-return-orders/list-return-orders.mjs b/components/returnless/actions/list-return-orders/list-return-orders.mjs index 51c81a8667994..dac1384340a71 100644 --- a/components/returnless/actions/list-return-orders/list-return-orders.mjs +++ b/components/returnless/actions/list-return-orders/list-return-orders.mjs @@ -4,7 +4,12 @@ export default { key: "returnless-list-return-orders", name: "List Return Orders", description: "Retrieve a list of return orders. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/0640e3c064cdc-list-all-return-orders)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { returnless, diff --git a/components/returnless/actions/list-sales-order-items/list-sales-order-items.mjs b/components/returnless/actions/list-sales-order-items/list-sales-order-items.mjs index 6b83967084a1b..851d4d761fe6d 100644 --- a/components/returnless/actions/list-sales-order-items/list-sales-order-items.mjs +++ b/components/returnless/actions/list-sales-order-items/list-sales-order-items.mjs @@ -4,7 +4,12 @@ export default { key: "returnless-list-sales-order-items", name: "List Sales Order Items", description: "Retrieve all items from a specific sales order with cursor-based pagination support. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/6b3c26dad0434-list-all-items-of-a-sales-order)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { returnless, diff --git a/components/returnless/actions/list-sales-orders/list-sales-orders.mjs b/components/returnless/actions/list-sales-orders/list-sales-orders.mjs index 46a6b2b247656..6925976432a00 100644 --- a/components/returnless/actions/list-sales-orders/list-sales-orders.mjs +++ b/components/returnless/actions/list-sales-orders/list-sales-orders.mjs @@ -4,7 +4,12 @@ export default { key: "returnless-list-sales-orders", name: "List Sales Orders", description: "Retrieve a list of sales orders sorted by creation date, with the most recent sales orders appearing first. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/ce6a0e3d66378-list-all-sales-orders)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { returnless, diff --git a/components/returnless/actions/update-return-order-status/update-return-order-status.mjs b/components/returnless/actions/update-return-order-status/update-return-order-status.mjs index 1fa0a33d9753a..6000277546db2 100644 --- a/components/returnless/actions/update-return-order-status/update-return-order-status.mjs +++ b/components/returnless/actions/update-return-order-status/update-return-order-status.mjs @@ -4,7 +4,12 @@ export default { key: "returnless-update-return-order-status", name: "Update Return Order Status", description: "Update the status of a return order. [See the documentation](https://docs.returnless.com/docs/api-rest-reference/1d07e272437a4-update-a-return-order-status)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { returnless, diff --git a/components/rev/actions/create-automated-transcription-order-external-link/create-automated-transcription-order-external-link.mjs b/components/rev/actions/create-automated-transcription-order-external-link/create-automated-transcription-order-external-link.mjs index 53973b9647867..142626f814897 100644 --- a/components/rev/actions/create-automated-transcription-order-external-link/create-automated-transcription-order-external-link.mjs +++ b/components/rev/actions/create-automated-transcription-order-external-link/create-automated-transcription-order-external-link.mjs @@ -5,7 +5,12 @@ export default { name: "Create Automated Transcription Order Using External Link", description: "Submit a new automated transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostautomatedtranscription)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { rev, externalLink: { diff --git a/components/rev/actions/create-caption-order-external-link/create-caption-order-external-link.mjs b/components/rev/actions/create-caption-order-external-link/create-caption-order-external-link.mjs index 291fbd723dfb1..3aae4d2e9a4a2 100644 --- a/components/rev/actions/create-caption-order-external-link/create-caption-order-external-link.mjs +++ b/components/rev/actions/create-caption-order-external-link/create-caption-order-external-link.mjs @@ -6,7 +6,12 @@ export default { name: "Create Caption Order Using External Link", description: "Submit a new caption order using a external link that contains the media. [See docs here.](https://www.rev.com/api/orderspostcaption)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { rev, externalLink: { diff --git a/components/rev/actions/create-transcription-order-external-link/create-transcription-order-external-link.mjs b/components/rev/actions/create-transcription-order-external-link/create-transcription-order-external-link.mjs index cc11cdee8924b..b62a9eaa0518a 100644 --- a/components/rev/actions/create-transcription-order-external-link/create-transcription-order-external-link.mjs +++ b/components/rev/actions/create-transcription-order-external-link/create-transcription-order-external-link.mjs @@ -6,7 +6,12 @@ export default { name: "Create Transcription Order Using External Link", description: "Submit a new transcription order using a external link that contains the media. [See docs here.](https://www.rev.com/api/ordersposttranscription)", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { rev, externalLink: { diff --git a/components/rev_ai/actions/get-transcript/get-transcript.mjs b/components/rev_ai/actions/get-transcript/get-transcript.mjs index 5e77edc95dc0c..a6c0b487c957c 100644 --- a/components/rev_ai/actions/get-transcript/get-transcript.mjs +++ b/components/rev_ai/actions/get-transcript/get-transcript.mjs @@ -5,7 +5,12 @@ export default { key: "rev_ai-get-transcript", name: "Get Transcript By Id", description: "Returns the transcript for a completed transcription job. Transcript can be returned as either JSON or plaintext format.", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rev_ai: { diff --git a/components/rev_ai/actions/submit-transcription-job/submit-transcription-job.mjs b/components/rev_ai/actions/submit-transcription-job/submit-transcription-job.mjs index 0acc4ff98e413..8dd2b43f12dd9 100644 --- a/components/rev_ai/actions/submit-transcription-job/submit-transcription-job.mjs +++ b/components/rev_ai/actions/submit-transcription-job/submit-transcription-job.mjs @@ -5,7 +5,12 @@ export default { key: "rev_ai-submit-transcription-job", name: "Submit Transcription Job", description: "Starts an asynchronous job to transcribe speech-to-text for a media file. Add an optional callback URL to invoke when processing is complete.", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rev_ai: { diff --git a/components/revolt/actions/add-group-member/add-group-member.mjs b/components/revolt/actions/add-group-member/add-group-member.mjs index 53f1b058b2fc8..b44f0cea25285 100644 --- a/components/revolt/actions/add-group-member/add-group-member.mjs +++ b/components/revolt/actions/add-group-member/add-group-member.mjs @@ -4,7 +4,12 @@ export default { key: "revolt-add-group-member", name: "Add Group Member", description: "Adds another user to the group. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/put/channels/{group_id}/recipients/{member_id})", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/revolt/actions/create-group/create-group.mjs b/components/revolt/actions/create-group/create-group.mjs index 7eded0f8bd0fc..9b523e439ed2b 100644 --- a/components/revolt/actions/create-group/create-group.mjs +++ b/components/revolt/actions/create-group/create-group.mjs @@ -4,7 +4,12 @@ export default { key: "revolt-create-group", name: "Create Group", description: "Create a new group channel. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/groups/post/channels/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/revolt/actions/send-friend-request/send-friend-request.mjs b/components/revolt/actions/send-friend-request/send-friend-request.mjs index 3eb16bfc49c3b..7894f996d89ff 100644 --- a/components/revolt/actions/send-friend-request/send-friend-request.mjs +++ b/components/revolt/actions/send-friend-request/send-friend-request.mjs @@ -4,7 +4,12 @@ export default { key: "revolt-send-friend-request", name: "Send Friend Request", description: "Send a friend request to another user. [See the documentation](https://developers.revolt.chat/developers/api/reference.html#tag/relationships/post/users/friend)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rewiser/actions/create-transaction/create-transaction.mjs b/components/rewiser/actions/create-transaction/create-transaction.mjs index dff87dabd7a95..7db22ed502384 100644 --- a/components/rewiser/actions/create-transaction/create-transaction.mjs +++ b/components/rewiser/actions/create-transaction/create-transaction.mjs @@ -5,7 +5,12 @@ export default { key: "rewiser-create-transaction", name: "Create Transaction", description: "Create a financial transaction in Rewiser. [See the documentation](https://rewiser.io/api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rewiser, diff --git a/components/rex/actions/create-contact/create-contact.mjs b/components/rex/actions/create-contact/create-contact.mjs index 359188006495c..c68f2e3391771 100644 --- a/components/rex/actions/create-contact/create-contact.mjs +++ b/components/rex/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "rex-create-contact", name: "Create Contact", description: "Creates a new contact in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/contacts#operation/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rex, diff --git a/components/rex/actions/create-lead/create-lead.mjs b/components/rex/actions/create-lead/create-lead.mjs index cb1e5729bd44e..9076640e43b0c 100644 --- a/components/rex/actions/create-lead/create-lead.mjs +++ b/components/rex/actions/create-lead/create-lead.mjs @@ -5,7 +5,12 @@ export default { key: "rex-create-lead", name: "Create Lead", description: "Creates a new lead in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/leads#operation/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rex, diff --git a/components/rex/actions/create-reminder/create-reminder.mjs b/components/rex/actions/create-reminder/create-reminder.mjs index c69f882c3e823..c5323225f058d 100644 --- a/components/rex/actions/create-reminder/create-reminder.mjs +++ b/components/rex/actions/create-reminder/create-reminder.mjs @@ -6,7 +6,12 @@ export default { key: "rex-create-reminder", name: "Create Reminder", description: "Creates a new reminder in Rex. [See the documentation](https://api-docs.rexsoftware.com/service/reminders#operation/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rex, diff --git a/components/rhombus/actions/create-camera-clip/create-camera-clip.mjs b/components/rhombus/actions/create-camera-clip/create-camera-clip.mjs index 7018338d3496b..3c0c59c5886a8 100644 --- a/components/rhombus/actions/create-camera-clip/create-camera-clip.mjs +++ b/components/rhombus/actions/create-camera-clip/create-camera-clip.mjs @@ -5,7 +5,12 @@ export default { key: "rhombus-create-camera-clip", name: "Create Camera Clip", description: "Create a camera clip from video footage. [See the documentation](https://apidocs.rhombus.com/reference/splicev3)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/create-custom-footage-seekpoints/create-custom-footage-seekpoints.mjs b/components/rhombus/actions/create-custom-footage-seekpoints/create-custom-footage-seekpoints.mjs index d4fe858f38f89..edbb99287e086 100644 --- a/components/rhombus/actions/create-custom-footage-seekpoints/create-custom-footage-seekpoints.mjs +++ b/components/rhombus/actions/create-custom-footage-seekpoints/create-custom-footage-seekpoints.mjs @@ -4,7 +4,12 @@ export default { key: "rhombus-create-custom-footage-seekpoints", name: "Create Custom Footage Seekpoints", description: "Create custom activity seekpoints for a specified camera. [See the documentation](https://apidocs.rhombus.com/reference/createcustomfootageseekpoints)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/create-shared-live-video-stream/create-shared-live-video-stream.mjs b/components/rhombus/actions/create-shared-live-video-stream/create-shared-live-video-stream.mjs index 5649a08a4648f..4f32302147cf2 100644 --- a/components/rhombus/actions/create-shared-live-video-stream/create-shared-live-video-stream.mjs +++ b/components/rhombus/actions/create-shared-live-video-stream/create-shared-live-video-stream.mjs @@ -6,7 +6,12 @@ export default { key: "rhombus-create-shared-live-video-stream", name: "Create Shared Live Video Stream", description: "Create a shared live video stream and get the URL to access it. [See the documentation](https://apidocs.rhombus.com/reference/createcamerasharedlivevideostream))", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/play-audio-upload/play-audio-upload.mjs b/components/rhombus/actions/play-audio-upload/play-audio-upload.mjs index c1cba6c72399e..2db4a0d34a631 100644 --- a/components/rhombus/actions/play-audio-upload/play-audio-upload.mjs +++ b/components/rhombus/actions/play-audio-upload/play-audio-upload.mjs @@ -4,7 +4,12 @@ export default { key: "rhombus-play-audio-upload", name: "Play Audio Upload", description: "Play an uploaded audio clip through an audio device. [See the documentation](https://apidocs.rhombus.com/reference/playaudioupload)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/reboot-camera/reboot-camera.mjs b/components/rhombus/actions/reboot-camera/reboot-camera.mjs index 69a36676ec7ee..238381882b42d 100644 --- a/components/rhombus/actions/reboot-camera/reboot-camera.mjs +++ b/components/rhombus/actions/reboot-camera/reboot-camera.mjs @@ -4,7 +4,12 @@ export default { key: "rhombus-reboot-camera", name: "Reboot Camera", description: "Reboot a camera. [See the documentation](https://apidocs.rhombus.com/reference/rebootcamera)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/toggle-audio-gateway-recording/toggle-audio-gateway-recording.mjs b/components/rhombus/actions/toggle-audio-gateway-recording/toggle-audio-gateway-recording.mjs index a7fa788721d13..e5eb4d0ee499b 100644 --- a/components/rhombus/actions/toggle-audio-gateway-recording/toggle-audio-gateway-recording.mjs +++ b/components/rhombus/actions/toggle-audio-gateway-recording/toggle-audio-gateway-recording.mjs @@ -4,7 +4,12 @@ export default { key: "rhombus-toggle-audio-gateway-recording", name: "Toggle Audio Gateway Recording", description: "Update audio gateway settings to enable or disable audio recording. [See the documentation](https://apidocs.rhombus.com/reference/updateaudiogatewayconfig)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/rhombus/actions/unlock-access-controlled-door/unlock-access-controlled-door.mjs b/components/rhombus/actions/unlock-access-controlled-door/unlock-access-controlled-door.mjs index f673bcdff24d6..d847408128e94 100644 --- a/components/rhombus/actions/unlock-access-controlled-door/unlock-access-controlled-door.mjs +++ b/components/rhombus/actions/unlock-access-controlled-door/unlock-access-controlled-door.mjs @@ -4,7 +4,12 @@ export default { key: "rhombus-unlock-access-controlled-door", name: "Unlock Access Controlled Door", description: "Unlock an access controlled door. [See the documentation](https://apidocs.rhombus.com/reference/unlockaccesscontrolleddoor)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rhombus, diff --git a/components/richpanel/actions/add-ticket-message/add-ticket-message.mjs b/components/richpanel/actions/add-ticket-message/add-ticket-message.mjs index 6bd4f210b0906..97fe6a1179a96 100644 --- a/components/richpanel/actions/add-ticket-message/add-ticket-message.mjs +++ b/components/richpanel/actions/add-ticket-message/add-ticket-message.mjs @@ -4,7 +4,12 @@ export default { key: "richpanel-add-ticket-message", name: "Add Ticket Message", description: "Adds a message to an existing ticket. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { richpanel, diff --git a/components/richpanel/actions/create-ticket/create-ticket.mjs b/components/richpanel/actions/create-ticket/create-ticket.mjs index 2f4e7b8518036..cabc15f530c66 100644 --- a/components/richpanel/actions/create-ticket/create-ticket.mjs +++ b/components/richpanel/actions/create-ticket/create-ticket.mjs @@ -7,7 +7,12 @@ export default { key: "richpanel-create-ticket", name: "Create Ticket", description: "Creates a new support ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/create-conversation).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { richpanel, diff --git a/components/richpanel/actions/update-ticket-status/update-ticket-status.mjs b/components/richpanel/actions/update-ticket-status/update-ticket-status.mjs index 00a7637941308..8f8825c775d1b 100644 --- a/components/richpanel/actions/update-ticket-status/update-ticket-status.mjs +++ b/components/richpanel/actions/update-ticket-status/update-ticket-status.mjs @@ -4,7 +4,12 @@ export default { key: "richpanel-update-ticket-status", name: "Update Ticket Status", description: "Updates the status of an existing ticket in Richpanel. [See the documentation](https://developer.richpanel.com/reference/update-a-conversation).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { richpanel, diff --git a/components/ringcentral/actions/create-contact/create-contact.mjs b/components/ringcentral/actions/create-contact/create-contact.mjs index 0da88cd4a8e19..acaf40b43e2e3 100644 --- a/components/ringcentral/actions/create-contact/create-contact.mjs +++ b/components/ringcentral/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "ringcentral-create-contact", name: "Create Contact", description: "Creates a user personal contact. [See the documentation](https://developers.ringcentral.com/api-reference/External-Contacts/createContact)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringcentral, diff --git a/components/ringcentral/actions/create-meeting/create-meeting.mjs b/components/ringcentral/actions/create-meeting/create-meeting.mjs index feaac8d77e979..d2731c3ff831f 100644 --- a/components/ringcentral/actions/create-meeting/create-meeting.mjs +++ b/components/ringcentral/actions/create-meeting/create-meeting.mjs @@ -4,7 +4,12 @@ export default { key: "ringcentral-create-meeting", name: "Create Meeting", description: "Creates a new meeting. See the API docs [here](https://developers.ringcentral.com/api-reference/Meeting-Management/createMeeting).", - version: "0.2.1", + version: "0.2.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringcentral, diff --git a/components/ringcentral/actions/download-recording/download-recording.mjs b/components/ringcentral/actions/download-recording/download-recording.mjs index acc631b87a84b..e8421524950c8 100644 --- a/components/ringcentral/actions/download-recording/download-recording.mjs +++ b/components/ringcentral/actions/download-recording/download-recording.mjs @@ -5,7 +5,12 @@ export default { key: "ringcentral-download-recording", name: "Download Recording", description: "Gets a recording and downloads it to the /tmp directory. [See the documentation](https://developers.ringcentral.com/api-reference/Call-Recordings/readCallRecordingContent)", - version: "0.0.3", + version: "0.0.4", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ringcentral, diff --git a/components/ringcentral/actions/get-message/get-message.mjs b/components/ringcentral/actions/get-message/get-message.mjs index 1a37b18f08039..7503c6525382f 100644 --- a/components/ringcentral/actions/get-message/get-message.mjs +++ b/components/ringcentral/actions/get-message/get-message.mjs @@ -4,7 +4,12 @@ export default { key: "ringcentral-get-message", name: "Get Message", description: "Get message from the Message Store. See the API docs [here](https://developers.ringcentral.com/api-reference/Message-Store/readMessage)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringcentral, diff --git a/components/ringcentral/actions/make-callout/make-callout.mjs b/components/ringcentral/actions/make-callout/make-callout.mjs index 1db62e12e659a..2f28fb723a32e 100644 --- a/components/ringcentral/actions/make-callout/make-callout.mjs +++ b/components/ringcentral/actions/make-callout/make-callout.mjs @@ -4,7 +4,12 @@ export default { key: "ringcentral-make-callout", name: "Make CallOut", description: "Creates a new outbound call out session. See the API docs [here](https://developers.ringcentral.com/api-reference/Call-Control/createCallOutCallSession)", - version: "0.4.1", + version: "0.4.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringcentral, diff --git a/components/ringcentral/actions/send-sms/send-sms.mjs b/components/ringcentral/actions/send-sms/send-sms.mjs index c0491cc7130f9..bfaff85fc6c66 100644 --- a/components/ringcentral/actions/send-sms/send-sms.mjs +++ b/components/ringcentral/actions/send-sms/send-sms.mjs @@ -5,7 +5,12 @@ export default { key: "ringcentral-send-sms", name: "Send SMS", description: "Creates and sends a new text message. See the API docs [here](https://developers.ringcentral.com/api-reference/SMS/createSMSMessage)", - version: "0.5.2", + version: "0.5.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringcentral, diff --git a/components/ringover/actions/create-contact/create-contact.mjs b/components/ringover/actions/create-contact/create-contact.mjs index 1506fd05ee3c3..9156eb3be1501 100644 --- a/components/ringover/actions/create-contact/create-contact.mjs +++ b/components/ringover/actions/create-contact/create-contact.mjs @@ -4,7 +4,12 @@ export default { key: "ringover-create-contact", name: "Create Contact", description: "Creates a new contact in Ringover. [See the documentation](https://developer.ringover.com/?_ga=2.63646317.316145444.1695076986-652152469.1694643800#tag/contacts/paths/~1contacts/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ringover, diff --git a/components/rinkel/actions/add-note/add-note.mjs b/components/rinkel/actions/add-note/add-note.mjs index fa0422934c89c..5644797155afd 100644 --- a/components/rinkel/actions/add-note/add-note.mjs +++ b/components/rinkel/actions/add-note/add-note.mjs @@ -4,7 +4,12 @@ export default { key: "rinkel-add-note", name: "Add Note", description: "Add a note to a call. [See the documentation](https://developers.rinkel.com/docs/api/add-a-note-to-a-call-detail-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rinkel, diff --git a/components/rinkel/actions/get-call-details/get-call-details.mjs b/components/rinkel/actions/get-call-details/get-call-details.mjs index 64aba5fdb5eb7..9839d840990c7 100644 --- a/components/rinkel/actions/get-call-details/get-call-details.mjs +++ b/components/rinkel/actions/get-call-details/get-call-details.mjs @@ -4,7 +4,12 @@ export default { key: "rinkel-get-call-details", name: "Get Call Details", description: "Get details about a call. [See the documentation](https://developers.rinkel.com/docs/api/get-a-specific-call-detail-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rinkel, diff --git a/components/rinkel/actions/get-call-recording/get-call-recording.mjs b/components/rinkel/actions/get-call-recording/get-call-recording.mjs index 77155a0611f3a..cef8d5c79c047 100644 --- a/components/rinkel/actions/get-call-recording/get-call-recording.mjs +++ b/components/rinkel/actions/get-call-recording/get-call-recording.mjs @@ -4,7 +4,12 @@ export default { key: "rinkel-get-call-recording", name: "Get Call Recording", description: "Get a call recording. [See the documentation](https://developers.rinkel.com/docs/api/get-a-recording)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rinkel, diff --git a/components/rinkel/actions/get-voicemail/get-voicemail.mjs b/components/rinkel/actions/get-voicemail/get-voicemail.mjs index 8f9967bd9b3b5..fc94d8ddcebf7 100644 --- a/components/rinkel/actions/get-voicemail/get-voicemail.mjs +++ b/components/rinkel/actions/get-voicemail/get-voicemail.mjs @@ -4,7 +4,12 @@ export default { key: "rinkel-get-voicemail", name: "Get Voicemail", description: "Returns a URL to stream or download a voicemail. [See the documentation](https://developers.rinkel.com/docs/api/get-a-temporary-url-to-stream-or-download-a-voicemail)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rinkel, diff --git a/components/rinkel/actions/update-note/update-note.mjs b/components/rinkel/actions/update-note/update-note.mjs index 5109ff9d88c19..08502d6f9a4f1 100644 --- a/components/rinkel/actions/update-note/update-note.mjs +++ b/components/rinkel/actions/update-note/update-note.mjs @@ -4,7 +4,12 @@ export default { key: "rinkel-update-note", name: "Update Note", description: "Update a note on a call. [See the documentation](https://developers.rinkel.com/docs/api/update-a-note-in-a-call-detail-record)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rinkel, diff --git a/components/rippling/actions/get-user/get-user.mjs b/components/rippling/actions/get-user/get-user.mjs index 129d27421b6d7..fd1692fae1152 100644 --- a/components/rippling/actions/get-user/get-user.mjs +++ b/components/rippling/actions/get-user/get-user.mjs @@ -4,7 +4,12 @@ export default { key: "rippling-get-user", name: "Get User", description: "Retrieves a specific user from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/get-users)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rippling, diff --git a/components/rippling/actions/list-companies/list-companies.mjs b/components/rippling/actions/list-companies/list-companies.mjs index bd4b10384dd58..fa453d6aa4346 100644 --- a/components/rippling/actions/list-companies/list-companies.mjs +++ b/components/rippling/actions/list-companies/list-companies.mjs @@ -4,7 +4,12 @@ export default { key: "rippling-list-companies", name: "List Companies", description: "Retrieves a list of all companies from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-companies)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rippling, diff --git a/components/rippling/actions/list-teams/list-teams.mjs b/components/rippling/actions/list-teams/list-teams.mjs index 505d368b1e05f..6b8e5de5e403d 100644 --- a/components/rippling/actions/list-teams/list-teams.mjs +++ b/components/rippling/actions/list-teams/list-teams.mjs @@ -4,7 +4,12 @@ export default { key: "rippling-list-teams", name: "List Teams", description: "Retrieves a list of all teams from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-teams)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rippling, diff --git a/components/rippling/actions/list-workers/list-workers.mjs b/components/rippling/actions/list-workers/list-workers.mjs index 35614f16372cf..f1042b2233265 100644 --- a/components/rippling/actions/list-workers/list-workers.mjs +++ b/components/rippling/actions/list-workers/list-workers.mjs @@ -4,7 +4,12 @@ export default { key: "rippling-list-workers", name: "List Workers", description: "Retrieves a list of all workers from Rippling. [See the documentation](https://developer.rippling.com/documentation/rest-api/reference/list-workers)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rippling, diff --git a/components/riskadvisor/actions/create-client/create-client.mjs b/components/riskadvisor/actions/create-client/create-client.mjs index ca8a2dcc01eae..de8ba25d2f302 100644 --- a/components/riskadvisor/actions/create-client/create-client.mjs +++ b/components/riskadvisor/actions/create-client/create-client.mjs @@ -4,7 +4,12 @@ export default { key: "riskadvisor-create-client", name: "Create Client", description: "Create a new client in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#create-a-client)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { riskadvisor, diff --git a/components/riskadvisor/actions/create-risk-profile/create-risk-profile.mjs b/components/riskadvisor/actions/create-risk-profile/create-risk-profile.mjs index a863a4e80955c..af413a703cf28 100644 --- a/components/riskadvisor/actions/create-risk-profile/create-risk-profile.mjs +++ b/components/riskadvisor/actions/create-risk-profile/create-risk-profile.mjs @@ -5,7 +5,12 @@ export default { key: "riskadvisor-create-risk-profile", name: "Create Risk Profile", description: "Creates a risk profile in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/risk-profiles#create-a-risk-profile)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { riskadvisor, diff --git a/components/riskadvisor/actions/update-client/update-client.mjs b/components/riskadvisor/actions/update-client/update-client.mjs index 345775989ce4b..594e6f68b1654 100644 --- a/components/riskadvisor/actions/update-client/update-client.mjs +++ b/components/riskadvisor/actions/update-client/update-client.mjs @@ -5,7 +5,12 @@ export default { key: "riskadvisor-update-client", name: "Update Client", description: "Updates an existing in RiskAdvisor. [See the documentation](https://api.riskadvisor.insure/clients#update-a-client)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { riskadvisor, diff --git a/components/rkvst/actions/create-asset/create-asset.mjs b/components/rkvst/actions/create-asset/create-asset.mjs index 9a4a1d3376f46..58a10da6cb344 100644 --- a/components/rkvst/actions/create-asset/create-asset.mjs +++ b/components/rkvst/actions/create-asset/create-asset.mjs @@ -5,7 +5,12 @@ export default { key: "rkvst-create-asset", name: "Create Asset", description: "Allows for the addition of a new asset into the RKVST system. [See the documentation](https://docs.datatrails.ai/developers/api-reference/assets-api/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rkvst, diff --git a/components/rkvst/actions/create-event/create-event.mjs b/components/rkvst/actions/create-event/create-event.mjs index c85202a0819d9..72fbf468e07a5 100644 --- a/components/rkvst/actions/create-event/create-event.mjs +++ b/components/rkvst/actions/create-event/create-event.mjs @@ -5,7 +5,12 @@ export default { key: "rkvst-create-event", name: "Create Event", description: "Create a new event based on an asset. [See the documentation](https://docs.datatrails.ai/developers/api-reference/events-api/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rkvst, diff --git a/components/roamresearch/actions/add-content-to-daily-note-page/add-content-to-daily-note-page.mjs b/components/roamresearch/actions/add-content-to-daily-note-page/add-content-to-daily-note-page.mjs index 7a390bad1db72..95cff8060215b 100644 --- a/components/roamresearch/actions/add-content-to-daily-note-page/add-content-to-daily-note-page.mjs +++ b/components/roamresearch/actions/add-content-to-daily-note-page/add-content-to-daily-note-page.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-add-content-to-daily-note-page", name: "Add Content To Daily Note Page", description: "Adds content as a child block to a daily note page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/add-content-to-page/add-content-to-page.mjs b/components/roamresearch/actions/add-content-to-page/add-content-to-page.mjs index dd22bbf9a5606..b14aed23787c6 100644 --- a/components/roamresearch/actions/add-content-to-page/add-content-to-page.mjs +++ b/components/roamresearch/actions/add-content-to-page/add-content-to-page.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-add-content-to-page", name: "Add Content To Page", description: "Add content as a child block to an existing or new page in Roam Research (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/add-content-underneath-block/add-content-underneath-block.mjs b/components/roamresearch/actions/add-content-underneath-block/add-content-underneath-block.mjs index 405b0274b0619..cbf066605414c 100644 --- a/components/roamresearch/actions/add-content-underneath-block/add-content-underneath-block.mjs +++ b/components/roamresearch/actions/add-content-underneath-block/add-content-underneath-block.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-add-content-underneath-block", name: "Add Content Underneath Block", description: "Add content underneath an existing block in your Roam Research graph (access to encrypted and non encrypted graphs). [See the documentation](https://roamresearch.com/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/append-blocks/append-blocks.mjs b/components/roamresearch/actions/append-blocks/append-blocks.mjs index 1a807828ade77..c46f976fc145e 100644 --- a/components/roamresearch/actions/append-blocks/append-blocks.mjs +++ b/components/roamresearch/actions/append-blocks/append-blocks.mjs @@ -5,7 +5,12 @@ export default { key: "roamresearch-append-blocks", name: "Append Blocks", description: "Generic append blocks for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/kjnAseQ-K).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/get-page-or-block-data/get-page-or-block-data.mjs b/components/roamresearch/actions/get-page-or-block-data/get-page-or-block-data.mjs index b4fc68ee96a48..be50c16a04a62 100644 --- a/components/roamresearch/actions/get-page-or-block-data/get-page-or-block-data.mjs +++ b/components/roamresearch/actions/get-page-or-block-data/get-page-or-block-data.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-get-page-or-block-data", name: "Get Page Or Block Data", description: "Get the data for a page or block in Roam Research (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/pull-many/pull-many.mjs b/components/roamresearch/actions/pull-many/pull-many.mjs index 50d4f2a2fbbe2..2c1e23686b0da 100644 --- a/components/roamresearch/actions/pull-many/pull-many.mjs +++ b/components/roamresearch/actions/pull-many/pull-many.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-pull-many", name: "Pull Many", description: "Generic pull many for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/pull/pull.mjs b/components/roamresearch/actions/pull/pull.mjs index e0e9fd8f6be29..611f0a91cc2a3 100644 --- a/components/roamresearch/actions/pull/pull.mjs +++ b/components/roamresearch/actions/pull/pull.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-pull", name: "Pull", description: "Generic pull for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/query/query.mjs b/components/roamresearch/actions/query/query.mjs index e1d9d743474b3..4495c634c5e56 100644 --- a/components/roamresearch/actions/query/query.mjs +++ b/components/roamresearch/actions/query/query.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-query", name: "Query", description: "Generic query for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/search-title/search-title.mjs b/components/roamresearch/actions/search-title/search-title.mjs index 47b7ccfc86365..b309a740e3e7c 100644 --- a/components/roamresearch/actions/search-title/search-title.mjs +++ b/components/roamresearch/actions/search-title/search-title.mjs @@ -4,7 +4,12 @@ export default { key: "roamresearch-search-title", name: "Search Title", description: "Search for a title in Roam Research pages (access only to non ecrypted graphs). [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/eb8OVhaFC).", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/roamresearch/actions/write/write.mjs b/components/roamresearch/actions/write/write.mjs index dd698c0c6cdda..8be24ab634eab 100644 --- a/components/roamresearch/actions/write/write.mjs +++ b/components/roamresearch/actions/write/write.mjs @@ -6,7 +6,12 @@ export default { key: "roamresearch-write", name: "Write", description: "Generic write for Roam Research pages. [See the documentation](https://roamresearch.com/#/app/developer-documentation/page/mdnjFsqoA).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/roboflow/actions/classify-image/classify-image.mjs b/components/roboflow/actions/classify-image/classify-image.mjs index acde8cf55857e..095b194a6523a 100644 --- a/components/roboflow/actions/classify-image/classify-image.mjs +++ b/components/roboflow/actions/classify-image/classify-image.mjs @@ -5,7 +5,12 @@ export default { key: "roboflow-classify-image", name: "Classify Image", description: "Run inference on classification models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/classification).", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { roboflow, diff --git a/components/roboflow/actions/detect-object-from-image/detect-object-from-image.mjs b/components/roboflow/actions/detect-object-from-image/detect-object-from-image.mjs index 6b3f8bedfc9f2..544cfba9b87a1 100644 --- a/components/roboflow/actions/detect-object-from-image/detect-object-from-image.mjs +++ b/components/roboflow/actions/detect-object-from-image/detect-object-from-image.mjs @@ -5,7 +5,12 @@ export default { key: "roboflow-detect-object-from-image", name: "Detect Object From Image", description: "Run inference on your object detection models hosted on Roboflow. [See the documentation](https://docs.roboflow.com/deploy/hosted-api/object-detection).", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { roboflow, diff --git a/components/roboflow/actions/upload-image/upload-image.mjs b/components/roboflow/actions/upload-image/upload-image.mjs index 801ec8b0381d6..4c201089b8020 100644 --- a/components/roboflow/actions/upload-image/upload-image.mjs +++ b/components/roboflow/actions/upload-image/upload-image.mjs @@ -7,7 +7,12 @@ export default { key: "roboflow-upload-image", name: "Upload Image", description: "Upload an image to a project on the Roboflow platform. [See the documentation](https://docs.roboflow.com/datasets/adding-data/upload-api).", - version: "1.0.1", + version: "1.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { roboflow, diff --git a/components/rocket_chat/actions/create-channel/create-channel.mjs b/components/rocket_chat/actions/create-channel/create-channel.mjs index 8cd2cc3eda8da..94b9375e77eaa 100644 --- a/components/rocket_chat/actions/create-channel/create-channel.mjs +++ b/components/rocket_chat/actions/create-channel/create-channel.mjs @@ -4,7 +4,12 @@ export default { key: "rocket_chat-create-channel", name: "Create Channel", description: "Creates a new channel. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/rooms/channels-endpoints/create-channel)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rocketchat, diff --git a/components/rocket_chat/actions/send-direct-message/send-direct-message.mjs b/components/rocket_chat/actions/send-direct-message/send-direct-message.mjs index f86f00c23de32..d0f6a8575cca4 100644 --- a/components/rocket_chat/actions/send-direct-message/send-direct-message.mjs +++ b/components/rocket_chat/actions/send-direct-message/send-direct-message.mjs @@ -4,7 +4,12 @@ export default { key: "rocket_chat-send-direct-message", name: "Send Direct Message", description: "Sends a new direct message to a specific user. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/messaging/chat-endpoints/postmessage)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rocketchat, diff --git a/components/rocket_chat/actions/set-status/set-status.mjs b/components/rocket_chat/actions/set-status/set-status.mjs index 2e0ed227a1caf..9d72e2e0e5bbb 100644 --- a/components/rocket_chat/actions/set-status/set-status.mjs +++ b/components/rocket_chat/actions/set-status/set-status.mjs @@ -5,7 +5,12 @@ export default { key: "rocket_chat-set-status", name: "Set Status", description: "Updates the user's status. [See the documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/user-management/users-endpoints/set-user-status)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rocketchat, diff --git a/components/rocketreach/actions/lookup-company/lookup-company.mjs b/components/rocketreach/actions/lookup-company/lookup-company.mjs index 582245d1bbd70..263c2ee95ddca 100644 --- a/components/rocketreach/actions/lookup-company/lookup-company.mjs +++ b/components/rocketreach/actions/lookup-company/lookup-company.mjs @@ -4,7 +4,12 @@ export default { key: "rocketreach-lookup-company", name: "lookup company", description: "Lookup the profile of a company. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupCompany)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rocketreachApp, diff --git a/components/rocketreach/actions/lookup-profile/lookup-profile.mjs b/components/rocketreach/actions/lookup-profile/lookup-profile.mjs index c5c14cecb96ea..1df94886ee4f9 100644 --- a/components/rocketreach/actions/lookup-profile/lookup-profile.mjs +++ b/components/rocketreach/actions/lookup-profile/lookup-profile.mjs @@ -4,7 +4,12 @@ export default { key: "rocketreach-lookup-profile", name: "lookup profile", description: "Lookup the profile of a person. [See docs here](https://rocketreach.co/api?section=api_section_ws_lookupProfile)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { rocketreachApp, diff --git a/components/rocketskip/actions/skip-trace-property/skip-trace-property.mjs b/components/rocketskip/actions/skip-trace-property/skip-trace-property.mjs index f9b013fdb109f..1fc33374a18bc 100644 --- a/components/rocketskip/actions/skip-trace-property/skip-trace-property.mjs +++ b/components/rocketskip/actions/skip-trace-property/skip-trace-property.mjs @@ -4,7 +4,12 @@ export default { key: "rocketskip-skip-trace-property", name: "Skip Trace Property", description: "Send a property to get phone numbers for the property owner. [See the documentation](https://docs.rocketskip.com/api-reference/endpoint/post)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rockset/actions/add-documents/add-documents.mjs b/components/rockset/actions/add-documents/add-documents.mjs index 650abe58dcb79..4da7a923cf530 100644 --- a/components/rockset/actions/add-documents/add-documents.mjs +++ b/components/rockset/actions/add-documents/add-documents.mjs @@ -5,7 +5,12 @@ export default { key: "rockset-add-documents", name: "Add Documents", description: "Add documents to a collection in Rockset. Learn more at https://docs.rockset.com/rest/#adddocuments.", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rockset: { diff --git a/components/rockset/actions/create-api-key/create-api-key.mjs b/components/rockset/actions/create-api-key/create-api-key.mjs index a751dd2354986..d11f925aa161c 100644 --- a/components/rockset/actions/create-api-key/create-api-key.mjs +++ b/components/rockset/actions/create-api-key/create-api-key.mjs @@ -5,7 +5,12 @@ export default { key: "rockset-create-api-key", name: "Create API Key", description: "Create a new API key for the authenticated user.", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rockset: { diff --git a/components/rockset/actions/create-integration/create-integration.mjs b/components/rockset/actions/create-integration/create-integration.mjs index 74cebbcc98344..c335837d2681b 100644 --- a/components/rockset/actions/create-integration/create-integration.mjs +++ b/components/rockset/actions/create-integration/create-integration.mjs @@ -5,7 +5,12 @@ export default { key: "rockset-create-integration", name: "Create Integration", description: "Create a new integration with Rockset. Learn more at https://docs.rockset.com/rest/#createintegration", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { rockset: { diff --git a/components/roll/actions/create-company/create-company.mjs b/components/roll/actions/create-company/create-company.mjs index ffe094ca7e16d..9afe737c1a8cf 100644 --- a/components/roll/actions/create-company/create-company.mjs +++ b/components/roll/actions/create-company/create-company.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-create-company", name: "Create Company", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/create-project/create-project.mjs b/components/roll/actions/create-project/create-project.mjs index c6a2348a7cd41..cb6d067deae60 100644 --- a/components/roll/actions/create-project/create-project.mjs +++ b/components/roll/actions/create-project/create-project.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-create-project", name: "Create Project", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/create-time/create-time.mjs b/components/roll/actions/create-time/create-time.mjs index 40d481c7a5f0d..9481f1db74716 100644 --- a/components/roll/actions/create-time/create-time.mjs +++ b/components/roll/actions/create-time/create-time.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-create-time", name: "Create Time Record", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Create a new time [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/find-company/find-company.mjs b/components/roll/actions/find-company/find-company.mjs index 7aed862e82e02..e47f9ee578643 100644 --- a/components/roll/actions/find-company/find-company.mjs +++ b/components/roll/actions/find-company/find-company.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-find-company", name: "Find Company", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Find a company [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/find-create-company/find-create-company.mjs b/components/roll/actions/find-create-company/find-create-company.mjs index c5431ee138a60..c1d6f57877c84 100644 --- a/components/roll/actions/find-create-company/find-create-company.mjs +++ b/components/roll/actions/find-create-company/find-create-company.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-find-create-company", name: "Find Or Create Company", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Find a company or create it if it doesn't exists [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/find-create-project/find-create-project.mjs b/components/roll/actions/find-create-project/find-create-project.mjs index 48e5a357651c8..7172a34cefc8f 100644 --- a/components/roll/actions/find-create-project/find-create-project.mjs +++ b/components/roll/actions/find-create-project/find-create-project.mjs @@ -4,7 +4,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-find-create-project", name: "Find Or Create Project", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Find a project or create it if it doesn't exists [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/roll/actions/find-project/find-project.mjs b/components/roll/actions/find-project/find-project.mjs index ed41a1b17f53e..324d0a5bf02d8 100644 --- a/components/roll/actions/find-project/find-project.mjs +++ b/components/roll/actions/find-project/find-project.mjs @@ -5,7 +5,12 @@ import roll from "../../roll.app.mjs"; export default { key: "roll-find-project", name: "Find Project", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Find a project [See the docs here](https://docs.rollhq.com/docs/roll-api#api-url)", type: "action", props: { diff --git a/components/rollbar/actions/create-a-project/create-a-project.mjs b/components/rollbar/actions/create-a-project/create-a-project.mjs index b6ff08769144b..855237576ef2b 100644 --- a/components/rollbar/actions/create-a-project/create-a-project.mjs +++ b/components/rollbar/actions/create-a-project/create-a-project.mjs @@ -4,7 +4,12 @@ export default { key: "rollbar-create-a-project", name: "Create a Project", description: "Creates a new project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/create-a-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rollbar/actions/delete-a-project/delete-a-project.mjs b/components/rollbar/actions/delete-a-project/delete-a-project.mjs index 2902ff4d9d3a2..16e0e3af84755 100644 --- a/components/rollbar/actions/delete-a-project/delete-a-project.mjs +++ b/components/rollbar/actions/delete-a-project/delete-a-project.mjs @@ -4,7 +4,12 @@ export default { key: "rollbar-delete-a-project", name: "Delete a Project", description: "Deletes a project in Rollbar. [See the documentation](https://docs.rollbar.com/reference/delete-a-project)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rollbar/actions/list-projects/list-projects.mjs b/components/rollbar/actions/list-projects/list-projects.mjs index 4199f28d1d902..0f1083aa224dc 100644 --- a/components/rollbar/actions/list-projects/list-projects.mjs +++ b/components/rollbar/actions/list-projects/list-projects.mjs @@ -4,7 +4,12 @@ export default { key: "rollbar-list-projects", name: "List Projects", description: "Lists all projects in Rollbar. [See the documentation](https://docs.rollbar.com/reference/list-all-projects)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/rosette_text_analytics/actions/extract-entities/extract-entities.mjs b/components/rosette_text_analytics/actions/extract-entities/extract-entities.mjs index ce68a01a4ef79..1451c4992b272 100644 --- a/components/rosette_text_analytics/actions/extract-entities/extract-entities.mjs +++ b/components/rosette_text_analytics/actions/extract-entities/extract-entities.mjs @@ -4,7 +4,12 @@ export default { key: "rosette_text_analytics-extract-entities", name: "Extract Entities", description: "Extract entities from content using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/text-analytics/entity-extractor/extract-entities)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rosette_text_analytics/actions/match-names/match-names.mjs b/components/rosette_text_analytics/actions/match-names/match-names.mjs index 5d91e5add947c..c7dbd83116f3a 100644 --- a/components/rosette_text_analytics/actions/match-names/match-names.mjs +++ b/components/rosette_text_analytics/actions/match-names/match-names.mjs @@ -4,7 +4,12 @@ export default { key: "rosette_text_analytics-match-names", name: "Match Names", description: "Compare two names using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/match-names/name-similarity/match-names)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rosette_text_analytics/actions/translate-name/translate-name.mjs b/components/rosette_text_analytics/actions/translate-name/translate-name.mjs index 7e57f06c5bad2..649fb35696d3d 100644 --- a/components/rosette_text_analytics/actions/translate-name/translate-name.mjs +++ b/components/rosette_text_analytics/actions/translate-name/translate-name.mjs @@ -4,7 +4,12 @@ export default { key: "rosette_text_analytics-translate-name", name: "Translate Name", description: "Translate name using Rosette. [See the documentation](https://documentation.babelstreet.com/analytics/match-names/name-translation/translate-names)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/add-session-access/add-session-access.mjs b/components/rumi_ai/actions/add-session-access/add-session-access.mjs index 5bfa27372083f..eeb5977942892 100644 --- a/components/rumi_ai/actions/add-session-access/add-session-access.mjs +++ b/components/rumi_ai/actions/add-session-access/add-session-access.mjs @@ -4,7 +4,12 @@ export default { key: "rumi_ai-add-session-access", name: "Add Session Access", description: "Add access to a session for specific email addresses or domains. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/ai-stream-query/ai-stream-query.mjs b/components/rumi_ai/actions/ai-stream-query/ai-stream-query.mjs index ef2831403a025..6a7c5e36ce961 100644 --- a/components/rumi_ai/actions/ai-stream-query/ai-stream-query.mjs +++ b/components/rumi_ai/actions/ai-stream-query/ai-stream-query.mjs @@ -4,7 +4,12 @@ export default { key: "rumi_ai-ai-stream-query", name: "AI Stream Query", description: "Stream an AI query against session memories. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/create-session/create-session.mjs b/components/rumi_ai/actions/create-session/create-session.mjs index 5eb14ab0549dd..33c2e4b756c61 100644 --- a/components/rumi_ai/actions/create-session/create-session.mjs +++ b/components/rumi_ai/actions/create-session/create-session.mjs @@ -5,7 +5,12 @@ export default { key: "rumi_ai-create-session", name: "Create Session", description: "Create a new session/meeting. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/get-current-user/get-current-user.mjs b/components/rumi_ai/actions/get-current-user/get-current-user.mjs index c8ece7479dab0..7316e334c7beb 100644 --- a/components/rumi_ai/actions/get-current-user/get-current-user.mjs +++ b/components/rumi_ai/actions/get-current-user/get-current-user.mjs @@ -4,7 +4,12 @@ export default { key: "rumi_ai-get-current-user", name: "Get Current User", description: "Get information about the current authenticated user. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/get-future-sessions/get-future-sessions.mjs b/components/rumi_ai/actions/get-future-sessions/get-future-sessions.mjs index f07c148543cb7..dd93ec35500db 100644 --- a/components/rumi_ai/actions/get-future-sessions/get-future-sessions.mjs +++ b/components/rumi_ai/actions/get-future-sessions/get-future-sessions.mjs @@ -4,7 +4,12 @@ export default { key: "rumi_ai-get-future-sessions", name: "Get Future Sessions", description: "Retrieve upcoming/future sessions. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/rumi_ai/actions/get-meeting-types/get-meeting-types.mjs b/components/rumi_ai/actions/get-meeting-types/get-meeting-types.mjs index 527506758aa7a..7ebd98d72746e 100644 --- a/components/rumi_ai/actions/get-meeting-types/get-meeting-types.mjs +++ b/components/rumi_ai/actions/get-meeting-types/get-meeting-types.mjs @@ -4,7 +4,12 @@ export default { key: "rumi_ai-get-meeting-types", name: "Get Meeting Types", description: "Retrieve available meeting types. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app,