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: "countdown_api-get-product-data",
name: "Get Product Data",
description: "Retrieves data for a specific product on eBay using the Countdown API. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/product)",
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/countdown_api/actions/get-reviews/get-reviews.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "countdown_api-get-reviews",
name: "Get Product Reviews",
description: "Retrieves customer reviews for a specific product on eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/reviews)",
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: "countdown_api-get-search-results",
name: "Get Search Results from eBay",
description: "Retrieves search results from eBay. [See the documentation](https://www.countdownapi.com/docs/ebay-product-data-api/parameters/search)",
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: "cradl_ai-parse-document-human-in-loop",
name: "Parse Document with Human in the Loop",
description: "Sends a document to an existing flow for human-in-the-loop processing. [See the documentation](https://docs.cradl.ai/integrations/rest-api)",
version: "0.1.0",
version: "0.1.1",
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: "cradl_ai-parse-document",
name: "Parse Document",
description: "Parses data from a document using a custom selected model. [See the documentation](https://docs.cradl.ai/integrations/rest-api)",
version: "0.1.0",
version: "0.1.1",
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 @@ -6,7 +6,12 @@ export default {
key: "craftboxx-create-article",
name: "Create Article",
description: "Creates a new article in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json)",
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 @@ -6,7 +6,12 @@ export default {
key: "craftboxx-create-customer-and-mailing-address",
name: "Create Customer and Mailing Address",
description: "Creates a new customer along with their mailing address in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json)",
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: "craftboxx-update-project-and-appointment",
name: "Update Project and Appointment",
description: "Applies updates to a project and its corresponding appointment in Craftboxx. [See the documentation](https://api.craftboxx.de/docs/docs.json)",
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 @@ -3,7 +3,12 @@ import craftmypdf from "../../craftmypdf.app.mjs";
export default {
key: "craftmypdf-create-editor-session",
name: "Create Editor Session",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new PDF editor session. The PDF editor url can be embedded into an IFrame. [See the documentation](https://craftmypdf.com/docs/index.html#tag/Template-Management-API/operation/delete-template)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/craftmypdf/actions/create-image/create-image.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import craftmypdf from "../../craftmypdf.app.mjs";
export default {
key: "craftmypdf-create-image",
name: "Create Image",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new image. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-parallel)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/craftmypdf/actions/create-pdf/create-pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import craftmypdf from "../../craftmypdf.app.mjs";
export default {
key: "craftmypdf-create-pdf",
name: "Create PDF",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a new pdf. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create)",
type: "action",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/craftmypdf/actions/merge-pdf/merge-pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import craftmypdf from "../../craftmypdf.app.mjs";
export default {
key: "craftmypdf-merge-pdf",
name: "Merge PDF",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
description: "Create a PDF file from multiple templates. It merges all the PDFs into one. [See the documentation](https://craftmypdf.com/docs/index.html#tag/PDF-Generation-API/operation/create-merge)",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ export default {
name: "Create Client",
description: "Create Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).",
key: "credit_repair_cloud-create-client",
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 @@ -10,7 +10,12 @@ export default {
name: "Delete Client",
description: "Delete Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).",
key: "credit_repair_cloud-delete-client",
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 @@ -10,7 +10,12 @@ export default {
name: "Get Client",
description: "Get Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).",
key: "credit_repair_cloud-get-client",
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 @@ -10,7 +10,12 @@ export default {
name: "Update Client",
description: "Update Client [See the documentation](https://app.creditrepaircloud.com/webapi/examples).",
key: "credit_repair_cloud-update-client",
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 @@ -6,7 +6,12 @@ export default {
name: "Retrieve Raw Data Coverage",
description: "Provides raw data coverage information grouped by cities. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#ea645970-96d9-4fbd-8c29-d070f08b1f12).",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Retrieve Raw Data",
description: "Provides incidents raw data. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#0486d39c-a839-4fa6-a26b-104821b1813f).",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
lat: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
name: "Retrieve Stats",
description: "Provides incidents statistics. [See the docs](https://www.crimeometer.com/crime-data-api-documentation) and [here](https://documenter.getpostman.com/view/12755833/TzK2auPn#f00742da-8325-4234-bb26-32b4ade34bd3).",
type: "action",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
props: {
app,
lat: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-complete-document",
name: "Complete Document",
description: "Mark the document as completed",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-create-document",
name: "Create Document",
description: "Create a new document.",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-create-invitation-link",
name: "Create Invitation Link",
description: "Create invitation link to fill or sign the document. ",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-generate-pdf-from-document",
name: "Generate PDF from Document",
description: "Generate PDF of a document and return PDF URL.",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-generate-template-pdf",
name: "Generate Document PDF From Template",
description: "Generate PDF of a document created from the template",
version: "2.0.2",
version: "2.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-get-document-details",
name: "Get Document Details",
description: "Get details of a document. Example: Name, Current Status, etc.",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
props: {
croveApp,
Expand Down
7 changes: 6 additions & 1 deletion components/crove_app/actions/send-document/send-document.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-send-document",
name: "Send Document",
description: "Send email invitation link to fill & sign the document. ",
version: "0.0.4",
version: "0.0.5",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-submit-document",
name: "Submit Document",
description: "Submit the document like you do it via Crove form.",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ export default {
key: "crove_app-update-document-details",
name: "Update Document Details",
description: "Update details of a document. Example: Name, Current Status, etc.",
version: "1.0.2",
version: "1.0.3",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
props: {
croveApp,
Expand Down
Loading
Loading