diff --git a/components/afosto/actions/add-information-to-cart/add-information-to-cart.mjs b/components/afosto/actions/add-information-to-cart/add-information-to-cart.mjs index 8e56270b0a870..14d7c56126e22 100644 --- a/components/afosto/actions/add-information-to-cart/add-information-to-cart.mjs +++ b/components/afosto/actions/add-information-to-cart/add-information-to-cart.mjs @@ -6,8 +6,13 @@ export default { key: "afosto-add-information-to-cart", name: "Add Information to Cart", description: "Add customer information to a cart. [See the documentation](https://afosto.com/docs/developers/storefront-js-client/custom-checkout/collecting-customer-data/)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, cartId: { diff --git a/components/afosto/actions/add-item-to-cart/add-item-to-cart.mjs b/components/afosto/actions/add-item-to-cart/add-item-to-cart.mjs index ca78b9a65a12d..16b9a82f710fb 100644 --- a/components/afosto/actions/add-item-to-cart/add-item-to-cart.mjs +++ b/components/afosto/actions/add-item-to-cart/add-item-to-cart.mjs @@ -5,8 +5,13 @@ export default { key: "afosto-add-item-to-cart", name: "Add Item to Cart", description: "Add an item to a cart. [See the documentation](https://afosto.com/docs/developers/storefront-js-client/integration/add-and-remove-items/)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, sku: { diff --git a/components/afosto/actions/add-note-to-cart/add-note-to-cart.mjs b/components/afosto/actions/add-note-to-cart/add-note-to-cart.mjs index 02e40b2061f41..8129da6161d6d 100644 --- a/components/afosto/actions/add-note-to-cart/add-note-to-cart.mjs +++ b/components/afosto/actions/add-note-to-cart/add-note-to-cart.mjs @@ -5,8 +5,13 @@ export default { key: "afosto-add-note-to-cart", name: "Add Note to Cart", description: "Add a note to a cart. [See the documentation](https://afosto.com/docs/developers/storefront-js-client/custom-checkout/checkout-summary/)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, cartId: { diff --git a/components/afosto/actions/confirm-cart/confirm-cart.mjs b/components/afosto/actions/confirm-cart/confirm-cart.mjs index 91d2499f9f0cd..1cc832b75fdd0 100644 --- a/components/afosto/actions/confirm-cart/confirm-cart.mjs +++ b/components/afosto/actions/confirm-cart/confirm-cart.mjs @@ -5,8 +5,13 @@ export default { key: "afosto-confirm-cart", name: "Confirm Cart", description: "Confirm a cart. [See the documentation](https://afosto.com/docs/developers/storefront-js-client/custom-checkout/payment-process/)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, cartId: { diff --git a/components/afosto/actions/create-cart/create-cart.mjs b/components/afosto/actions/create-cart/create-cart.mjs index 863d19b156fce..76ac93dd1cac7 100644 --- a/components/afosto/actions/create-cart/create-cart.mjs +++ b/components/afosto/actions/create-cart/create-cart.mjs @@ -5,8 +5,13 @@ export default { key: "afosto-create-cart", name: "Create Cart", description: "Create a new cart. [See the documentation](https://afosto.com/docs/developers/storefront-js-client/integration/create-a-cart/)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, }, diff --git a/components/airtop/actions/create-session/create-session.mjs b/components/airtop/actions/create-session/create-session.mjs index 405f4bd7e3545..a71b366c6c9fb 100644 --- a/components/airtop/actions/create-session/create-session.mjs +++ b/components/airtop/actions/create-session/create-session.mjs @@ -6,8 +6,13 @@ export default { key: "airtop-create-session", name: "Create Session", description: "Create a new cloud browser session. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/sessions/create)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, profileName: { diff --git a/components/airtop/actions/create-window/create-window.mjs b/components/airtop/actions/create-window/create-window.mjs index 0fd48b5e6002f..d3830664fa9c5 100644 --- a/components/airtop/actions/create-window/create-window.mjs +++ b/components/airtop/actions/create-window/create-window.mjs @@ -4,8 +4,13 @@ export default { key: "airtop-create-window", name: "Create Window", description: "Create a new browser window in an active session. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/create)", - version: "0.0.2", + version: "0.0.3", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, sessionId: { diff --git a/components/airtop/actions/end-session/end-session.mjs b/components/airtop/actions/end-session/end-session.mjs index a08d90a0b63a3..0bd03dbbbf3d6 100644 --- a/components/airtop/actions/end-session/end-session.mjs +++ b/components/airtop/actions/end-session/end-session.mjs @@ -4,8 +4,13 @@ export default { key: "airtop-end-session", name: "End Session", description: "End a browser session. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/sessions/terminate)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, sessionId: { diff --git a/components/airtop/actions/load-url/load-url.mjs b/components/airtop/actions/load-url/load-url.mjs index 26a03d30df843..a2134f28c9262 100644 --- a/components/airtop/actions/load-url/load-url.mjs +++ b/components/airtop/actions/load-url/load-url.mjs @@ -4,8 +4,13 @@ export default { key: "airtop-load-url", name: "Load URL", description: "Navigate a browser window to a specific URL. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/load-url)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, sessionId: { diff --git a/components/airtop/actions/query-page/query-page.mjs b/components/airtop/actions/query-page/query-page.mjs index 9814ba4068e5d..1bf0ebe7656bf 100644 --- a/components/airtop/actions/query-page/query-page.mjs +++ b/components/airtop/actions/query-page/query-page.mjs @@ -4,8 +4,13 @@ export default { key: "airtop-query-page", name: "Query Page", description: "Extract data or ask questions about page content using AI. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/page-query)", - version: "0.0.2", + version: "0.0.3", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, sessionId: { diff --git a/components/airtop/actions/scrape-content/scrape-content.mjs b/components/airtop/actions/scrape-content/scrape-content.mjs index 663d6a2eca484..9076d4a5b2aca 100644 --- a/components/airtop/actions/scrape-content/scrape-content.mjs +++ b/components/airtop/actions/scrape-content/scrape-content.mjs @@ -4,8 +4,13 @@ export default { key: "airtop-scrape-content", name: "Scrape Content", description: "Scrape structured content from a web page using AI. [See the documentation](https://docs.airtop.ai/api-reference/airtop-api/windows/scrape-content)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, sessionId: { diff --git a/components/docugenerate/actions/delete-document/delete-document.mjs b/components/docugenerate/actions/delete-document/delete-document.mjs index b0fac514a0712..cf5ae4740dde0 100644 --- a/components/docugenerate/actions/delete-document/delete-document.mjs +++ b/components/docugenerate/actions/delete-document/delete-document.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-delete-document", name: "Delete Document", description: "Deletes a specific document. [See the documentation](https://api.docugenerate.com/#/Document/deleteDocument)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, documentId: { diff --git a/components/docugenerate/actions/delete-template/delete-template.mjs b/components/docugenerate/actions/delete-template/delete-template.mjs index ac68fcf5fc7f4..526a312898744 100644 --- a/components/docugenerate/actions/delete-template/delete-template.mjs +++ b/components/docugenerate/actions/delete-template/delete-template.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-delete-template", name: "Delete Template", description: "Deletes a specific template. [See the documentation](https://api.docugenerate.com/#/Template/deleteTemplate)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, templateId: { diff --git a/components/docugenerate/actions/generate-document/generate-document.mjs b/components/docugenerate/actions/generate-document/generate-document.mjs index 2a90b6a2e9e0f..90e428409c0ce 100644 --- a/components/docugenerate/actions/generate-document/generate-document.mjs +++ b/components/docugenerate/actions/generate-document/generate-document.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-generate-document", name: "Generate Document", description: "Generates a document from a template. [See the documentation](https://api.docugenerate.com/#/Document/generateDocument)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, templateId: { diff --git a/components/docugenerate/actions/get-document/get-document.mjs b/components/docugenerate/actions/get-document/get-document.mjs index a33b47b65e0c8..d3efa8bb96713 100644 --- a/components/docugenerate/actions/get-document/get-document.mjs +++ b/components/docugenerate/actions/get-document/get-document.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-get-document", name: "Get Document", description: "Retrieves a specific document. [See the documentation](https://api.docugenerate.com/#/Document/getDocument)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, documentId: { diff --git a/components/docugenerate/actions/get-template/get-template.mjs b/components/docugenerate/actions/get-template/get-template.mjs index db2b8a6711047..2178abbb01101 100644 --- a/components/docugenerate/actions/get-template/get-template.mjs +++ b/components/docugenerate/actions/get-template/get-template.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-get-template", name: "Get Template", description: "Retrieves a specific template. [See the documentation](https://api.docugenerate.com/#/Template/getTemplate)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, templateId: { diff --git a/components/docugenerate/actions/list-documents/list-documents.mjs b/components/docugenerate/actions/list-documents/list-documents.mjs index f05b9ddef437c..e9139ff9d1ea6 100644 --- a/components/docugenerate/actions/list-documents/list-documents.mjs +++ b/components/docugenerate/actions/list-documents/list-documents.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-list-documents", name: "List Documents", description: "Retrieves a list of documents generated from a template. [See the documentation](https://api.docugenerate.com/#/Document/queryDocuments)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, templateId: { diff --git a/components/docugenerate/actions/list-templates/list-templates.mjs b/components/docugenerate/actions/list-templates/list-templates.mjs index adfe39d1d998c..6488d7c1b799f 100644 --- a/components/docugenerate/actions/list-templates/list-templates.mjs +++ b/components/docugenerate/actions/list-templates/list-templates.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-list-templates", name: "List Templates", description: "Retrieves a list of all templates. [See the documentation](https://api.docugenerate.com/#/Template/queryTemplates)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, }, diff --git a/components/docugenerate/actions/update-document/update-document.mjs b/components/docugenerate/actions/update-document/update-document.mjs index 611d445374645..fd5729b88bd6c 100644 --- a/components/docugenerate/actions/update-document/update-document.mjs +++ b/components/docugenerate/actions/update-document/update-document.mjs @@ -4,8 +4,13 @@ export default { key: "docugenerate-update-document", name: "Update Document", description: "Updates a specific document. [See the documentation](https://api.docugenerate.com/#/Document/updateDocument)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, documentId: { diff --git a/components/etrusted/actions/create-veto-for-review/create-veto-for-review.mjs b/components/etrusted/actions/create-veto-for-review/create-veto-for-review.mjs index 8be6ff231ff78..ab9c5d9609600 100644 --- a/components/etrusted/actions/create-veto-for-review/create-veto-for-review.mjs +++ b/components/etrusted/actions/create-veto-for-review/create-veto-for-review.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-create-veto-for-review", name: "Create A Veto For A Review", description: "Creates a veto for a specific review. [See the documentation](https://developers.etrusted.com/reference/createveto)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { etrusted, reviewId: { diff --git a/components/etrusted/actions/delete-review-reply/delete-review-reply.mjs b/components/etrusted/actions/delete-review-reply/delete-review-reply.mjs index 6c374ce5e6958..3e4cfb215831c 100644 --- a/components/etrusted/actions/delete-review-reply/delete-review-reply.mjs +++ b/components/etrusted/actions/delete-review-reply/delete-review-reply.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-delete-review-reply", name: "Delete Review Reply", description: "Reply to a review. [See the documentation](https://developers.etrusted.com/reference/deletereviewreply)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: true, + openWorldHint: true, + readOnlyHint: false, + }, props: { etrusted, reviewId: { diff --git a/components/etrusted/actions/get-list-of-reviews-with-fewer-properties/get-list-of-reviews-with-fewer-properties.mjs b/components/etrusted/actions/get-list-of-reviews-with-fewer-properties/get-list-of-reviews-with-fewer-properties.mjs index d355132ca7d9b..b50825c42f36b 100644 --- a/components/etrusted/actions/get-list-of-reviews-with-fewer-properties/get-list-of-reviews-with-fewer-properties.mjs +++ b/components/etrusted/actions/get-list-of-reviews-with-fewer-properties/get-list-of-reviews-with-fewer-properties.mjs @@ -5,8 +5,13 @@ export default { key: "etrusted-get-list-of-reviews-with-fewer-properties", name: "Get List of Reviews with Fewer Properties", description: "Retrieves a list of reviews with fewer properties. [See the documentation](https://developers.etrusted.com/reference/getminimalreviews)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, channelId: { diff --git a/components/etrusted/actions/get-list-of-reviews/get-list-of-reviews.mjs b/components/etrusted/actions/get-list-of-reviews/get-list-of-reviews.mjs index 5820ec37c802f..8d652abb8008a 100644 --- a/components/etrusted/actions/get-list-of-reviews/get-list-of-reviews.mjs +++ b/components/etrusted/actions/get-list-of-reviews/get-list-of-reviews.mjs @@ -5,8 +5,13 @@ export default { key: "etrusted-get-list-of-reviews", name: "Get List of Reviews", description: "Get a list of reviews for a specific channel, a set of channels or for your entire account. [See the documentation](https://developers.etrusted.com/reference/getreviews)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, channelId: { diff --git a/components/etrusted/actions/get-review-by-id/get-review-by-id.mjs b/components/etrusted/actions/get-review-by-id/get-review-by-id.mjs index 27f5a11d8ee16..bb9a2d7a25a67 100644 --- a/components/etrusted/actions/get-review-by-id/get-review-by-id.mjs +++ b/components/etrusted/actions/get-review-by-id/get-review-by-id.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-get-review-by-id", name: "Get Review by ID", description: "Retrieves detailed information about a specific review by its ID. [See the documentation](https://developers.etrusted.com/reference/getreview)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, reviewId: { diff --git a/components/etrusted/actions/get-review-veto-by-review-id/get-review-veto-by-review-id.mjs b/components/etrusted/actions/get-review-veto-by-review-id/get-review-veto-by-review-id.mjs index 3bd0218d8a9ff..679e93d3ed1e1 100644 --- a/components/etrusted/actions/get-review-veto-by-review-id/get-review-veto-by-review-id.mjs +++ b/components/etrusted/actions/get-review-veto-by-review-id/get-review-veto-by-review-id.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-get-review-veto-by-review-id", name: "Get A Review Veto By Review ID", description: "Retrieves a veto for a specific review. [See the documentation](https://developers.etrusted.com/reference/getreviewveto)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, reviewId: { diff --git a/components/etrusted/actions/get-service-review-rating/get-service-review-rating.mjs b/components/etrusted/actions/get-service-review-rating/get-service-review-rating.mjs index b6522a182fca0..11ed7d8ded000 100644 --- a/components/etrusted/actions/get-service-review-rating/get-service-review-rating.mjs +++ b/components/etrusted/actions/get-service-review-rating/get-service-review-rating.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-get-service-review-rating", name: "Get Service Review Rating", description: "Retrieves aggregate ratings for service reviews by channel ID. [See the documentation](https://developers.etrusted.com/reference/get-channel-service-reviews-aggregate-rating)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, channelId: { diff --git a/components/etrusted/actions/get-total-reviews/get-total-reviews.mjs b/components/etrusted/actions/get-total-reviews/get-total-reviews.mjs index 8b2d6bf6ec9b3..f16a862ef500b 100644 --- a/components/etrusted/actions/get-total-reviews/get-total-reviews.mjs +++ b/components/etrusted/actions/get-total-reviews/get-total-reviews.mjs @@ -5,8 +5,13 @@ export default { key: "etrusted-get-total-reviews", name: "Get The Total Number Of Reviews Based On A Filter", description: "Retrieves count of reviews for a specific channel. [See the documentation](https://developers.etrusted.com/reference/getreviewscount)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { etrusted, channelId: { diff --git a/components/etrusted/actions/save-review-reply/save-review-reply.mjs b/components/etrusted/actions/save-review-reply/save-review-reply.mjs index f6e68a0ee9d54..a458e006dd49b 100644 --- a/components/etrusted/actions/save-review-reply/save-review-reply.mjs +++ b/components/etrusted/actions/save-review-reply/save-review-reply.mjs @@ -4,8 +4,13 @@ export default { key: "etrusted-save-review-reply", name: "Save A Review Reply", description: "Reply to a review. [See the documentation](https://developers.etrusted.com/reference/savereviewreply)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { etrusted, reviewId: { diff --git a/components/freshdesk/actions/download-attachment/download-attachment.mjs b/components/freshdesk/actions/download-attachment/download-attachment.mjs index e6b78803b51b5..2e835c60478d8 100644 --- a/components/freshdesk/actions/download-attachment/download-attachment.mjs +++ b/components/freshdesk/actions/download-attachment/download-attachment.mjs @@ -6,8 +6,13 @@ export default { key: "freshdesk-download-attachment", name: "Download Attachment", description: "Download an attachment from a ticket. [See the documentation](https://developers.freshdesk.com/api/#view_a_ticket)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { freshdesk, ticketId: { diff --git a/components/godaddy/actions/check-domain-availability/check-domain-availability.mjs b/components/godaddy/actions/check-domain-availability/check-domain-availability.mjs index 9ca601c5dd6ea..af29a354d079f 100644 --- a/components/godaddy/actions/check-domain-availability/check-domain-availability.mjs +++ b/components/godaddy/actions/check-domain-availability/check-domain-availability.mjs @@ -4,8 +4,13 @@ export default { key: "godaddy-check-domain-availability", name: "Check Domain Availability", description: "Check the availability of a domain. [See the documentation](https://developer.godaddy.com/doc/endpoint/domains#/v1/available)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { godaddy, domain: { diff --git a/components/godaddy/actions/list-domains/list-domains.mjs b/components/godaddy/actions/list-domains/list-domains.mjs index 65226d6ddf899..b04abe3c53b6c 100644 --- a/components/godaddy/actions/list-domains/list-domains.mjs +++ b/components/godaddy/actions/list-domains/list-domains.mjs @@ -4,8 +4,13 @@ export default { key: "godaddy-list-domains", name: "List Domains", description: "List domains in GoDaddy. [See the documentation](https://developer.godaddy.com/doc/endpoint/domains#/v1/list)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { godaddy, statuses: { diff --git a/components/godaddy/actions/renew-domain/renew-domain.mjs b/components/godaddy/actions/renew-domain/renew-domain.mjs index 89aa551dae8d0..8aa549ef696bc 100644 --- a/components/godaddy/actions/renew-domain/renew-domain.mjs +++ b/components/godaddy/actions/renew-domain/renew-domain.mjs @@ -4,8 +4,13 @@ export default { key: "godaddy-renew-domain", name: "Renew Domain", description: "Renew a domain in GoDaddy. [See the documentation](https://developer.godaddy.com/doc/endpoint/domains#/v1/renew)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { godaddy, domain: { diff --git a/components/godaddy/actions/suggest-domains/suggest-domains.mjs b/components/godaddy/actions/suggest-domains/suggest-domains.mjs index 33b9d068e0889..c83594a2c10b5 100644 --- a/components/godaddy/actions/suggest-domains/suggest-domains.mjs +++ b/components/godaddy/actions/suggest-domains/suggest-domains.mjs @@ -5,8 +5,13 @@ export default { key: "godaddy-suggest-domains", name: "Suggest Domains", description: "Suggest domains based on the given criteria. [See the documentation](https://developer.godaddy.com/doc/endpoint/domains#/v1/suggest)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { godaddy, query: { diff --git a/components/pdf_munk/actions/capture-website-screenshot-into-image/capture-website-screenshot-into-image.mjs b/components/pdf_munk/actions/capture-website-screenshot-into-image/capture-website-screenshot-into-image.mjs index 6ec396a337f4c..673eeb8d9442c 100644 --- a/components/pdf_munk/actions/capture-website-screenshot-into-image/capture-website-screenshot-into-image.mjs +++ b/components/pdf_munk/actions/capture-website-screenshot-into-image/capture-website-screenshot-into-image.mjs @@ -4,8 +4,13 @@ export default { key: "pdf_munk-capture-website-screenshot-into-image", name: "Capture Website Screenshot into Image", description: "Capture Screenshot of a Website URL into an image. [See documentation](https://pdfmunk.com/api-docs#:~:text=Image%20Generation)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/pdf_munk/actions/capture-website-screenshot-into-pdf/capture-website-screenshot-into-pdf.mjs b/components/pdf_munk/actions/capture-website-screenshot-into-pdf/capture-website-screenshot-into-pdf.mjs index 4d69159eb9ee8..7421b3f1cb6d6 100644 --- a/components/pdf_munk/actions/capture-website-screenshot-into-pdf/capture-website-screenshot-into-pdf.mjs +++ b/components/pdf_munk/actions/capture-website-screenshot-into-pdf/capture-website-screenshot-into-pdf.mjs @@ -4,8 +4,13 @@ export default { key: "pdf_munk-capture-website-screenshot-into-pdf", name: "Capture Website Screenshot into PDF", description: "Converts a URL to a PDF file with customizable options. [See documentation](https://pdfmunk.com/api-docs#:~:text=Operations%20related%20to%20PDF)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, url: { diff --git a/components/pdf_munk/actions/convert-html-to-image/convert-html-to-image.mjs b/components/pdf_munk/actions/convert-html-to-image/convert-html-to-image.mjs index c4bbe633d1f90..5314cc8b2277e 100644 --- a/components/pdf_munk/actions/convert-html-to-image/convert-html-to-image.mjs +++ b/components/pdf_munk/actions/convert-html-to-image/convert-html-to-image.mjs @@ -4,8 +4,13 @@ export default { key: "pdf_munk-convert-html-to-image", name: "Convert HTML to Image", description: "Converts HTML/CSS content to an image. [See documentation](https://pdfmunk.com/api-docs#:~:text=Image%20Generation)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, html_content: { diff --git a/components/pdf_munk/actions/convert-html-to-pdf/convert-html-to-pdf.mjs b/components/pdf_munk/actions/convert-html-to-pdf/convert-html-to-pdf.mjs index 8e452f4bd29bb..ab11257e5feb9 100644 --- a/components/pdf_munk/actions/convert-html-to-pdf/convert-html-to-pdf.mjs +++ b/components/pdf_munk/actions/convert-html-to-pdf/convert-html-to-pdf.mjs @@ -4,8 +4,13 @@ export default { key: "pdf_munk-convert-html-to-pdf", name: "Convert HTML to PDF", description: "Converts HTML/CSS content to a PDF file with customizable options. [See documentation](https://pdfmunk.com/api-docs#:~:text=Operations%20related%20to%20PDF)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, html_content: { diff --git a/components/qr_api/actions/create-email-qrcode/create-email-qrcode.mjs b/components/qr_api/actions/create-email-qrcode/create-email-qrcode.mjs index c8e4f5643773f..c117fb1e0bda7 100644 --- a/components/qr_api/actions/create-email-qrcode/create-email-qrcode.mjs +++ b/components/qr_api/actions/create-email-qrcode/create-email-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-email-qrcode", name: "Create Email QR Code", description: "Create an Email QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_email_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, address: { diff --git a/components/qr_api/actions/create-googlemaps-qrcode/create-googlemaps-qrcode.mjs b/components/qr_api/actions/create-googlemaps-qrcode/create-googlemaps-qrcode.mjs index 69cd6294dba96..03191d019cae3 100644 --- a/components/qr_api/actions/create-googlemaps-qrcode/create-googlemaps-qrcode.mjs +++ b/components/qr_api/actions/create-googlemaps-qrcode/create-googlemaps-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-googlemaps-qrcode", name: "Create Google Maps QR Code", description: "Create a Google Maps QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_googlemaps_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, latitude: { diff --git a/components/qr_api/actions/create-phonecall-qrcode/create-phonecall-qrcode.mjs b/components/qr_api/actions/create-phonecall-qrcode/create-phonecall-qrcode.mjs index dded3836bd9b8..84bfa33124154 100644 --- a/components/qr_api/actions/create-phonecall-qrcode/create-phonecall-qrcode.mjs +++ b/components/qr_api/actions/create-phonecall-qrcode/create-phonecall-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-phonecall-qrcode", name: "Create Phone Call QR Code", description: "Create a Phone Call QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_phonecall_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, number: { diff --git a/components/qr_api/actions/create-sms-qrcode/create-sms-qrcode.mjs b/components/qr_api/actions/create-sms-qrcode/create-sms-qrcode.mjs index af741118cab80..683d66bf77911 100644 --- a/components/qr_api/actions/create-sms-qrcode/create-sms-qrcode.mjs +++ b/components/qr_api/actions/create-sms-qrcode/create-sms-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-sms-qrcode", name: "Create SMS QR Code", description: "Create a SMS QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_sms_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, phoneNo: { diff --git a/components/qr_api/actions/create-text-qrcode/create-text-qrcode.mjs b/components/qr_api/actions/create-text-qrcode/create-text-qrcode.mjs index 3b264d59a5b06..00f1d30c02188 100644 --- a/components/qr_api/actions/create-text-qrcode/create-text-qrcode.mjs +++ b/components/qr_api/actions/create-text-qrcode/create-text-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-text-qrcode", name: "Create Text QR Code", description: "Create a Text QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_text_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, data: { diff --git a/components/qr_api/actions/create-url-qrcode/create-url-qrcode.mjs b/components/qr_api/actions/create-url-qrcode/create-url-qrcode.mjs index 35d5bf869b3cc..0c8eb53c78be1 100644 --- a/components/qr_api/actions/create-url-qrcode/create-url-qrcode.mjs +++ b/components/qr_api/actions/create-url-qrcode/create-url-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-url-qrcode", name: "Create URL QR Code", description: "Create a URL QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_url_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, url: { diff --git a/components/qr_api/actions/create-vcard-qrcode/create-vcard-qrcode.mjs b/components/qr_api/actions/create-vcard-qrcode/create-vcard-qrcode.mjs index 9dfd6d08bfde0..03f74bd06effa 100644 --- a/components/qr_api/actions/create-vcard-qrcode/create-vcard-qrcode.mjs +++ b/components/qr_api/actions/create-vcard-qrcode/create-vcard-qrcode.mjs @@ -5,8 +5,13 @@ export default { key: "qr_api-create-vcard-qrcode", name: "Create VCard QR Code", description: "Create a VCard QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_vcard_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, uname: { diff --git a/components/qr_api/actions/create-wifi-qrcode/create-wifi-qrcode.mjs b/components/qr_api/actions/create-wifi-qrcode/create-wifi-qrcode.mjs index fed1e3466de3b..d4114f4d1204a 100644 --- a/components/qr_api/actions/create-wifi-qrcode/create-wifi-qrcode.mjs +++ b/components/qr_api/actions/create-wifi-qrcode/create-wifi-qrcode.mjs @@ -6,8 +6,13 @@ export default { key: "qr_api-create-wifi-qrcode", name: "Create WiFi QR Code", description: "Create a WiFi QR Code. [See the documentation](https://qrapi.io/api-documentation/#/qrcode/create_wifi_qr_code)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { ...common.props, ssid: { diff --git a/components/scrapecreators/actions/fetch-creator-profile/fetch-creator-profile.mjs b/components/scrapecreators/actions/fetch-creator-profile/fetch-creator-profile.mjs index 1b63e33c5c78f..4ceaaa248bbf5 100644 --- a/components/scrapecreators/actions/fetch-creator-profile/fetch-creator-profile.mjs +++ b/components/scrapecreators/actions/fetch-creator-profile/fetch-creator-profile.mjs @@ -4,8 +4,13 @@ export default { key: "scrapecreators-fetch-creator-profile", name: "Fetch Creator Profile", description: "Fetch a creator profile based on platform and handle or unique ID. [See the documentation](https://docs.scrapecreators.com/introduction)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, platform: { diff --git a/components/scrapecreators/actions/search-creators/search-creators.mjs b/components/scrapecreators/actions/search-creators/search-creators.mjs index 3d4e08122982a..f4e93241c69af 100644 --- a/components/scrapecreators/actions/search-creators/search-creators.mjs +++ b/components/scrapecreators/actions/search-creators/search-creators.mjs @@ -5,8 +5,13 @@ export default { key: "scrapecreators-search-creators", name: "Search Creators", description: "Search for creators based on platform and query. [See the documentation](https://docs.scrapecreators.com/api-reference/introduction)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, platform: { diff --git a/components/teamleader_focus/actions/update-company/update-company.mjs b/components/teamleader_focus/actions/update-company/update-company.mjs index 2a112e3e169dd..6a2330ef58c1f 100644 --- a/components/teamleader_focus/actions/update-company/update-company.mjs +++ b/components/teamleader_focus/actions/update-company/update-company.mjs @@ -5,8 +5,13 @@ export default { key: "teamleader_focus-update-company", name: "Update Company", description: "Update a company. [See the documentation](https://developer.focus.teamleader.eu/docs/api/companies-update)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { teamleaderFocus, companyId: { diff --git a/components/teamleader_focus/actions/update-contact/update-contact.mjs b/components/teamleader_focus/actions/update-contact/update-contact.mjs index 80a8ef0185562..ba3c4f9709122 100644 --- a/components/teamleader_focus/actions/update-contact/update-contact.mjs +++ b/components/teamleader_focus/actions/update-contact/update-contact.mjs @@ -4,8 +4,13 @@ export default { key: "teamleader_focus-update-contact", name: "Update Contact", description: "Update a contact. [See the documentation](https://developer.focus.teamleader.eu/docs/api/contacts-update)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { teamleaderFocus, contactId: { diff --git a/components/the_official_board/actions/create-orgchart-pdf-file/create-orgchart-pdf-file.mjs b/components/the_official_board/actions/create-orgchart-pdf-file/create-orgchart-pdf-file.mjs index 851613420e4bb..7094744f432ae 100644 --- a/components/the_official_board/actions/create-orgchart-pdf-file/create-orgchart-pdf-file.mjs +++ b/components/the_official_board/actions/create-orgchart-pdf-file/create-orgchart-pdf-file.mjs @@ -5,8 +5,13 @@ export default { key: "the_official_board-create-orgchart-pdf-file", name: "Create Orgchart PDF File", description: "Export organization chart as PDF file. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Companies/get_export_orgchart_pdf)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, companyId: { diff --git a/components/the_official_board/actions/create-orgchart-xlsx-file/create-orgchart-xlsx-file.mjs b/components/the_official_board/actions/create-orgchart-xlsx-file/create-orgchart-xlsx-file.mjs index 17ad56a572e28..21804a2a12062 100644 --- a/components/the_official_board/actions/create-orgchart-xlsx-file/create-orgchart-xlsx-file.mjs +++ b/components/the_official_board/actions/create-orgchart-xlsx-file/create-orgchart-xlsx-file.mjs @@ -5,8 +5,13 @@ export default { key: "the_official_board-create-orgchart-xlsx-file", name: "Create Orgchart XLSX File", description: "Export organization chart as XLSX file. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Companies/get_export_orgchart_excel)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, companyId: { diff --git a/components/the_official_board/actions/get-executive-info/get-executive-info.mjs b/components/the_official_board/actions/get-executive-info/get-executive-info.mjs index d5f50c1fe8e01..e934961890843 100644 --- a/components/the_official_board/actions/get-executive-info/get-executive-info.mjs +++ b/components/the_official_board/actions/get-executive-info/get-executive-info.mjs @@ -4,8 +4,13 @@ export default { key: "the_official_board-get-executive-info", name: "Get Executive Info", description: "Get executive biography information. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Executives/get_executive_biography)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, executiveId: { diff --git a/components/the_official_board/actions/get-orgchart-info/get-orgchart-info.mjs b/components/the_official_board/actions/get-orgchart-info/get-orgchart-info.mjs index 7ace49cbced69..d49aff5c2129d 100644 --- a/components/the_official_board/actions/get-orgchart-info/get-orgchart-info.mjs +++ b/components/the_official_board/actions/get-orgchart-info/get-orgchart-info.mjs @@ -4,8 +4,13 @@ export default { key: "the_official_board-get-orgchart-info", name: "Get Orgchart Info", description: "Get organization chart information for a company. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Companies/get_company_orgchart)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, companyId: { diff --git a/components/the_official_board/actions/search-company-org-chart-id/search-company-org-chart-id.mjs b/components/the_official_board/actions/search-company-org-chart-id/search-company-org-chart-id.mjs index d265486cc46a7..f6e196d5d4b83 100644 --- a/components/the_official_board/actions/search-company-org-chart-id/search-company-org-chart-id.mjs +++ b/components/the_official_board/actions/search-company-org-chart-id/search-company-org-chart-id.mjs @@ -4,8 +4,13 @@ export default { key: "the_official_board-search-company-org-chart-id", name: "Search Company Org Chart ID", description: "Search for company org chart identifier. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Companies/get_company_search)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, companyName: { diff --git a/components/the_official_board/actions/search-executive-by-name/search-executive-by-name.mjs b/components/the_official_board/actions/search-executive-by-name/search-executive-by-name.mjs index b04f75b1e0b97..bc67d872de824 100644 --- a/components/the_official_board/actions/search-executive-by-name/search-executive-by-name.mjs +++ b/components/the_official_board/actions/search-executive-by-name/search-executive-by-name.mjs @@ -4,8 +4,13 @@ export default { key: "the_official_board-search-executive-by-name", name: "Search Executive", description: "Search for executives by name. [See the documentation](https://rest.theofficialboard.com/rest/api/doc/#/Executives/get_executive_search)", - version: "0.0.1", + version: "0.0.2", type: "action", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: true, + }, props: { app, name: { diff --git a/components/zendesk/actions/set-custom-ticket-fields/set-custom-ticket-fields.mjs b/components/zendesk/actions/set-custom-ticket-fields/set-custom-ticket-fields.mjs index ff04d705cfa88..6e188a937db94 100644 --- a/components/zendesk/actions/set-custom-ticket-fields/set-custom-ticket-fields.mjs +++ b/components/zendesk/actions/set-custom-ticket-fields/set-custom-ticket-fields.mjs @@ -7,7 +7,12 @@ export default { name: "Set Custom Ticket Fields", description: "Sets one or more custom field values on a ticket. [See the documentation](https://developer.zendesk.com/api-reference/ticketing/tickets/tickets/#update-ticket).", type: "action", - version: "0.0.1", + version: "0.0.2", + annotations: { + destructiveHint: false, + openWorldHint: true, + readOnlyHint: false, + }, props: { app, ticketId: { diff --git a/eslint.config.mjs b/eslint.config.mjs index aba81d44c86d8..9a134bb23e0de 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -216,6 +216,7 @@ export default [ "pipedream/source-name": "warn", "pipedream/source-description": "warn", "pipedream/no-ts-version": "warn", + "pipedream/action-annotations": "error", }, }, { @@ -236,6 +237,7 @@ export default [ "pipedream/required-properties-type": "off", "pipedream/source-name": "off", "pipedream/source-description": "off", + "pipedream/action-annotations": "off", }, }, { diff --git a/package.json b/package.json index 886b28bf72499..1e5a377df05c5 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.15.0", "@next/eslint-plugin-next": "^14.2.5", - "@pipedream/eslint-plugin-pipedream": "0.2.5", + "@pipedream/eslint-plugin-pipedream": "0.3.0", "@pipedream/types": "0.1.4", "@tsconfig/node14": "^1.0.1", "@types/jest": "^27.4.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa237eb9df6e5..e6e8246269558 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: ^14.2.5 version: 14.2.19 '@pipedream/eslint-plugin-pipedream': - specifier: 0.2.5 - version: 0.2.5 + specifier: 0.3.0 + version: 0.3.0 '@pipedream/types': specifier: 0.1.4 version: 0.1.4 @@ -104,7 +104,7 @@ importers: version: 4.0.0 ts-jest: specifier: ^29.1.1 - version: 29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.6)(typescript@5.6.3)))(typescript@5.6.3) + version: 29.2.5(@babel/core@8.0.0-alpha.13)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.0-alpha.13))(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.6)(typescript@5.6.3)))(typescript@5.6.3) tsc-esm-fix: specifier: ^2.18.0 version: 2.20.27 @@ -3389,8 +3389,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/csvbox: - specifiers: {} + components/csvbox: {} components/cufinder: dependencies: @@ -6361,8 +6360,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/halo_service_solutions: - specifiers: {} + components/halo_service_solutions: {} components/hamsa: dependencies: @@ -16889,7 +16887,7 @@ importers: version: 3.1.7 ts-jest: specifier: ^29.2.5 - version: 29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(esbuild@0.24.2)(jest@29.7.0(@types/node@20.17.30)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.7.2)))(typescript@5.7.2) + version: 29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(jest@29.7.0(@types/node@20.17.30)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.7.2)))(typescript@5.7.2) tsup: specifier: ^8.3.6 version: 8.3.6(@microsoft/api-extractor@7.47.12(@types/node@20.17.30))(jiti@2.4.2)(postcss@8.5.6)(tsx@4.19.4)(typescript@5.7.2)(yaml@2.8.0) @@ -20372,8 +20370,8 @@ packages: '@pipedream/docusign@0.2.1': resolution: {integrity: sha512-4NxQNHAWOZ/eFvj/PkmZ4LY9ZwsXZdCh363scbNlJfXqeMGCxnNrfRrEgYIFWvnB8pJyzHtSdxsDLL2axIMx4g==} - '@pipedream/eslint-plugin-pipedream@0.2.5': - resolution: {integrity: sha512-99e88TuaQM9VGc64JlJueuk+3dCyuNuxOqTPCVg+QLbfzqovHnDHZ5cHqkzPjDLtFsFrAucIANIcgKcb0YAoxg==} + '@pipedream/eslint-plugin-pipedream@0.3.0': + resolution: {integrity: sha512-RS2zSBvcqhR0cN6ltmTFieuwomxYiUo9KZpTF8g/MSihAtp0Ne7/W+IXYbq6PGsIx6uwC/sdxfk/61+WQYuTBg==} '@pipedream/gitlab@0.5.6': resolution: {integrity: sha512-HoGZjfI5z5cUU4KPo9f0QJ4pLS+jMaK5132OQwlnzJ3FbqH+MSBxqQoRNoOcBfjGfEYfRRbs1wId592uC6nVmg==} @@ -31334,22 +31332,22 @@ packages: superagent@3.8.1: resolution: {integrity: sha512-VMBFLYgFuRdfeNQSMLbxGSLfmXL/xc+OO+BZp41Za/NRDBet/BNbkRJrYzCUu0u4GU0i/ml2dtT8b9qgkw9z6Q==} engines: {node: '>= 4.0'} - deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@4.1.0: resolution: {integrity: sha512-FT3QLMasz0YyCd4uIi5HNe+3t/onxMyEho7C3PSqmti3Twgy2rXT4fmkTz6wRL6bTF4uzPcfkUCa8u4JWHw8Ag==} engines: {node: '>= 6.0'} - deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@5.3.1: resolution: {integrity: sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==} engines: {node: '>= 7.0.0'} - deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@7.1.6: resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please downgrade to v7.1.5 if you need IE/ActiveXObject support OR upgrade to v8.0.0 as we no longer support IE and published an incorrect patch version (see https://github.com/visionmedia/superagent/issues/1731) + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net supports-color@10.0.0: resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==} @@ -35751,7 +35749,7 @@ snapshots: '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 convert-source-map: 2.0.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -36022,21 +36020,45 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -36047,16 +36069,34 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-import-attributes@7.26.0(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -36067,41 +36107,89 @@ snapshots: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 '@babel/helper-plugin-utils': 7.25.9 + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@8.0.0-alpha.13)': + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/helper-plugin-utils': 7.25.9 + optional: true + '@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -37164,7 +37252,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -38114,7 +38202,7 @@ snapshots: https-proxy-agent: 7.0.6(supports-color@10.0.0) node-fetch: 2.7.0 nopt: 8.1.0 - semver: 7.7.2 + semver: 7.7.3 tar: 7.4.3 transitivePeerDependencies: - encoding @@ -38979,7 +39067,7 @@ snapshots: transitivePeerDependencies: - debug - '@pipedream/eslint-plugin-pipedream@0.2.5': {} + '@pipedream/eslint-plugin-pipedream@0.3.0': {} '@pipedream/gitlab@0.5.6': dependencies: @@ -42232,7 +42320,7 @@ snapshots: '@typescript-eslint/types': 8.15.0 '@typescript-eslint/typescript-estree': 8.15.0(typescript@5.6.3) '@typescript-eslint/visitor-keys': 8.15.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) eslint: 8.57.1 optionalDependencies: typescript: 5.6.3 @@ -42298,7 +42386,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 - semver: 7.7.2 + semver: 7.7.3 ts-api-utils: 2.1.0(typescript@5.9.2) typescript: 5.9.2 transitivePeerDependencies: @@ -43128,6 +43216,20 @@ snapshots: transitivePeerDependencies: - supports-color + babel-jest@29.7.0(@babel/core@8.0.0-alpha.13): + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@jest/transform': 29.7.0 + '@types/babel__core': 7.20.5 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 29.6.3(@babel/core@8.0.0-alpha.13) + chalk: 4.1.2 + graceful-fs: 4.2.11 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + optional: true + babel-plugin-istanbul@6.1.1: dependencies: '@babel/helper-plugin-utils': 7.25.9 @@ -43194,12 +43296,39 @@ snapshots: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.26.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.26.0) + babel-preset-current-node-syntax@1.1.0(@babel/core@8.0.0-alpha.13): + dependencies: + '@babel/core': 8.0.0-alpha.13 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-import-attributes': 7.26.0(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@8.0.0-alpha.13) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@8.0.0-alpha.13) + optional: true + babel-preset-jest@29.6.3(@babel/core@7.26.0): dependencies: '@babel/core': 7.26.0 babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.1.0(@babel/core@7.26.0) + babel-preset-jest@29.6.3(@babel/core@8.0.0-alpha.13): + dependencies: + '@babel/core': 8.0.0-alpha.13 + babel-plugin-jest-hoist: 29.6.3 + babel-preset-current-node-syntax: 1.1.0(@babel/core@8.0.0-alpha.13) + optional: true + backoff@2.5.0: dependencies: precond: 0.2.3 @@ -45183,7 +45312,7 @@ snapshots: eslint-compat-utils@0.5.1(eslint@8.57.1): dependencies: eslint: 8.57.1 - semver: 7.7.2 + semver: 7.7.3 eslint-config-next@15.0.3(eslint@8.57.1)(typescript@5.6.3): dependencies: @@ -45417,7 +45546,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.2 @@ -47280,7 +47409,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) transitivePeerDependencies: - supports-color @@ -49863,7 +49992,7 @@ snapshots: dependencies: '@tediousjs/connection-string': 0.5.0 commander: 11.1.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) rfdc: 1.4.1 tarn: 3.0.2 tedious: 16.7.1 @@ -50265,7 +50394,7 @@ snapshots: normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 - semver: 7.7.2 + semver: 7.7.3 validate-npm-package-license: 3.0.4 normalize-package-data@7.0.1: @@ -50820,7 +50949,7 @@ snapshots: ky: 1.8.2 registry-auth-token: 5.1.0 registry-url: 6.0.1 - semver: 7.7.2 + semver: 7.7.3 package-lock-only@0.0.4: dependencies: @@ -51629,7 +51758,7 @@ snapshots: ajv: 8.17.1 chalk: 5.3.0 ci-info: 4.1.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) deepmerge: 4.3.1 escalade: 3.2.0 fast-glob: 3.3.2 @@ -53776,7 +53905,7 @@ snapshots: ts-interface-checker@0.1.13: {} - ts-jest@29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(esbuild@0.24.2)(jest@29.7.0(@types/node@20.17.30)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.7.2)))(typescript@5.7.2): + ts-jest@29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(jest@29.7.0(@types/node@20.17.30)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.30)(typescript@5.7.2)))(typescript@5.7.2): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -53794,9 +53923,8 @@ snapshots: '@jest/transform': 29.7.0 '@jest/types': 29.6.3 babel-jest: 29.7.0(@babel/core@7.26.0) - esbuild: 0.24.2 - ts-jest@29.2.5(@babel/core@7.26.0)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.26.0))(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.6)(typescript@5.6.3)))(typescript@5.6.3): + ts-jest@29.2.5(@babel/core@8.0.0-alpha.13)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@8.0.0-alpha.13))(jest@29.7.0(@types/node@20.17.6)(babel-plugin-macros@3.1.0)(ts-node@10.9.2(@types/node@20.17.6)(typescript@5.6.3)))(typescript@5.6.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 @@ -53810,10 +53938,10 @@ snapshots: typescript: 5.6.3 yargs-parser: 21.1.1 optionalDependencies: - '@babel/core': 7.26.0 + '@babel/core': 8.0.0-alpha.13 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-jest: 29.7.0(@babel/core@7.26.0) + babel-jest: 29.7.0(@babel/core@8.0.0-alpha.13) ts-node@10.9.2(@types/node@20.17.30)(typescript@5.7.2): dependencies: @@ -53985,7 +54113,7 @@ snapshots: cac: 6.7.14 chokidar: 4.0.3 consola: 3.4.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 @@ -54013,7 +54141,7 @@ snapshots: cac: 6.7.14 chokidar: 4.0.3 consola: 3.4.0 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) esbuild: 0.24.2 joycon: 3.1.1 picocolors: 1.1.1 @@ -54637,7 +54765,7 @@ snapshots: '@volar/typescript': 2.4.10 '@vue/language-core': 2.1.6(typescript@5.9.2) compare-versions: 6.1.1 - debug: 4.3.7(supports-color@5.5.0) + debug: 4.3.7(supports-color@9.4.0) kolorist: 1.8.0 local-pkg: 0.5.1 magic-string: 0.30.13 @@ -54798,7 +54926,7 @@ snapshots: wide-align@1.1.5: dependencies: - string-width: 1.0.2 + string-width: 4.2.3 optional: true widest-line@3.1.0: