diff --git a/components/_descript/actions/create-import-url/create-import-url.mjs b/components/_descript/actions/create-import-url/create-import-url.mjs index 51e13da51b1d8..88a10319c05bd 100644 --- a/components/_descript/actions/create-import-url/create-import-url.mjs +++ b/components/_descript/actions/create-import-url/create-import-url.mjs @@ -4,8 +4,9 @@ export default { key: "_descript-create-import-url", name: "Create Import URL", description: "Create an import URL for a published project. [See the documentation](https://docs.descriptapi.com/#tag/Edit-in-Descript/operation/postEditInDescriptSchema)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/_descript/package.json b/components/_descript/package.json index 1caeac429effb..63d021f931793 100644 --- a/components/_descript/package.json +++ b/components/_descript/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/_descript", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Descript Components", "main": "_descript.app.mjs", "keywords": [ diff --git a/components/accuweather/actions/get-location-key/get-location-key.mjs b/components/accuweather/actions/get-location-key/get-location-key.mjs index a3a8a378bbd22..43a0735306442 100644 --- a/components/accuweather/actions/get-location-key/get-location-key.mjs +++ b/components/accuweather/actions/get-location-key/get-location-key.mjs @@ -4,13 +4,14 @@ export default { key: "accuweather-get-location-key", name: "Get Location Key", description: "Search for a location and retrieve its unique location key required for weather API calls. [See the documentation](https://developer.accuweather.com/accuweather-locations-api/apis/get/locations/v1/search)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { accuweather, locationQuery: { diff --git a/components/accuweather/package.json b/components/accuweather/package.json index ed4d3910f5746..bbf48ce14dec1 100644 --- a/components/accuweather/package.json +++ b/components/accuweather/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/accuweather", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream AccuWeather Components", "main": "accuweather.app.mjs", "keywords": [ diff --git a/components/actitime/actions/create-task/create-task.mjs b/components/actitime/actions/create-task/create-task.mjs index 0c10dafadf459..3409bd3c60dc9 100644 --- a/components/actitime/actions/create-task/create-task.mjs +++ b/components/actitime/actions/create-task/create-task.mjs @@ -5,13 +5,14 @@ export default { key: "actitime-create-task", name: "Create Task", description: "Creates a new task. [See the documentation](https://online.actitime.com/pipedream/api/v1/swagger).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, projectId: { diff --git a/components/actitime/package.json b/components/actitime/package.json index bec2a50d0b9c9..3361edfa7d7aa 100644 --- a/components/actitime/package.json +++ b/components/actitime/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/actitime", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream actiTIME Components", "main": "actitime.app.mjs", "keywords": [ diff --git a/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs b/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs index b6dc377ecafc0..631be2b4bbe0e 100644 --- a/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs +++ b/components/adobe_photoshop/actions/remove-background-from-image/remove-background-from-image.mjs @@ -9,13 +9,14 @@ export default { key: "adobe_photoshop-remove-background-from-image", name: "Remove Background from Image", description: "Removes the background from an image using Adobe Photoshop API. [See the documentation](https://developer.adobe.com/firefly-services/docs/photoshop/api/photoshop_removeBackground/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { adobePhotoshop, inputHref: { diff --git a/components/adobe_photoshop/package.json b/components/adobe_photoshop/package.json index 9f28fdfa468ea..cb964c296a232 100644 --- a/components/adobe_photoshop/package.json +++ b/components/adobe_photoshop/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adobe_photoshop", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Adobe Photoshop Components", "main": "adobe_photoshop.app.mjs", "keywords": [ diff --git a/components/adrapid/actions/get-banner/get-banner.mjs b/components/adrapid/actions/get-banner/get-banner.mjs index 5c0fe643957ce..2403fb1844783 100644 --- a/components/adrapid/actions/get-banner/get-banner.mjs +++ b/components/adrapid/actions/get-banner/get-banner.mjs @@ -4,13 +4,14 @@ export default { key: "adrapid-get-banner", name: "Get Banner", description: "Retrieves a specified banner. This action should be used after a 'create-banner' action to ensure that the banner is fully processed and ready for use. [See the documentation](https://docs.adrapid.com/api/overview)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { adrapid, bannerId: { diff --git a/components/adrapid/package.json b/components/adrapid/package.json index 94b32b2219efd..66ab1acd5c731 100644 --- a/components/adrapid/package.json +++ b/components/adrapid/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adrapid", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Adrapid Components", "main": "adrapid.app.mjs", "keywords": [ diff --git a/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs b/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs index 3634d5dec915a..5133f7dd48b3d 100644 --- a/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs +++ b/components/adroll/actions/replace-emails-from-crm-audience/replace-emails-from-crm-audience.mjs @@ -4,13 +4,14 @@ export default { key: "adroll-replace-emails-from-crm-audience", name: "Replace Emails from CRM Audience", description: "Replace the email list from a CRM audience in AdRoll. [See docs here](https://developers.adroll.com/docs/adroll-audience-api/1/routes/segments/%7Bsegment_eid%7D/post)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, advertiserId: { diff --git a/components/adroll/package.json b/components/adroll/package.json index 7fffaffbf49ce..94736239732bf 100644 --- a/components/adroll/package.json +++ b/components/adroll/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adroll", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream AdRoll Components", "main": "adroll.app.mjs", "keywords": [ diff --git a/components/adyen/actions/submit-details/submit-details.mjs b/components/adyen/actions/submit-details/submit-details.mjs index 15d90345d0693..e38d56e23b33b 100644 --- a/components/adyen/actions/submit-details/submit-details.mjs +++ b/components/adyen/actions/submit-details/submit-details.mjs @@ -5,13 +5,14 @@ export default { key: "adyen-submit-details", name: "Submit Additional Payment Details", description: "Submits additional details for a payment. [See the documentation](https://docs.adyen.com/api-explorer/Checkout/71/post/payments/details)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, details: { diff --git a/components/adyen/package.json b/components/adyen/package.json index 4ba585f7935ab..1addc73d43987 100644 --- a/components/adyen/package.json +++ b/components/adyen/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adyen", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Adyen Components", "main": "adyen.app.mjs", "keywords": [ diff --git a/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs b/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs index 8f81ee81f47db..d3486af668109 100644 --- a/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs +++ b/components/adyntel/actions/google-ads-by-company/google-ads-by-company.mjs @@ -4,13 +4,14 @@ export default { key: "adyntel-google-ads-by-company", name: "Get Google Ads by Company", description: "Retrieve all Google ads for a given company domain. [See the documentation](https://docs.adyntel.com/ad-libraries/google)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { adyntel, companyDomain: { diff --git a/components/adyntel/package.json b/components/adyntel/package.json index afb6aab50fc56..b4ece50c294bf 100644 --- a/components/adyntel/package.json +++ b/components/adyntel/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/adyntel", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Adyntel Components", "main": "adyntel.app.mjs", "keywords": [ diff --git a/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs b/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs index f29cdb8fb9cac..e80e0ce6d32a2 100644 --- a/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs +++ b/components/affinda/actions/upload-document-from-url/upload-document-from-url.mjs @@ -4,13 +4,14 @@ export default { key: "affinda-upload-document-from-url", name: "Upload Document for Parsing", description: "Uploads a document for parsing. [See docs here](https://docs.affinda.com/reference/createdocument)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { affinda, organization: { diff --git a/components/affinda/package.json b/components/affinda/package.json index 4f32799af6229..cfa6672ae76eb 100644 --- a/components/affinda/package.json +++ b/components/affinda/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/affinda", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Affinda Components", "main": "affinda.app.mjs", "keywords": [ diff --git a/components/agify/actions/get-age-from-names/get-age-from-names.mjs b/components/agify/actions/get-age-from-names/get-age-from-names.mjs index 19c3d4b0fe311..8b244002b0457 100644 --- a/components/agify/actions/get-age-from-names/get-age-from-names.mjs +++ b/components/agify/actions/get-age-from-names/get-age-from-names.mjs @@ -5,13 +5,14 @@ export default { key: "agify-get-age-from-names", name: "Get Age From Names (Batch)", description: "Estimate the age of up to 10 names in a single batch request. [See the documentation](https://agify.io/documentation#batch-usage)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, names: { diff --git a/components/agify/package.json b/components/agify/package.json index f486e84a5e8de..43b698cd08f38 100644 --- a/components/agify/package.json +++ b/components/agify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/agify", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Agify Components", "main": "agify.app.mjs", "keywords": [ diff --git a/components/airfocus/actions/search-item/search-item.mjs b/components/airfocus/actions/search-item/search-item.mjs index c6ab41a044a95..7a3f028b41e19 100644 --- a/components/airfocus/actions/search-item/search-item.mjs +++ b/components/airfocus/actions/search-item/search-item.mjs @@ -5,13 +5,14 @@ export default { key: "airfocus-search-item", name: "Search Item", description: "Searches items by query in airfocus. [See the documentation](https://developer.airfocus.com/endpoints.html)", - version: "0.1.1", + version: "0.1.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { airfocus, workspaceId: { diff --git a/components/airfocus/package.json b/components/airfocus/package.json index 28e3ba1428eaa..c744640fbbe7a 100644 --- a/components/airfocus/package.json +++ b/components/airfocus/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airfocus", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Airfocus Components", "main": "airfocus.app.mjs", "keywords": [ diff --git a/components/airplane/actions/execute-runbook/execute-runbook.mjs b/components/airplane/actions/execute-runbook/execute-runbook.mjs index d03a1afc5d37d..0831accb8bf39 100644 --- a/components/airplane/actions/execute-runbook/execute-runbook.mjs +++ b/components/airplane/actions/execute-runbook/execute-runbook.mjs @@ -5,13 +5,14 @@ export default { key: "airplane-execute-runbook", name: "Execute Runbook", description: "Execute a runbook and receive a session ID to track the runbook's execution. [See the documentation](https://docs.airplane.dev/reference/api#runbooks-execute)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { airplane, id: { diff --git a/components/airplane/actions/execute-task/execute-task.mjs b/components/airplane/actions/execute-task/execute-task.mjs index 2a510fede51bf..cafc04ce8563a 100644 --- a/components/airplane/actions/execute-task/execute-task.mjs +++ b/components/airplane/actions/execute-task/execute-task.mjs @@ -5,13 +5,14 @@ export default { key: "airplane-execute-task", name: "Execute Task", description: "Execute a task with a set of parameter values and receive a run ID to track the task's execution. [See the documentation](https://docs.airplane.dev/reference/api#tasks-execute)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { airplane, id: { diff --git a/components/airplane/package.json b/components/airplane/package.json index 9d7503c2080f4..ba98e2e90b549 100644 --- a/components/airplane/package.json +++ b/components/airplane/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/airplane", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Airplane Components", "main": "airplane.app.mjs", "keywords": [ diff --git a/components/alegra/actions/create-invoice/create-invoice.mjs b/components/alegra/actions/create-invoice/create-invoice.mjs index 388c177cf18a4..7f227c9fda55e 100644 --- a/components/alegra/actions/create-invoice/create-invoice.mjs +++ b/components/alegra/actions/create-invoice/create-invoice.mjs @@ -9,13 +9,14 @@ export default { key: "alegra-create-invoice", name: "Create Invoice", description: "Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { alegra, status: { diff --git a/components/alegra/package.json b/components/alegra/package.json index dd380780d785c..0005645d4971e 100644 --- a/components/alegra/package.json +++ b/components/alegra/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alegra", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Alegra Components", "main": "alegra.app.mjs", "keywords": [ diff --git a/components/alerty/actions/notify-devices/notify-devices.mjs b/components/alerty/actions/notify-devices/notify-devices.mjs index e3a2079747cad..7edd9901d7628 100644 --- a/components/alerty/actions/notify-devices/notify-devices.mjs +++ b/components/alerty/actions/notify-devices/notify-devices.mjs @@ -6,13 +6,14 @@ export default { key: "alerty-notify-devices", name: "Notify Devices", description: "Sends a notification to active devices. [See the documentation](https://alerty.dev/api/notify)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { alerty, message: { diff --git a/components/alerty/package.json b/components/alerty/package.json index aa2bc64e2a182..d16bfb5ddc753 100644 --- a/components/alerty/package.json +++ b/components/alerty/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alerty", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Alerty Components", "main": "alerty.app.mjs", "keywords": [ diff --git a/components/algolia/actions/delete-records/delete-records.mjs b/components/algolia/actions/delete-records/delete-records.mjs index bb77da06dbb3c..e5478ab6c25d4 100644 --- a/components/algolia/actions/delete-records/delete-records.mjs +++ b/components/algolia/actions/delete-records/delete-records.mjs @@ -5,13 +5,14 @@ export default { key: "algolia-delete-records", name: "Delete Records", description: "Delete records from the given index. [See the documentation](https://www.algolia.com/doc/libraries/javascript/v5/helpers/#delete-records)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, indexName: { diff --git a/components/algolia/package.json b/components/algolia/package.json index ef9fdc56a8240..70b113c8e781d 100644 --- a/components/algolia/package.json +++ b/components/algolia/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/algolia", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Algolia Components", "main": "algolia.app.mjs", "keywords": [ diff --git a/components/all_images_ai/actions/buy-image/buy-image.mjs b/components/all_images_ai/actions/buy-image/buy-image.mjs index b3af1d099656c..b7b0fe59a6ad5 100644 --- a/components/all_images_ai/actions/buy-image/buy-image.mjs +++ b/components/all_images_ai/actions/buy-image/buy-image.mjs @@ -4,13 +4,14 @@ export default { key: "all_images_ai-buy-image", name: "Buy Image", description: "Allows user to purchase an image and receive a direct public link. User must have sufficient credit balance. [See the documentation](https://developer.all-images.ai/all-images.ai-api/api-reference/images#buy-image-return-direct-url)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { allImagesAi, imageId: { diff --git a/components/all_images_ai/package.json b/components/all_images_ai/package.json index 703ccc7d8639c..f528402869aa4 100644 --- a/components/all_images_ai/package.json +++ b/components/all_images_ai/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/all_images_ai", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream All-Images.ai Components", "main": "all_images_ai.app.mjs", "keywords": [ diff --git a/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs b/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs index a27045fa6b0b3..092deea4e55c4 100644 --- a/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs +++ b/components/allocadence/actions/create-purchase-order/create-purchase-order.mjs @@ -6,13 +6,14 @@ export default { key: "allocadence-create-purchase-order", name: "Create Purchase Order", description: "Generates a new purchase order. [See the documentation](https://docs.allocadence.com/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { allocadence, supplierId: { diff --git a/components/allocadence/package.json b/components/allocadence/package.json index 2af7bb1775271..1cad8cd9ee037 100644 --- a/components/allocadence/package.json +++ b/components/allocadence/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/allocadence", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Allocadence Components", "main": "allocadence.app.mjs", "keywords": [ diff --git a/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs b/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs index b4de3c1315ab0..927950638a992 100644 --- a/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs +++ b/components/alttext_ai/actions/generate-alt-text/generate-alt-text.mjs @@ -9,13 +9,14 @@ export default { name: "Generate Alt Text", description: "Generates a descriptive alt text for a given image. [See the documentation](https://alttext.ai/apidocs#tag/Images/operation/create-image)", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { alttextAi, fileInfo: { diff --git a/components/alttext_ai/package.json b/components/alttext_ai/package.json index 2460bb69638b1..26b479a99768b 100644 --- a/components/alttext_ai/package.json +++ b/components/alttext_ai/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alttext_ai", - "version": "0.2.4", + "version": "0.2.5", "description": "Pipedream AltText.ai Components", "main": "alttext_ai.app.mjs", "keywords": [ diff --git a/components/alttextify/actions/submit-image/submit-image.mjs b/components/alttextify/actions/submit-image/submit-image.mjs index 40a6889434fe4..4309e7a7f84ff 100644 --- a/components/alttextify/actions/submit-image/submit-image.mjs +++ b/components/alttextify/actions/submit-image/submit-image.mjs @@ -5,13 +5,14 @@ export default { key: "alttextify-submit-image", name: "Submit Image to Alttextify", description: "Upload or submit an image to Alttextify for alt text generation. [See the documentation](https://apidoc.alttextify.net/#api-Image-UploadRawImage)", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { alttextify, alert: { diff --git a/components/alttextify/package.json b/components/alttextify/package.json index fd78309f58b78..0909399d4db61 100644 --- a/components/alttextify/package.json +++ b/components/alttextify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alttextify", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream AltTextify Components", "main": "alttextify.app.mjs", "keywords": [ diff --git a/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs b/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs index b61124f667a15..4c1d6d04640af 100644 --- a/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs +++ b/components/alttextlab/actions/generate-alt-text/generate-alt-text.mjs @@ -5,13 +5,14 @@ export default { key: "alttextlab-generate-alt-text", name: "Generate Alt Text", description: "Generates alt text for images using AI. [See the documentation](https://www.alttextlab.com/docs/api)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { altTextLab, alert: { diff --git a/components/alttextlab/package.json b/components/alttextlab/package.json index 5e8f771d1b2da..d82464daf4e14 100644 --- a/components/alttextlab/package.json +++ b/components/alttextlab/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/alttextify", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream AltTextLab Components", "main": "alttextlab.app.mjs", "keywords": [ diff --git a/components/amara/actions/delete-video/delete-video.mjs b/components/amara/actions/delete-video/delete-video.mjs index bcc3b6763eb89..2617fef668f14 100644 --- a/components/amara/actions/delete-video/delete-video.mjs +++ b/components/amara/actions/delete-video/delete-video.mjs @@ -5,7 +5,8 @@ export default { name: "Delete Video", description: "Delete a video. In order to delete a video, it must be part of a team that you're an admin of. [See the docs here](https://apidocs.amara.org/#delete-a-video)", type: "action", - version: "0.0.3", + ai: "optimized", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/amara/actions/list-videos/list-videos.mjs b/components/amara/actions/list-videos/list-videos.mjs index df07029bfadb4..b53ca36d46dc8 100644 --- a/components/amara/actions/list-videos/list-videos.mjs +++ b/components/amara/actions/list-videos/list-videos.mjs @@ -7,7 +7,8 @@ export default { name: "List Videos", description: "List videos. [See the docs here](https://apidocs.amara.org/#list-videos)", type: "action", - version: "0.0.3", + ai: "optimized", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/amara/package.json b/components/amara/package.json index c8f4602a65848..843fd85583325 100644 --- a/components/amara/package.json +++ b/components/amara/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/amara", - "version": "1.1.0", + "version": "1.1.1", "description": "Pipedream Amara Components", "main": "amara.app.mjs", "keywords": [ diff --git a/components/apexverify/actions/unit-verification/unit-verification.mjs b/components/apexverify/actions/unit-verification/unit-verification.mjs index 913b8111210ad..9ba673ab7dc90 100644 --- a/components/apexverify/actions/unit-verification/unit-verification.mjs +++ b/components/apexverify/actions/unit-verification/unit-verification.mjs @@ -10,8 +10,9 @@ export default { key: "apexverify-unit-verification", name: "ApexVerify - Email/Phone B2B Data Verification", description: "Verify a single email address or phone number using ApexVerify. [See the documentation](https://documentation.apexverify.com/api-reference/apex-verify-api/unit)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", props: { apexverify, diff --git a/components/apexverify/package.json b/components/apexverify/package.json index 403aff1ad3850..25da5d5837289 100644 --- a/components/apexverify/package.json +++ b/components/apexverify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apexverify", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream ApexVerify Components", "main": "apexverify.app.mjs", "keywords": [ diff --git a/components/apify/actions/scrape-single-url/scrape-single-url.mjs b/components/apify/actions/scrape-single-url/scrape-single-url.mjs index 1020953700a8c..f3d406ad08eb6 100644 --- a/components/apify/actions/scrape-single-url/scrape-single-url.mjs +++ b/components/apify/actions/scrape-single-url/scrape-single-url.mjs @@ -6,13 +6,14 @@ export default { key: "apify-scrape-single-url", name: "Scrape Single URL", description: "Executes a scraper on a specific website and returns its content as HTML. This action is perfect for extracting content from a single page. [See the documentation](https://docs.apify.com/sdk/js/docs/examples/crawl-single-url)", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { apify, url: { diff --git a/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs b/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs index 8d3bdee81861b..3ac6efae3c7cd 100644 --- a/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs +++ b/components/apify/actions/set-key-value-store-record/set-key-value-store-record.mjs @@ -4,13 +4,14 @@ export default { key: "apify-set-key-value-store-record", name: "Set Key-Value Store Record", description: "Create or update a record in an Apify Key-Value Store. Supports strings, numbers, booleans, null, arrays, and objects. Automatically infers content type (JSON vs. plain text).", - version: "0.2.3", + version: "0.2.4", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { apify, keyValueStoreId: { diff --git a/components/apify/package.json b/components/apify/package.json index cb76c3c2c8ac6..7fab64b14ca07 100644 --- a/components/apify/package.json +++ b/components/apify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apify", - "version": "0.5.0", + "version": "0.5.1", "description": "Pipedream Apify Components", "main": "apify.app.mjs", "keywords": [ diff --git a/components/arxiv/actions/search-articles/search-articles.mjs b/components/arxiv/actions/search-articles/search-articles.mjs index 2a4aa4f151e14..1d790ab6feb78 100644 --- a/components/arxiv/actions/search-articles/search-articles.mjs +++ b/components/arxiv/actions/search-articles/search-articles.mjs @@ -5,8 +5,9 @@ export default { key: "arxiv-search-articles", name: "Search Articles", description: "Search for articles on arXiv. [See the documentation](https://info.arxiv.org/help/api/user-manual.html#2-api-quickstart)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/arxiv/package.json b/components/arxiv/package.json index b6719969deb3b..53b2b1bc8cd51 100644 --- a/components/arxiv/package.json +++ b/components/arxiv/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/arxiv", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream arXiv Components", "main": "arxiv.app.mjs", "keywords": [ diff --git a/components/ashby/actions/get-candidate-resume-file/get-candidate-resume-file.mjs b/components/ashby/actions/get-candidate-resume-file/get-candidate-resume-file.mjs index 787d06595b3e9..682517c5369da 100644 --- a/components/ashby/actions/get-candidate-resume-file/get-candidate-resume-file.mjs +++ b/components/ashby/actions/get-candidate-resume-file/get-candidate-resume-file.mjs @@ -5,8 +5,9 @@ export default { key: "ashby-get-candidate-resume-file", name: "Get Candidate Resume File", description: "Retrieves the URL of a candidate's resume file. Equivalent to calling the **Get Candidate** and **Get File URL** actions in succession. See the documentation [here](https://developers.ashbyhq.com/reference/candidateinfo) and [here](https://developers.ashbyhq.com/reference/fileinfo)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/ashby/actions/get-file-url/get-file-url.mjs b/components/ashby/actions/get-file-url/get-file-url.mjs index 0116c353283b7..8289d3b2b3884 100644 --- a/components/ashby/actions/get-file-url/get-file-url.mjs +++ b/components/ashby/actions/get-file-url/get-file-url.mjs @@ -4,8 +4,9 @@ export default { key: "ashby-get-file-url", name: "Get File URL", description: "Retrieves the URL of a file associated with a candidate. [See the documentation](https://developers.ashbyhq.com/reference/fileinfo)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/ashby/package.json b/components/ashby/package.json index e80a89ba1833d..18aee4e1b7030 100644 --- a/components/ashby/package.json +++ b/components/ashby/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ashby", - "version": "1.1.0", + "version": "1.1.1", "description": "Pipedream Ashby Components", "main": "ashby.app.mjs", "keywords": [ diff --git a/components/asknicely/actions/send-survey/send-survey.mjs b/components/asknicely/actions/send-survey/send-survey.mjs index 7fb68e9878a36..fdb7fd682a909 100644 --- a/components/asknicely/actions/send-survey/send-survey.mjs +++ b/components/asknicely/actions/send-survey/send-survey.mjs @@ -4,7 +4,7 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "asknicely-send-survey", name: "Send Survey", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -12,6 +12,7 @@ export default { }, description: "Trigger a survey to a contact. [See the documentation](https://demo.asknice.ly/help/apidocs/survey)", type: "action", + ai: "optimized", props: { asknicely, email: { diff --git a/components/asknicely/package.json b/components/asknicely/package.json index bea236c2e985c..2baa9b5673229 100644 --- a/components/asknicely/package.json +++ b/components/asknicely/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/asknicely", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream AskNicely Components", "main": "asknicely.app.mjs", "keywords": [ diff --git a/components/assemblyai/actions/create-captions/create-captions.mjs b/components/assemblyai/actions/create-captions/create-captions.mjs index d526cf1fe1f70..79d584f969c8c 100644 --- a/components/assemblyai/actions/create-captions/create-captions.mjs +++ b/components/assemblyai/actions/create-captions/create-captions.mjs @@ -4,13 +4,14 @@ export default { name: "Create Captions", description: "Export your completed transcripts in SRT (srt) or VTT (vtt) format, which can be used for subtitles and closed captions in videos. [See the documentation](https://www.assemblyai.com/docs/api-reference/transcripts/get-subtitles)", key: "assemblyai-create-captions", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { assemblyai, transcriptId: { diff --git a/components/assemblyai/package.json b/components/assemblyai/package.json index bd1e14e06f3a8..94194f404383f 100644 --- a/components/assemblyai/package.json +++ b/components/assemblyai/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/assemblyai", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream AssemblyAI Components", "main": "assemblyai.app.mjs", "keywords": [ diff --git a/components/autodesk/actions/create-folder/create-folder.mjs b/components/autodesk/actions/create-folder/create-folder.mjs index 8e48fdbeb1505..25e5a1bf607fc 100644 --- a/components/autodesk/actions/create-folder/create-folder.mjs +++ b/components/autodesk/actions/create-folder/create-folder.mjs @@ -4,13 +4,14 @@ export default { key: "autodesk-create-folder", name: "Create Folder", description: "Creates a new folder in a project in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-POST/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { autodesk, hubId: { diff --git a/components/autodesk/actions/upload-file/upload-file.mjs b/components/autodesk/actions/upload-file/upload-file.mjs index 9c4f5d3c914d5..ab82f84109ef6 100644 --- a/components/autodesk/actions/upload-file/upload-file.mjs +++ b/components/autodesk/actions/upload-file/upload-file.mjs @@ -7,13 +7,14 @@ export default { key: "autodesk-upload-file", name: "Upload File", description: "Uploads a new file to a specified folder in Autodesk. [See the documentation](https://aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/).", - version: "0.1.5", + version: "0.1.6", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { autodesk, hubId: { diff --git a/components/autodesk/package.json b/components/autodesk/package.json index 1cbfb9e830111..4ff2fd292fc92 100644 --- a/components/autodesk/package.json +++ b/components/autodesk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/autodesk", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Autodesk Components", "main": "autodesk.app.mjs", "keywords": [ diff --git a/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs b/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs index 0a462108c3db6..7e178d84ecc40 100644 --- a/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs +++ b/components/automatic_data_extraction/actions/extract-data-from-url/extract-data-from-url.mjs @@ -5,7 +5,7 @@ import { clearObj } from "../../common/utils.mjs"; export default { key: "automatic_data_extraction-extract-data-from-url", name: "Extract Data From URL", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -13,6 +13,7 @@ export default { }, description: "Extract data from a specified URL [See the docs here](https://docs.zyte.com/automatic-extraction-integrations.html#node-js)", type: "action", + ai: "optimized", props: { automaticDataExtraction, url: { diff --git a/components/automatic_data_extraction/package.json b/components/automatic_data_extraction/package.json index 6a63cdb08b294..485140a978367 100644 --- a/components/automatic_data_extraction/package.json +++ b/components/automatic_data_extraction/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/automatic_data_extraction", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream Automatic Data Extraction Components", "main": "automatic_data_extraction.app.mjs", "keywords": [ diff --git a/components/avinode/actions/create-trip/create-trip.mjs b/components/avinode/actions/create-trip/create-trip.mjs index 05d57fdf4d87b..67525ca786a7c 100644 --- a/components/avinode/actions/create-trip/create-trip.mjs +++ b/components/avinode/actions/create-trip/create-trip.mjs @@ -5,8 +5,9 @@ export default { name: "Create Trip", description: "Create a trip in Avinode. [See the documentation](https://developer.avinodegroup.com/reference/createtrip)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/avinode/package.json b/components/avinode/package.json index cab4ce16a3f9e..4e9fd70de9794 100644 --- a/components/avinode/package.json +++ b/components/avinode/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/avinode", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Avinode Components", "main": "avinode.app.mjs", "keywords": [ diff --git a/components/awardco/actions/recognize-with-recognition-program/recognize-with-recognition-program.mjs b/components/awardco/actions/recognize-with-recognition-program/recognize-with-recognition-program.mjs index 54cda01093046..ffba33cf2cd0f 100644 --- a/components/awardco/actions/recognize-with-recognition-program/recognize-with-recognition-program.mjs +++ b/components/awardco/actions/recognize-with-recognition-program/recognize-with-recognition-program.mjs @@ -6,8 +6,9 @@ export default { key: "awardco-recognize-with-recognition-program", name: "Recognize With Recognition Program", description: "Submit recognition in Awardco, with a recognition program. [See the documentation](https://api.awardco.com/api#tag/recognition/POST/recognize).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/awardco/actions/recognize-without-recognition-program/recognize-without-recognition-program.mjs b/components/awardco/actions/recognize-without-recognition-program/recognize-without-recognition-program.mjs index 1bbe880d6d385..384d115f3947b 100644 --- a/components/awardco/actions/recognize-without-recognition-program/recognize-without-recognition-program.mjs +++ b/components/awardco/actions/recognize-without-recognition-program/recognize-without-recognition-program.mjs @@ -5,8 +5,9 @@ export default { key: "awardco-recognize-without-recognition-program", name: "Recognize Without Recognition Program", description: "Submit recognition in Awardco, without a recognition program. [See the documentation](https://api.awardco.com/api#tag/recognition/POST/recognize/no-program).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/awardco/package.json b/components/awardco/package.json index 17c3d3b96281a..edb307cf2d874 100644 --- a/components/awardco/package.json +++ b/components/awardco/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/awardco", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Awardco Components", "main": "awardco.app.mjs", "keywords": [ diff --git a/components/aweber/actions/create-broadcast/create-broadcast.mjs b/components/aweber/actions/create-broadcast/create-broadcast.mjs index 9785483b00e04..f2847e7607b61 100644 --- a/components/aweber/actions/create-broadcast/create-broadcast.mjs +++ b/components/aweber/actions/create-broadcast/create-broadcast.mjs @@ -5,7 +5,8 @@ export default { name: "Create Broadcast", description: "Create a broadcast under the specified account and list. [See the documentation](https://api.aweber.com/#tag/Broadcasts/paths/~1accounts~1%7BaccountId%7D~1lists~1%7BlistId%7D~1broadcasts/post).", type: "action", - version: "0.0.1", + ai: "optimized", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/aweber/package.json b/components/aweber/package.json index bc628b709e13a..597bb35de873e 100644 --- a/components/aweber/package.json +++ b/components/aweber/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/aweber", - "version": "0.4.0", + "version": "0.4.1", "description": "Pipedream Aweber Components", "main": "aweber.app.mjs", "keywords": [ diff --git a/components/azure_openai_service/actions/chat/chat.mjs b/components/azure_openai_service/actions/chat/chat.mjs index 2ae1c84c0e4b1..d352ea0bc462f 100644 --- a/components/azure_openai_service/actions/chat/chat.mjs +++ b/components/azure_openai_service/actions/chat/chat.mjs @@ -6,13 +6,14 @@ export default { key: "azure_openai_service-chat", name: "Chat", description: "Create completions for chat messages with the GPT-35-Turbo and GPT-4 models. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { azureOpenAI, userMessage: { diff --git a/components/azure_openai_service/actions/create-image/create-image.mjs b/components/azure_openai_service/actions/create-image/create-image.mjs index f79b990f4b927..c8ea64d8057fa 100644 --- a/components/azure_openai_service/actions/create-image/create-image.mjs +++ b/components/azure_openai_service/actions/create-image/create-image.mjs @@ -6,13 +6,14 @@ export default { key: "azure_openai_service-create-image", name: "Create Image", description: "Creates an image given a prompt, and returns a URL to the image. [See the documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#image-generation)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { azureOpenAI, prompt: { diff --git a/components/azure_openai_service/package.json b/components/azure_openai_service/package.json index 92183d5a1bddd..7aa02a778765a 100644 --- a/components/azure_openai_service/package.json +++ b/components/azure_openai_service/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/azure_openai_service", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Azure OpenAI Service Components", "main": "azure_openai_service.app.mjs", "keywords": [ diff --git a/components/azure_sql/actions/execute-query/execute-query.mjs b/components/azure_sql/actions/execute-query/execute-query.mjs index 71fcfa95d308d..6936bc7532698 100644 --- a/components/azure_sql/actions/execute-query/execute-query.mjs +++ b/components/azure_sql/actions/execute-query/execute-query.mjs @@ -5,7 +5,8 @@ export default { name: "Execute Query", description: "Executes a SQL query and returns the results. [See the documentation](https://learn.microsoft.com/en-us/sql/t-sql/queries/select-transact-sql?view=azuresqldb-current)", type: "action", - version: "0.0.7", + ai: "optimized", + version: "0.0.8", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/azure_sql/package.json b/components/azure_sql/package.json index a97f8347a5c5a..7394f45778045 100644 --- a/components/azure_sql/package.json +++ b/components/azure_sql/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/azure_sql", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Microsoft Azure SQL Database Components", "main": "azure_sql.app.mjs", "keywords": [ diff --git a/components/azure_storage/actions/create-container/create-container.mjs b/components/azure_storage/actions/create-container/create-container.mjs index 719bab49481bc..6d0452a64c7eb 100644 --- a/components/azure_storage/actions/create-container/create-container.mjs +++ b/components/azure_storage/actions/create-container/create-container.mjs @@ -4,13 +4,14 @@ export default { key: "azure_storage-create-container", name: "Create Container", description: "Creates a new container under the specified account. If a container with the same name already exists, the operation fails. [See the documentation](https://learn.microsoft.com/en-us/rest/api/storageservices/create-container?tabs=microsoft-entra-id).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, // eslint-disable-next-line pipedream/props-label, pipedream/props-description diff --git a/components/azure_storage/package.json b/components/azure_storage/package.json index 1480dd408711d..7262e14da0563 100644 --- a/components/azure_storage/package.json +++ b/components/azure_storage/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/azure_storage", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Azure Storage Components", "main": "azure_storage.app.mjs", "keywords": [ diff --git a/components/bannerbear/actions/create-video/create-video.mjs b/components/bannerbear/actions/create-video/create-video.mjs index 0454a3ba18077..01a55d58ace58 100644 --- a/components/bannerbear/actions/create-video/create-video.mjs +++ b/components/bannerbear/actions/create-video/create-video.mjs @@ -6,7 +6,8 @@ export default { name: "Create Video", description: "Creates a Video. [See the docs here](https://developers.bannerbear.com/#post-v2-videos).", type: "action", - version: "0.0.2", + ai: "optimized", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/bannerbear/package.json b/components/bannerbear/package.json index dfcb9270e27c8..fd84f99b99fd0 100644 --- a/components/bannerbear/package.json +++ b/components/bannerbear/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bannerbear", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Bannerbear Components", "main": "bannerbear.app.mjs", "keywords": [ diff --git a/components/bannerify/actions/render-image/render-image.mjs b/components/bannerify/actions/render-image/render-image.mjs index 6a7c8a6d893c2..e8b8034b7b776 100644 --- a/components/bannerify/actions/render-image/render-image.mjs +++ b/components/bannerify/actions/render-image/render-image.mjs @@ -4,13 +4,14 @@ export default { key: "bannerify-render-image", name: "Render Image", description: "Generate an image from a Bannerify template and return a hosted file URL. [See the documentation](https://bannerify.co/docs/api-reference/endpoint/create-stored-image)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { bannerify, templateId: { diff --git a/components/bannerify/package.json b/components/bannerify/package.json index 0788400541c0a..43578ea356202 100644 --- a/components/bannerify/package.json +++ b/components/bannerify/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/bannerify", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Bannerify Components", "main": "bannerify.app.mjs", "keywords": [ diff --git a/components/barcode_lookup/actions/search-products-by-parameters/search-products-by-parameters.mjs b/components/barcode_lookup/actions/search-products-by-parameters/search-products-by-parameters.mjs index a0a47cc37138b..390b6e145896e 100644 --- a/components/barcode_lookup/actions/search-products-by-parameters/search-products-by-parameters.mjs +++ b/components/barcode_lookup/actions/search-products-by-parameters/search-products-by-parameters.mjs @@ -4,8 +4,9 @@ export default { key: "barcode_lookup-search-products-by-parameters", name: "Search Products by Parameters", description: "Search for products by parameters. [See the documentation](https://www.barcodelookup.com/api-documentation)", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/barcode_lookup/package.json b/components/barcode_lookup/package.json index 145ebd4d3062e..1141ac3bacf19 100644 --- a/components/barcode_lookup/package.json +++ b/components/barcode_lookup/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/barcode_lookup", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Barcode Lookup Components", "main": "barcode_lookup.app.mjs", "keywords": [ diff --git a/components/benchmarkone/actions/add-tag/add-tag.mjs b/components/benchmarkone/actions/add-tag/add-tag.mjs index a26f0ff7344a3..9b27f90d823e3 100644 --- a/components/benchmarkone/actions/add-tag/add-tag.mjs +++ b/components/benchmarkone/actions/add-tag/add-tag.mjs @@ -5,13 +5,14 @@ export default { key: "benchmarkone-add-tag", name: "Add Tag to Contact", description: "Adds tags to a contact. If the contact does not exist, it will be created first. [See the documentation](https://sandbox.hatchbuck.com/api/dist/#/Tags).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { benchmarkone, contactId: { diff --git a/components/benchmarkone/package.json b/components/benchmarkone/package.json index ccadbf5ebd599..d64b5ce7cc2a2 100644 --- a/components/benchmarkone/package.json +++ b/components/benchmarkone/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/benchmarkone", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream BenchmarkONE Components", "main": "benchmarkone.app.mjs", "keywords": [ diff --git a/components/booking_experts/actions/list-availabilities/list-availabilities.mjs b/components/booking_experts/actions/list-availabilities/list-availabilities.mjs index 739cb0ce94e63..db7f9c15a2a93 100644 --- a/components/booking_experts/actions/list-availabilities/list-availabilities.mjs +++ b/components/booking_experts/actions/list-availabilities/list-availabilities.mjs @@ -10,13 +10,14 @@ export default { key: "booking_experts-list-availabilities", name: "List Availabilities", description: "List availabilities of a channel you have access to. [See the documentation](https://developers.bookingexperts.com/reference/availabilities-index)", - version: "1.0.1", + version: "1.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { bookingExperts, info: { diff --git a/components/booking_experts/actions/list-rentabletype-availabilities/list-rentabletype-availabilities.mjs b/components/booking_experts/actions/list-rentabletype-availabilities/list-rentabletype-availabilities.mjs index c718dd8ec4462..f8ac63da3b8dd 100644 --- a/components/booking_experts/actions/list-rentabletype-availabilities/list-rentabletype-availabilities.mjs +++ b/components/booking_experts/actions/list-rentabletype-availabilities/list-rentabletype-availabilities.mjs @@ -7,13 +7,14 @@ export default { key: "booking_experts-list-rentabletype-availabilities", name: "List RentableType Availabilities", description: "List availabilities of a RentableType you have access to. [See the documentation](https://developers.bookingexperts.com/reference/channel-rentabletype-availabilities-index)", - version: "1.0.1", + version: "1.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { bookingExperts, info: { diff --git a/components/booking_experts/package.json b/components/booking_experts/package.json index b766933e92ad0..54003f79024cf 100644 --- a/components/booking_experts/package.json +++ b/components/booking_experts/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/booking_experts", - "version": "0.9.0", + "version": "0.9.1", "description": "Pipedream Booking Experts Components", "main": "booking_experts.app.mjs", "keywords": [ diff --git a/components/canva/actions/export-design/export-design.mjs b/components/canva/actions/export-design/export-design.mjs index ead4d0e035fe2..9383eff285974 100644 --- a/components/canva/actions/export-design/export-design.mjs +++ b/components/canva/actions/export-design/export-design.mjs @@ -8,13 +8,14 @@ export default { key: "canva-export-design", name: "Export Design", description: "Starts a new job to export a file from Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/exports/create-design-export-job/)", - version: "0.1.1", + version: "0.1.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { canva, designId: { diff --git a/components/canva/actions/list-designs/list-designs.mjs b/components/canva/actions/list-designs/list-designs.mjs index 6cc9f6f8b2c74..0b73ba0d8abb1 100644 --- a/components/canva/actions/list-designs/list-designs.mjs +++ b/components/canva/actions/list-designs/list-designs.mjs @@ -5,8 +5,9 @@ export default { key: "canva-list-designs", name: "List Designs", description: "List all designs in Canva. [See the documentation](https://www.canva.dev/docs/connect/api-reference/designs/list-designs/)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/canva/package.json b/components/canva/package.json index ba1ce3c05da4c..c6b2f19ff4d24 100644 --- a/components/canva/package.json +++ b/components/canva/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/canva", - "version": "0.4.0", + "version": "0.4.1", "description": "Pipedream Canva Components", "main": "canva.app.mjs", "keywords": [ diff --git a/components/chatpdf/actions/add-pdf-via-url/add-pdf-via-url.mjs b/components/chatpdf/actions/add-pdf-via-url/add-pdf-via-url.mjs index 56d982b745f99..2bdfb95685409 100644 --- a/components/chatpdf/actions/add-pdf-via-url/add-pdf-via-url.mjs +++ b/components/chatpdf/actions/add-pdf-via-url/add-pdf-via-url.mjs @@ -4,13 +4,14 @@ export default { key: "chatpdf-add-pdf-via-url", name: "Add PDF Via URL", description: "Adds a PDF from a publicly accessible URL to ChatPDF, returning a source ID for interactions. [See the documentation](https://www.chatpdf.com/docs/api/backend)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, url: { diff --git a/components/chatpdf/actions/chat-with-pdf/chat-with-pdf.mjs b/components/chatpdf/actions/chat-with-pdf/chat-with-pdf.mjs index 0499baa23b5ce..0ccd6c19a35f1 100644 --- a/components/chatpdf/actions/chat-with-pdf/chat-with-pdf.mjs +++ b/components/chatpdf/actions/chat-with-pdf/chat-with-pdf.mjs @@ -5,13 +5,14 @@ export default { key: "chatpdf-chat-with-pdf", name: "Chat With PDF", description: "Sends messages to interact with a specific PDF using its source ID. Can handle single or multiple messages for complex queries. [See the documentation](https://www.chatpdf.com/docs/api/backend)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, sourceId: { diff --git a/components/chatpdf/package.json b/components/chatpdf/package.json index ee6192f8069ae..305618b7a3bbd 100644 --- a/components/chatpdf/package.json +++ b/components/chatpdf/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/chatpdf", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream ChatPDF Components", "main": "chatpdf.app.mjs", "keywords": [ diff --git a/components/clerk/actions/create-user-invitation/create-user-invitation.mjs b/components/clerk/actions/create-user-invitation/create-user-invitation.mjs index edc2ee1e70db9..d7fc38eb4d54f 100644 --- a/components/clerk/actions/create-user-invitation/create-user-invitation.mjs +++ b/components/clerk/actions/create-user-invitation/create-user-invitation.mjs @@ -4,7 +4,7 @@ import { parseObject } from "../../common/utils.mjs"; export default { key: "clerk-create-user-invitation", name: "Create User Invitation", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -12,6 +12,7 @@ export default { }, description: "Creates a new invitation for the given email address and sends the invitation email. Keep in mind that you cannot create an invitation if there is already one for the given email address. Also, trying to create an invitation for an email address that already exists in your application will result to an error. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Invitations#operation/CreateInvitation)", type: "action", + ai: "optimized", props: { clerk, emailAddress: { diff --git a/components/clerk/actions/update-user/update-user.mjs b/components/clerk/actions/update-user/update-user.mjs index 6f4a253afe803..cd2a8e19a78bc 100644 --- a/components/clerk/actions/update-user/update-user.mjs +++ b/components/clerk/actions/update-user/update-user.mjs @@ -4,7 +4,7 @@ import { parseObject } from "../../common/utils.mjs"; export default { key: "clerk-update-user", name: "Update User", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, @@ -12,6 +12,7 @@ export default { }, description: "Update a user's attributes. You can set the user's primary contact identifiers (email address and phone numbers) by updating the `Primary Email Address Id` and `Primary Phone Number Id` attributes respectively. Both IDs should correspond to verified identifications that belong to the user. [See the documentation](https://clerk.com/docs/reference/backend-api/tag/Users#operation/CreateUser)", type: "action", + ai: "optimized", props: { clerk, userId: { diff --git a/components/clerk/package.json b/components/clerk/package.json index d7d0b1c424e2e..a22864a77c9ad 100644 --- a/components/clerk/package.json +++ b/components/clerk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clerk", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Clerk Components", "main": "clerk.app.mjs", "keywords": [ diff --git a/components/clientary/actions/create-estimate/create-estimate.ts b/components/clientary/actions/create-estimate/create-estimate.ts index e3e8899a6f9ac..545726d4efad5 100644 --- a/components/clientary/actions/create-estimate/create-estimate.ts +++ b/components/clientary/actions/create-estimate/create-estimate.ts @@ -4,7 +4,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-estimate", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -13,6 +13,7 @@ export default defineAction({ name: "Create Estimate", description: "Creates a new estimate. [See docs here](https://www.clientary.com/api/estimates)", type: "action", + ai: "optimized", props: { app, date: { diff --git a/components/clientary/actions/create-invoice/create-invoice.ts b/components/clientary/actions/create-invoice/create-invoice.ts index 26727bf21bdda..e57d04f2d4af8 100644 --- a/components/clientary/actions/create-invoice/create-invoice.ts +++ b/components/clientary/actions/create-invoice/create-invoice.ts @@ -4,7 +4,7 @@ import app from "../../app/clientary.app"; export default defineAction({ key: "clientary-create-invoice", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, @@ -13,6 +13,7 @@ export default defineAction({ name: "Create Invoice", description: "Creates a new invoice. [See docs here](https://www.clientary.com/api/invoices)", type: "action", + ai: "optimized", props: { app, date: { diff --git a/components/clientary/package.json b/components/clientary/package.json index 14994e3db2806..de1cdc7c3fb6f 100644 --- a/components/clientary/package.json +++ b/components/clientary/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/clientary", - "version": "0.0.6", + "version": "0.0.7", "description": "Pipedream Clientary Components", "main": "dist/app/clientary.app.mjs", "keywords": [ diff --git a/components/cloudflare_api_key/actions/create-ip-access-rule/create-ip-access-rule.mjs b/components/cloudflare_api_key/actions/create-ip-access-rule/create-ip-access-rule.mjs index c0b3d48ac67b7..f7e81995ca5b7 100644 --- a/components/cloudflare_api_key/actions/create-ip-access-rule/create-ip-access-rule.mjs +++ b/components/cloudflare_api_key/actions/create-ip-access-rule/create-ip-access-rule.mjs @@ -5,13 +5,14 @@ export default { key: "cloudflare_api_key-create-ip-access-rule", name: "Create IP Access Rule", description: "Creates a new IP Access Rule for an account. The rule will apply to all zones in the account. [See the documentation](https://developers.cloudflare.com/api/node/resources/firewall/subresources/access_rules/methods/create/)", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { cloudflare, accountIdentifier: { diff --git a/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs b/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs index 42119e040489b..6c68dafda3028 100644 --- a/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs +++ b/components/cloudflare_api_key/actions/import-dns-records/import-dns-records.mjs @@ -5,13 +5,14 @@ export default { key: "cloudflare_api_key-import-dns-records", name: "Import DNS Records", description: "Import a BIND config into a zone. [See the documentation](https://developers.cloudflare.com/api/resources/dns/subresources/records/methods/import/)", - version: "1.0.4", + version: "1.0.5", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { cloudflare, zoneIdentifier: { diff --git a/components/cloudflare_api_key/package.json b/components/cloudflare_api_key/package.json index be064895d973d..21427d639e614 100644 --- a/components/cloudflare_api_key/package.json +++ b/components/cloudflare_api_key/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudflare_api_key", - "version": "1.1.1", + "version": "1.1.2", "description": "Pipedream Cloudflare Components", "main": "cloudflare_api_key.app.mjs", "keywords": [ diff --git a/components/cloudinary/actions/get-account-usage-details/get-account-usage-details.mjs b/components/cloudinary/actions/get-account-usage-details/get-account-usage-details.mjs index d072397654c07..e871b7f61d07a 100644 --- a/components/cloudinary/actions/get-account-usage-details/get-account-usage-details.mjs +++ b/components/cloudinary/actions/get-account-usage-details/get-account-usage-details.mjs @@ -4,13 +4,14 @@ export default { key: "cloudinary-get-account-usage-details", name: "Get Account Usage Details", description: "Gets a report of your Cloudinary account usage details, including storage, credits, bandwidth, requests, number of resources, and add-on usage. [See the documentation](https://cloudinary.com/documentation/admin_api#usage)", - version: "0.2.1", + version: "0.2.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { cloudinary, dateInfo: { diff --git a/components/cloudinary/actions/upload-media-asset/upload-media-asset.mjs b/components/cloudinary/actions/upload-media-asset/upload-media-asset.mjs index 0f03804cf6dea..0ea04a9ce7d28 100644 --- a/components/cloudinary/actions/upload-media-asset/upload-media-asset.mjs +++ b/components/cloudinary/actions/upload-media-asset/upload-media-asset.mjs @@ -4,13 +4,14 @@ export default { key: "cloudinary-upload-media-asset", name: "Upload Media Asset", description: "Upload media assets such as images or videos. [See the documentation](https://cloudinary.com/documentation/image_upload_api_reference#upload_method)", - version: "1.0.3", + version: "1.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { cloudinary, infoAlert: { diff --git a/components/cloudinary/package.json b/components/cloudinary/package.json index a9baaaef422bd..dce8479a915e1 100644 --- a/components/cloudinary/package.json +++ b/components/cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudinary", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Cloudinary Components", "main": "cloudinary.app.mjs", "keywords": [ diff --git a/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts b/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts index b4ba5166bc5f0..bf98f8ac65089 100644 --- a/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts +++ b/components/cloudmersive/actions/convert-to-pdf/convert-to-pdf.ts @@ -13,13 +13,14 @@ export default defineAction({ name: "Convert to PDF", description: `Convert Office Word Documents (docx) to PDF [See the documentation](${DOCS.convertToPDF})`, key: "cloudmersive-convert-to-pdf", - version: "1.0.2", + version: "1.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { cloudmersive, file: { diff --git a/components/cloudmersive/actions/screenshot-website/screenshot-website.ts b/components/cloudmersive/actions/screenshot-website/screenshot-website.ts index 77f17916af814..668a3f92db140 100644 --- a/components/cloudmersive/actions/screenshot-website/screenshot-website.ts +++ b/components/cloudmersive/actions/screenshot-website/screenshot-website.ts @@ -7,13 +7,14 @@ export default defineAction({ name: "Screenshot Website", description: `Take a screenshot of a website [See docs here](${DOCS.screenshotWebsite})`, key: "cloudmersive-screenshot-website", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { cloudmersive, url: { diff --git a/components/cloudmersive/package.json b/components/cloudmersive/package.json index d7ffa4ace9d77..3b02c0870dec1 100644 --- a/components/cloudmersive/package.json +++ b/components/cloudmersive/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/cloudmersive", - "version": "1.0.3", + "version": "1.0.4", "description": "Pipedream Cloudmersive Components", "main": "dist/app/cloudmersive.app.mjs", "keywords": [ diff --git a/components/coda/actions/find-row/find-row.mjs b/components/coda/actions/find-row/find-row.mjs index 73360430ad460..fac3722e18f88 100644 --- a/components/coda/actions/find-row/find-row.mjs +++ b/components/coda/actions/find-row/find-row.mjs @@ -4,13 +4,14 @@ export default { key: "coda-find-row", name: "Find Row", description: "Searches for a row in the selected table using a column match search. [See docs](https://coda.io/developers/apis/v1#operation/listRows)", - version: "0.0.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { coda, docId: { diff --git a/components/coda/actions/list-docs/list-docs.mjs b/components/coda/actions/list-docs/list-docs.mjs index 50569e8c2bb16..2602982da3f88 100644 --- a/components/coda/actions/list-docs/list-docs.mjs +++ b/components/coda/actions/list-docs/list-docs.mjs @@ -4,13 +4,14 @@ export default { key: "coda-list-docs", name: "List Docs", description: "Returns a list of docs accessible by the user. These are returned in the same order as on the docs page: reverse chronological by the latest event relevant to the user (last viewed, edited, or shared). [See docs](https://coda.io/developers/apis/v1#operation/listDocs)", - version: "0.0.6", + version: "0.0.7", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { coda, docId: { diff --git a/components/coda/package.json b/components/coda/package.json index 3dd57aa70645c..674dc017c4a55 100644 --- a/components/coda/package.json +++ b/components/coda/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/coda", - "version": "0.2.1", + "version": "0.2.2", "description": "Pipedream Coda Components", "main": "coda.app.mjs", "keywords": [ diff --git a/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs b/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs index 25171b1425e17..098a9818c6548 100644 --- a/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs +++ b/components/coinmarketcap/actions/get-cryptocurrency-metadata/get-cryptocurrency-metadata.mjs @@ -5,13 +5,14 @@ export default { name: "Get Cryptocurrency Metadata", description: "Returns all static metadata available for one or more cryptocurrencies. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV2CryptocurrencyInfo)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { coinmarketcap, ids: { diff --git a/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs b/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs index 53ebbce5b3199..104e4a02e5805 100644 --- a/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs +++ b/components/coinmarketcap/actions/latest-quotes/latest-quotes.mjs @@ -5,13 +5,14 @@ export default { key: "coinmarketcap-latest-quotes", name: "Get Latest Quotes", description: "Returns the latest market quote for 1 or more cryptocurrencies. Use the \"\"convert\"\" option to return market values in multiple fiat and cryptocurrency conversions in the same call. At least one \"\"id\"\" or \"\"slug\"\" or \"\"symbol\"\" is required for this request. [See the documentation](https://coinmarketcap.com/api/documentation/v1/#operation/getV1CryptocurrencyQuotesLatest)", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { coinmarketcap, id: { diff --git a/components/coinmarketcap/package.json b/components/coinmarketcap/package.json index 65f41ba8dee8e..cd011a902e2bc 100644 --- a/components/coinmarketcap/package.json +++ b/components/coinmarketcap/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/coinmarketcap", - "version": "0.0.1", + "version": "0.0.2", "description": "Pipedream CoinMarketCap Components", "main": "coinmarketcap.app.mjs", "keywords": [ diff --git a/components/confluence/actions/get-current-user/get-current-user.mjs b/components/confluence/actions/get-current-user/get-current-user.mjs index 8638bb0acd43d..18b93759156ed 100644 --- a/components/confluence/actions/get-current-user/get-current-user.mjs +++ b/components/confluence/actions/get-current-user/get-current-user.mjs @@ -4,8 +4,9 @@ export default { key: "confluence-get-current-user", name: "Get Current User", description: "Returns the authenticated Confluence user's account ID, display name, email, and cloud ID. Call this first when the user says 'my pages', 'my posts', or needs to scope queries to themselves. Use the returned `accountId` to filter results from **Search Content** or **Get Pages**. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-users/#api-wiki-rest-api-user-current-get).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/confluence/actions/list-spaces/list-spaces.mjs b/components/confluence/actions/list-spaces/list-spaces.mjs index a43463493a8f2..3a0d3f4a1eeb8 100644 --- a/components/confluence/actions/list-spaces/list-spaces.mjs +++ b/components/confluence/actions/list-spaces/list-spaces.mjs @@ -4,8 +4,9 @@ export default { key: "confluence-list-spaces", name: "List Spaces", description: "List all spaces in Confluence. [See the documentation](https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api-spaces-get)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/confluence/package.json b/components/confluence/package.json index 9b5aca6ecafc4..cd111b58cbc77 100644 --- a/components/confluence/package.json +++ b/components/confluence/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/confluence", - "version": "0.6.1", + "version": "0.6.2", "description": "Pipedream Confluence Components", "main": "confluence.app.mjs", "keywords": [ diff --git a/components/constant_contact/actions/add-account-email-address/add-account-email-address.mjs b/components/constant_contact/actions/add-account-email-address/add-account-email-address.mjs index fd0bf861f2491..12bd841799f30 100644 --- a/components/constant_contact/actions/add-account-email-address/add-account-email-address.mjs +++ b/components/constant_contact/actions/add-account-email-address/add-account-email-address.mjs @@ -4,7 +4,7 @@ import constantContact from "../../constant_contact.app.mjs"; export default { key: "constant_contact-add-account-email-address", name: "Add An Account Email Address", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, @@ -12,6 +12,7 @@ export default { }, description: "Add a new email address to your Constant Contact account. This action sends a confirmation email to the new address. Once confirmed, the email address can be used in the `from_email` and `reply_to_email` fields of your email campaigns. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#tag/Account-Services/operation/addAccountEmailAddress)", type: "action", + ai: "optimized", props: { constantContact, emailAddress: { diff --git a/components/constant_contact/actions/create-or-update-contact/create-or-update-contact.mjs b/components/constant_contact/actions/create-or-update-contact/create-or-update-contact.mjs index d25a709fedbc7..b3c75d6ad2632 100644 --- a/components/constant_contact/actions/create-or-update-contact/create-or-update-contact.mjs +++ b/components/constant_contact/actions/create-or-update-contact/create-or-update-contact.mjs @@ -5,7 +5,7 @@ import constantContact from "../../constant_contact.app.mjs"; export default { key: "constant_contact-create-or-update-contact", name: "Create Or Update Contact", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, @@ -13,6 +13,7 @@ export default { }, description: "Create a new contact or update an existing one based on their email address. This method is appropriate when a contact has given explicit permission to receive emails. [See the documentation](https://developer.constantcontact.com/api_reference/index.html#tag/Contacts/operation/createOrUpdateContact)", type: "action", + ai: "optimized", props: { constantContact, emailAddress: { diff --git a/components/constant_contact/package.json b/components/constant_contact/package.json index c7086e15c4df2..cf498ab9cc893 100644 --- a/components/constant_contact/package.json +++ b/components/constant_contact/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/constant_contact", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Constant Contact Components", "main": "constant_contact.app.mjs", "keywords": [ diff --git a/components/copper/actions/create-update-person/create-update-person.mjs b/components/copper/actions/create-update-person/create-update-person.mjs index 7fd74170ec99e..a0e961200b1fa 100644 --- a/components/copper/actions/create-update-person/create-update-person.mjs +++ b/components/copper/actions/create-update-person/create-update-person.mjs @@ -5,13 +5,14 @@ export default { key: "copper-create-update-person", name: "Create or Update Person", description: "Creates a new person or updates an existing one based on email address. [See the documentation](https://developer.copper.com/people/create-a-new-person.html)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { copper, email: { diff --git a/components/copper/actions/create-update-project/create-update-project.mjs b/components/copper/actions/create-update-project/create-update-project.mjs index add3b6d7fb0c6..712cb885726ed 100644 --- a/components/copper/actions/create-update-project/create-update-project.mjs +++ b/components/copper/actions/create-update-project/create-update-project.mjs @@ -4,13 +4,14 @@ export default { key: "copper-create-update-project", name: "Create or Update Project", description: "Creates a new project or updates an existing one based on the project name. [See the documentation](https://developer.copper.com/projects/create-a-new-project.html)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { copper, name: { diff --git a/components/copper/package.json b/components/copper/package.json index 44ed4cbe09a64..e51006851e254 100644 --- a/components/copper/package.json +++ b/components/copper/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/copper", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Copper Components", "main": "copper.app.mjs", "keywords": [ diff --git a/components/corporate_merch/actions/create-private-link/create-private-link.mjs b/components/corporate_merch/actions/create-private-link/create-private-link.mjs index fa24b99dcc83b..bcaeb74edba66 100644 --- a/components/corporate_merch/actions/create-private-link/create-private-link.mjs +++ b/components/corporate_merch/actions/create-private-link/create-private-link.mjs @@ -4,8 +4,9 @@ export default { key: "corporate_merch-create-private-link", name: "Create Private Link", description: "Create a unique, trackable redemption URL for a recipient on a private redeem page. [See the documentation](https://corporatemerch.readme.io/reference/retrieve-a-single-link)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/corporate_merch/actions/list-private-links/list-private-links.mjs b/components/corporate_merch/actions/list-private-links/list-private-links.mjs index 5055ee171baad..fb5d860331c54 100644 --- a/components/corporate_merch/actions/list-private-links/list-private-links.mjs +++ b/components/corporate_merch/actions/list-private-links/list-private-links.mjs @@ -4,8 +4,9 @@ export default { key: "corporate_merch-list-private-links", name: "List Private Links", description: "Retrieve a paginated list of all private links associated with a redeem page. [See the documentation](https://corporatemerch.readme.io/reference/retrieve-a-list-of-private-links)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/corporate_merch/package.json b/components/corporate_merch/package.json index 47471e54ec296..54fa2e5de4585 100644 --- a/components/corporate_merch/package.json +++ b/components/corporate_merch/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/corporate_merch", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Corporate Merch Components", "main": "corporate_merch.app.mjs", "keywords": [ diff --git a/components/dataforb2b/actions/reasoning-search/reasoning-search.mjs b/components/dataforb2b/actions/reasoning-search/reasoning-search.mjs index 4df663db7325d..2fea6778ee60b 100644 --- a/components/dataforb2b/actions/reasoning-search/reasoning-search.mjs +++ b/components/dataforb2b/actions/reasoning-search/reasoning-search.mjs @@ -5,8 +5,9 @@ export default { key: "dataforb2b-reasoning-search", name: "Reasoning Search", description: "Run a live reasoning-based search. Use this when you want the reasoning engine to iteratively interpret a natural-language query and return relevant people or company results. This is distinct from **Agentic Search**, which performs a one-shot LLM search. Provide a natural-language `query` and a `category` (`people` or `company`). [See the documentation](https://docs.dataforb2b.ai/api-reference/reasoning-search)", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/dataforb2b/actions/text-to-filters/text-to-filters.mjs b/components/dataforb2b/actions/text-to-filters/text-to-filters.mjs index 69bd7588c196a..7061b5d94a868 100644 --- a/components/dataforb2b/actions/text-to-filters/text-to-filters.mjs +++ b/components/dataforb2b/actions/text-to-filters/text-to-filters.mjs @@ -4,8 +4,9 @@ export default { key: "dataforb2b-text-to-filters", name: "Text to Filters", description: "Convert a natural language description into a structured filter object that can be used with **Search People** or **Search Company**. [See the documentation](https://docs.dataforb2b.ai/api-reference/text-to-filters)", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/dataforb2b/package.json b/components/dataforb2b/package.json index 3a95ed5cd6408..1e03f5b33a1ca 100644 --- a/components/dataforb2b/package.json +++ b/components/dataforb2b/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/dataforb2b", - "version": "0.2.1", + "version": "0.2.2", "description": "Pipedream DataForB2B Components", "main": "dataforb2b.app.mjs", "keywords": [ diff --git a/components/digital_ocean/actions/create-domain/create-domain.mjs b/components/digital_ocean/actions/create-domain/create-domain.mjs index f0581c9e758ea..b50b5baef4329 100644 --- a/components/digital_ocean/actions/create-domain/create-domain.mjs +++ b/components/digital_ocean/actions/create-domain/create-domain.mjs @@ -4,13 +4,14 @@ export default { key: "digital_ocean-create-domain", name: "Create a new domain", description: "Create a new domain. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_domain)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { digitalOceanApp, name: { diff --git a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs index 857ace42efef6..86633780bf11e 100644 --- a/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs +++ b/components/digital_ocean/actions/turnonoff-droplet/turnonoff-droplet.mjs @@ -5,13 +5,14 @@ export default { key: "digital_ocean-turnonoff-droplet", name: "Turn on/off Droplet", description: "Turns a droplet power status either on or off. [See the docs here](https://docs.digitalocean.com/reference/api/api-reference/#operation/post_droplet_action)", - version: "0.1.3", + version: "0.1.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { digitalOceanApp, turnOnOff: { diff --git a/components/digital_ocean/package.json b/components/digital_ocean/package.json index 5296d0aaf8b65..9b4d91050a72c 100644 --- a/components/digital_ocean/package.json +++ b/components/digital_ocean/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/digital_ocean", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Digital Ocean Components", "main": "digital_ocean.app.mjs", "keywords": [ diff --git a/components/docupost/actions/mail-letter/mail-letter.mjs b/components/docupost/actions/mail-letter/mail-letter.mjs index dac650824134e..ed6b4edf559f9 100644 --- a/components/docupost/actions/mail-letter/mail-letter.mjs +++ b/components/docupost/actions/mail-letter/mail-letter.mjs @@ -4,13 +4,14 @@ export default { key: "docupost-mail-letter", name: "Mail Letter", description: "Sends a physical letter via USPS first class mail. [See the documentation](https://help.docupost.com/help/send-letter-api)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, pdf: { diff --git a/components/docupost/actions/mail-postcard/mail-postcard.mjs b/components/docupost/actions/mail-postcard/mail-postcard.mjs index 9b21071f6ad8f..579501c6017d3 100644 --- a/components/docupost/actions/mail-postcard/mail-postcard.mjs +++ b/components/docupost/actions/mail-postcard/mail-postcard.mjs @@ -4,13 +4,14 @@ export default { key: "docupost-mail-postcard", name: "Mail Postcard", description: "Dispatches a glossy, color 4x6 postcard via the US Postal Service. [See the documentation](https://help.docupost.com/help/send-postcard-api)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, frontImage: { diff --git a/components/docupost/package.json b/components/docupost/package.json index 789f0cae9416f..aa9e2a4e16c92 100644 --- a/components/docupost/package.json +++ b/components/docupost/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/docupost", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream DocuPost Components", "main": "docupost.app.mjs", "keywords": [ diff --git a/components/donately/actions/get-subscription/get-subscription.mjs b/components/donately/actions/get-subscription/get-subscription.mjs index c379b25db1582..1e214eed88bc0 100644 --- a/components/donately/actions/get-subscription/get-subscription.mjs +++ b/components/donately/actions/get-subscription/get-subscription.mjs @@ -4,8 +4,9 @@ export default { key: "donately-get-subscription", name: "Get Subscription", description: "Get a subscription by ID. [See the documentation](https://developer.donate.ly/api/#subscriptions)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { openWorldHint: true, destructiveHint: false, diff --git a/components/donately/actions/list-donations/list-donations.mjs b/components/donately/actions/list-donations/list-donations.mjs index 653e7e8fdcb0e..6b49999573416 100644 --- a/components/donately/actions/list-donations/list-donations.mjs +++ b/components/donately/actions/list-donations/list-donations.mjs @@ -5,8 +5,9 @@ export default { key: "donately-list-donations", name: "List Donations", description: "List donations for an account. [See the documentation](https://developer.donate.ly/api/#donations)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { openWorldHint: true, destructiveHint: false, diff --git a/components/donately/package.json b/components/donately/package.json index 811e20596054b..1cf02eaeb1c6a 100644 --- a/components/donately/package.json +++ b/components/donately/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/donately", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream donately Components", "main": "donately.app.mjs", "keywords": [ diff --git a/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs b/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs index 47f44a4dedaff..82da6b59534ba 100644 --- a/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs +++ b/components/drip/actions/create-or-update-subscriber/create-or-update-subscriber.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-create-or-update-subscriber", name: "Create Or Update Subscriber", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, @@ -11,6 +11,7 @@ export default { }, description: "Creates a new subscriber. If the email already exists, it will update the existing subscriber. [See the docs here](https://developer.drip.com/?javascript#create-or-update-a-subscriber)", type: "action", + ai: "optimized", props: { drip, email: { diff --git a/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs b/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs index 7b940e568b22d..0cbb6053863b2 100644 --- a/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs +++ b/components/drip/actions/start-someone-on-workflow/start-someone-on-workflow.mjs @@ -3,7 +3,7 @@ import drip from "../../drip.app.mjs"; export default { key: "drip-start-someone-on-workflow", name: "Start Someone on a Workflow", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, @@ -11,6 +11,7 @@ export default { }, description: "If the workflow is not active, the subscriber will not be added to the workflow. [See the docs here](https://developer.drip.com/#start-someone-on-a-workflow)", type: "action", + ai: "optimized", props: { drip, email: { diff --git a/components/drip/package.json b/components/drip/package.json index 872bbd549fe18..9ccde9db1c914 100644 --- a/components/drip/package.json +++ b/components/drip/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/drip", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Drip Components", "main": "drip.app.mjs", "keywords": [ diff --git a/components/easybroker/actions/create-contact-request/create-contact-request.mjs b/components/easybroker/actions/create-contact-request/create-contact-request.mjs index 0b412aa414f1c..170265b2e2c9c 100644 --- a/components/easybroker/actions/create-contact-request/create-contact-request.mjs +++ b/components/easybroker/actions/create-contact-request/create-contact-request.mjs @@ -5,8 +5,9 @@ export default { key: "easybroker-create-contact-request", name: "Create Contact Request", description: "Creates or updates a new lead in EasyBroker that is interested in the provided property. [See the documentation](https://dev.easybroker.com/reference/post_contact-requests)", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/easybroker/actions/create-property/create-property.mjs b/components/easybroker/actions/create-property/create-property.mjs index 3feef6deb42fc..a413b75758da7 100644 --- a/components/easybroker/actions/create-property/create-property.mjs +++ b/components/easybroker/actions/create-property/create-property.mjs @@ -5,8 +5,9 @@ export default { key: "easybroker-create-property", name: "Create Property", description: "Creates a new property listing in EasyBroker with full details including title, price, location, bedrooms, bathrooms, parking, size, description, amenities, photos, and status. [See the documentation](https://dev.easybroker.com/reference/post_properties)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/easybroker/package.json b/components/easybroker/package.json index a0b713f6b7d6f..557634df7ac7f 100644 --- a/components/easybroker/package.json +++ b/components/easybroker/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/easybroker", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream EasyBroker Components", "main": "easybroker.app.mjs", "keywords": [ diff --git a/components/esendex/actions/send-sms-message/send-sms-message.mjs b/components/esendex/actions/send-sms-message/send-sms-message.mjs index 89568ce1b34ce..2bbf0aed50a90 100644 --- a/components/esendex/actions/send-sms-message/send-sms-message.mjs +++ b/components/esendex/actions/send-sms-message/send-sms-message.mjs @@ -5,13 +5,14 @@ export default { key: "esendex-send-sms-message", name: "Send SMS Message", description: "Send an SMS message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { esendex, accountReference: { diff --git a/components/esendex/actions/send-voice-message/send-voice-message.mjs b/components/esendex/actions/send-voice-message/send-voice-message.mjs index 8e460d2cff30d..b0de377325bae 100644 --- a/components/esendex/actions/send-voice-message/send-voice-message.mjs +++ b/components/esendex/actions/send-voice-message/send-voice-message.mjs @@ -5,13 +5,14 @@ export default { key: "esendex-send-voice-message", name: "Send Voice Message", description: "Send a voice message to a recipient. [See the documentation](https://developers.esendex.com/api-reference/#messagedispatcher)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { esendex, accountReference: { diff --git a/components/esendex/package.json b/components/esendex/package.json index 355009a2bccf1..021e32efb7502 100644 --- a/components/esendex/package.json +++ b/components/esendex/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/esendex", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Esendex Components", "main": "esendex.app.mjs", "keywords": [ diff --git a/components/etsy/actions/delete-listing/delete-listing.mjs b/components/etsy/actions/delete-listing/delete-listing.mjs index 7c5a6741d7edf..2f9c5e02ac8ce 100644 --- a/components/etsy/actions/delete-listing/delete-listing.mjs +++ b/components/etsy/actions/delete-listing/delete-listing.mjs @@ -5,7 +5,8 @@ export default { name: "Delete Listing", description: "Open API V3 endpoint to delete a ShopListing. A ShopListing can be deleted only if the state is one of the following: `SOLD_OUT`, `DRAFT`, `EXPIRED`, `INACTIVE`, `ACTIVE` and `is_available` or `ACTIVE` and has seller flags: `SUPRESSED` (frozen), `VACATION`, `CUSTOM_SHOPS` (pattern), `SELL_ON_FACEBOOK`. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/deleteListing)", type: "action", - version: "0.0.4", + ai: "optimized", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/etsy/actions/update-listing-property/update-listing-property.mjs b/components/etsy/actions/update-listing-property/update-listing-property.mjs index d837e5081f394..fe6e0e4b05c82 100644 --- a/components/etsy/actions/update-listing-property/update-listing-property.mjs +++ b/components/etsy/actions/update-listing-property/update-listing-property.mjs @@ -6,7 +6,8 @@ export default { name: "Update Listing Property", description: "Updates or populates the properties list defining product offerings for a listing. Each offering requires both a `value` and a `value_id` that are valid for a `scale_id` assigned to the listing or that you assign to the listing with this request. [See the Documentation](https://developers.etsy.com/documentation/reference#operation/updateListingProperty)", type: "action", - version: "0.0.4", + ai: "optimized", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/etsy/package.json b/components/etsy/package.json index f60c9652c3dc1..f822f1a7a164f 100644 --- a/components/etsy/package.json +++ b/components/etsy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/etsy", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Etsy Components", "main": "etsy.app.mjs", "keywords": [ diff --git a/components/everstox/actions/create-fulfillment-update-request/create-fulfillment-update-request.mjs b/components/everstox/actions/create-fulfillment-update-request/create-fulfillment-update-request.mjs index 1a626193b781f..94491730c6466 100644 --- a/components/everstox/actions/create-fulfillment-update-request/create-fulfillment-update-request.mjs +++ b/components/everstox/actions/create-fulfillment-update-request/create-fulfillment-update-request.mjs @@ -12,8 +12,9 @@ export default { + " `fulfillment_items` must include at least one item with a valid SKU; `price_set` quantities must sum to the item quantity." + " Address fields `first_name`/`last_name` or `company` are conditionally required (at least one set must be present)." + " [See the documentation](https://api.everstox.com/api/v1/ui/#/Fulfillment-updates/district_core.api.shops.fulfillments.fulfillments.Fulfillments.create_fulfillment_update_request)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/everstox/actions/list-products/list-products.mjs b/components/everstox/actions/list-products/list-products.mjs index 5181854538b50..344afad27e070 100644 --- a/components/everstox/actions/list-products/list-products.mjs +++ b/components/everstox/actions/list-products/list-products.mjs @@ -5,8 +5,9 @@ export default { key: "everstox-list-products", name: "List Products", description: "List products in an Everstox shop. Use this to browse or audit the product catalog, check inventory by SKU or name, or filter by warehouse. Results default to 10 per page — use `limit` and `offset` together to paginate through large catalogs. [See the documentation](https://api.everstox.com/api/v1/ui/#/Product/district_core.api.shops.products.products.Products.index)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/everstox/package.json b/components/everstox/package.json index b50274914a543..32c6d1f493310 100644 --- a/components/everstox/package.json +++ b/components/everstox/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/everstox", - "version": "0.4.0", + "version": "0.4.1", "description": "Pipedream Everstox Components", "main": "everstox.app.mjs", "keywords": [ diff --git a/components/filetopdf_dev/actions/convert-file/convert-file.mjs b/components/filetopdf_dev/actions/convert-file/convert-file.mjs index c8e7099533b06..00add01f5f50a 100644 --- a/components/filetopdf_dev/actions/convert-file/convert-file.mjs +++ b/components/filetopdf_dev/actions/convert-file/convert-file.mjs @@ -8,8 +8,9 @@ export default { key: "filetopdf_dev-convert-file", name: "Convert a File to PDF", description: "Convert Word, Excel, PowerPoint, images and 130+ formats into PDF — from a file or a public URL. The converter is chosen automatically from the file extension. [See the documentation](https://filetopdf.dev/file).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/filetopdf_dev/actions/get-account/get-account.mjs b/components/filetopdf_dev/actions/get-account/get-account.mjs index 9ec88bedd760e..f1501c620a046 100644 --- a/components/filetopdf_dev/actions/get-account/get-account.mjs +++ b/components/filetopdf_dev/actions/get-account/get-account.mjs @@ -4,8 +4,9 @@ export default { key: "filetopdf_dev-get-account", name: "Get Account Status", description: "Validate your API key and read the workspace plan, remaining credits, and subscription status. Free — never consumes credits. Use it as the connection test. [See the documentation](https://filetopdf.dev).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/filetopdf_dev/package.json b/components/filetopdf_dev/package.json index c4049c80aad87..69b5092f436e4 100644 --- a/components/filetopdf_dev/package.json +++ b/components/filetopdf_dev/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/filetopdf_dev", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream FileToPDF.dev Components", "main": "filetopdf_dev.app.mjs", "keywords": [ diff --git a/components/firecrawl/actions/crawl-url/crawl-url.mjs b/components/firecrawl/actions/crawl-url/crawl-url.mjs index 2a8fd46295367..8c7f119878672 100644 --- a/components/firecrawl/actions/crawl-url/crawl-url.mjs +++ b/components/firecrawl/actions/crawl-url/crawl-url.mjs @@ -5,13 +5,14 @@ export default { key: "firecrawl-crawl-url", name: "Crawl URL", description: "Crawls a given URL and returns the contents of sub-pages. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/crawl-post)", - version: "1.1.1", + version: "1.1.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { firecrawl, url: { diff --git a/components/firecrawl/actions/extract-data/extract-data.mjs b/components/firecrawl/actions/extract-data/extract-data.mjs index e5f110ba13ef1..9cb3d25700c52 100644 --- a/components/firecrawl/actions/extract-data/extract-data.mjs +++ b/components/firecrawl/actions/extract-data/extract-data.mjs @@ -6,13 +6,14 @@ export default { key: "firecrawl-extract-data", name: "Extract Data", description: "Extract structured data from one or multiple URLs. [See the documentation](https://docs.firecrawl.dev/api-reference/endpoint/extract)", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { firecrawl, urls: { diff --git a/components/firecrawl/package.json b/components/firecrawl/package.json index b397eb09db17d..a27ee64c21501 100644 --- a/components/firecrawl/package.json +++ b/components/firecrawl/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/firecrawl", - "version": "1.3.1", + "version": "1.3.2", "description": "Pipedream FireCrawl Components", "main": "firecrawl.app.mjs", "keywords": [ diff --git a/components/formatting/actions/add-subtract-time/add-subtract-time.ts b/components/formatting/actions/add-subtract-time/add-subtract-time.ts index 68d98d7b5ad22..17af6f58e9228 100644 --- a/components/formatting/actions/add-subtract-time/add-subtract-time.ts +++ b/components/formatting/actions/add-subtract-time/add-subtract-time.ts @@ -18,13 +18,14 @@ export default defineAction({ name: "[Date/Time] Add/Subtract Time", description: "Add or subtract time from a given input", key: "formatting-add-subtract-time", - version: "0.0.6", + version: "0.0.7", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { ...commonDateTime.props, operation: { diff --git a/components/formatting/actions/compare-dates/compare-dates.ts b/components/formatting/actions/compare-dates/compare-dates.ts index 11a3f33b2ac8d..5cacd78c6fc51 100644 --- a/components/formatting/actions/compare-dates/compare-dates.ts +++ b/components/formatting/actions/compare-dates/compare-dates.ts @@ -9,13 +9,14 @@ export default defineAction({ description: "Get the duration between two dates in days, hours, minutes, and seconds along with checking if they are the same.", key: "formatting-compare-dates", - version: "0.0.6", + version: "0.0.7", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { ...commonDateTime.props, inputDate: { diff --git a/components/formatting/package.json b/components/formatting/package.json index 277e5541b6bd5..8ca38006c8e7e 100644 --- a/components/formatting/package.json +++ b/components/formatting/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/formatting", - "version": "0.2.2", + "version": "0.2.3", "description": "Pipedream Formatting Components", "main": "dist/app/formatting.app.mjs", "keywords": [ diff --git a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs index c8c8e137e81f5..596fa0d5e8b42 100644 --- a/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs +++ b/components/fraudlabs_pro/actions/send-sms-verification/send-sms-verification.mjs @@ -4,13 +4,14 @@ export default { name: "Send SMS Verification", description: "Send an SMS with verification code and a custom message for authentication purpose. NOTE: Make sure you have enough SMS credits to send any verification SMS. [See the documentation](https://www.fraudlabspro.com/developer/api/send-sms-verification)", key: "fraudlabs_pro-send-sms-verification", - version: "0.0.6", + version: "0.0.7", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { fraudlabsProApp, tel: { diff --git a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs index da5a6cfddf1b8..c640a27fab0d9 100644 --- a/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs +++ b/components/fraudlabs_pro/actions/verify-otp/verify-otp.mjs @@ -4,13 +4,14 @@ export default { name: "Get Verification Result", description: "Verify that an OTP sent by the Send SMS Verification API is valid. [See the documentation](https://www.fraudlabspro.com/developer/api/get-sms-verification-result)", key: "fraudlabs_pro-verify-otp", - version: "0.0.6", + version: "0.0.7", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { fraudlabsProApp, tranId: { diff --git a/components/fraudlabs_pro/package.json b/components/fraudlabs_pro/package.json index f81e8e4715677..d874793239232 100644 --- a/components/fraudlabs_pro/package.json +++ b/components/fraudlabs_pro/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/fraudlabs_pro", - "version": "1.0.1", + "version": "1.0.2", "description": "Pipedream Fraudlabs_pro Components", "main": "fraudlabs_pro.app.mjs", "keywords": [ diff --git a/components/getemails/actions/find-email/find-email.mjs b/components/getemails/actions/find-email/find-email.mjs index e0f2f27fae9f0..8400367380ccf 100644 --- a/components/getemails/actions/find-email/find-email.mjs +++ b/components/getemails/actions/find-email/find-email.mjs @@ -4,13 +4,14 @@ export default { name: "Find Email", description: "Provide Full name of your prospect with Domain or Website and Api will provide you an email address of the prospect in response. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/1#).", key: "getemails-find-email", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, fullname: { diff --git a/components/getemails/actions/status-find-email/status-find-email.mjs b/components/getemails/actions/status-find-email/status-find-email.mjs index c7c358f358e9c..e148d4d2477cb 100644 --- a/components/getemails/actions/status-find-email/status-find-email.mjs +++ b/components/getemails/actions/status-find-email/status-find-email.mjs @@ -4,13 +4,14 @@ export default { name: "Status Find Email", description: "Use this Api when you want to know the status of any previous find-email Api request. [See the documentation](https://app2.getemail.io/dash/integration/api/v2/2).", key: "getemails-status-find-email", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, id: { diff --git a/components/getemails/package.json b/components/getemails/package.json index fb525a51c09b1..e86d70f2decf1 100644 --- a/components/getemails/package.json +++ b/components/getemails/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getemails", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream GetEmails Components", "main": "getemails.app.mjs", "keywords": [ diff --git a/components/getty_images/actions/download-image/download-image.mjs b/components/getty_images/actions/download-image/download-image.mjs index f289bc4be135e..5a4669c232c13 100644 --- a/components/getty_images/actions/download-image/download-image.mjs +++ b/components/getty_images/actions/download-image/download-image.mjs @@ -4,8 +4,9 @@ export default { key: "getty_images-download-image", name: "Download Image", description: "Download a licensed Getty Images asset by image ID. Returns a URI valid for up to 24 hours that can be used to download the file. Requires an active product subscription — use the **Search Images** action with Include Download Sizes enabled to confirm the asset is downloadable under your account. [See the documentation](https://developers.gettyimages.com/docs/)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/getty_images/actions/search-images/search-images.mjs b/components/getty_images/actions/search-images/search-images.mjs index 848d53f84f3b1..0287fa1f12277 100644 --- a/components/getty_images/actions/search-images/search-images.mjs +++ b/components/getty_images/actions/search-images/search-images.mjs @@ -4,8 +4,9 @@ export default { key: "getty_images-search-images", name: "Search Images", description: "Search the Getty Images library by keyword with optional filters for image type, orientation, and license model. Returns image metadata including IDs, titles, captions, and display URLs. [See the documentation](https://developers.gettyimages.com/docs/)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/getty_images/package.json b/components/getty_images/package.json index 6b5328bac9eb6..eb3dad0cb443a 100644 --- a/components/getty_images/package.json +++ b/components/getty_images/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/getty_images", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Getty Images Components", "main": "getty_images.app.mjs", "keywords": [ diff --git a/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs b/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs index 6bf182033492d..3e9c6d27687e5 100644 --- a/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs +++ b/components/giphy/actions/search-gifs-stickers/search-gifs-stickers.mjs @@ -5,13 +5,14 @@ export default { name: "Search Gifs/Stickers", description: "Searches all GIPHY gifs or stickers for a word or phrase. [See the docs here](https://developers.giphy.com/docs/api/endpoint#search).", key: "giphy-search-gifs-stickers", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { giphyApp, searchType: { diff --git a/components/giphy/actions/upload-a-gif/upload-a-gif.mjs b/components/giphy/actions/upload-a-gif/upload-a-gif.mjs index 329788e243fdb..84a9ca20fae55 100644 --- a/components/giphy/actions/upload-a-gif/upload-a-gif.mjs +++ b/components/giphy/actions/upload-a-gif/upload-a-gif.mjs @@ -5,13 +5,14 @@ export default { name: "Upload a Gif", description: "Uploads a Gif or video file up to 100MB programmatically on GIPHY.com [See the docs here](https://developers.giphy.com/docs/api/endpoint#upload).", key: "giphy-upload-gif", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { giphyApp, imgUrl: { diff --git a/components/giphy/package.json b/components/giphy/package.json index 7a7e1ea061091..fef858d7b17f2 100644 --- a/components/giphy/package.json +++ b/components/giphy/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/giphy", - "version": "0.3.6", + "version": "0.3.7", "description": "Pipedream Giphy Components", "main": "giphy.app.mjs", "keywords": [ diff --git a/components/gmail/actions/delete-label/delete-label.mjs b/components/gmail/actions/delete-label/delete-label.mjs index f8a8edbc03027..090afd5ca79f3 100644 --- a/components/gmail/actions/delete-label/delete-label.mjs +++ b/components/gmail/actions/delete-label/delete-label.mjs @@ -8,13 +8,14 @@ export default { + " Only user-created labels can be deleted — Gmail's built-in system labels (`INBOX`, `SENT`, `SPAM`, `TRASH`, etc.) cannot." + " This deletes the label *definition* itself; to merely detach a label from specific messages without removing it, use **Modify Labels** with `removeLabels` instead." + " [See the documentation](https://developers.google.com/workspace/gmail/api/reference/rest/v1/users.labels/delete).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { gmail, label: { diff --git a/components/gmail/actions/update-org-signature/update-org-signature.mjs b/components/gmail/actions/update-org-signature/update-org-signature.mjs index 92c2e22316581..b485e3013adb6 100644 --- a/components/gmail/actions/update-org-signature/update-org-signature.mjs +++ b/components/gmail/actions/update-org-signature/update-org-signature.mjs @@ -8,13 +8,14 @@ export default { name: "Update Signature for Email in Organization", description: `Update the signature for a specific email address in an organization. A Google Cloud service account with delegated domain-wide authority is required for this action. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.settings.sendAs/update)`, - version: "0.0.18", + version: "0.0.19", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { gmail, googleCloud, diff --git a/components/gmail/package.json b/components/gmail/package.json index fdd778af6eac9..c69c28e060ac5 100644 --- a/components/gmail/package.json +++ b/components/gmail/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gmail", - "version": "2.2.1", + "version": "2.2.2", "description": "Pipedream Gmail Components", "main": "gmail.app.mjs", "keywords": [ diff --git a/components/google_maps_platform/actions/get-place-details/get-place-details.mjs b/components/google_maps_platform/actions/get-place-details/get-place-details.mjs index eefdc67937a60..3e0e0c604838b 100644 --- a/components/google_maps_platform/actions/get-place-details/get-place-details.mjs +++ b/components/google_maps_platform/actions/get-place-details/get-place-details.mjs @@ -5,13 +5,14 @@ export default { key: "google_maps_platform-get-place-details", name: "Get Place Details", description: "Retrieves detailed information for a specific place using its Place ID. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/place-details)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, placeId: { diff --git a/components/google_maps_platform/actions/search-places/search-places.mjs b/components/google_maps_platform/actions/search-places/search-places.mjs index 3a306e262c1b2..ad80a17ef3115 100644 --- a/components/google_maps_platform/actions/search-places/search-places.mjs +++ b/components/google_maps_platform/actions/search-places/search-places.mjs @@ -12,13 +12,14 @@ export default { key: "google_maps_platform-search-places", name: "Search Places", description: "Searches for places based on location, radius, and optional filters like keywords, place type, or name. [See the documentation](https://developers.google.com/maps/documentation/places/web-service/text-search)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, textQuery: { diff --git a/components/google_maps_platform/package.json b/components/google_maps_platform/package.json index c9c5a46c81137..807c79599c393 100644 --- a/components/google_maps_platform/package.json +++ b/components/google_maps_platform/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_maps_platform", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Google Maps Platform (Places API) Components", "main": "google_maps_platform.app.mjs", "keywords": [ diff --git a/components/gorgias_oauth/actions/send-internal-note/send-internal-note.mjs b/components/gorgias_oauth/actions/send-internal-note/send-internal-note.mjs index 11b6a55a94dd4..24240ece08c89 100644 --- a/components/gorgias_oauth/actions/send-internal-note/send-internal-note.mjs +++ b/components/gorgias_oauth/actions/send-internal-note/send-internal-note.mjs @@ -5,13 +5,14 @@ export default { key: "gorgias_oauth-send-internal-note", name: "Send Internal Note", description: "Post an internal note to a ticket on behalf of an agent. [See the documentation](https://developers.gorgias.com/reference/create-ticket-message)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { gorgiasOauth, ticketId: { diff --git a/components/gorgias_oauth/actions/send-public-reply/send-public-reply.mjs b/components/gorgias_oauth/actions/send-public-reply/send-public-reply.mjs index b08669022a0f8..ff91532c00f19 100644 --- a/components/gorgias_oauth/actions/send-public-reply/send-public-reply.mjs +++ b/components/gorgias_oauth/actions/send-public-reply/send-public-reply.mjs @@ -6,13 +6,14 @@ export default { key: "gorgias_oauth-send-public-reply", name: "Send Public Reply", description: "Post a customer-facing reply to a ticket on behalf of an agent. [See the documentation](https://developers.gorgias.com/reference/create-ticket-message)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { gorgiasOauth, ticketId: { diff --git a/components/gorgias_oauth/package.json b/components/gorgias_oauth/package.json index 58251442a2584..82893f9e71f41 100644 --- a/components/gorgias_oauth/package.json +++ b/components/gorgias_oauth/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/gorgias_oauth", - "version": "1.0.0", + "version": "1.0.1", "description": "Pipedream Gorgias OAuth Components", "main": "gorgias_oauth.app.mjs", "keywords": [ diff --git a/components/ideal_postcodes/actions/find-place/find-place.mjs b/components/ideal_postcodes/actions/find-place/find-place.mjs index c5c67788742ed..ff2374ab96647 100644 --- a/components/ideal_postcodes/actions/find-place/find-place.mjs +++ b/components/ideal_postcodes/actions/find-place/find-place.mjs @@ -4,13 +4,14 @@ export default { key: "ideal_postcodes-find-place", name: "Find Place", description: "Query for geographical places across countries. Each query will return a list of place suggestions, which consists of a place name, descriptive name, and id. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/find-place)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, query: { diff --git a/components/ideal_postcodes/actions/phone-number-validation/phone-number-validation.mjs b/components/ideal_postcodes/actions/phone-number-validation/phone-number-validation.mjs index 77cee9c5bcbaf..369b1208b9674 100644 --- a/components/ideal_postcodes/actions/phone-number-validation/phone-number-validation.mjs +++ b/components/ideal_postcodes/actions/phone-number-validation/phone-number-validation.mjs @@ -5,13 +5,14 @@ export default { key: "ideal_postcodes-phone-number-validation", name: "Phone Number Validation", description: "Validates a phone number and returns information about it. [See the documentation](https://docs.ideal-postcodes.co.uk/docs/api/phone-number-validation).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, query: { diff --git a/components/ideal_postcodes/package.json b/components/ideal_postcodes/package.json index b58f5c6f27907..aa080b7858fb5 100644 --- a/components/ideal_postcodes/package.json +++ b/components/ideal_postcodes/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ideal_postcodes", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Ideal Postcodes Components", "main": "ideal_postcodes.app.mjs", "keywords": [ diff --git a/components/imagekit_io/actions/search-files/search-files.mjs b/components/imagekit_io/actions/search-files/search-files.mjs index 159f2a3c65728..d78935338c8b0 100644 --- a/components/imagekit_io/actions/search-files/search-files.mjs +++ b/components/imagekit_io/actions/search-files/search-files.mjs @@ -4,7 +4,7 @@ import imagekitIo from "../../imagekit_io.app.mjs"; export default { key: "imagekit_io-search-files", name: "Search Files", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, @@ -12,6 +12,7 @@ export default { }, description: "List all the uploaded files and folders in your ImageKit.io media library. [See the documentation](https://docs.imagekit.io/api-reference/media-api/list-and-search-files#list-and-search-file-api)", type: "action", + ai: "optimized", props: { imagekitIo, type: { diff --git a/components/imagekit_io/actions/upload-image/upload-image.mjs b/components/imagekit_io/actions/upload-image/upload-image.mjs index e8044c6515c03..61737bdb61be1 100644 --- a/components/imagekit_io/actions/upload-image/upload-image.mjs +++ b/components/imagekit_io/actions/upload-image/upload-image.mjs @@ -7,7 +7,7 @@ import imagekitIo from "../../imagekit_io.app.mjs"; export default { key: "imagekit_io-upload-image", name: "Upload Image", - version: "1.0.3", + version: "1.0.4", annotations: { destructiveHint: false, openWorldHint: true, @@ -15,6 +15,7 @@ export default { }, description: "Upload a new image to ImageKit.io. [See the documentation](https://docs.imagekit.io/api-reference/upload-file-api/server-side-file-upload)", type: "action", + ai: "optimized", props: { imagekitIo, file: { diff --git a/components/imagekit_io/package.json b/components/imagekit_io/package.json index 5fe2d4b991c62..c859ad7fe81ec 100644 --- a/components/imagekit_io/package.json +++ b/components/imagekit_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/imagekit_io", - "version": "1.1.0", + "version": "1.1.1", "description": "Pipedream ImageKit.io Components", "main": "imagekit_io.app.mjs", "keywords": [ diff --git a/components/influxdb_cloud/actions/update-bucket/update-bucket.mjs b/components/influxdb_cloud/actions/update-bucket/update-bucket.mjs index 272bb3b8feb75..5e5cec3e874ae 100644 --- a/components/influxdb_cloud/actions/update-bucket/update-bucket.mjs +++ b/components/influxdb_cloud/actions/update-bucket/update-bucket.mjs @@ -4,13 +4,14 @@ export default { key: "influxdb_cloud-update-bucket", name: "Update Bucket", description: "Updates an existing bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PatchBucketsID)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { influxDbCloud, bucketId: { diff --git a/components/influxdb_cloud/actions/write-data/write-data.mjs b/components/influxdb_cloud/actions/write-data/write-data.mjs index 9fc05a5864615..b35c8e5bda8a9 100644 --- a/components/influxdb_cloud/actions/write-data/write-data.mjs +++ b/components/influxdb_cloud/actions/write-data/write-data.mjs @@ -4,13 +4,14 @@ export default { key: "influxdb_cloud-write-data", name: "Write Data", description: "Write data to a specific bucket in InfluxDB Cloud. [See the documentation](https://docs.influxdata.com/influxdb3/cloud-serverless/api/v2/#operation/PostWrite)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { influxDbCloud, bucketId: { diff --git a/components/influxdb_cloud/package.json b/components/influxdb_cloud/package.json index a9b71ac577475..d4a968b8dc4ee 100644 --- a/components/influxdb_cloud/package.json +++ b/components/influxdb_cloud/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/influxdb_cloud", - "version": "0.8.0", + "version": "0.8.1", "description": "Pipedream influxdb_cloud Components", "main": "influxdb_cloud.app.mjs", "keywords": [ diff --git a/components/jira_data_center/actions/update-sprint-fully/update-sprint-fully.mjs b/components/jira_data_center/actions/update-sprint-fully/update-sprint-fully.mjs index b3630664aa049..32717334c3a47 100644 --- a/components/jira_data_center/actions/update-sprint-fully/update-sprint-fully.mjs +++ b/components/jira_data_center/actions/update-sprint-fully/update-sprint-fully.mjs @@ -4,8 +4,9 @@ export default { name: "Update Sprint Fully", description: "Performs a full update of a sprint. A full update means that the result will be exactly the same as the request body. Any fields not present in the request JSON will be set to null. [See the documentation](https://developer.atlassian.com/server/jira/platform/rest/v10002/api-group-sprint/#api-agile-1-0-sprint-sprintid-put)", key: "jira_data_center-update-sprint-fully", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/jira_data_center/actions/update-sprint-partially/update-sprint-partially.mjs b/components/jira_data_center/actions/update-sprint-partially/update-sprint-partially.mjs index 0b14f7a3fb958..6cd89e564fe8a 100644 --- a/components/jira_data_center/actions/update-sprint-partially/update-sprint-partially.mjs +++ b/components/jira_data_center/actions/update-sprint-partially/update-sprint-partially.mjs @@ -4,8 +4,9 @@ export default { name: "Update Sprint Partially", description: "Performs a partial update of a sprint. A partial update means that fields not present in the request JSON will not be updated. [See the documentation](https://developer.atlassian.com/server/jira/platform/rest/v10002/api-group-sprint/#api-agile-1-0-sprint-sprintid-post)", key: "jira_data_center-update-sprint-partially", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/jira_data_center/package.json b/components/jira_data_center/package.json index f98715fbac42e..ea2d09cfba8a5 100644 --- a/components/jira_data_center/package.json +++ b/components/jira_data_center/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/jira_data_center", - "version": "0.4.0", + "version": "0.4.1", "description": "Pipedream Jira Data Center Components", "main": "jira_data_center.app.mjs", "keywords": [ diff --git a/components/judge_me/actions/private-reply/private-reply.mjs b/components/judge_me/actions/private-reply/private-reply.mjs index 9374f095c0dac..71e89e0baa9ab 100644 --- a/components/judge_me/actions/private-reply/private-reply.mjs +++ b/components/judge_me/actions/private-reply/private-reply.mjs @@ -3,13 +3,14 @@ export default { name: "Private Reply", description: "Create a private reply for a review, on behalf of the shop. Private replies are not shown on the widgets, but can be emailed to the reviewers. [See the documentation](https://judge.me/api/docs#tag/Private-Replies)", key: "judge_me-private-reply", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, reviewId: { diff --git a/components/judge_me/actions/reply/reply.mjs b/components/judge_me/actions/reply/reply.mjs index 4157b6889488b..c2b676d0d330a 100644 --- a/components/judge_me/actions/reply/reply.mjs +++ b/components/judge_me/actions/reply/reply.mjs @@ -3,13 +3,14 @@ export default { name: "Reply", description: "Create a public reply for a review on behalf of the shop. Public replies are shown publicly on the widgets. [See the documentation](https://judge.me/api/docs#tag/Replies)", key: "judge_me-reply", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, reviewId: { diff --git a/components/judge_me/package.json b/components/judge_me/package.json index 676076b60b5c0..35440cdc4de3c 100644 --- a/components/judge_me/package.json +++ b/components/judge_me/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/judge_me", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Judge.me Components", "main": "judge_me.app.mjs", "keywords": [ diff --git a/components/langfuse/actions/list-observations/list-observations.mjs b/components/langfuse/actions/list-observations/list-observations.mjs index ed1e56fb86f91..7be5b979b7013 100644 --- a/components/langfuse/actions/list-observations/list-observations.mjs +++ b/components/langfuse/actions/list-observations/list-observations.mjs @@ -4,8 +4,9 @@ export default { key: "langfuse-list-observations", name: "List Observations", description: "Retrieve a paginated list of observations from Langfuse with optional filters. [See the documentation](https://api.reference.langfuse.com/#tag/observations/GET/api/public/v2/observations).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/langfuse/actions/list-scores/list-scores.mjs b/components/langfuse/actions/list-scores/list-scores.mjs index effa394b97c19..79706029e293b 100644 --- a/components/langfuse/actions/list-scores/list-scores.mjs +++ b/components/langfuse/actions/list-scores/list-scores.mjs @@ -4,8 +4,9 @@ export default { key: "langfuse-list-scores", name: "List Scores", description: "Retrieve a paginated list of scores from Langfuse with optional filters. [See the documentation](https://api.reference.langfuse.com/#tag/scores/GET/api/public/v2/scores).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/langfuse/package.json b/components/langfuse/package.json index b2a31feba2207..00825640de801 100644 --- a/components/langfuse/package.json +++ b/components/langfuse/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/langfuse", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Langfuse Components", "main": "langfuse.app.mjs", "keywords": [ diff --git a/components/letmepost/actions/list-posts/list-posts.mjs b/components/letmepost/actions/list-posts/list-posts.mjs index 93e2fd766c3b4..f7d4c618da672 100644 --- a/components/letmepost/actions/list-posts/list-posts.mjs +++ b/components/letmepost/actions/list-posts/list-posts.mjs @@ -25,8 +25,9 @@ export default { key: "letmepost-list-posts", name: "List Posts", description: "List posts from the post log. [See the documentation](https://docs.letmepost.dev/api-reference/posts/list-posts-post-log)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/letmepost/actions/publish-post/publish-post.mjs b/components/letmepost/actions/publish-post/publish-post.mjs index adf65f14c14b4..0acfbf9adf4a0 100644 --- a/components/letmepost/actions/publish-post/publish-post.mjs +++ b/components/letmepost/actions/publish-post/publish-post.mjs @@ -4,8 +4,9 @@ export default { key: "letmepost-publish-post", name: "Publish a Post", description: "Publish or schedule a post to one or more connected accounts. [See the documentation](https://docs.letmepost.dev/api-reference/posts/publish-or-schedule-a-multi-target-post)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/letmepost/package.json b/components/letmepost/package.json index e4ae83169dd4e..5445595b01ae5 100644 --- a/components/letmepost/package.json +++ b/components/letmepost/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/letmepost", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Components for letmepost", "main": "letmepost.app.mjs", "keywords": [ diff --git a/components/linear_app/actions/list-labels/list-labels.mjs b/components/linear_app/actions/list-labels/list-labels.mjs index 7407fbdbfbd09..61242c87265a5 100644 --- a/components/linear_app/actions/list-labels/list-labels.mjs +++ b/components/linear_app/actions/list-labels/list-labels.mjs @@ -4,8 +4,9 @@ export default { key: "linear_app-list-labels", name: "List Labels", description: "List issue labels in Linear. Use this to retrieve label IDs and names for filtering or label-management flows. [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/Query?query=issueLabels).", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/linear_app/actions/list-workflow-states/list-workflow-states.mjs b/components/linear_app/actions/list-workflow-states/list-workflow-states.mjs index 5be10a8c010d5..4371ce658f622 100644 --- a/components/linear_app/actions/list-workflow-states/list-workflow-states.mjs +++ b/components/linear_app/actions/list-workflow-states/list-workflow-states.mjs @@ -4,8 +4,9 @@ export default { key: "linear_app-list-workflow-states", name: "List Workflow States", description: "List workflow states (statuses) in Linear. Returns state IDs, names, types (e.g. backlog, started, completed, cancelled), and team info. Optionally filter by team (use the **Get Teams** action to discover valid team IDs, e.g. `4e80f53c-da9e-4dee-b14e-2cab3e2e8716`). [See the documentation](https://studio.apollographql.com/public/Linear-API/variant/current/schema/reference/objects/Query?query=workflowStates).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/linear_app/package.json b/components/linear_app/package.json index 9816e625f6989..0bb0d0a699265 100644 --- a/components/linear_app/package.json +++ b/components/linear_app/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/linear_app", - "version": "0.11.1", + "version": "0.11.2", "description": "Pipedream Linear_app Components", "main": "linear_app.app.mjs", "keywords": [ diff --git a/components/lob/actions/cancel-postcard/cancel-postcard.ts b/components/lob/actions/cancel-postcard/cancel-postcard.ts index 59bbb78d08f40..7c19d9876efa2 100644 --- a/components/lob/actions/cancel-postcard/cancel-postcard.ts +++ b/components/lob/actions/cancel-postcard/cancel-postcard.ts @@ -5,13 +5,14 @@ export default defineAction({ key: "lob-cancel-postcard", name: "Cancel Postcard", description: "Completely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_delete).", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { lob, postcardId: { diff --git a/components/lob/actions/create-postcard/create-postcard.ts b/components/lob/actions/create-postcard/create-postcard.ts index 79538195b6bdf..da8d8b184a8e0 100644 --- a/components/lob/actions/create-postcard/create-postcard.ts +++ b/components/lob/actions/create-postcard/create-postcard.ts @@ -6,13 +6,14 @@ export default defineAction({ key: "lob-create-postcard", name: "Create Postcard", description: "Creates a new postcard given information. [See docs here](https://docs.lob.com/#tag/Postcards/operation/postcard_create).", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { lob, description: { diff --git a/components/lob/package.json b/components/lob/package.json index 1755bad5004b9..7e122a59eb520 100644 --- a/components/lob/package.json +++ b/components/lob/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/lob", - "version": "0.1.2", + "version": "0.1.3", "description": "Pipedream Lob Components", "main": "dist/app/lob.app.mjs", "keywords": [ diff --git a/components/logfire/actions/record-log-entry/record-log-entry.mjs b/components/logfire/actions/record-log-entry/record-log-entry.mjs index 4652b21923731..f511dc7d03477 100644 --- a/components/logfire/actions/record-log-entry/record-log-entry.mjs +++ b/components/logfire/actions/record-log-entry/record-log-entry.mjs @@ -11,8 +11,9 @@ export default { + " This creates a single point-in-time entry, not a full distributed trace with parent/child spans." + " Setting `exceptionType`/`exceptionMessage` marks the entry as an exception (`is_exception = true` when later queried)." + " After recording, use **Run SQL Query** to confirm what was written (e.g. `SELECT * FROM records WHERE message LIKE '%...%' ORDER BY start_timestamp DESC LIMIT 1`). [See the documentation](https://pydantic.dev/docs/logfire/reference/sql/)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/logfire/actions/run-sql-query/run-sql-query.mjs b/components/logfire/actions/run-sql-query/run-sql-query.mjs index 0290b99d37d31..ab2139faa386b 100644 --- a/components/logfire/actions/run-sql-query/run-sql-query.mjs +++ b/components/logfire/actions/run-sql-query/run-sql-query.mjs @@ -12,8 +12,9 @@ export default { + " Example — count by level: `SELECT level, count(*) AS n FROM records GROUP BY level ORDER BY n DESC`." + " After using **Record Log Entry** to write data, use this tool to confirm what was recorded." + " [See the SQL reference](https://pydantic.dev/docs/logfire/reference/sql/) and [query API docs](https://pydantic.dev/docs/logfire/manage/query-api/#making-direct-http-requests).", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/logfire/package.json b/components/logfire/package.json index 3baec5e32cec3..c8e25a13778aa 100644 --- a/components/logfire/package.json +++ b/components/logfire/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/logfire", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Logfire Components", "main": "logfire.app.mjs", "keywords": [ diff --git a/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs b/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs index 070856c52fcec..109d1d49d87f4 100644 --- a/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs +++ b/components/mailmodo/actions/trigger-campaign/trigger-campaign.mjs @@ -3,13 +3,14 @@ import utils from "../../common/utils.mjs"; export default { key: "mailmodo-trigger-campaign", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", name: "Trigger Campaign", description: "Allows to trigger campaigns with personalization parameter added to the email template. [See the docs here](https://www.mailmodo.com/developers/4c44d1b19765f-send-campaign-email/)", props: { diff --git a/components/mailmodo/actions/trigger-journey/trigger-journey.mjs b/components/mailmodo/actions/trigger-journey/trigger-journey.mjs index e090327bdbc75..2e26535588b2d 100644 --- a/components/mailmodo/actions/trigger-journey/trigger-journey.mjs +++ b/components/mailmodo/actions/trigger-journey/trigger-journey.mjs @@ -3,13 +3,14 @@ import utils from "../../common/utils.mjs"; export default { key: "mailmodo-trigger-journey", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", name: "Trigger Journey", description: "Adds a new user to the journey. [See the docs here](https://www.mailmodo.com/developers/YXBpOjQ3MzIwNjUx-user-journeys/7de134cb5967c-add-a-new-user-to-the-journey)", props: { diff --git a/components/mailmodo/package.json b/components/mailmodo/package.json index 3aef80436c01f..0e704c4d63409 100644 --- a/components/mailmodo/package.json +++ b/components/mailmodo/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailmodo", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Mailmodo Components", "main": "mailmodo.app.mjs", "keywords": [ diff --git a/components/mailosaur/actions/create-email/create-email.mjs b/components/mailosaur/actions/create-email/create-email.mjs index 2d3387491b18d..1d4ca888abb6e 100644 --- a/components/mailosaur/actions/create-email/create-email.mjs +++ b/components/mailosaur/actions/create-email/create-email.mjs @@ -5,13 +5,14 @@ export default { key: "mailosaur-create-email", name: "Create and Send Email via Mailosaur", description: "Sends an email through Mailosaur. [See the documentation](https://mailosaur.com/docs/api)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { mailosaur, serverId: { diff --git a/components/mailosaur/actions/search-email/search-email.mjs b/components/mailosaur/actions/search-email/search-email.mjs index d5734c4ad76fa..d1903deb01dae 100644 --- a/components/mailosaur/actions/search-email/search-email.mjs +++ b/components/mailosaur/actions/search-email/search-email.mjs @@ -5,13 +5,14 @@ export default { key: "mailosaur-search-email", name: "Search Email", description: "Search for received emails in a server matching specified criteria. [See the documentation](https://mailosaur.com/docs/api/#search-for-messages)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { mailosaur, serverId: { diff --git a/components/mailosaur/package.json b/components/mailosaur/package.json index cefb4f50597a3..1b992c3a4b39a 100644 --- a/components/mailosaur/package.json +++ b/components/mailosaur/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mailosaur", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Mailosaur Components", "main": "mailosaur.app.mjs", "keywords": [ diff --git a/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs b/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs index 7c9a605112e3b..c151341234fb6 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs +++ b/components/nasdaq_data_link_time_series_and_table_data_/actions/export-table/export-table.mjs @@ -5,13 +5,14 @@ export default { key: "nasdaq_data_link_time_series_and_table_data_-export-table", name: "Export Table (Bulk Download)", description: "Exports an entire table or a filtered subset as a zipped CSV file. Returns a download link for the data. Premium subscribers can use this feature up to 60 times per hour. [See the documentation](https://docs.data.nasdaq.com/docs/large-table-download)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, publisher: { diff --git a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs index 44c5a879fabc9..19aad9e038b51 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs +++ b/components/nasdaq_data_link_time_series_and_table_data_/actions/get-table-data/get-table-data.mjs @@ -5,13 +5,14 @@ export default { key: "nasdaq_data_link_time_series_and_table_data_-get-table-data", name: "Get Table Data", description: "Retrieves data from a specific Nasdaq Data Link table with automatic pagination. Supports filtering by columns and rows. [See the documentation](https://docs.data.nasdaq.com/docs/tables-1)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, publisher: { diff --git a/components/nasdaq_data_link_time_series_and_table_data_/package.json b/components/nasdaq_data_link_time_series_and_table_data_/package.json index 30ff8889ff633..f711623c72d88 100644 --- a/components/nasdaq_data_link_time_series_and_table_data_/package.json +++ b/components/nasdaq_data_link_time_series_and_table_data_/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nasdaq_data_link_time_series_and_table_data_", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Nasdaq Data Link (Time Series and Table data) Components", "main": "nasdaq_data_link_time_series_and_table_data_.app.mjs", "keywords": [ diff --git a/components/nethunt_crm/actions/create-record/create-record.mjs b/components/nethunt_crm/actions/create-record/create-record.mjs index be18ebc8934f5..2fbe9360bbc5c 100644 --- a/components/nethunt_crm/actions/create-record/create-record.mjs +++ b/components/nethunt_crm/actions/create-record/create-record.mjs @@ -4,13 +4,14 @@ export default { key: "nethunt_crm-create-record", name: "Create Record", description: "Creates a new record. [See docs here](https://nethunt.com/integration-api#create-record)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { nethuntCrm, folderId: { diff --git a/components/nethunt_crm/actions/find-record/find-record.mjs b/components/nethunt_crm/actions/find-record/find-record.mjs index 8d4aeb8674688..4266158a07d72 100644 --- a/components/nethunt_crm/actions/find-record/find-record.mjs +++ b/components/nethunt_crm/actions/find-record/find-record.mjs @@ -4,13 +4,14 @@ export default { key: "nethunt_crm-find-record", name: "Find Record", description: "Search for a record using a text query. [See docs here](https://nethunt.com/integration-api#find-record)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { nethuntCrm, folderId: { diff --git a/components/nethunt_crm/package.json b/components/nethunt_crm/package.json index bf205656dad0d..b0d8281cc2638 100644 --- a/components/nethunt_crm/package.json +++ b/components/nethunt_crm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/nethunt_crm", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream NetHunt CRM Components", "main": "nethunt_crm.app.mjs", "keywords": [ diff --git a/components/newscatcher/actions/continue-job/continue-job.mjs b/components/newscatcher/actions/continue-job/continue-job.mjs index 95f1ba7e5897c..c2d426c03207a 100644 --- a/components/newscatcher/actions/continue-job/continue-job.mjs +++ b/components/newscatcher/actions/continue-job/continue-job.mjs @@ -4,13 +4,14 @@ export default { key: "newscatcher-continue-job", name: "Continue Job", description: "Continue an existing job to process more records beyond the initial limit. [See the documentation](https://www.newscatcherapi.com/docs/web-search-api/api-reference/jobs/continue-job)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { newscatcher, jobId: { diff --git a/components/newscatcher/actions/create-job/create-job.mjs b/components/newscatcher/actions/create-job/create-job.mjs index ac33b3e9fd953..10746d0fc9316 100644 --- a/components/newscatcher/actions/create-job/create-job.mjs +++ b/components/newscatcher/actions/create-job/create-job.mjs @@ -4,8 +4,9 @@ export default { key: "newscatcher-create-job", name: "Create Job", description: "Create a new job in Newscatcher. [See the documentation](https://www.newscatcherapi.com/docs/web-search-api/api-reference/jobs/create-job)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/newscatcher/package.json b/components/newscatcher/package.json index d2f181af65c10..bc418cb757ef2 100644 --- a/components/newscatcher/package.json +++ b/components/newscatcher/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/newscatcher", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream NewsCatcher Components", "main": "newscatcher.app.mjs", "keywords": [ diff --git a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs index 7f806fde447e4..9b4f53fe1bd50 100644 --- a/components/oanda/actions/get-historical-prices/get-historical-prices.mjs +++ b/components/oanda/actions/get-historical-prices/get-historical-prices.mjs @@ -6,13 +6,14 @@ export default { key: "oanda-get-historical-prices", name: "Get Historical Prices", description: "Retrieve historical price data for a specified currency pair or instrument within a given time range. [See the documentation](https://developer.oanda.com/rest-live-v20/pricing-ep/)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { oanda, isDemo: { diff --git a/components/oanda/actions/list-trades/list-trades.mjs b/components/oanda/actions/list-trades/list-trades.mjs index 32eb2ab1e4fe8..feece2dda171f 100644 --- a/components/oanda/actions/list-trades/list-trades.mjs +++ b/components/oanda/actions/list-trades/list-trades.mjs @@ -5,13 +5,14 @@ export default { key: "oanda-list-trades", name: "List Trades", description: "Retrieve a list of trades for an account. [See the documentation](https://developer.oanda.com/rest-live-v20/trade-ep/)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { oanda, isDemo: { diff --git a/components/oanda/package.json b/components/oanda/package.json index 01aff1fe82261..b9f76a07fa447 100644 --- a/components/oanda/package.json +++ b/components/oanda/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oanda", - "version": "0.7.1", + "version": "0.7.2", "description": "Pipedream oanda Components", "main": "oanda.app.mjs", "keywords": [ diff --git a/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs b/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs index 064f7b8fdc916..53cd3be669b35 100644 --- a/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs +++ b/components/ollama/actions/generate-chat-completion/generate-chat-completion.mjs @@ -5,13 +5,14 @@ export default { key: "ollama-generate-chat-completion", name: "Generate Chat Completion", description: "Generates the next message in a chat with a provided model. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, model: { diff --git a/components/ollama/actions/push-model/push-model.mjs b/components/ollama/actions/push-model/push-model.mjs index 7323fe440bd0a..3d672a308d5de 100644 --- a/components/ollama/actions/push-model/push-model.mjs +++ b/components/ollama/actions/push-model/push-model.mjs @@ -4,13 +4,14 @@ export default { key: "ollama-push-model", name: "Push Model to Library", description: "Upload a model to a model library. Requires registering for ollama.ai and adding a public key first. [See the documentation](https://github.com/ollama/ollama/blob/main/docs/api.md#push-a-model).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, name: { diff --git a/components/ollama/package.json b/components/ollama/package.json index 416d7802b16a0..44cd9d46d0313 100644 --- a/components/ollama/package.json +++ b/components/ollama/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/ollama", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Ollama Components", "main": "ollama.app.mjs", "keywords": [ diff --git a/components/onenote/actions/get-page-content/get-page-content.mjs b/components/onenote/actions/get-page-content/get-page-content.mjs index 7607b16c75284..171ac36434dda 100644 --- a/components/onenote/actions/get-page-content/get-page-content.mjs +++ b/components/onenote/actions/get-page-content/get-page-content.mjs @@ -15,8 +15,9 @@ export default { + " Set `convertToMarkdown` to `true` for cleaner, more compact output (recommended when the consumer is an LLM)." + " Set `includeIDs` to `true` if you need element IDs for a later update operation. Note: combining `includeIDs` with `convertToMarkdown` may strip `data-id` attributes during conversion." + " [See the documentation](https://learn.microsoft.com/en-us/graph/api/page-get?view=graph-rest-1.0&tabs=http)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/onenote/actions/search-pages/search-pages.mjs b/components/onenote/actions/search-pages/search-pages.mjs index 087b7b64e352a..614ce9f6f3e63 100644 --- a/components/onenote/actions/search-pages/search-pages.mjs +++ b/components/onenote/actions/search-pages/search-pages.mjs @@ -50,8 +50,9 @@ export default { + " Use **Get Page Content** to retrieve the body of a specific page after locating it here. Use **Get Page** for page metadata only." + " Returns the array of matching pages and a `nextLink` URL for pagination when more results are available." + " [See the documentation](https://learn.microsoft.com/en-us/graph/api/onenote-list-pages?view=graph-rest-1.0&tabs=http)", - version: "1.0.0", + version: "1.0.1", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/onenote/package.json b/components/onenote/package.json index 662375429dfa2..8d6677b3f72e7 100644 --- a/components/onenote/package.json +++ b/components/onenote/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/onenote", - "version": "1.1.0", + "version": "1.1.1", "description": "Pipedream Microsoft 365 OneNote Components", "main": "onenote.app.mjs", "keywords": [ diff --git a/components/oxylabs/actions/create-proxy-session/create-proxy-session.mjs b/components/oxylabs/actions/create-proxy-session/create-proxy-session.mjs index e3d89b6fe10de..12b7813a016cf 100644 --- a/components/oxylabs/actions/create-proxy-session/create-proxy-session.mjs +++ b/components/oxylabs/actions/create-proxy-session/create-proxy-session.mjs @@ -5,13 +5,14 @@ export default { key: "oxylabs-create-proxy-session", name: "Create Proxy Session", description: "Establish a proxy session using the Residential Proxy endpoint. [See the documentation](https://developers.oxylabs.io/proxies/residential-proxies/session-control#establishing-session)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { oxylabs, username: { diff --git a/components/oxylabs/actions/create-schedule/create-schedule.mjs b/components/oxylabs/actions/create-schedule/create-schedule.mjs index a4ae6eab11969..ccd9f88612441 100644 --- a/components/oxylabs/actions/create-schedule/create-schedule.mjs +++ b/components/oxylabs/actions/create-schedule/create-schedule.mjs @@ -5,13 +5,14 @@ export default { key: "oxylabs-create-schedule", name: "Create Schedule", description: "Create a schedule for a scraping job. [See the documentation](https://developers.oxylabs.io/scraping-solutions/web-scraper-api/features/scheduler#create-a-new-schedule)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { oxylabs, chron: { diff --git a/components/oxylabs/package.json b/components/oxylabs/package.json index a655366cf175f..447888ae6ba86 100644 --- a/components/oxylabs/package.json +++ b/components/oxylabs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/oxylabs", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Oxylabs Components", "main": "oxylabs.app.mjs", "keywords": [ diff --git a/components/palatine_speech/actions/download-transcription/download-transcription.mjs b/components/palatine_speech/actions/download-transcription/download-transcription.mjs index cd6c169ee7939..7ba280105e562 100644 --- a/components/palatine_speech/actions/download-transcription/download-transcription.mjs +++ b/components/palatine_speech/actions/download-transcription/download-transcription.mjs @@ -6,8 +6,9 @@ export default { key: "palatine_speech-download-transcription", name: "Download Transcription", description: "Downloads the transcription results in a specified file format (SRT, VTT, TXT, CSV, or XLSX). The task must be completed before downloading. [See the documentation](https://docs.speech.palatine.ru/api-reference/transcribe/transcribe-polling-api/download-as-file)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { readOnlyHint: false, destructiveHint: false, diff --git a/components/palatine_speech/actions/transcribe-audio/transcribe-audio.mjs b/components/palatine_speech/actions/transcribe-audio/transcribe-audio.mjs index 4ebf70dec62fe..53ef1d5cccd01 100644 --- a/components/palatine_speech/actions/transcribe-audio/transcribe-audio.mjs +++ b/components/palatine_speech/actions/transcribe-audio/transcribe-audio.mjs @@ -9,8 +9,9 @@ export default { key: "palatine_speech-transcribe-audio", name: "Transcribe Audio", description: "Starts an asynchronous transcription job for an audio or video file. Optionally wait for completion by enabling the 'Wait for Completion' option. [See the documentation](https://docs.speech.palatine.ru/api-reference/transcribe/transcribe-polling-api/transcribe)", - version: "0.0.2", + version: "0.0.3", type: "action", + ai: "optimized", annotations: { readOnlyHint: false, destructiveHint: false, diff --git a/components/palatine_speech/package.json b/components/palatine_speech/package.json index c200fa18e4f81..9c344015e3ad5 100644 --- a/components/palatine_speech/package.json +++ b/components/palatine_speech/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/palatine_speech", - "version": "0.1.1", + "version": "0.1.2", "description": "Pipedream Palatine Speech Components", "main": "palatine_speech.app.mjs", "keywords": [ diff --git a/components/palavir_compliance/actions/screen-batch/screen-batch.mjs b/components/palavir_compliance/actions/screen-batch/screen-batch.mjs index 9e67e8352ccfe..5676fed935d2a 100644 --- a/components/palavir_compliance/actions/screen-batch/screen-batch.mjs +++ b/components/palavir_compliance/actions/screen-batch/screen-batch.mjs @@ -11,7 +11,8 @@ export default { description: "Screen up to 100 entities in one call against LEIE + OFAC + SAM. Returns per-entity results plus summary counts. [See the documentation](https://rapidapi.com/josh-BN5mWmPiY/api/federal-exclusion-sanctions-screener/playground/apiendpoint_dbaf2b07-36e3-4ecc-9c5e-a0cdf38b8b46)", type: "action", - version: "0.0.1", + ai: "optimized", + version: "0.0.2", annotations: { readOnlyHint: true, destructiveHint: false, diff --git a/components/palavir_compliance/actions/screen-entity/screen-entity.mjs b/components/palavir_compliance/actions/screen-entity/screen-entity.mjs index 275ff4b46e9e7..913d990bc6277 100644 --- a/components/palavir_compliance/actions/screen-entity/screen-entity.mjs +++ b/components/palavir_compliance/actions/screen-entity/screen-entity.mjs @@ -11,7 +11,8 @@ export default { description: "Screen one individual or entity against LEIE (OIG exclusion), OFAC SDN (Treasury sanctions), and SAM.gov (federal contractor exclusion). Returns risk level (CLEAR | POTENTIAL | MATCH) plus match details. [See the documentation](https://rapidapi.com/josh-BN5mWmPiY/api/federal-exclusion-sanctions-screener/playground/apiendpoint_a5a2ef54-9557-4a97-a8e0-b6c2d36080af)", type: "action", - version: "0.0.1", + ai: "optimized", + version: "0.0.2", annotations: { readOnlyHint: true, destructiveHint: false, diff --git a/components/palavir_compliance/package.json b/components/palavir_compliance/package.json index 952c68c49836a..f0a4836115d47 100644 --- a/components/palavir_compliance/package.json +++ b/components/palavir_compliance/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/palavir_compliance", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Palavir Compliance Components", "main": "palavir_compliance.app.mjs", "keywords": [ diff --git a/components/paystack/actions/deactivate-authorization/deactivate-authorization.mjs b/components/paystack/actions/deactivate-authorization/deactivate-authorization.mjs index 89011b590975b..9e6f3deabe8ea 100644 --- a/components/paystack/actions/deactivate-authorization/deactivate-authorization.mjs +++ b/components/paystack/actions/deactivate-authorization/deactivate-authorization.mjs @@ -4,8 +4,9 @@ export default { key: "paystack-deactivate-authorization", name: "Deactivate Authorization", description: "Deactivate an authorization when the card needs to be forgotten. [See the documentation](https://paystack.com/docs/api/customer/#deactivate-authorization)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: true, openWorldHint: true, diff --git a/components/paystack/actions/direct-debit-activation-charge/direct-debit-activation-charge.mjs b/components/paystack/actions/direct-debit-activation-charge/direct-debit-activation-charge.mjs index aea43573f8ef8..6d02b6b22ce91 100644 --- a/components/paystack/actions/direct-debit-activation-charge/direct-debit-activation-charge.mjs +++ b/components/paystack/actions/direct-debit-activation-charge/direct-debit-activation-charge.mjs @@ -4,8 +4,9 @@ export default { key: "paystack-direct-debit-activation-charge", name: "Direct Debit Activation Charge", description: "Trigger an activation charge on an inactive mandate on behalf of your customer. [See the documentation](https://paystack.com/docs/api/customer/#directdebit-activation-charge)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/paystack/package.json b/components/paystack/package.json index f354c55af389f..00442c7ed5470 100644 --- a/components/paystack/package.json +++ b/components/paystack/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/paystack", - "version": "0.6.0", + "version": "0.6.1", "description": "Pipedream Paystack Components", "main": "paystack.app.mjs", "keywords": [ diff --git a/components/pdf_co/actions/barcode-generator/barcode-generator.mjs b/components/pdf_co/actions/barcode-generator/barcode-generator.mjs index fc048226e9130..b82c36bdd0875 100644 --- a/components/pdf_co/actions/barcode-generator/barcode-generator.mjs +++ b/components/pdf_co/actions/barcode-generator/barcode-generator.mjs @@ -5,13 +5,14 @@ export default { name: "Barcode Generator", description: "Generate high quality barcode images. Supports QR Code, DataMatrix, Code 39, Code 128, PDF417 and many other barcode types. [See docs here](https://apidocs.pdf.co/40-barcode-generator)", key: "pdf_co-barcode-generator", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, value: { diff --git a/components/pdf_co/actions/document-parser/document-parser.mjs b/components/pdf_co/actions/document-parser/document-parser.mjs index 98c02e766c3f8..6251ec4bddcb0 100644 --- a/components/pdf_co/actions/document-parser/document-parser.mjs +++ b/components/pdf_co/actions/document-parser/document-parser.mjs @@ -5,13 +5,14 @@ export default { name: "Document Parser", description: "Document Parser can automatically parse PDF, JPG, PNG document to extract fields, tables, values, barcodes from invoices, statements, orders and other PDF and scanned documents. [See docs here](https://apidocs.pdf.co/01-document-parser)", key: "pdf_co-document-parser", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { app, url: { diff --git a/components/pdf_co/package.json b/components/pdf_co/package.json index 4c434cea38ade..a57a14589bef1 100644 --- a/components/pdf_co/package.json +++ b/components/pdf_co/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/pdf_co", - "version": "0.0.2", + "version": "0.0.3", "description": "Pipedream PDF.co Components", "main": "pdf_co.app.mjs", "keywords": [ 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 08e4a5d50b8e7..e2671b676d51a 100644 --- a/components/people_data_labs/actions/enrich-company/enrich-company.mjs +++ b/components/people_data_labs/actions/enrich-company/enrich-company.mjs @@ -4,13 +4,14 @@ 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.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, name: { 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 49b3698569a3c..2d43127050eba 100644 --- a/components/people_data_labs/actions/enrich-person/enrich-person.mjs +++ b/components/people_data_labs/actions/enrich-person/enrich-person.mjs @@ -4,13 +4,14 @@ 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.5", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, name: { diff --git a/components/people_data_labs/package.json b/components/people_data_labs/package.json index e0d4ac4d444c1..c8a311095d004 100644 --- a/components/people_data_labs/package.json +++ b/components/people_data_labs/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/people_data_labs", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream People Data Labs Components", "main": "people_data_labs.app.mjs", "keywords": [ diff --git a/components/picqer/actions/cancel-order/cancel-order.mjs b/components/picqer/actions/cancel-order/cancel-order.mjs index b39597bb2a3f0..51da735d05a49 100644 --- a/components/picqer/actions/cancel-order/cancel-order.mjs +++ b/components/picqer/actions/cancel-order/cancel-order.mjs @@ -4,13 +4,14 @@ export default { key: "picqer-cancel-order", name: "Cancel Order", description: "Removes orders with 'concept' or 'expected' status only. [See the documentation](https://picqer.com/en/api/orders)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, orderId: { diff --git a/components/picqer/actions/process-order/process-order.mjs b/components/picqer/actions/process-order/process-order.mjs index 3766437bb5912..868e1e814488d 100644 --- a/components/picqer/actions/process-order/process-order.mjs +++ b/components/picqer/actions/process-order/process-order.mjs @@ -4,13 +4,14 @@ export default { key: "picqer-process-order", name: "Process Order", description: "Finalizes a concept or expected order and creates picklists or backorders automatically. Note: The processing itself will take place in the background after you receive the response. [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", + ai: "optimized", props: { app, orderId: { diff --git a/components/picqer/package.json b/components/picqer/package.json index b16dd58255f92..d70c2ac3c6a0b 100644 --- a/components/picqer/package.json +++ b/components/picqer/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/picqer", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Picqer Components", "main": "picqer.app.mjs", "keywords": [ diff --git a/components/printful/actions/calculate-shipping-rates/calculate-shipping-rates.mjs b/components/printful/actions/calculate-shipping-rates/calculate-shipping-rates.mjs index 987a67e28f984..e3f7f3dd80fb9 100644 --- a/components/printful/actions/calculate-shipping-rates/calculate-shipping-rates.mjs +++ b/components/printful/actions/calculate-shipping-rates/calculate-shipping-rates.mjs @@ -6,13 +6,14 @@ export default { key: "printful-calculate-shipping-rates", name: "Calculate Shipping Rates", description: "Fetches available shipping rates for a given destination. [See the documentation](https://developers.printful.com/docs/#tag/Shipping-Rate-API/operation/calculateShippingRates)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { printful, storeId: { diff --git a/components/printful/actions/update-product/update-product.mjs b/components/printful/actions/update-product/update-product.mjs index 39a9e85b72ce8..0e20de49ff5fa 100644 --- a/components/printful/actions/update-product/update-product.mjs +++ b/components/printful/actions/update-product/update-product.mjs @@ -5,13 +5,14 @@ export default { key: "printful-update-product", name: "Update Product", description: "Updates an existing product in your Printful store. [See the documentation](https://developers.printful.com/docs/#tag/Products-API/operation/updateSyncProduct)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { printful, storeId: { diff --git a/components/printful/package.json b/components/printful/package.json index 454192cd826bb..fba30ce45128a 100644 --- a/components/printful/package.json +++ b/components/printful/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/printful", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Printful Components", "main": "printful.app.mjs", "keywords": [ diff --git a/components/procore/actions/create-incident/create-incident.mjs b/components/procore/actions/create-incident/create-incident.mjs index fc7e13ea3013f..534914b85d7ac 100644 --- a/components/procore/actions/create-incident/create-incident.mjs +++ b/components/procore/actions/create-incident/create-incident.mjs @@ -4,13 +4,14 @@ export default { key: "procore-create-incident", name: "Create Incident", description: "Create a new incident. [See the documentation](https://developers.procore.com/reference/rest/incidents?version=latest#create-incident).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, companyId: { diff --git a/components/procore/actions/create-manpower-log/create-manpower-log.mjs b/components/procore/actions/create-manpower-log/create-manpower-log.mjs index 393e63e1abaa4..0be5146b4565e 100644 --- a/components/procore/actions/create-manpower-log/create-manpower-log.mjs +++ b/components/procore/actions/create-manpower-log/create-manpower-log.mjs @@ -4,13 +4,14 @@ export default { key: "procore-create-manpower-log", name: "Create Manpower Log", description: "Create a new manpower log. [See the documentation](https://developers.procore.com/reference/rest/manpower-logs?version=latest#create-manpower-log).", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { app, companyId: { diff --git a/components/procore/package.json b/components/procore/package.json index d0d674fb10cba..863d7f419500c 100644 --- a/components/procore/package.json +++ b/components/procore/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/procore", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Procore (OAuth) Components", "main": "procore.app.mjs", "keywords": [ diff --git a/components/pubrio/actions/create-monitor/create-monitor.mjs b/components/pubrio/actions/create-monitor/create-monitor.mjs index ed4c709710004..a413811165fef 100644 --- a/components/pubrio/actions/create-monitor/create-monitor.mjs +++ b/components/pubrio/actions/create-monitor/create-monitor.mjs @@ -4,13 +4,14 @@ export default { key: "pubrio-create-monitor", name: "Create Monitor", description: "Create a new signal monitor for jobs, news, or advertisements. [See the documentation](https://docs.pubrio.com/en/api-reference/endpoint/monitors/create)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { pubrio, name: { diff --git a/components/pubrio/actions/reveal-contact/reveal-contact.mjs b/components/pubrio/actions/reveal-contact/reveal-contact.mjs index 0f790b5e2c742..e130d04b4a8a0 100644 --- a/components/pubrio/actions/reveal-contact/reveal-contact.mjs +++ b/components/pubrio/actions/reveal-contact/reveal-contact.mjs @@ -4,13 +4,14 @@ export default { key: "pubrio-reveal-contact", name: "Reveal Contact", description: "Reveal email or phone number for a person (uses credits). [See the documentation](https://docs.pubrio.com/en/api-reference/endpoint/redeem/people)", - version: "0.0.1", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { pubrio, peopleSearchId: { diff --git a/components/pubrio/package.json b/components/pubrio/package.json index e3377ed5baecb..4068553d38e96 100644 --- a/components/pubrio/package.json +++ b/components/pubrio/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/pubrio", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Pubrio Components", "main": "pubrio.app.mjs", "keywords": [ diff --git a/components/recruiterflow/actions/move-candidate-to-stage/move-candidate-to-stage.mjs b/components/recruiterflow/actions/move-candidate-to-stage/move-candidate-to-stage.mjs index 6ec29b0d1d177..0d349d41a4316 100644 --- a/components/recruiterflow/actions/move-candidate-to-stage/move-candidate-to-stage.mjs +++ b/components/recruiterflow/actions/move-candidate-to-stage/move-candidate-to-stage.mjs @@ -4,8 +4,9 @@ export default { key: "recruiterflow-move-candidate-to-stage", name: "Move Candidate to Stage", description: "Moves a candidate to a different stage in the job pipeline. You can specify either stage ID or stage name. [See the documentation](https://recruiterflow.com/swagger.yml)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", props: { app, candidateId: { diff --git a/components/recruiterflow/actions/search-candidates/search-candidates.mjs b/components/recruiterflow/actions/search-candidates/search-candidates.mjs index 3e0981a860f79..54ce246b7833c 100644 --- a/components/recruiterflow/actions/search-candidates/search-candidates.mjs +++ b/components/recruiterflow/actions/search-candidates/search-candidates.mjs @@ -5,8 +5,9 @@ export default { key: "recruiterflow-search-candidates", name: "Search Candidates", description: "Searches for candidates matching specified criteria in Recruiterflow. Supports both simple searches and advanced filter arrays. [See the documentation](https://recruiterflow.com/swagger.yml)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", props: { app, conjunction: { diff --git a/components/recruiterflow/package.json b/components/recruiterflow/package.json index 55655e6bc460b..43618f9901374 100644 --- a/components/recruiterflow/package.json +++ b/components/recruiterflow/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/recruiterflow", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Recruiterflow Components", "main": "recruiterflow.app.mjs", "keywords": [ diff --git a/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs b/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs index 6fd8e1e9bd736..d81004b81fa36 100644 --- a/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs +++ b/components/segmetrics/actions/create-or-update-order/create-or-update-order.mjs @@ -2,7 +2,7 @@ import app from "../../segmetrics.app.mjs"; export default { name: "Create Or Update Order", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, @@ -11,6 +11,7 @@ export default { key: "segmetrics-create-or-update-order", description: "Creates a client. [See documentation here](https://developers.segmetrics.io/#orders)", type: "action", + ai: "optimized", props: { app, integrationId: { diff --git a/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs b/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs index 193a951658b70..6e47a75f47dc9 100644 --- a/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs +++ b/components/segmetrics/actions/create-or-update-subscription/create-or-update-subscription.mjs @@ -3,7 +3,7 @@ import constants from "../common/constants.mjs"; export default { name: "Create Or Update Subscription", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, @@ -12,6 +12,7 @@ export default { key: "segmetrics-create-or-update-subscription", description: "Create or update a subscription. [See documentation here](https://developers.segmetrics.io/#subscriptions)", type: "action", + ai: "optimized", props: { app, integrationId: { diff --git a/components/segmetrics/package.json b/components/segmetrics/package.json index d542286e157f8..9b3b15951af73 100644 --- a/components/segmetrics/package.json +++ b/components/segmetrics/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/segmetrics", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream SegMetrics Components", "main": "segmetrics.app.mjs", "keywords": [ diff --git a/components/seven/actions/get-analytics/get-analytics.mjs b/components/seven/actions/get-analytics/get-analytics.mjs index 00e1c331d109d..e51d9adf44338 100644 --- a/components/seven/actions/get-analytics/get-analytics.mjs +++ b/components/seven/actions/get-analytics/get-analytics.mjs @@ -5,8 +5,9 @@ export default { key: "seven-get-analytics", name: "Get Analytics", description: "Retrieve account statistics (SMS, RCS, voice, HLR, usage). [See the documentation](https://docs.seven.io/en/rest-api/endpoints/account#statistics)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/seven/actions/make-tts-call/make-tts-call.mjs b/components/seven/actions/make-tts-call/make-tts-call.mjs index 5e64077b8a90e..fdd235edf25d8 100644 --- a/components/seven/actions/make-tts-call/make-tts-call.mjs +++ b/components/seven/actions/make-tts-call/make-tts-call.mjs @@ -4,13 +4,14 @@ export default { key: "seven-make-tts-call", name: "Make TTS Call", description: "Make a text-to-speech call via Seven. [See the documentation](https://docs.seven.io/en/rest-api/endpoints/voice#send-voice-call)", - version: "0.1.0", + version: "0.1.1", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { seven, to: { diff --git a/components/seven/package.json b/components/seven/package.json index 88a68b85f6656..a35936f3b11e1 100644 --- a/components/seven/package.json +++ b/components/seven/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/seven", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Seven Components", "main": "seven.app.mjs", "keywords": [ diff --git a/components/shipengine/actions/find-tracking-status/find-tracking-status.mjs b/components/shipengine/actions/find-tracking-status/find-tracking-status.mjs index 6729bbeb46e28..003459bf14d38 100644 --- a/components/shipengine/actions/find-tracking-status/find-tracking-status.mjs +++ b/components/shipengine/actions/find-tracking-status/find-tracking-status.mjs @@ -5,7 +5,8 @@ export default { name: "Find Tracking Status", description: "Retrieves package tracking information. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/get_tracking_log).", type: "action", - version: "0.0.3", + ai: "optimized", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/shipengine/actions/search-labels/search-labels.mjs b/components/shipengine/actions/search-labels/search-labels.mjs index 1d3eac65103e7..2c1c2a558839a 100644 --- a/components/shipengine/actions/search-labels/search-labels.mjs +++ b/components/shipengine/actions/search-labels/search-labels.mjs @@ -7,7 +7,8 @@ export default { name: "Search Labels", description: "By default, all labels are returned, 25 at a time, starting with the most recently created ones. You can combine multiple filter options to narrow-down the results. [See the docs](https://shipengine.github.io/shipengine-openapi/#operation/list_labels).", type: "action", - version: "0.0.3", + ai: "optimized", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/shipengine/package.json b/components/shipengine/package.json index 994ebe2e25c9b..ac56ee214ec86 100644 --- a/components/shipengine/package.json +++ b/components/shipengine/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/shipengine", - "version": "0.0.3", + "version": "0.0.4", "description": "Pipedream Shipengine Components", "main": "shipengine.app.mjs", "keywords": [ diff --git a/components/square/actions/create-customer/create-customer.mjs b/components/square/actions/create-customer/create-customer.mjs index 2fb2aeb78144f..929ed11b0a684 100644 --- a/components/square/actions/create-customer/create-customer.mjs +++ b/components/square/actions/create-customer/create-customer.mjs @@ -6,7 +6,8 @@ export default { description: `Creates a new customer for a business. Must provide at least one of the following: Given Name, Family Name, Company Name, Email Address, or Phone Number. [See the docs](https://developer.squareup.com/reference/square/customers-api/create-customer).`, type: "action", - version: "0.0.4", + ai: "optimized", + version: "0.0.5", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/square/actions/create-invoice/create-invoice.mjs b/components/square/actions/create-invoice/create-invoice.mjs index 23056ea681a8f..5d746f2cac32d 100644 --- a/components/square/actions/create-invoice/create-invoice.mjs +++ b/components/square/actions/create-invoice/create-invoice.mjs @@ -5,7 +5,8 @@ export default { name: "Create Invoice", description: "Creates a draft invoice for an order. You must send (publish) the invoice before Square can process it. [See the documentation](https://developer.squareup.com/reference/square/invoices-api/create-invoice).", type: "action", - version: "0.0.5", + ai: "optimized", + version: "0.0.6", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/square/package.json b/components/square/package.json index 058d56eb798ab..5fbdd818c9e39 100644 --- a/components/square/package.json +++ b/components/square/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/square", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Square Components", "main": "square.app.mjs", "keywords": [ diff --git a/components/sunshine_conversations/actions/post-activity/post-activity.mjs b/components/sunshine_conversations/actions/post-activity/post-activity.mjs index 21761e5118803..8ad0a354f4f6f 100644 --- a/components/sunshine_conversations/actions/post-activity/post-activity.mjs +++ b/components/sunshine_conversations/actions/post-activity/post-activity.mjs @@ -6,8 +6,9 @@ export default { key: "sunshine_conversations-post-activity", name: "Post Activity", description: "Post a conversation activity (e.g. typing indicators or read receipts). [See the documentation](https://developer.zendesk.com/api-reference/conversations/#tag/Activities/operation/PostActivity)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { readOnlyHint: false, destructiveHint: false, diff --git a/components/sunshine_conversations/actions/post-text-message/post-text-message.mjs b/components/sunshine_conversations/actions/post-text-message/post-text-message.mjs index b6f1580a8b9b6..d4bbbffeb6ef3 100644 --- a/components/sunshine_conversations/actions/post-text-message/post-text-message.mjs +++ b/components/sunshine_conversations/actions/post-text-message/post-text-message.mjs @@ -6,13 +6,14 @@ export default { key: "sunshine_conversations-post-text-message", name: "Post Text Message", description: "Post a text message, optionally with action buttons. [See the documentation](https://developer.zendesk.com/api-reference/conversations/#tag/Messages/operation/PostMessage)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { sunshineConversations, userId: { diff --git a/components/sunshine_conversations/package.json b/components/sunshine_conversations/package.json index 0996beb9a26e8..ccd29fda06388 100644 --- a/components/sunshine_conversations/package.json +++ b/components/sunshine_conversations/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/sunshine_conversations", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream Sunshine Conversations Components", "main": "sunshine_conversations.app.mjs", "keywords": [ diff --git a/components/talenthr/actions/respond-time-off-request/respond-time-off-request.mjs b/components/talenthr/actions/respond-time-off-request/respond-time-off-request.mjs index b1e11aacf888f..65294905fb736 100644 --- a/components/talenthr/actions/respond-time-off-request/respond-time-off-request.mjs +++ b/components/talenthr/actions/respond-time-off-request/respond-time-off-request.mjs @@ -4,13 +4,14 @@ export default { key: "talenthr-respond-time-off-request", name: "Respond to Time Off Request", description: "Responds to an employee's time off request. This action requires the request ID and the response status as props. [See the documentation](https://apidocs.talenthr.io/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { talenthr, employeeId: { diff --git a/components/talenthr/actions/update-employee/update-employee.mjs b/components/talenthr/actions/update-employee/update-employee.mjs index dba1b7f435f07..cbfdb408f0bde 100644 --- a/components/talenthr/actions/update-employee/update-employee.mjs +++ b/components/talenthr/actions/update-employee/update-employee.mjs @@ -14,13 +14,14 @@ export default { key: "talenthr-update-employee", name: "Update Employee", description: "Allows updating an existing employee's data in the system. [See the documentation](https://apidocs.talenthr.io/)", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { talenthr, employeeId: { diff --git a/components/talenthr/package.json b/components/talenthr/package.json index f351b849dcc46..42a3b2c690301 100644 --- a/components/talenthr/package.json +++ b/components/talenthr/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/talenthr", - "version": "0.3.0", + "version": "0.3.1", "description": "Pipedream TalentHR Components", "main": "talenthr.app.mjs", "keywords": [ diff --git a/components/tapfiliate/actions/add-commission-conversion/add-commission-conversion.mjs b/components/tapfiliate/actions/add-commission-conversion/add-commission-conversion.mjs index cfbc08fbd1b71..a8039fad5f248 100644 --- a/components/tapfiliate/actions/add-commission-conversion/add-commission-conversion.mjs +++ b/components/tapfiliate/actions/add-commission-conversion/add-commission-conversion.mjs @@ -4,8 +4,9 @@ export default { key: "tapfiliate-add-commission-conversion", name: "Add Commission to Conversion", description: "Adds a new commission to an existing conversion. Used for managing recurring subscription workflows. [See the documentation](https://tapfiliate.com/docs/rest/#conversions-add-commissions-to-conversion)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/tapfiliate/actions/create-customer/create-customer.mjs b/components/tapfiliate/actions/create-customer/create-customer.mjs index b89cff57067c6..fdfeb0410609f 100644 --- a/components/tapfiliate/actions/create-customer/create-customer.mjs +++ b/components/tapfiliate/actions/create-customer/create-customer.mjs @@ -7,8 +7,9 @@ export default { key: "tapfiliate-create-customer", name: "Create Customer", description: "Creates a new customer in Tapfiliate. [See the documentation](https://tapfiliate.com/docs/rest/#customers-customers-collection-post)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/tapfiliate/package.json b/components/tapfiliate/package.json index 89e682e5c3862..9d1b1a95bca86 100644 --- a/components/tapfiliate/package.json +++ b/components/tapfiliate/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/tapfiliate", - "version": "0.2.0", + "version": "0.2.1", "description": "Pipedream Tapfiliate Components", "main": "tapfiliate.app.mjs", "keywords": [ diff --git a/components/trakt/actions/add-to-watchlist/add-to-watchlist.mjs b/components/trakt/actions/add-to-watchlist/add-to-watchlist.mjs index db34a53ffc6fa..745e08e873334 100644 --- a/components/trakt/actions/add-to-watchlist/add-to-watchlist.mjs +++ b/components/trakt/actions/add-to-watchlist/add-to-watchlist.mjs @@ -3,7 +3,7 @@ import utils from "../common/utils.mjs"; export default { name: "Add To Watchlist", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, @@ -12,6 +12,7 @@ export default { key: "trakt-add-to-watchlist", description: "Add one of more items to watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/add-to-watchlist/get-watchlist)", type: "action", + ai: "optimized", props: { trakt, movies: { diff --git a/components/trakt/actions/remove-from-watchlist/remove-from-watchlist.mjs b/components/trakt/actions/remove-from-watchlist/remove-from-watchlist.mjs index 31d925c6d51b4..20b203101d000 100644 --- a/components/trakt/actions/remove-from-watchlist/remove-from-watchlist.mjs +++ b/components/trakt/actions/remove-from-watchlist/remove-from-watchlist.mjs @@ -3,7 +3,7 @@ import utils from "../common/utils.mjs"; export default { name: "Remove From Watchlist", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, @@ -12,6 +12,7 @@ export default { key: "trakt-remove-from-watchlist", description: "Remove one of more items from watchlist. [See the documentation](https://trakt.docs.apiary.io/#reference/sync/remove-from-watchlist/remove-items-from-watchlist)", type: "action", + ai: "optimized", props: { trakt, movies: { diff --git a/components/trakt/package.json b/components/trakt/package.json index d1f03bc0670d1..0924acf01ca6c 100644 --- a/components/trakt/package.json +++ b/components/trakt/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/trakt", - "version": "0.1.3", + "version": "0.1.4", "description": "Pipedream Trakt Components", "main": "trakt.app.mjs", "keywords": [ diff --git a/components/vapi/actions/create-call/create-call.mjs b/components/vapi/actions/create-call/create-call.mjs index 84fcb5b658b0e..35048c4f2cc91 100644 --- a/components/vapi/actions/create-call/create-call.mjs +++ b/components/vapi/actions/create-call/create-call.mjs @@ -5,13 +5,14 @@ export default { key: "vapi-create-call", name: "Create Call", description: "Starts a new conversation with an assistant. [See the documentation](https://docs.vapi.ai/api-reference/calls/create)", - version: "0.1.1", + version: "0.1.2", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { vapi, name: { diff --git a/components/vapi/actions/update-assistant-settings/update-assistant-settings.mjs b/components/vapi/actions/update-assistant-settings/update-assistant-settings.mjs index 021f2fc60e1ab..c670377b08e21 100644 --- a/components/vapi/actions/update-assistant-settings/update-assistant-settings.mjs +++ b/components/vapi/actions/update-assistant-settings/update-assistant-settings.mjs @@ -14,13 +14,14 @@ export default { key: "vapi-update-assistant-settings", name: "Update Assistant Settings", description: "Updates the configuration settings for a specific assistant. [See the documentation](https://docs.vapi.ai/api-reference/assistants/update)", - version: "0.0.4", + version: "0.0.5", annotations: { destructiveHint: true, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { vapi, assistantId: { diff --git a/components/vapi/package.json b/components/vapi/package.json index ca170e6618c82..0931d034123ba 100644 --- a/components/vapi/package.json +++ b/components/vapi/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/vapi", - "version": "0.4.1", + "version": "0.4.2", "description": "Pipedream Vapi Components", "main": "vapi.app.mjs", "keywords": [ diff --git a/components/vc_deal_flow_signal/actions/find-startup/find-startup.mjs b/components/vc_deal_flow_signal/actions/find-startup/find-startup.mjs index e9d097de1daa2..f9744fce86ebe 100644 --- a/components/vc_deal_flow_signal/actions/find-startup/find-startup.mjs +++ b/components/vc_deal_flow_signal/actions/find-startup/find-startup.mjs @@ -5,8 +5,9 @@ export default { name: "Find Startup by Name", description: "Look up a single startup's full signal profile. Case-insensitive match on display name or GitHub org slug.", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/vc_deal_flow_signal/actions/get-engineering-signals/get-engineering-signals.mjs b/components/vc_deal_flow_signal/actions/get-engineering-signals/get-engineering-signals.mjs index 7f836e1ca6970..6c0d0e86840d4 100644 --- a/components/vc_deal_flow_signal/actions/get-engineering-signals/get-engineering-signals.mjs +++ b/components/vc_deal_flow_signal/actions/get-engineering-signals/get-engineering-signals.mjs @@ -5,8 +5,9 @@ export default { name: "Get Engineering Signals", description: "Return every startup that emitted an engineering signal (deploy spike, infra buildout, framework migration, hiring burst). Optional filter by signal type.", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/vc_deal_flow_signal/package.json b/components/vc_deal_flow_signal/package.json index 2a0e421ea9ee4..0c9a5fa89cbca 100644 --- a/components/vc_deal_flow_signal/package.json +++ b/components/vc_deal_flow_signal/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/vc_deal_flow_signal", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream VC Deal Flow Signal Components", "main": "vc_deal_flow_signal.app.mjs", "keywords": [ diff --git a/components/vincario/actions/check-stolen/check-stolen.mjs b/components/vincario/actions/check-stolen/check-stolen.mjs index cbf6b7bef46cd..ed2483ba4548a 100644 --- a/components/vincario/actions/check-stolen/check-stolen.mjs +++ b/components/vincario/actions/check-stolen/check-stolen.mjs @@ -4,8 +4,9 @@ export default { key: "vincario-check-stolen", name: "Check Stolen", description: "Performs a real-time VIN check in national police databases of stolen vehicles of Czech Republic, Hungary, Romania, Slovenia, Slovakia and Vincario's own database of stolen vehicles. [See the documentation](https://vincario.com/api-docs/3.2/#api-endpoints)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/vincario/actions/get-vin-decoder-info/get-vin-decoder-info.mjs b/components/vincario/actions/get-vin-decoder-info/get-vin-decoder-info.mjs index f2d0069e35136..750caee46c4a3 100644 --- a/components/vincario/actions/get-vin-decoder-info/get-vin-decoder-info.mjs +++ b/components/vincario/actions/get-vin-decoder-info/get-vin-decoder-info.mjs @@ -4,8 +4,9 @@ export default { key: "vincario-get-vin-decoder-info", name: "Get VIN Decoder Info", description: "Get a list of vehicle attributes. Each represents label that is available for given VIN when you do a 'VIN Decode' request. [See the documentation](https://vincario.com/api-docs/3.2/#api-endpoints)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/vincario/package.json b/components/vincario/package.json index 5782dd27df686..8b957ffeee0a1 100644 --- a/components/vincario/package.json +++ b/components/vincario/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/vincario", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Vincario Components", "main": "vincario.app.mjs", "keywords": [ diff --git a/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs b/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs index bdc654d7ca622..ce5b78b3fa4d7 100644 --- a/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs +++ b/components/youtube_data_api/actions/create-comment-thread/create-comment-thread.mjs @@ -6,13 +6,14 @@ export default { key: "youtube_data_api-create-comment-thread", name: "Create Comment Thread", description: "Creates a new top-level comment in a video. [See the documentation](https://developers.google.com/youtube/v3/docs/commentThreads/insert) for more information", - version: "0.0.3", + version: "0.0.4", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { youtubeDataApi, channelId: { diff --git a/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs b/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs index ffcb79d2525d0..c74794ec22934 100644 --- a/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs +++ b/components/youtube_data_api/actions/upload-thumbnail/upload-thumbnail.mjs @@ -6,13 +6,14 @@ export default { key: "youtube_data_api-upload-thumbnail", name: "Upload Thumbnail", description: "Uploads a custom video thumbnail to YouTube and sets it for a video. Note: Account must be [verified](https://www.youtube.com/verify). [See the documentation](https://developers.google.com/youtube/v3/docs/thumbnails/set) for more information", - version: "1.0.2", + version: "1.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: true, }, type: "action", + ai: "optimized", props: { youtubeDataApi, infoAlert: { diff --git a/components/youtube_data_api/package.json b/components/youtube_data_api/package.json index d54eb3647cf57..9e87753d46a3e 100644 --- a/components/youtube_data_api/package.json +++ b/components/youtube_data_api/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/youtube_data_api", - "version": "1.1.0", + "version": "1.1.1", "description": "Pipedream Youtube Components", "main": "youtube_data_api.app.mjs", "keywords": [ diff --git a/components/zenventory/actions/create-item/create-item.mjs b/components/zenventory/actions/create-item/create-item.mjs index 9a6f4a4494ea8..35de1377c3c63 100644 --- a/components/zenventory/actions/create-item/create-item.mjs +++ b/components/zenventory/actions/create-item/create-item.mjs @@ -4,13 +4,14 @@ export default { key: "zenventory-create-item", name: "Create Item", description: "Generates a new item. [See the documentation](https://docs.zenventory.com/#tag/items/paths/~1items/post)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { zenventory, sku: { diff --git a/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs b/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs index 58cae4e972268..2a179a1739327 100644 --- a/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs +++ b/components/zenventory/actions/create-purchase-order/create-purchase-order.mjs @@ -6,13 +6,14 @@ export default { key: "zenventory-create-purchase-order", name: "Create Purchase Order", description: "Generates a new purchase order. [See the documentation](https://docs.zenventory.com/)", - version: "0.0.2", + version: "0.0.3", annotations: { destructiveHint: false, openWorldHint: true, readOnlyHint: false, }, type: "action", + ai: "optimized", props: { zenventory, supplierId: { diff --git a/components/zenventory/package.json b/components/zenventory/package.json index 4dff5c0af1076..5f0bcb8f99aca 100644 --- a/components/zenventory/package.json +++ b/components/zenventory/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zenventory", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Zenventory Components", "main": "zenventory.app.mjs", "keywords": [ diff --git a/components/zoho_crm/actions/list-attachments/list-attachments.mjs b/components/zoho_crm/actions/list-attachments/list-attachments.mjs index 5d8ffb04b4467..f8961a26a8b5e 100644 --- a/components/zoho_crm/actions/list-attachments/list-attachments.mjs +++ b/components/zoho_crm/actions/list-attachments/list-attachments.mjs @@ -4,8 +4,9 @@ export default { key: "zoho_crm-list-attachments", name: "List Attachments", description: "Gets the list of attachments for a record in Zoho CRM. Use **List Modules** to find the `module` API name and **List Objects** to find the `recordId`. Results are paginated 200 per page (`page` is 0-indexed). [See the documentation](https://www.zoho.com/crm/developer/docs/api/v8/get-attachments.html)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/zoho_crm/actions/upsert-records/upsert-records.mjs b/components/zoho_crm/actions/upsert-records/upsert-records.mjs index b9a2c52fa7be8..5c3aee6e3c824 100644 --- a/components/zoho_crm/actions/upsert-records/upsert-records.mjs +++ b/components/zoho_crm/actions/upsert-records/upsert-records.mjs @@ -5,8 +5,9 @@ export default { key: "zoho_crm-upsert-records", name: "Upsert Records", description: "Inserts new records or updates existing ones based on duplicate check field values. [See the documentation](https://www.zoho.com/crm/developer/docs/api/v8/upsert-records.html)", - version: "0.0.1", + version: "0.0.2", type: "action", + ai: "optimized", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/zoho_crm/package.json b/components/zoho_crm/package.json index 9f6929ed20c78..701f63aa71265 100644 --- a/components/zoho_crm/package.json +++ b/components/zoho_crm/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zoho_crm", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream Zoho CRM Components", "main": "zoho_crm.app.mjs", "keywords": [ diff --git a/components/zoho_desk/actions/list-departments/list-departments.mjs b/components/zoho_desk/actions/list-departments/list-departments.mjs index 4fbc5cb59cd7a..eb7b6e71d5426 100644 --- a/components/zoho_desk/actions/list-departments/list-departments.mjs +++ b/components/zoho_desk/actions/list-departments/list-departments.mjs @@ -5,7 +5,8 @@ export default { name: "List Departments", description: "Lists the departments configured in the organization, with optional filtering by enabled/disabled state. Use this to drive workflows by department name lookups instead of hardcoded department IDs. [See the documentation](https://desk.zoho.com/DeskAPIDocument#Departments#Departments_Listdepartments)", type: "action", - version: "0.0.1", + ai: "optimized", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/zoho_desk/actions/list-ticket-fields/list-ticket-fields.mjs b/components/zoho_desk/actions/list-ticket-fields/list-ticket-fields.mjs index 387464e1695d3..a0ae3f70b7830 100644 --- a/components/zoho_desk/actions/list-ticket-fields/list-ticket-fields.mjs +++ b/components/zoho_desk/actions/list-ticket-fields/list-ticket-fields.mjs @@ -5,7 +5,8 @@ export default { name: "List Ticket Fields", description: "Lists every field configured on a Zoho Desk module (defaults to Tickets), including each field's `apiName`, `displayLabel`, `type`, and for picklist fields - the `allowedValues` array. Useful for discovering valid picklist values (e.g. for `status`, `priority`, `channel`, `category`, `subCategory`, `classification`) before creating or routing tickets. [See the documentation](https://desk.zoho.com/DeskAPIDocument#OrganizationFields_Getorganizationfieldsinamodule)", type: "action", - version: "0.0.1", + ai: "optimized", + version: "0.0.2", annotations: { destructiveHint: false, openWorldHint: true, diff --git a/components/zoho_desk/package.json b/components/zoho_desk/package.json index 78de19bff7905..7d2437fc5208c 100644 --- a/components/zoho_desk/package.json +++ b/components/zoho_desk/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/zoho_desk", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream Zoho_desk Components", "main": "zoho_desk.app.mjs", "keywords": [