diff --git a/components/peerdom/actions/update-role/update-role.mjs b/components/peerdom/actions/update-role/update-role.mjs index 0b26a17dab159..7a3442b73916a 100644 --- a/components/peerdom/actions/update-role/update-role.mjs +++ b/components/peerdom/actions/update-role/update-role.mjs @@ -6,7 +6,12 @@ export default { key: "peerdom-update-role", name: "Update Role", description: "Update an existing role's attributes such as name, description, or linked domains. [See the documentation](https://api.peerdom.org/v1/docs)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { peerdom, diff --git a/components/pencil_spaces/actions/create-space/create-space.mjs b/components/pencil_spaces/actions/create-space/create-space.mjs index 8e9a9561df1a4..40d7a2ac3b1fa 100644 --- a/components/pencil_spaces/actions/create-space/create-space.mjs +++ b/components/pencil_spaces/actions/create-space/create-space.mjs @@ -6,7 +6,12 @@ export default { key: "pencil_spaces-create-space", name: "Create A Space", description: "Create a new space in Pencil Spaces. [See the documentation](https://api.pencilspaces.com/reference#tag/spaces/POST/spaces/create)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pencilSpaces, diff --git a/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs b/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs index 4835da3aa8a83..f0d493c508a7e 100644 --- a/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs +++ b/components/pennylane/actions/create-billing-subscription/create-billing-subscription.mjs @@ -12,7 +12,12 @@ export default { key: "pennylane-create-billing-subscription", name: "Create Billing Subscription", description: "Creates a billing subscription for a customer. [See the documentation](https://pennylane.readme.io/reference/billing_subscriptions-post-1).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pennylane, diff --git a/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs b/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs index 1e568b8339f73..972b18a213542 100644 --- a/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs +++ b/components/pennylane/actions/create-customer-invoice/create-customer-invoice.mjs @@ -11,7 +11,12 @@ export default { key: "pennylane-create-customer-invoice", name: "Create Customer Invoice", description: "Generates a new invoice for a customer using Pennylane. [See the documentation](https://pennylane.readme.io/reference/customer_invoices-post-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pennylane, diff --git a/components/pennylane/actions/create-customer/create-customer.mjs b/components/pennylane/actions/create-customer/create-customer.mjs index 38054afd4905c..743a34b660d5b 100644 --- a/components/pennylane/actions/create-customer/create-customer.mjs +++ b/components/pennylane/actions/create-customer/create-customer.mjs @@ -10,7 +10,12 @@ export default { key: "pennylane-create-customer", name: "Create Customer", description: "Creates a new customer in Pennylane. [See the documentation](https://pennylane.readme.io/reference/customers-post-1)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pennylane, diff --git a/components/people_data_labs/actions/enrich-company/enrich-company.mjs b/components/people_data_labs/actions/enrich-company/enrich-company.mjs index 4ea5390b5d1c9..08e4a5d50b8e7 100644 --- a/components/people_data_labs/actions/enrich-company/enrich-company.mjs +++ b/components/people_data_labs/actions/enrich-company/enrich-company.mjs @@ -4,7 +4,12 @@ export default { key: "people_data_labs-enrich-company", name: "Enrich a company", description: "The Company Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique company. [See the docs here](https://docs.peopledatalabs.com/docs/reference-company-enrichment-api)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/people_data_labs/actions/enrich-person/enrich-person.mjs b/components/people_data_labs/actions/enrich-person/enrich-person.mjs index 2faadb96ecb13..49b3698569a3c 100644 --- a/components/people_data_labs/actions/enrich-person/enrich-person.mjs +++ b/components/people_data_labs/actions/enrich-person/enrich-person.mjs @@ -4,7 +4,12 @@ export default { key: "people_data_labs-enrich-person", name: "Enrich a person", description: "The Person Enrichment API provides a one-to-one match, retrieving up-to-date information on a unique individual. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-enrichment-api)", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/people_data_labs/actions/search-people/search-people.mjs b/components/people_data_labs/actions/search-people/search-people.mjs index fa6507ce6a18b..4abc06fe98702 100644 --- a/components/people_data_labs/actions/search-people/search-people.mjs +++ b/components/people_data_labs/actions/search-people/search-people.mjs @@ -5,7 +5,12 @@ export default { key: "people_data_labs-search-people", name: "Search People", description: "Find specific segments of people that you need to power your projects and products. [See the docs here](https://docs.peopledatalabs.com/docs/reference-person-search-api)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/perplexity/actions/chat-completions/chat-completions.mjs b/components/perplexity/actions/chat-completions/chat-completions.mjs index 9fa863f9c2f7c..8bb4654cf2928 100644 --- a/components/perplexity/actions/chat-completions/chat-completions.mjs +++ b/components/perplexity/actions/chat-completions/chat-completions.mjs @@ -4,7 +4,12 @@ export default { key: "perplexity-chat-completions", name: "Chat Completions", description: "Generates a model's response for the given chat conversation. [See the documentation](https://docs.perplexity.ai/reference/post_chat_completions)", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/personio/actions/create-application/create-application.mjs b/components/personio/actions/create-application/create-application.mjs index 286277ff9d99c..f03dd120e4835 100644 --- a/components/personio/actions/create-application/create-application.mjs +++ b/components/personio/actions/create-application/create-application.mjs @@ -7,7 +7,12 @@ import personio from "../../personio.app.mjs"; export default { key: "personio-create-application", name: "Create Application", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Creates a new application. [See the documentation](https://developer.personio.de/reference/post_v1-recruiting-applications)", type: "action", props: { diff --git a/components/personio/actions/create-employee/create-employee.mjs b/components/personio/actions/create-employee/create-employee.mjs index 10cbab5134bd5..7c5e4b15c4af6 100644 --- a/components/personio/actions/create-employee/create-employee.mjs +++ b/components/personio/actions/create-employee/create-employee.mjs @@ -3,7 +3,12 @@ import personio from "../../personio.app.mjs"; export default { key: "personio-create-employee", name: "Create Employee", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, description: "Creates a new employee. [See the documentation](https://developer.personio.de/reference/post_company-employees)", type: "action", props: { diff --git a/components/personio/actions/list-employees/list-employees.mjs b/components/personio/actions/list-employees/list-employees.mjs index b28d7dccc9992..e3aa7610618e1 100644 --- a/components/personio/actions/list-employees/list-employees.mjs +++ b/components/personio/actions/list-employees/list-employees.mjs @@ -3,7 +3,12 @@ import personio from "../../personio.app.mjs"; export default { key: "personio-list-employees", name: "List Employees", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, description: "Get a list of the company employees. [See the documentation](https://developer.personio.de/reference/get_company-employees)", type: "action", props: { diff --git a/components/pexels/actions/download-photo/download-photo.mjs b/components/pexels/actions/download-photo/download-photo.mjs index acea4c2de20cb..11a89f12d8f58 100644 --- a/components/pexels/actions/download-photo/download-photo.mjs +++ b/components/pexels/actions/download-photo/download-photo.mjs @@ -8,7 +8,12 @@ export default { key: "pexels-download-photo", name: "Download Photo", description: "Download a specific photo by providing its photo ID and optionally choosing the desired size. [See the documentation](https://www.pexels.com/api/documentation/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pexels, diff --git a/components/pexels/actions/get-photo-details/get-photo-details.mjs b/components/pexels/actions/get-photo-details/get-photo-details.mjs index 46d1fd6913d6b..2d6650d4c6d36 100644 --- a/components/pexels/actions/get-photo-details/get-photo-details.mjs +++ b/components/pexels/actions/get-photo-details/get-photo-details.mjs @@ -4,7 +4,12 @@ export default { key: "pexels-get-photo-details", name: "Get Photo Details", description: "Retrieve detailed information about a specific photo by providing its photo ID. [See the documentation](https://www.pexels.com/api/documentation/#photos-show)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pexels, diff --git a/components/pexels/actions/search-photos/search-photos.mjs b/components/pexels/actions/search-photos/search-photos.mjs index 3b8e2aa4729df..a054fdaf78db0 100644 --- a/components/pexels/actions/search-photos/search-photos.mjs +++ b/components/pexels/actions/search-photos/search-photos.mjs @@ -4,7 +4,12 @@ export default { key: "pexels-search-photos", name: "Search Photos", description: "Search for photos on Pexels using a keyword or phrase. [See the documentation](https://www.pexels.com/api/documentation/#photos-search)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pexels, diff --git a/components/phantombuster/actions/launch-phantom/launch-phantom.mjs b/components/phantombuster/actions/launch-phantom/launch-phantom.mjs index 4969826744280..fffb3f5df99b6 100644 --- a/components/phantombuster/actions/launch-phantom/launch-phantom.mjs +++ b/components/phantombuster/actions/launch-phantom/launch-phantom.mjs @@ -3,7 +3,12 @@ import app from "../../phantombuster.app.mjs"; export default { type: "action", key: "phantombuster-launch-phantom", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Launch Phantom", description: "Adds an agent to the launch queue, [See the docs](https://hub.phantombuster.com/reference/post_agents-launch-1)", props: { diff --git a/components/phaxio/actions/send-fax/send-fax.mjs b/components/phaxio/actions/send-fax/send-fax.mjs index 91155c474ebfc..29ffd94e3da85 100644 --- a/components/phaxio/actions/send-fax/send-fax.mjs +++ b/components/phaxio/actions/send-fax/send-fax.mjs @@ -3,7 +3,12 @@ import { ConfigurationError } from "@pipedream/platform"; export default { name: "Send Fax", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "phaxio-send-fax", description: "Sends a fax. [See docs here](https://www.phaxio.com/docs/api/v2.1/faxes/create_and_send_fax)", type: "action", diff --git a/components/philips_hue/actions/activate-scene/activate-scene.mjs b/components/philips_hue/actions/activate-scene/activate-scene.mjs index 62db9a64b359c..71683ad0c946f 100644 --- a/components/philips_hue/actions/activate-scene/activate-scene.mjs +++ b/components/philips_hue/actions/activate-scene/activate-scene.mjs @@ -4,7 +4,12 @@ export default { key: "philips_hue-activate-scene", name: "Activate Scene", description: "Activates a Philips Hue light scene. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { philipsHue, diff --git a/components/philips_hue/actions/set-light-color/set-light-color.mjs b/components/philips_hue/actions/set-light-color/set-light-color.mjs index 3c095b95ab241..ef4ea0823d777 100644 --- a/components/philips_hue/actions/set-light-color/set-light-color.mjs +++ b/components/philips_hue/actions/set-light-color/set-light-color.mjs @@ -6,7 +6,12 @@ export default { key: "philips_hue-set-light-color", name: "Set Light Color", description: "Sets the light color of a Philips Hue light. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { philipsHue, diff --git a/components/philips_hue/actions/turn-light-on/turn-light-on.mjs b/components/philips_hue/actions/turn-light-on/turn-light-on.mjs index 3a4a0b2ad8c39..ed76b53fd9bc0 100644 --- a/components/philips_hue/actions/turn-light-on/turn-light-on.mjs +++ b/components/philips_hue/actions/turn-light-on/turn-light-on.mjs @@ -5,7 +5,12 @@ export default { key: "philips_hue-turn-light-on", name: "Turn Light On", description: "Turns on or off a Philips Hue light or group of lights. [See the documentation](https://developers.meethue.com/develop/hue-api-v2/api-reference/#resource_light__id__put)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { philipsHue, diff --git a/components/phoneburner/actions/create-contact/create-contact.mjs b/components/phoneburner/actions/create-contact/create-contact.mjs index d4ea011f22d4d..67d5c5e4faf27 100644 --- a/components/phoneburner/actions/create-contact/create-contact.mjs +++ b/components/phoneburner/actions/create-contact/create-contact.mjs @@ -2,7 +2,12 @@ import app from "../../phoneburner.app.mjs"; export default { name: "Create Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "phoneburner-create-contact", description: "Create a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts)", type: "action", diff --git a/components/phoneburner/actions/get-contact/get-contact.mjs b/components/phoneburner/actions/get-contact/get-contact.mjs index 9cf870cced7d7..0e61e61bb7d86 100644 --- a/components/phoneburner/actions/get-contact/get-contact.mjs +++ b/components/phoneburner/actions/get-contact/get-contact.mjs @@ -2,7 +2,12 @@ import app from "../../phoneburner.app.mjs"; export default { name: "Get Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "phoneburner-get-contact", description: "Get a specific contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts)", type: "action", diff --git a/components/phoneburner/actions/get-contacts/get-contacts.mjs b/components/phoneburner/actions/get-contacts/get-contacts.mjs index cf515e4cd1770..234d9e6fb6635 100644 --- a/components/phoneburner/actions/get-contacts/get-contacts.mjs +++ b/components/phoneburner/actions/get-contacts/get-contacts.mjs @@ -2,7 +2,12 @@ import app from "../../phoneburner.app.mjs"; export default { name: "Get Contacts", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, key: "phoneburner-get-contacts", description: "Get a list of contacts. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts)", type: "action", diff --git a/components/phoneburner/actions/update-contact/update-contact.mjs b/components/phoneburner/actions/update-contact/update-contact.mjs index faa9fac009e08..3bcb4db168fec 100644 --- a/components/phoneburner/actions/update-contact/update-contact.mjs +++ b/components/phoneburner/actions/update-contact/update-contact.mjs @@ -2,7 +2,12 @@ import app from "../../phoneburner.app.mjs"; export default { name: "Update Contact", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, key: "phoneburner-update-contact", description: "Update a contact. [See the documentation](https://www.phoneburner.com/developer/route_list#contacts)", type: "action", diff --git a/components/php_point_of_sale/actions/create-register/create-register.mjs b/components/php_point_of_sale/actions/create-register/create-register.mjs index d3071e231b1b9..d5b047de3f8e4 100644 --- a/components/php_point_of_sale/actions/create-register/create-register.mjs +++ b/components/php_point_of_sale/actions/create-register/create-register.mjs @@ -4,7 +4,12 @@ export default { key: "php_point_of_sale-create-register", name: "Create Register", description: "Creates a new register in the store. [See the documentation](https://phppointofsale.com/api.php#/registers/addregister)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/php_point_of_sale/actions/delete-register/delete-register.mjs b/components/php_point_of_sale/actions/delete-register/delete-register.mjs index 74755c0264f59..5bbfc22543596 100644 --- a/components/php_point_of_sale/actions/delete-register/delete-register.mjs +++ b/components/php_point_of_sale/actions/delete-register/delete-register.mjs @@ -4,7 +4,12 @@ export default { key: "php_point_of_sale-delete-register", name: "Delete a Register", description: "Deletes a register from PHP Point of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/deleteregister)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { app, diff --git a/components/php_point_of_sale/actions/get-registers/get-registers.mjs b/components/php_point_of_sale/actions/get-registers/get-registers.mjs index 73dfe65414258..25173eb57be70 100644 --- a/components/php_point_of_sale/actions/get-registers/get-registers.mjs +++ b/components/php_point_of_sale/actions/get-registers/get-registers.mjs @@ -4,7 +4,12 @@ export default { key: "php_point_of_sale-get-registers", name: "Get Registers", description: "Search for registers in PHP Point Of Sale. [See the documentation](https://phppointofsale.com/api.php#/registers/searchregisters)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/picdefense/actions/check-credits/check-credits.mjs b/components/picdefense/actions/check-credits/check-credits.mjs index 1f22c7a9b7cc9..bd66604d87a2a 100644 --- a/components/picdefense/actions/check-credits/check-credits.mjs +++ b/components/picdefense/actions/check-credits/check-credits.mjs @@ -4,7 +4,12 @@ export default { key: "picdefense-check-credits", name: "Check Credits", description: "Check how many credits the associated account have. [See the documentation](https://app.picdefense.io/apidocs/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/picdefense/actions/check-image-risk/check-image-risk.mjs b/components/picdefense/actions/check-image-risk/check-image-risk.mjs index 2884c02858df2..98543a7d92d46 100644 --- a/components/picdefense/actions/check-image-risk/check-image-risk.mjs +++ b/components/picdefense/actions/check-image-risk/check-image-risk.mjs @@ -4,7 +4,12 @@ export default { key: "picdefense-check-image-risk", name: "Check Image Risk", description: "Check the risk of the image on the provided URL. [See the documentation](https://app.picdefense.io/apidocs/)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { app, diff --git a/components/picky_assist/actions/send-message/send-message.mjs b/components/picky_assist/actions/send-message/send-message.mjs index 64fee6038228e..1eaaec81b99c1 100644 --- a/components/picky_assist/actions/send-message/send-message.mjs +++ b/components/picky_assist/actions/send-message/send-message.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Send Message", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "picky_assist-send-message", description: "Sends a message. [See docs here](https://help.pickyassist.com/api-documentation-v2/push-api/sending-single-message-push)", type: "action", diff --git a/components/picqer/actions/add-order-comment/add-order-comment.mjs b/components/picqer/actions/add-order-comment/add-order-comment.mjs index 574d7f759c81f..ad239361092be 100644 --- a/components/picqer/actions/add-order-comment/add-order-comment.mjs +++ b/components/picqer/actions/add-order-comment/add-order-comment.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-add-order-comment", name: "Add Comment To Order", description: "Add a comment to an order in Picqer. [See the documentation](https://picqer.com/en/api/comments#adding-comments-to-an-order)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/add-return-comment/add-return-comment.mjs b/components/picqer/actions/add-return-comment/add-return-comment.mjs index b8df5e64f94bb..a7bdea45b7cd3 100644 --- a/components/picqer/actions/add-return-comment/add-return-comment.mjs +++ b/components/picqer/actions/add-return-comment/add-return-comment.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-add-return-comment", name: "Add Comment To Return", description: "Add a comment to a return in Picqer. [See the documentation](https://picqer.com/en/api/comments#add-a-comment-to-an-return)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/create-order/create-order.mjs b/components/picqer/actions/create-order/create-order.mjs index 1515a21b2ae1f..40a46f90ba442 100644 --- a/components/picqer/actions/create-order/create-order.mjs +++ b/components/picqer/actions/create-order/create-order.mjs @@ -7,7 +7,12 @@ export default { key: "picqer-create-order", name: "Create Picqer Order", description: "Create a new order in Picqer. [See the documentation](https://picqer.com/en/api/orders)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/get-customer/get-customer.mjs b/components/picqer/actions/get-customer/get-customer.mjs index 60da7823c5248..bc130c5674eea 100644 --- a/components/picqer/actions/get-customer/get-customer.mjs +++ b/components/picqer/actions/get-customer/get-customer.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-get-customer", name: "Get Customer", description: "Get a customer in Picqer. [See the documentation](https://picqer.com/en/api/customers#get-single-customer)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/get-order/get-order.mjs b/components/picqer/actions/get-order/get-order.mjs index 3f1d03d2c22b5..c727725079b18 100644 --- a/components/picqer/actions/get-order/get-order.mjs +++ b/components/picqer/actions/get-order/get-order.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-get-order", name: "Get Picqer Order", description: "Get an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-single-order)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/get-picklist/get-picklist.mjs b/components/picqer/actions/get-picklist/get-picklist.mjs index 5ddb4ce78028a..65c3247665a0a 100644 --- a/components/picqer/actions/get-picklist/get-picklist.mjs +++ b/components/picqer/actions/get-picklist/get-picklist.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-get-picklist", name: "Get Picklist", description: "Get a picklist in Picqer. [See the documentation](https://picqer.com/en/api/picklists#h-get-single-picklist)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/get-status-per-order-line/get-status-per-order-line.mjs b/components/picqer/actions/get-status-per-order-line/get-status-per-order-line.mjs index bc27e8556cb3a..1144149bb2ecd 100644 --- a/components/picqer/actions/get-status-per-order-line/get-status-per-order-line.mjs +++ b/components/picqer/actions/get-status-per-order-line/get-status-per-order-line.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-get-status-per-order-line", name: "Get Status Per Order Line", description: "Get the status per order line in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-status-per-order-line)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/search-orders/search-orders.mjs b/components/picqer/actions/search-orders/search-orders.mjs index 244891c7498d0..e40edd7e7196e 100644 --- a/components/picqer/actions/search-orders/search-orders.mjs +++ b/components/picqer/actions/search-orders/search-orders.mjs @@ -5,7 +5,12 @@ export default { key: "picqer-search-orders", name: "Search Picqer Orders", description: "Search for orders in Picqer. [See the documentation](https://picqer.com/en/api/orders#get-all-orders)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { picqer, diff --git a/components/picqer/actions/update-order/update-order.mjs b/components/picqer/actions/update-order/update-order.mjs index 4857c6f9f13d6..8df2294706d33 100644 --- a/components/picqer/actions/update-order/update-order.mjs +++ b/components/picqer/actions/update-order/update-order.mjs @@ -4,7 +4,12 @@ export default { key: "picqer-update-order", name: "Update Picqer Order", description: "Update an order in Picqer. [See the documentation](https://picqer.com/en/api/orders#update)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { picqer, diff --git a/components/pidj/actions/create-contact/create-contact.mjs b/components/pidj/actions/create-contact/create-contact.mjs index 7977572e4dab8..e990cef37b54b 100644 --- a/components/pidj/actions/create-contact/create-contact.mjs +++ b/components/pidj/actions/create-contact/create-contact.mjs @@ -5,7 +5,12 @@ export default { key: "pidj-create-contact", name: "Create Contact", description: "Initiates a process to add a new contact to your Pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pidj, diff --git a/components/pidj/actions/initiate-survey/initiate-survey.mjs b/components/pidj/actions/initiate-survey/initiate-survey.mjs index d05a665b2f4ee..f0ce9687b63c7 100644 --- a/components/pidj/actions/initiate-survey/initiate-survey.mjs +++ b/components/pidj/actions/initiate-survey/initiate-survey.mjs @@ -5,7 +5,12 @@ export default { key: "pidj-initiate-survey", name: "Initiate Survey", description: "Triggers a pre-configured text survey to a specific contact. Requires the contact's information and the survey ID. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pidj, diff --git a/components/pidj/actions/send-message/send-message.mjs b/components/pidj/actions/send-message/send-message.mjs index a3b6a6ce8606d..1339813c9f96f 100644 --- a/components/pidj/actions/send-message/send-message.mjs +++ b/components/pidj/actions/send-message/send-message.mjs @@ -5,7 +5,12 @@ export default { key: "pidj-send-message", name: "Send Message", description: "Sends a text message to a specified phone number from your pidj account. [See the documentation](https://pidj.co/wp-content/uploads/2023/06/Pidj-API-Technical-Document-v3-1.pdf).", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pidj, diff --git a/components/piggy/actions/create-contact-attribute/create-contact-attribute.mjs b/components/piggy/actions/create-contact-attribute/create-contact-attribute.mjs index 4ad8b2ac5b5f6..a533b6541965e 100644 --- a/components/piggy/actions/create-contact-attribute/create-contact-attribute.mjs +++ b/components/piggy/actions/create-contact-attribute/create-contact-attribute.mjs @@ -3,7 +3,12 @@ import constants from "../common/constants.mjs"; export default { name: "Create Contact Attribute", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "piggy-create-contact-attribute", description: "Creates a contact attribute. [See the documentation](https://docs.piggy.eu/v3/oauth/contact-attributes#:~:text=Create%20Contact%20Attribute)", type: "action", diff --git a/components/piggy/actions/find-or-create-contact/find-or-create-contact.mjs b/components/piggy/actions/find-or-create-contact/find-or-create-contact.mjs index 49e0f63f8484f..72c0def5607c3 100644 --- a/components/piggy/actions/find-or-create-contact/find-or-create-contact.mjs +++ b/components/piggy/actions/find-or-create-contact/find-or-create-contact.mjs @@ -2,7 +2,12 @@ import app from "../../piggy.app.mjs"; export default { name: "Find Or Create Contact", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "piggy-find-or-create-contact", description: "Find or create a contact. [See the documentation](https://docs.piggy.eu/v3/oauth/contacts#:~:text=Possible%20errors-,Find%20or%20Create%20Contact,-Find%20Contact%20by)", type: "action", diff --git a/components/piloterr/actions/get-company-database/get-company-database.mjs b/components/piloterr/actions/get-company-database/get-company-database.mjs index 3c4b9793f1f03..cb600eb542797 100644 --- a/components/piloterr/actions/get-company-database/get-company-database.mjs +++ b/components/piloterr/actions/get-company-database/get-company-database.mjs @@ -4,7 +4,12 @@ export default { key: "piloterr-get-company-database", name: "Get Company Database", description: "Fetches specified data for a company using a domain name. [See the documentation](https://docs.piloterr.com/v2/api-reference/database/company)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { piloterr, diff --git a/components/piloterr/actions/get-website-crawler/get-website-crawler.mjs b/components/piloterr/actions/get-website-crawler/get-website-crawler.mjs index c51d6a9f6869d..5f0dd24181f55 100644 --- a/components/piloterr/actions/get-website-crawler/get-website-crawler.mjs +++ b/components/piloterr/actions/get-website-crawler/get-website-crawler.mjs @@ -5,7 +5,12 @@ export default { key: "piloterr-get-website-crawler", name: "Get Website Crawler", description: "Obtains HTML from a given website through web scraping for high performance access and interpretation. [See the documentation](https://docs.piloterr.com/v2/api-reference/website/crawler)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { piloterr, diff --git a/components/piloterr/actions/get-website-technology/get-website-technology.mjs b/components/piloterr/actions/get-website-technology/get-website-technology.mjs index d61ed61e8407f..3ed61f2b55c1e 100644 --- a/components/piloterr/actions/get-website-technology/get-website-technology.mjs +++ b/components/piloterr/actions/get-website-technology/get-website-technology.mjs @@ -4,7 +4,12 @@ export default { key: "piloterr-get-website-technology", name: "Get Website Technology", description: "Retrieves the core technology used on a designated website. (CMS, Framework, Analytics, CDN, Hosting, etc.) [See the documentation](https://docs.piloterr.com/v2/api-reference/website/technology)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { piloterr, diff --git a/components/pinecone/actions/delete-vectors/delete-vectors.mjs b/components/pinecone/actions/delete-vectors/delete-vectors.mjs index 0e38590a69832..89a56e7119f48 100644 --- a/components/pinecone/actions/delete-vectors/delete-vectors.mjs +++ b/components/pinecone/actions/delete-vectors/delete-vectors.mjs @@ -6,7 +6,12 @@ export default { name: "Delete Vectors", description: "Deletes one or more vectors by ID, from a single namespace. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/delete).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, indexName: { diff --git a/components/pinecone/actions/fetch-vectors/fetch-vectors.mjs b/components/pinecone/actions/fetch-vectors/fetch-vectors.mjs index bdd62171b2c79..fae951203df0b 100644 --- a/components/pinecone/actions/fetch-vectors/fetch-vectors.mjs +++ b/components/pinecone/actions/fetch-vectors/fetch-vectors.mjs @@ -6,7 +6,12 @@ export default { name: "Fetch Vectors", description: "Looks up and returns vectors by ID, from a single namespace.. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/fetch).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, indexName: { diff --git a/components/pinecone/actions/query-ids/query-ids.mjs b/components/pinecone/actions/query-ids/query-ids.mjs index ab4267a8a658c..a8ca6037c41bf 100644 --- a/components/pinecone/actions/query-ids/query-ids.mjs +++ b/components/pinecone/actions/query-ids/query-ids.mjs @@ -6,7 +6,12 @@ export default { name: "Query IDs", description: "Searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/query).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, indexName: { diff --git a/components/pinecone/actions/update-vector/update-vector.mjs b/components/pinecone/actions/update-vector/update-vector.mjs index f8ed46d514702..44f0873a42ee6 100644 --- a/components/pinecone/actions/update-vector/update-vector.mjs +++ b/components/pinecone/actions/update-vector/update-vector.mjs @@ -6,7 +6,12 @@ export default { name: "Update Vector", description: "Updates vector in a namespace. If a value is included, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/update).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, indexName: { diff --git a/components/pinecone/actions/upsert-vector/upsert-vector.mjs b/components/pinecone/actions/upsert-vector/upsert-vector.mjs index 48663bb8b1afc..2d1cac7b0d10d 100644 --- a/components/pinecone/actions/upsert-vector/upsert-vector.mjs +++ b/components/pinecone/actions/upsert-vector/upsert-vector.mjs @@ -6,7 +6,12 @@ export default { name: "Upsert Vector", description: "Writes vectors into a namespace. If a new value is upserted for an existing vector ID, it will overwrite the previous value. [See the documentation](https://docs.pinecone.io/reference/api/data-plane/upsert).", type: "action", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, indexName: { diff --git a/components/pingback/actions/add-subscriber-to-segmentation-lists/add-subscriber-to-segmentation-lists.mjs b/components/pingback/actions/add-subscriber-to-segmentation-lists/add-subscriber-to-segmentation-lists.mjs index 451e38cafbad7..0528c16fa29f7 100644 --- a/components/pingback/actions/add-subscriber-to-segmentation-lists/add-subscriber-to-segmentation-lists.mjs +++ b/components/pingback/actions/add-subscriber-to-segmentation-lists/add-subscriber-to-segmentation-lists.mjs @@ -5,7 +5,12 @@ export default { name: "Add Subscriber To Segmentation Lists", description: "Add a subscriber to segmentation lists by email [See the documentation](https://developer.pingback.com/docs/api/add-subscriber-to-segment)", key: "pingback-add-subscriber-to-segmentation-lists", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pingback, diff --git a/components/pingback/actions/create-subscriber/create-subscriber.mjs b/components/pingback/actions/create-subscriber/create-subscriber.mjs index 4ea178158bf1f..a47de56714ccc 100644 --- a/components/pingback/actions/create-subscriber/create-subscriber.mjs +++ b/components/pingback/actions/create-subscriber/create-subscriber.mjs @@ -8,7 +8,12 @@ export default { name: "Create Subscriber", description: "Create a new subscriber [See the documentation](https://developer.pingback.com/docs/api/create-subscriber)", key: "pingback-create-subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pingback, diff --git a/components/pingback/actions/get-subscriber/get-subscriber.mjs b/components/pingback/actions/get-subscriber/get-subscriber.mjs index b7bf2083be23a..1a3defe9adb5d 100644 --- a/components/pingback/actions/get-subscriber/get-subscriber.mjs +++ b/components/pingback/actions/get-subscriber/get-subscriber.mjs @@ -5,7 +5,12 @@ export default { name: "Get Subscriber", description: "Get a subscriber by email [See the documentation](https://developer.pingback.com/docs/api/get-subscriber)", key: "pingback-get-subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pingback, diff --git a/components/pingback/actions/remove-subscriber-from-segmentation-list/remove-subscriber-from-segmentation-list.mjs b/components/pingback/actions/remove-subscriber-from-segmentation-list/remove-subscriber-from-segmentation-list.mjs index c7adaf2d34a21..c88ab585f0b45 100644 --- a/components/pingback/actions/remove-subscriber-from-segmentation-list/remove-subscriber-from-segmentation-list.mjs +++ b/components/pingback/actions/remove-subscriber-from-segmentation-list/remove-subscriber-from-segmentation-list.mjs @@ -4,7 +4,12 @@ export default { name: "Remove Subscriber From Segmentation List", description: "Remove a subscriber from a segmentation list by email [See the documentation](https://developer.pingback.com/docs/api/remove-subscriber-from-segment)", key: "pingback-remove-subscriber-from-segmentation-list", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pingback, diff --git a/components/pingback/actions/update-subscriber/update-subscriber.mjs b/components/pingback/actions/update-subscriber/update-subscriber.mjs index 0bcec71c63e22..6b725e0ec7d0e 100644 --- a/components/pingback/actions/update-subscriber/update-subscriber.mjs +++ b/components/pingback/actions/update-subscriber/update-subscriber.mjs @@ -5,7 +5,12 @@ export default { name: "Update Subscriber", description: "Update a specific subscriber by email [See the documentation](https://developer.pingback.com/docs/api/update-subscriber)", key: "pingback-update-subscriber", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pingback, diff --git a/components/pingbell/actions/send-notification/send-notification.mjs b/components/pingbell/actions/send-notification/send-notification.mjs index 6327b91a2db02..e141599a0d1a9 100644 --- a/components/pingbell/actions/send-notification/send-notification.mjs +++ b/components/pingbell/actions/send-notification/send-notification.mjs @@ -2,7 +2,12 @@ import app from "../../pingbell.app.mjs"; export default { name: "Send Notification", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, key: "pingbell-send-notification", description: "Sends a notification to a Pingbell. [See the documentation](https://pingbell.io/docs/pingbell-api/post-notifications/)", type: "action", diff --git a/components/pingdom/actions/create-http-check/create-http-check.mjs b/components/pingdom/actions/create-http-check/create-http-check.mjs index b2fb9c448c19a..cd7b6b39b8628 100644 --- a/components/pingdom/actions/create-http-check/create-http-check.mjs +++ b/components/pingdom/actions/create-http-check/create-http-check.mjs @@ -9,7 +9,12 @@ export default { key: "pingdom-create-http-check", name: "Create HTTP Check", description: "Creates a new HTTP check in Pingdom. [See the documentation](https://docs.pingdom.com/api/#tag/Checks/operation/post.checks)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pingdom, diff --git a/components/pinterest/actions/create-pin/create-pin.mjs b/components/pinterest/actions/create-pin/create-pin.mjs index a927c2d10d394..78f2394da2b7e 100644 --- a/components/pinterest/actions/create-pin/create-pin.mjs +++ b/components/pinterest/actions/create-pin/create-pin.mjs @@ -5,7 +5,12 @@ import utils from "../../common/utils.mjs"; export default { type: "action", key: "pinterest-create-pin", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, name: "Create a Pin", description: "Create a Pin on a board or board section, [See the docs](https://developers.pinterest.com/docs/api/v5/#operation/pins/create)", props: { diff --git a/components/pipedream/actions/create-subscription/create-subscription.mjs b/components/pipedream/actions/create-subscription/create-subscription.mjs index 096d799018160..c0ae2d2c5528b 100644 --- a/components/pipedream/actions/create-subscription/create-subscription.mjs +++ b/components/pipedream/actions/create-subscription/create-subscription.mjs @@ -4,7 +4,12 @@ export default { key: "pipedream-create-subscription", name: "Create a Subscription", description: "Create a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#subscriptions)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream, diff --git a/components/pipedream/actions/delete-subscription/delete-subscription.mjs b/components/pipedream/actions/delete-subscription/delete-subscription.mjs index 564c313aaaa00..d71df34ff555a 100644 --- a/components/pipedream/actions/delete-subscription/delete-subscription.mjs +++ b/components/pipedream/actions/delete-subscription/delete-subscription.mjs @@ -4,7 +4,12 @@ export default { key: "pipedream-delete-subscription", name: "Delete a Subscription", description: "Delete a Subscription. [See Doc](https://pipedream.com/docs/api/rest/#delete-a-subscription)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream, diff --git a/components/pipedream/actions/generate-component-code/generate-component-code.mjs b/components/pipedream/actions/generate-component-code/generate-component-code.mjs index 9aaa28dda3824..361b1bf25c262 100644 --- a/components/pipedream/actions/generate-component-code/generate-component-code.mjs +++ b/components/pipedream/actions/generate-component-code/generate-component-code.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream-generate-component-code", name: "Generate Component Code", description: "Generate component code using AI.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream, diff --git a/components/pipedream/actions/get-component/get-component.mjs b/components/pipedream/actions/get-component/get-component.mjs index dd684afdf9ffe..2e8986d85f46e 100644 --- a/components/pipedream/actions/get-component/get-component.mjs +++ b/components/pipedream/actions/get-component/get-component.mjs @@ -4,7 +4,12 @@ export default { key: "pipedream-get-component", name: "Get Component", description: "Get info for a published component. [See docs](https://pipedream.com/docs/api/rest/#get-a-component)", - version: "0.1.0", + version: "0.1.1", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream, diff --git a/components/pipedream_utils/actions/add-subtract-time/add-subtract-time.mjs b/components/pipedream_utils/actions/add-subtract-time/add-subtract-time.mjs index fd476ecb742e4..cbc7b2817587e 100644 --- a/components/pipedream_utils/actions/add-subtract-time/add-subtract-time.mjs +++ b/components/pipedream_utils/actions/add-subtract-time/add-subtract-time.mjs @@ -15,7 +15,12 @@ export default { name: "Formatting - [Date/Time] Add/Subtract Time", description: "Add or subtract time from a given input", key: "pipedream_utils-add-subtract-time", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...commonDateTime.props, diff --git a/components/pipedream_utils/actions/base64-decode-string/base64-decode-string.mjs b/components/pipedream_utils/actions/base64-decode-string/base64-decode-string.mjs index 6381007377179..ed4da1fe0f8df 100644 --- a/components/pipedream_utils/actions/base64-decode-string/base64-decode-string.mjs +++ b/components/pipedream_utils/actions/base64-decode-string/base64-decode-string.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream_utils-base64-decode-string", name: "Helper Functions - Base64 Decode String", description: "Accepts a base64-encoded string, returns a decoded UTF-8 string", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/compare-arrays/compare-arrays.mjs b/components/pipedream_utils/actions/compare-arrays/compare-arrays.mjs index 5020bbfd6adfe..ffdc8a84b4164 100644 --- a/components/pipedream_utils/actions/compare-arrays/compare-arrays.mjs +++ b/components/pipedream_utils/actions/compare-arrays/compare-arrays.mjs @@ -4,7 +4,12 @@ export default { key: "pipedream_utils-compare-arrays", name: "Helper Functions - Compare Arrays", description: "Get the difference, intersection, union, or symetric difference of two arrays/sets.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/compare-dates/compare-dates.mjs b/components/pipedream_utils/actions/compare-dates/compare-dates.mjs index 38adff5613c9e..cb8b4857a2767 100644 --- a/components/pipedream_utils/actions/compare-dates/compare-dates.mjs +++ b/components/pipedream_utils/actions/compare-dates/compare-dates.mjs @@ -6,7 +6,12 @@ export default { name: "Formatting - [Date/Time] Compare Dates", description: "Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.", key: "pipedream_utils-compare-dates", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...commonDateTime.props, diff --git a/components/pipedream_utils/actions/convert-currency/convert-currency.mjs b/components/pipedream_utils/actions/convert-currency/convert-currency.mjs index ccdc4da9534fd..020d9a4873bf1 100644 --- a/components/pipedream_utils/actions/convert-currency/convert-currency.mjs +++ b/components/pipedream_utils/actions/convert-currency/convert-currency.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream_utils-convert-currency", name: "Helper Functions - Convert Currency", description: "Convert an amount between currencies. [See the documentation](https://www.frankfurter.app/docs/)", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-html-to-markdown/convert-html-to-markdown.mjs b/components/pipedream_utils/actions/convert-html-to-markdown/convert-html-to-markdown.mjs index 1f63845972955..19d7460bab888 100644 --- a/components/pipedream_utils/actions/convert-html-to-markdown/convert-html-to-markdown.mjs +++ b/components/pipedream_utils/actions/convert-html-to-markdown/convert-html-to-markdown.mjs @@ -5,7 +5,12 @@ export default { name: "Formatting - [Text] Convert HTML to Markdown", description: "Convert valid HTML to Markdown text", key: "pipedream_utils-convert-html-to-markdown", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs b/components/pipedream_utils/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs index 57b804b4bb6ef..c35b773603784 100644 --- a/components/pipedream_utils/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs +++ b/components/pipedream_utils/actions/convert-html-to-slack-mrkdwn/convert-html-to-slack-mrkdwn.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-convert-html-to-slack-mrkdwn", name: "Helper Functions - Convert HTML to Slack mrkdwn format", description: "Converts an HTML string to the Slack mrkdwn format using", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-html-to-text/convert-html-to-text.mjs b/components/pipedream_utils/actions/convert-html-to-text/convert-html-to-text.mjs index d43f458a2b117..8d9c9beea09a5 100644 --- a/components/pipedream_utils/actions/convert-html-to-text/convert-html-to-text.mjs +++ b/components/pipedream_utils/actions/convert-html-to-text/convert-html-to-text.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Convert HTML to text", description: "Convert valid HTML to text", key: "pipedream_utils-convert-html-to-text", - version: "0.0.4", + version: "0.0.5", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-json-to-string/convert-json-to-string.mjs b/components/pipedream_utils/actions/convert-json-to-string/convert-json-to-string.mjs index 3f26f70c3d29d..1a6fb9fdf01f0 100644 --- a/components/pipedream_utils/actions/convert-json-to-string/convert-json-to-string.mjs +++ b/components/pipedream_utils/actions/convert-json-to-string/convert-json-to-string.mjs @@ -3,7 +3,12 @@ export default { name: "Formatting - [Data] Convert JSON to String", description: "Convert an object to a JSON format string", key: "pipedream_utils-convert-json-to-string", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-markdown-to-html/convert-markdown-to-html.mjs b/components/pipedream_utils/actions/convert-markdown-to-html/convert-markdown-to-html.mjs index 90c4b35b021e9..b2a758323436c 100644 --- a/components/pipedream_utils/actions/convert-markdown-to-html/convert-markdown-to-html.mjs +++ b/components/pipedream_utils/actions/convert-markdown-to-html/convert-markdown-to-html.mjs @@ -5,7 +5,12 @@ export default { name: "Formatting - [Text] Convert Markdown to HTML", description: "Convert Markdown text to HTML", key: "pipedream_utils-convert-markdown-to-html", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/convert-object-to-json-string/convert-object-to-json-string.mjs b/components/pipedream_utils/actions/convert-object-to-json-string/convert-object-to-json-string.mjs index 5d811cea14ba0..badcaa8c5b91f 100644 --- a/components/pipedream_utils/actions/convert-object-to-json-string/convert-object-to-json-string.mjs +++ b/components/pipedream_utils/actions/convert-object-to-json-string/convert-object-to-json-string.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream_utils-convert-object-to-json-string", name: "Helper Functions - Convert JavaScript Object to JSON String", description: "Accepts a JavaScript object, returns that object converted to a JSON string", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/csv-file-to-objects/csv-file-to-objects.mjs b/components/pipedream_utils/actions/csv-file-to-objects/csv-file-to-objects.mjs index 05d35209cf9c2..fb43c40f175da 100644 --- a/components/pipedream_utils/actions/csv-file-to-objects/csv-file-to-objects.mjs +++ b/components/pipedream_utils/actions/csv-file-to-objects/csv-file-to-objects.mjs @@ -7,7 +7,12 @@ export default { key: "pipedream_utils-csv-file-to-objects", name: "Helper Functions - CSV File To Objects", description: "Convert a CSV file to an array of objects.", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/date-time-format/date-time-format.mjs b/components/pipedream_utils/actions/date-time-format/date-time-format.mjs index 0b2d04e14c19e..4987807a79004 100644 --- a/components/pipedream_utils/actions/date-time-format/date-time-format.mjs +++ b/components/pipedream_utils/actions/date-time-format/date-time-format.mjs @@ -8,7 +8,12 @@ export default { name: "Formatting - [Date/Time] Format", description: "Format a date string to another date string. For more examples on formatting, see the [Sugar Date Format](https://sugarjs.com/dates/#/Formatting) documentation.", key: "pipedream_utils-date-time-format", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { ...commonDateTime.props, diff --git a/components/pipedream_utils/actions/debug-memory-usage/debug-memory-usage.mjs b/components/pipedream_utils/actions/debug-memory-usage/debug-memory-usage.mjs index 76cbc0c8c2896..afe23aa3a6f44 100644 --- a/components/pipedream_utils/actions/debug-memory-usage/debug-memory-usage.mjs +++ b/components/pipedream_utils/actions/debug-memory-usage/debug-memory-usage.mjs @@ -5,7 +5,12 @@ export default { name: "Debug Memory Usage", description: "Get memory usage statistics for the current Pipedream workflow.", key: "pipedream_utils-debug-memory-usage", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/download-file-to-tmp/download-file-to-tmp.mjs b/components/pipedream_utils/actions/download-file-to-tmp/download-file-to-tmp.mjs index 413860fc12182..00eabe67b8200 100644 --- a/components/pipedream_utils/actions/download-file-to-tmp/download-file-to-tmp.mjs +++ b/components/pipedream_utils/actions/download-file-to-tmp/download-file-to-tmp.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-download-file-to-tmp", name: "Helper Functions - Download File To /tmp", description: "Downloads a file to [your workflow's /tmp directory](https://pipedream.com/docs/code/nodejs/working-with-files/#the-tmp-directory)", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/export-variables/export-variables.mjs b/components/pipedream_utils/actions/export-variables/export-variables.mjs index 5972e5fd20046..07c73f598c57e 100644 --- a/components/pipedream_utils/actions/export-variables/export-variables.mjs +++ b/components/pipedream_utils/actions/export-variables/export-variables.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream_utils-export-variables", name: "Helper Functions - Export Variables", description: "Export variables for use in your workflow", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/extract-by-regular-expression/extract-by-regular-expression.mjs b/components/pipedream_utils/actions/extract-by-regular-expression/extract-by-regular-expression.mjs index fa8d8259577a8..96cc5c260731c 100644 --- a/components/pipedream_utils/actions/extract-by-regular-expression/extract-by-regular-expression.mjs +++ b/components/pipedream_utils/actions/extract-by-regular-expression/extract-by-regular-expression.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract by Regular Expression", description: "Find a match for a regular expression pattern. Returns all matched groups with start and end position.", key: "pipedream_utils-extract-by-regular-expression", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs b/components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs index 9d835c24b539d..9074e062cf470 100644 --- a/components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs +++ b/components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract by Regular Expressions List (Regex)", description: "Find matches for regular expressions. Returns all matched groups with start and end position.", key: "pipedream_utils-extract-by-regular-expressions-list", - version: "0.1.1", + version: "0.1.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/extract-email-address/extract-email-address.mjs b/components/pipedream_utils/actions/extract-email-address/extract-email-address.mjs index 3a60b74680088..bcbf5312cb4ea 100644 --- a/components/pipedream_utils/actions/extract-email-address/extract-email-address.mjs +++ b/components/pipedream_utils/actions/extract-email-address/extract-email-address.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract Email Address", description: "Find an email address out of a text field. Finds the first email address only.", key: "pipedream_utils-extract-email-address", - version: "0.0.6", + version: "0.0.7", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { ...commonExtractText.props, diff --git a/components/pipedream_utils/actions/extract-number/extract-number.mjs b/components/pipedream_utils/actions/extract-number/extract-number.mjs index e9ca9aa6b5181..5d32fd1fe8a2f 100644 --- a/components/pipedream_utils/actions/extract-number/extract-number.mjs +++ b/components/pipedream_utils/actions/extract-number/extract-number.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract Number", description: "Find a number out of a text field. Finds the first number only.", key: "pipedream_utils-extract-number", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { ...commonExtractText.props, diff --git a/components/pipedream_utils/actions/extract-phone-number/extract-phone-number.mjs b/components/pipedream_utils/actions/extract-phone-number/extract-phone-number.mjs index 357edaf920f97..7bfe3cd4464de 100644 --- a/components/pipedream_utils/actions/extract-phone-number/extract-phone-number.mjs +++ b/components/pipedream_utils/actions/extract-phone-number/extract-phone-number.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract Phone Number", description: "Find a complete phone number out of a text field. Finds the first number only.", key: "pipedream_utils-extract-phone-number", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { ...commonExtractText.props, diff --git a/components/pipedream_utils/actions/extract-url/extract-url.mjs b/components/pipedream_utils/actions/extract-url/extract-url.mjs index e458bad09e142..77f89dc3553ec 100644 --- a/components/pipedream_utils/actions/extract-url/extract-url.mjs +++ b/components/pipedream_utils/actions/extract-url/extract-url.mjs @@ -4,7 +4,12 @@ export default { name: "Formatting - [Text] Extract URL", description: "Find a web URL out of a text field. Finds the first URL only.", key: "pipedream_utils-extract-url", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { ...commonExtractText.props, diff --git a/components/pipedream_utils/actions/format-currency/format-currency.mjs b/components/pipedream_utils/actions/format-currency/format-currency.mjs index 64af436ebd74d..c3898e1ff2b7b 100644 --- a/components/pipedream_utils/actions/format-currency/format-currency.mjs +++ b/components/pipedream_utils/actions/format-currency/format-currency.mjs @@ -7,7 +7,12 @@ export default { name: "Formatting - [Numbers] Format Currency", description: "Format a number as a currency", key: "pipedream_utils-format-currency", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/format-iso8601-datetime/format-iso8601-datetime.mjs b/components/pipedream_utils/actions/format-iso8601-datetime/format-iso8601-datetime.mjs index 6241653fefdae..d81a319306408 100644 --- a/components/pipedream_utils/actions/format-iso8601-datetime/format-iso8601-datetime.mjs +++ b/components/pipedream_utils/actions/format-iso8601-datetime/format-iso8601-datetime.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-format-iso8601-datetime", name: "Helper Functions - Format ISO8601 Date/Time for Google Sheets", description: "Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/format-number/format-number.mjs b/components/pipedream_utils/actions/format-number/format-number.mjs index 76d7e823560f2..f7d9c9c3bf1ef 100644 --- a/components/pipedream_utils/actions/format-number/format-number.mjs +++ b/components/pipedream_utils/actions/format-number/format-number.mjs @@ -8,7 +8,12 @@ export default { name: "Formatting - [Numbers] Format Number", description: "Format a number to a new style. Does not perform any rounding or padding of the number.", key: "pipedream_utils-format-number", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs b/components/pipedream_utils/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs index 34844c49b4fe0..4513135cbf004 100644 --- a/components/pipedream_utils/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs +++ b/components/pipedream_utils/actions/get-coutry-name-by-code-iso/get-coutry-name-by-code-iso.mjs @@ -5,7 +5,12 @@ export default { key: "pipedream_utils-get-coutry-name-by-code-iso", name: "Helper Functions - Country name, given code (2-letter)", description: "Return the country name (in English) when given the 2-letter country code", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs b/components/pipedream_utils/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs index 1c7f13e179301..d4881fc261c2f 100644 --- a/components/pipedream_utils/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs +++ b/components/pipedream_utils/actions/get-current-time-in-specific-timezone/get-current-time-in-specific-timezone.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-get-current-time-in-specific-timezone", name: "Helper Functions - Get Current Time in Timezone", description: "Returns the current time, tied to this workflow invocation, in the target timezone", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs b/components/pipedream_utils/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs index 26bd3bb0dc19d..727520667be13 100644 --- a/components/pipedream_utils/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs +++ b/components/pipedream_utils/actions/get-iso-string-n-days-ago/get-iso-string-n-days-ago.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-get-iso-string-n-days-ago", name: "Helper Functions - Get ISO String N Days Ago", description: "Returns an ISO string (UTC TZ) N days ago", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs b/components/pipedream_utils/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs index 980299487fcf1..cae4a813ec294 100644 --- a/components/pipedream_utils/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs +++ b/components/pipedream_utils/actions/get-time-in-specific-timezone/get-time-in-specific-timezone.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-get-time-in-specific-timezone", name: "Helper Functions - Get Time in Timezone", description: "Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/html-to-markdown/html-to-markdown.mjs b/components/pipedream_utils/actions/html-to-markdown/html-to-markdown.mjs index fa83158a8fa60..b57e5ece820d4 100644 --- a/components/pipedream_utils/actions/html-to-markdown/html-to-markdown.mjs +++ b/components/pipedream_utils/actions/html-to-markdown/html-to-markdown.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-html-to-markdown", name: "Helper Functions - HTML to Markdown", description: "Convert via turndown", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/parse-json/parse-json.mjs b/components/pipedream_utils/actions/parse-json/parse-json.mjs index 5ff976e2b41a0..6cc2d45ae2527 100644 --- a/components/pipedream_utils/actions/parse-json/parse-json.mjs +++ b/components/pipedream_utils/actions/parse-json/parse-json.mjs @@ -3,7 +3,12 @@ export default { name: "Formatting - [Data] Parse JSON", description: "Parse a JSON string", key: "pipedream_utils-parse-json", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: false, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/prettify-json/prettify-json.mjs b/components/pipedream_utils/actions/prettify-json/prettify-json.mjs index 153bafa7c43b4..169177ef46c82 100644 --- a/components/pipedream_utils/actions/prettify-json/prettify-json.mjs +++ b/components/pipedream_utils/actions/prettify-json/prettify-json.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-prettify-json", name: "Helper Functions - Pretty Print JSON", description: "Pretty print a JavaScript object or value", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/random-integer/random-integer.mjs b/components/pipedream_utils/actions/random-integer/random-integer.mjs index 693609174c38f..a9e101ab352be 100644 --- a/components/pipedream_utils/actions/random-integer/random-integer.mjs +++ b/components/pipedream_utils/actions/random-integer/random-integer.mjs @@ -4,7 +4,12 @@ export default { key: "pipedream_utils-random-integer", name: "Helper Functions - Random Integer", description: "Generate a random integer (whole number). Useful for random delays.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/random-item-from-list/random-item-from-list.mjs b/components/pipedream_utils/actions/random-item-from-list/random-item-from-list.mjs index 69b028b0d79ad..0ed8886ee7b7f 100644 --- a/components/pipedream_utils/actions/random-item-from-list/random-item-from-list.mjs +++ b/components/pipedream_utils/actions/random-item-from-list/random-item-from-list.mjs @@ -6,7 +6,12 @@ export default { name: "Helper Functions - Random Item(s) from List", description: "Returns a randomly selected value(s) from a user-defined list of options.", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/replace-text/replace-text.mjs b/components/pipedream_utils/actions/replace-text/replace-text.mjs index 7dd9ce59e60ec..1173b3135065b 100644 --- a/components/pipedream_utils/actions/replace-text/replace-text.mjs +++ b/components/pipedream_utils/actions/replace-text/replace-text.mjs @@ -5,7 +5,12 @@ export default { name: "Formatting - [Text] Replace Text", description: "Replace all instances of any character, word or phrase in the text with another character, word or phrase.", key: "pipedream_utils-replace-text", - version: "0.0.5", + version: "0.0.6", + annotations: { + destructiveHint: true, + openWorldHint: false, + readOnlyHint: false, + }, type: "action", props: { pipedream_utils, diff --git a/components/pipedream_utils/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs b/components/pipedream_utils/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs index f4aaa6395c37c..818cb474af672 100644 --- a/components/pipedream_utils/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs +++ b/components/pipedream_utils/actions/retrieve-all-rss-stories/retrieve-all-rss-stories.mjs @@ -6,7 +6,12 @@ export default { key: "pipedream_utils-retrieve-all-rss-stories", name: "Helper Functions - Retrieve all RSS Stories", description: "Retrieve all stories from one or more RSS feeds.", - version: "0.0.2", + version: "0.0.3", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, type: "action", props: { pipedream_utils,