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: "rumi_ai-get-memory-threads",
name: "Get Memory Threads",
description: "Retrieve memory threads. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)",
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: "rumi_ai-get-past-sessions",
name: "Get Past Sessions",
description: "Retrieve past sessions/meetings. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)",
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: "rumi_ai-remove-session-access",
name: "Remove Session Access",
description: "Remove user access from a session. [See the documentation](https://rumiai.notion.site/Rumi-Public-API-Authentication-02055b7286874bd7b355862f1abe48d9)",
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 @@ -8,7 +8,12 @@ export default {
key: "runware-image-background-removal",
name: "Image Background Removal",
description: "Request an image background removal task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/background-removal).",
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/runware/actions/image-caption/image-caption.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "runware-image-caption",
name: "Image Caption",
description: "Request an image caption task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/image-to-text).",
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: "runware-image-control-net-preprocess",
name: "Image Control Net Preprocess",
description: "Request an image control net preprocess task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/controlnet-tools).",
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: "runware-image-inference",
name: "Image Inference",
description: "Request an image inference task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-inference/api-reference).",
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/runware/actions/image-upscale/image-upscale.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "runware-image-upscale",
name: "Image Upscale",
description: "Request an image upscale task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/image-editing/upscaling).",
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/runware/actions/prompt-enhance/prompt-enhance.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export default {
key: "runware-prompt-enhance",
name: "Prompt Enhance",
description: "Request a prompt enhance task to be processed by the Runware API. [See the documentation](https://docs.runware.ai/en/utilities/prompt-enhancer).",
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 @@ -2,7 +2,12 @@ import app from "../../salesflare.app.mjs";

export default {
key: "salesflare-add-contact-to-account",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Add Contact To Account",
description: "Adds a contact to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idContacts)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import app from "../../salesflare.app.mjs";

export default {
key: "salesflare-add-user-to-account",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Add User To Account",
description: "Adds a user to an account [See the docs here](https://api.salesflare.com/docs#operation/postAccountsAccount_idUsers)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import base from "../common/account-base.mjs";

export default {
key: "salesflare-create-account",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Account",
description: "Create an account. [See the docs here](https://api.salesflare.com/docs#operation/postAccounts)",
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/create-call/create-call.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-create-call",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Call",
description: "Create a call. [See the docs here](https://api.salesflare.com/docs#operation/postCalls)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import base from "../common/contact-base.mjs";

export default {
key: "salesflare-create-contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Contact",
description: "Create a contact [See the docs here](https://api.salesflare.com/docs#operation/postContacts)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-create-internal-note",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Internal Note",
description: "Create an internal note. [See the docs here](https://api.salesflare.com/docs#tag/Internal-Notes)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-create-meeting",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Meeting",
description: "Create a meeting [See the docs here](https://api.salesflare.com/docs#operation/postMeetings)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import base from "../common/opportunity-base.mjs";

export default {
key: "salesflare-create-opportunity",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Opprtunity",
description: "Create opportunity. [See the docs here](https://api.salesflare.com/docs#operation/postOpportunities)",
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/create-task/create-task.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-create-task",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Create Task",
description: "Create a task [See the docs here](https://api.salesflare.com/docs#operation/postTasks)",
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/find-account/find-account.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ import utils from "../../common/utils.mjs";
export default {
type: "action",
key: "salesflare-find-account",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
name: "Find Account",
description: "Finds accounts according to props configured, if no prop configured returns all accounts, [See the docs](https://api.salesflare.com/docs#operation/getAccounts)",
props: {
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/find-contact/find-contact.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Contact",
description: "Finds contacts according to props configured, if no prop configured returns all contacts [See the docs here](https://api.salesflare.com/docs#operation/getContacts)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-opportunity",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Opportunity",
description: "Finds opportunities according to props configured, if no prop configured returns all opportunities [See the docs here](https://api.salesflare.com/docs#operation/getOpportunities)",
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/find-person/find-person.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-person",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Person",
description: "Finds people according to props configured, if no prop configured returns all people [See the docs here](https://api.salesflare.com/docs#operation/getPersons)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-pipeline-stage",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Pipeline Stage",
description: "Finds pipeline stages according to props configured, if no prop configured returns all stages [See the docs here](https://api.salesflare.com/docs#operation/getStages)",
Expand Down
7 changes: 6 additions & 1 deletion components/salesflare/actions/find-user/find-user.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-user",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Users",
description: "Finds users according to props configured, if no prop configured returns all users [See the docs here](https://api.salesflare.com/docs#operation/getUsers)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import utils from "../../common/utils.mjs";

export default {
key: "salesflare-find-workflow",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: false,
openWorldHint: true,
readOnlyHint: true,
},
type: "action",
name: "Find Workflow",
description: "Finds workflows according to props configured, if no prop configured returns all workflows, [See the docs here](https://api.salesflare.com/docs#operation/getWorkflows)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ import app from "../../salesflare.app.mjs";

export default {
key: "salesflare-remove-contact-from-workflow",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Remove Contact From Workflow",
description: "Remove a contact from a workflow [See the docs here](https://api.salesflare.com/docs#operation/putWorkflowsIdAudienceRecord_id)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import base from "../common/account-base.mjs";

export default {
key: "salesflare-update-account",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Update Account",
description: "Update an account [See the docs here](https://api.salesflare.com/docs#operation/putAccountsAccount_id)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ import base from "../common/contact-base.mjs";

export default {
key: "salesflare-update-contact",
version: "0.0.1",
version: "0.0.2",
annotations: {
destructiveHint: true,
openWorldHint: true,
readOnlyHint: false,
},
type: "action",
name: "Update Contact",
description: "Updates a contact. [See the docs here](https://api.salesflare.com/docs#operation/putContactsContact_id)",
Expand Down
Loading
Loading