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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "codemagic-add-application",
name: "Create Application",
description: "Creates a new application codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-a-new-application)",
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: "codemagic-create-variable",
name: "Create Variable",
description: "Create a variable in the specified workflow. [See the documentation](https://docs.codemagic.io/rest-api/applications/#add-new-variable)",
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: "codemagic-list-application",
name: "List Applications",
description: "List applications in codemagic. [See the documentation](https://docs.codemagic.io/rest-api/applications/#retrieve-all-applications)",
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 @@ -3,7 +3,12 @@ import codeqNaturalLanguageProcessingApi from "../../codeq_natural_language_proc
export default {
key: "codeq_natural_language_processing_api-analyze-document",
name: "Analyze Document",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "Receives a text and returns a JSON object containing a list of analyzed sentences. [See the docs here](https://api.codeq.com/api)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import codeqNaturalLanguageProcessingApi from "../../codeq_natural_language_proc
export default {
key: "codeq_natural_language_processing_api-check-similarity",
name: "Check Similarity",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "Receives two texts and returns a JSON object containing the text similarity score. [See the docs here](https://api.codeq.com/api)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/codeqr/actions/create-link/create-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Create a CodeQR Link",
description:
"Creates a short link in CodeQR using the CodeQR API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-link)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
codeqr,
Expand Down
7 changes: 6 additions & 1 deletion components/codeqr/actions/create-qrcode/create-qrcode.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
name: "Create a QR Code",
description:
"Creates a new QR Code in CodeQR using the QR Codes API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-qrcode)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
codeqr,
Expand Down
7 changes: 6 additions & 1 deletion components/codeqr/actions/delete-link/delete-link.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "codeqr-delete-link",
name: "Delete a Link",
description: "Deletes a short link in CodeQR by linkId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-link)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
codeqr,
Expand Down
7 changes: 6 additions & 1 deletion components/codeqr/actions/delete-qrcode/delete-qrcode.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Delete a QR Code",
description:
"Deletes a QR Code in CodeQR by qrcodeId or externalId. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/delete-a-qrcode)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
codeqr,
Expand Down
7 changes: 6 additions & 1 deletion components/codeqr/actions/get-link-info/get-link-info.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Get a Link Info",
description:
"Retrieves a short link from CodeQR by linkId, externalId, or domain/key via query string parameters. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-link)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
codeqr,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Get QR Code Info",
description:
"Retrieves QR Code info by qrcodeId, externalId, domain, or key via query string. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/retrieve-a-qrcode)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
codeqr,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "codereadr-add-update-barcode-value",
name: "Add or Update Barcode Value",
description: "Adds or updates a barcode value in the selected database. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#upsertvalue)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
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: "codereadr-create-database",
name: "Create Database",
description: "Creates a new database in CodeREADr. [See the documentation](https://secure.codereadr.com/apidocs/Databases.md#create)",
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 @@ -5,7 +5,12 @@ export default {
key: "codereadr-generate-qr-code",
name: "Generate QR Code",
description: "Generates a unique QR code. [See the documentation](https://secure.codereadr.com/apidocs/BarcodeGenerator.md#generate)",
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: "codescene-create-project",
name: "Create a New Project",
description: "Creates a new project in CodeScene. [See the documentation](https://codescene.io/docs/integrations/public-api.html?highlight=api#new-project)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
codescene,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "codescene-get-project-analysis",
name: "Get Project Analysis",
description: "Returns a single project analysis. [See the documentation](https://codescene.io/docs/integrations/public-api.html#single-analysis-details)",
version: "0.0.{{ts}}",
version: "0.0.NaN",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
codescene,
Expand Down
7 changes: 6 additions & 1 deletion components/codescene/actions/get-projects/get-projects.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "codescene-get-projects",
name: "Get Projects",
description: "Returns a list of projects. [See the documentation](https://codescene.io/docs/integrations/public-api.html#projects-list)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
codescene,
Expand Down
7 changes: 6 additions & 1 deletion components/cody/actions/create-document/create-document.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "cody-create-document",
name: "Create Document",
description: "Turn text content into a document and add it directly to your knowledge base. [See the documentation]()",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
cody,
Expand Down
7 changes: 6 additions & 1 deletion components/cody/actions/send-message/send-message.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "cody-send-message",
name: "Send Message",
description: "Send your message and receive the AI-generated response. [See the documentation](https://developers.meetcody.ai/operation/operation-send-message)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
cody,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "cogmento-create-contact",
name: "Create Contact",
description: "Create a new contact in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Contacts/post_contacts_)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
cogmento,
Expand Down
7 changes: 6 additions & 1 deletion components/cogmento/actions/create-deal/create-deal.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "cogmento-create-deal",
name: "Create Deal",
description: "Create a new deal in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Deals/post_deals_)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
cogmento,
Expand Down
7 changes: 6 additions & 1 deletion components/cogmento/actions/create-task/create-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "cogmento-create-task",
name: "Create Task",
description: "Create a new task in Cogmento CRM. [See the documentation](https://api.cogmento.com/static/swagger/index.html#/Tasks/post_tasks_)",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
cogmento,
Expand Down
7 changes: 6 additions & 1 deletion components/cohere_platform/actions/chat/chat.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs";
export default {
key: "cohere_platform-chat",
name: "Chat",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Generates a text response to a user message. [See the documentation](https://docs.cohere.com/reference/chat)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import { clearObj } from "../../common/utils.mjs";
export default {
key: "cohere_platform-classify-text",
name: "Classify Text",
version: "0.1.0",
version: "0.1.1",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "This action makes a prediction about which label fits the specified text inputs best. [See the documentation](https://docs.cohere.com/reference/classify-1)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,28 @@
key: "coinbase-place-buy-order",
name: "Place Buy Order",
description: "Places a buy order",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
coinbase: {

Check warning on line 16 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 16 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 20 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 20 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 23 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 23 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 26 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 26 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 29 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

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

Check warning on line 29 in components/coinbase/actions/place-buy-order/place-buy-order.mjs

View workflow job for this annotation

GitHub Actions / Lint Code Base

Component prop payment_method must have a label. See https://pipedream.com/docs/components/guidelines/#props
type: "string",
optional: true,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ export default {
key: "coinbase-withdraw-funds",
name: "Withdraw Funds",
description: "Withdraw funds",
version: "0.1.1",
version: "0.1.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
coinbase: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import coinmarketcal from "../../coinmarketcal.app.mjs";
export default {
key: "coinmarketcal-list-categories",
name: "List Categories",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "Obtain a list of all available event categories in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/coinmarketcal/actions/list-coins/list-coins.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import coinmarketcal from "../../coinmarketcal.app.mjs";
export default {
key: "coinmarketcal-list-coins",
name: "List Coins",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
description: "Obtain a list of all available coins in CoinMarketCal. [See the docs here](https://coinmarketcal.com/en/doc/redoc#/paths/~1categories/get)",
type: "action",
props: {
Expand Down
Loading
Loading