Skip to content
Merged
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion components/filestack/actions/rotate-image/rotate-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "filestack-rotate-image",
name: "Rotate Image",
description: "Rotates an uploaded image by a specified degree. [See the documentation](https://www.filestack.com/docs/api/processing/#rotate)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
7 changes: 6 additions & 1 deletion components/filestack/actions/upload-image/upload-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Upload Image",
description:
"Upload an image from a file or URL to FileStack. [See the documentation](https://www.filestack.com/docs/uploads/uploading/#upload-file)",
version: "1.0.1",
version: "1.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
filestack,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "finage-forex-last-quote",
name: "Forex Last Quote",
description: "Get the last quote for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-quote)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "finage-forex-last-trade",
name: "Forex Last Trade",
description: "Get the last trade for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-last-trade)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "finage-forex-previous-close",
name: "Forex Previous Close",
description: "Get the previous close for the specified forex symbol. [See the documentation](https://finage.co.uk/docs/api/forex/forex-previous-close)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "finalscout-find-email-linkedin",
name: "Find Email from LinkedIn",
description: "Finds an email address from a LinkedIn profile URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1linkedin~1single/post)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
finalscout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "finalscout-find-email-news-article",
name: "Find Email from News Article",
description: "Finds an email address from a news article URL. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1author~1single/post)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
finalscout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "finalscout-find-email-professional",
name: "Find Email from Professional",
description: "Finds an email address from a person's name and company/domain. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/operation/email_finder_v1_person_email_finder_post)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
finalscout,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "finalscout-get-single-task",
name: "Get Single Task",
description: "Get the task status for any Single Find task. [See the documentation](https://finalscout.com/public/doc/api.html#tag/Single-Find/paths/~1v1~1find~1single~1status/get)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
finalscout,
Expand Down
7 changes: 6 additions & 1 deletion components/findymail/actions/create-list/create-list.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-create-list",
name: "Create List",
description: "Creates a new list of contacts in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-postapi-lists)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
findymail,
Expand Down
7 changes: 6 additions & 1 deletion components/findymail/actions/delete-list/delete-list.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-delete-list",
name: "Delete a List",
description: "Deletes a specified list in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-deleteapi-lists--id-)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
findymail,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-find-email-name-domain",
name: "Find Email by company domain",
description: "Locates an email using a company's website. [See the documentation](https://app.findymail.com/docs/)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
findymail,
Expand Down
7 changes: 6 additions & 1 deletion components/findymail/actions/find-email/find-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-find-email",
name: "Find Email",
description: "Finds an email address using a given full name and a website domain. [See the documentation](https://app.findymail.com/docs/#finder-POSTapi-search-name)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
findymail,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-list-contact-lists",
name: "List Contact Lists",
description: "Get a list of all contact lists in Findymail. [See the documentation](https://app.findymail.com/docs/#contacts-getapi-lists)",
version: "0.0.2",
version: "0.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
findymail,
Expand Down
7 changes: 6 additions & 1 deletion components/findymail/actions/verify-email/verify-email.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "findymail-verify-email",
name: "Verify Email",
description: "Verifies the deliverability of a specified email. [See the documentation](https://app.findymail.com/docs/#verifier-POSTapi-verify)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
findymail,
Expand Down
7 changes: 6 additions & 1 deletion components/finmei/actions/create-invoice/create-invoice.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ export default {
name: "Create Invoice",
description:
"Generates a new invoice within Finmei. [See the documentation](https://documenter.getpostman.com/view/835227/2s9YXh5NRs#01e4e494-2aaf-4d87-9b8d-e527b04af0a0)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
finmei,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "firebase_admin_sdk-create-document",
name: "Create Document",
description: "Creates a New Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#add)",
version: "0.0.10",
version: "0.0.11",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "firebase_admin_sdk-create-realtime-db-record",
name: "Create Firebase Realtime Database Record",
description: "Creates or replaces a child object within your Firebase Realtime Database. [See the docs here](https://firebase.google.com/docs/reference/js/database#update)",
version: "0.0.7",
version: "0.0.8",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "firebase_admin_sdk-get-document",
name: "Get Document",
description: "Retrieves a document from a Firestore collection. [See the documentation](https://firebase.google.com/docs/firestore/query-data/get-data#get_a_document)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "firebase_admin_sdk-list-documents",
name: "List Documents",
description: "Lists documents in a collection. [See the docs here](https://googleapis.dev/nodejs/firestore/latest/CollectionReference.html#listDocuments)",
version: "0.0.7",
version: "0.0.8",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@
key: "firebase_admin_sdk-replicate-event-firestore",
name: "Save Event to Firestore",
description: "Replicate event in Firestore",
version: "0.4.6",
version: "0.4.7",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
firebase_admin_sdk: {

Check warning on line 17 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firebase_admin_sdk must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 17 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firebase_admin_sdk must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "app",
app: "firebase_admin_sdk",
},
deliveryId: {

Check warning on line 21 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop deliveryId must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 21 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop deliveryId must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
firestoreCollection: {

Check warning on line 24 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firestoreCollection must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 24 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop firestoreCollection must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
data: {

Check warning on line 27 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop data must have a description. See https://pipedream.com/docs/components/guidelines/#props

Check warning on line 27 in components/firebase_admin_sdk/actions/replicate-event-firestore/replicate-event-firestore.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop data must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "firebase_admin_sdk-update-document",
name: "Update Document",
description: "Updates a Document. [See the documentation](https://googleapis.dev/nodejs/firestore/latest/DocumentReference.html#update)",
version: "0.0.7",
version: "0.0.8",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
...common.props,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "fireberry-create-account",
name: "Create Account",
description: "Creates a new account in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-account)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "fireberry-create-article",
name: "Create an Article",
description: "Creates a new article in Fireberry. [See the documentation](https://developers.fireberry.com/reference/create-an-article)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/fireberry/actions/list-accounts/list-accounts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "fireberry-list-accounts",
name: "List Accounts",
description: "List all accounts in Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-accounts)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/fireberry/actions/list-articles/list-articles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "fireberry-list-articles",
name: "List Articles",
description: "List all articles from Fireberry. [See the documentation](https://developers.fireberry.com/reference/get-all-articles)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
app,
Expand Down
7 changes: 6 additions & 1 deletion components/firecrawl/actions/crawl-url/crawl-url.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.0",
version: "1.1.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
firecrawl,
Expand Down
7 changes: 6 additions & 1 deletion components/firecrawl/actions/extract-data/extract-data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ 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.3",
version: "0.0.4",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
firecrawl,
Expand Down
Loading
Loading