Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion components/_descript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/_descript",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Descript Components",
"main": "_descript.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/accuweather/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/accuweather",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream AccuWeather Components",
"main": "accuweather.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/actitime/actions/create-task/create-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/actitime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/actitime",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream actiTIME Components",
"main": "actitime.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/adobe_photoshop/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion components/adrapid/actions/get-banner/get-banner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/adrapid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/adrapid",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Adrapid Components",
"main": "adrapid.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/adroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/adroll",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream AdRoll Components",
"main": "adroll.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/adyen/actions/submit-details/submit-details.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/adyen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/adyen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Adyen Components",
"main": "adyen.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/adyntel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/adyntel",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Adyntel Components",
"main": "adyntel.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/affinda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/affinda",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Affinda Components",
"main": "affinda.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/agify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/agify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Agify Components",
"main": "agify.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/airfocus/actions/search-item/search-item.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/airfocus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/airfocus",
"version": "0.1.1",
"version": "0.1.2",
"description": "Pipedream Airfocus Components",
"main": "airfocus.app.mjs",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
3 changes: 2 additions & 1 deletion components/airplane/actions/execute-task/execute-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/airplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/airplane",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Airplane Components",
"main": "airplane.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/alegra/actions/create-invoice/create-invoice.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/alegra/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/alegra",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Alegra Components",
"main": "alegra.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/alerty/actions/notify-devices/notify-devices.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/alerty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/alerty",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Alerty Components",
"main": "alerty.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/algolia/actions/delete-records/delete-records.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/algolia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/algolia",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pipedream Algolia Components",
"main": "algolia.app.mjs",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion components/all_images_ai/actions/buy-image/buy-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion components/all_images_ai/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
Loading
Loading