@keystrokehq/parma 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-relationship-to-group.cjs +25 -0
- package/dist/actions/add-relationship-to-group.cjs.map +1 -0
- package/dist/actions/add-relationship-to-group.d.cts +9 -0
- package/dist/actions/add-relationship-to-group.d.cts.map +1 -0
- package/dist/actions/add-relationship-to-group.d.mts +9 -0
- package/dist/actions/add-relationship-to-group.d.mts.map +1 -0
- package/dist/actions/add-relationship-to-group.mjs +24 -0
- package/dist/actions/add-relationship-to-group.mjs.map +1 -0
- package/dist/actions/create-note.cjs +28 -0
- package/dist/actions/create-note.cjs.map +1 -0
- package/dist/actions/create-note.d.cts +9 -0
- package/dist/actions/create-note.d.cts.map +1 -0
- package/dist/actions/create-note.d.mts +9 -0
- package/dist/actions/create-note.d.mts.map +1 -0
- package/dist/actions/create-note.mjs +27 -0
- package/dist/actions/create-note.mjs.map +1 -0
- package/dist/actions/create-relationship.cjs +34 -0
- package/dist/actions/create-relationship.cjs.map +1 -0
- package/dist/actions/create-relationship.d.cts +9 -0
- package/dist/actions/create-relationship.d.cts.map +1 -0
- package/dist/actions/create-relationship.d.mts +9 -0
- package/dist/actions/create-relationship.d.mts.map +1 -0
- package/dist/actions/create-relationship.mjs +33 -0
- package/dist/actions/create-relationship.mjs.map +1 -0
- package/dist/actions/data-json.cjs +52 -0
- package/dist/actions/data-json.cjs.map +1 -0
- package/dist/actions/data-json.d.cts +9 -0
- package/dist/actions/data-json.d.cts.map +1 -0
- package/dist/actions/data-json.d.mts +9 -0
- package/dist/actions/data-json.d.mts.map +1 -0
- package/dist/actions/data-json.mjs +51 -0
- package/dist/actions/data-json.mjs.map +1 -0
- package/dist/actions/delete-relationship.cjs +16 -0
- package/dist/actions/delete-relationship.cjs.map +1 -0
- package/dist/actions/delete-relationship.d.cts +9 -0
- package/dist/actions/delete-relationship.d.cts.map +1 -0
- package/dist/actions/delete-relationship.d.mts +9 -0
- package/dist/actions/delete-relationship.d.mts.map +1 -0
- package/dist/actions/delete-relationship.mjs +13 -0
- package/dist/actions/delete-relationship.mjs.map +1 -0
- package/dist/actions/get-pipeline.cjs +23 -0
- package/dist/actions/get-pipeline.cjs.map +1 -0
- package/dist/actions/get-pipeline.d.cts +9 -0
- package/dist/actions/get-pipeline.d.cts.map +1 -0
- package/dist/actions/get-pipeline.d.mts +9 -0
- package/dist/actions/get-pipeline.d.mts.map +1 -0
- package/dist/actions/get-pipeline.mjs +22 -0
- package/dist/actions/get-pipeline.mjs.map +1 -0
- package/dist/actions/get-relationship.cjs +33 -0
- package/dist/actions/get-relationship.cjs.map +1 -0
- package/dist/actions/get-relationship.d.cts +9 -0
- package/dist/actions/get-relationship.d.cts.map +1 -0
- package/dist/actions/get-relationship.d.mts +9 -0
- package/dist/actions/get-relationship.d.mts.map +1 -0
- package/dist/actions/get-relationship.mjs +32 -0
- package/dist/actions/get-relationship.mjs.map +1 -0
- package/dist/actions/get-stage.cjs +24 -0
- package/dist/actions/get-stage.cjs.map +1 -0
- package/dist/actions/get-stage.d.cts +9 -0
- package/dist/actions/get-stage.d.cts.map +1 -0
- package/dist/actions/get-stage.d.mts +9 -0
- package/dist/actions/get-stage.d.mts.map +1 -0
- package/dist/actions/get-stage.mjs +23 -0
- package/dist/actions/get-stage.mjs.map +1 -0
- package/dist/actions/get-user-profile.cjs +28 -0
- package/dist/actions/get-user-profile.cjs.map +1 -0
- package/dist/actions/get-user-profile.d.cts +9 -0
- package/dist/actions/get-user-profile.d.cts.map +1 -0
- package/dist/actions/get-user-profile.d.mts +9 -0
- package/dist/actions/get-user-profile.d.mts.map +1 -0
- package/dist/actions/get-user-profile.mjs +27 -0
- package/dist/actions/get-user-profile.mjs.map +1 -0
- package/dist/actions/get-user.cjs +21 -0
- package/dist/actions/get-user.cjs.map +1 -0
- package/dist/actions/get-user.d.cts +9 -0
- package/dist/actions/get-user.d.cts.map +1 -0
- package/dist/actions/get-user.d.mts +9 -0
- package/dist/actions/get-user.d.mts.map +1 -0
- package/dist/actions/get-user.mjs +20 -0
- package/dist/actions/get-user.mjs.map +1 -0
- package/dist/actions/index.cjs +47 -0
- package/dist/actions/index.d.cts +24 -0
- package/dist/actions/index.d.mts +24 -0
- package/dist/actions/index.mjs +24 -0
- package/dist/actions/list-deals.cjs +33 -0
- package/dist/actions/list-deals.cjs.map +1 -0
- package/dist/actions/list-deals.d.cts +9 -0
- package/dist/actions/list-deals.d.cts.map +1 -0
- package/dist/actions/list-deals.d.mts +9 -0
- package/dist/actions/list-deals.d.mts.map +1 -0
- package/dist/actions/list-deals.mjs +32 -0
- package/dist/actions/list-deals.mjs.map +1 -0
- package/dist/actions/list-groups.cjs +29 -0
- package/dist/actions/list-groups.cjs.map +1 -0
- package/dist/actions/list-groups.d.cts +9 -0
- package/dist/actions/list-groups.d.cts.map +1 -0
- package/dist/actions/list-groups.d.mts +9 -0
- package/dist/actions/list-groups.d.mts.map +1 -0
- package/dist/actions/list-groups.mjs +28 -0
- package/dist/actions/list-groups.mjs.map +1 -0
- package/dist/actions/list-notes.cjs +24 -0
- package/dist/actions/list-notes.cjs.map +1 -0
- package/dist/actions/list-notes.d.cts +9 -0
- package/dist/actions/list-notes.d.cts.map +1 -0
- package/dist/actions/list-notes.d.mts +9 -0
- package/dist/actions/list-notes.d.mts.map +1 -0
- package/dist/actions/list-notes.mjs +23 -0
- package/dist/actions/list-notes.mjs.map +1 -0
- package/dist/actions/list-pipelines.cjs +23 -0
- package/dist/actions/list-pipelines.cjs.map +1 -0
- package/dist/actions/list-pipelines.d.cts +9 -0
- package/dist/actions/list-pipelines.d.cts.map +1 -0
- package/dist/actions/list-pipelines.d.mts +9 -0
- package/dist/actions/list-pipelines.d.mts.map +1 -0
- package/dist/actions/list-pipelines.mjs +22 -0
- package/dist/actions/list-pipelines.mjs.map +1 -0
- package/dist/actions/list-relationship-groups.cjs +22 -0
- package/dist/actions/list-relationship-groups.cjs.map +1 -0
- package/dist/actions/list-relationship-groups.d.cts +9 -0
- package/dist/actions/list-relationship-groups.d.cts.map +1 -0
- package/dist/actions/list-relationship-groups.d.mts +9 -0
- package/dist/actions/list-relationship-groups.d.mts.map +1 -0
- package/dist/actions/list-relationship-groups.mjs +21 -0
- package/dist/actions/list-relationship-groups.mjs.map +1 -0
- package/dist/actions/list-relationship-notes.cjs +27 -0
- package/dist/actions/list-relationship-notes.cjs.map +1 -0
- package/dist/actions/list-relationship-notes.d.cts +9 -0
- package/dist/actions/list-relationship-notes.d.cts.map +1 -0
- package/dist/actions/list-relationship-notes.d.mts +9 -0
- package/dist/actions/list-relationship-notes.d.mts.map +1 -0
- package/dist/actions/list-relationship-notes.mjs +26 -0
- package/dist/actions/list-relationship-notes.mjs.map +1 -0
- package/dist/actions/list-relationships.cjs +54 -0
- package/dist/actions/list-relationships.cjs.map +1 -0
- package/dist/actions/list-relationships.d.cts +9 -0
- package/dist/actions/list-relationships.d.cts.map +1 -0
- package/dist/actions/list-relationships.d.mts +9 -0
- package/dist/actions/list-relationships.d.mts.map +1 -0
- package/dist/actions/list-relationships.mjs +53 -0
- package/dist/actions/list-relationships.mjs.map +1 -0
- package/dist/actions/list-stages.cjs +24 -0
- package/dist/actions/list-stages.cjs.map +1 -0
- package/dist/actions/list-stages.d.cts +9 -0
- package/dist/actions/list-stages.d.cts.map +1 -0
- package/dist/actions/list-stages.d.mts +9 -0
- package/dist/actions/list-stages.d.mts.map +1 -0
- package/dist/actions/list-stages.mjs +23 -0
- package/dist/actions/list-stages.mjs.map +1 -0
- package/dist/actions/list-users.cjs +21 -0
- package/dist/actions/list-users.cjs.map +1 -0
- package/dist/actions/list-users.d.cts +9 -0
- package/dist/actions/list-users.d.cts.map +1 -0
- package/dist/actions/list-users.d.mts +9 -0
- package/dist/actions/list-users.d.mts.map +1 -0
- package/dist/actions/list-users.mjs +20 -0
- package/dist/actions/list-users.mjs.map +1 -0
- package/dist/actions/package-list.cjs +20 -0
- package/dist/actions/package-list.cjs.map +1 -0
- package/dist/actions/package-list.d.cts +9 -0
- package/dist/actions/package-list.d.cts.map +1 -0
- package/dist/actions/package-list.d.mts +9 -0
- package/dist/actions/package-list.d.mts.map +1 -0
- package/dist/actions/package-list.mjs +17 -0
- package/dist/actions/package-list.mjs.map +1 -0
- package/dist/actions/remove-relationship-from-group.cjs +19 -0
- package/dist/actions/remove-relationship-from-group.cjs.map +1 -0
- package/dist/actions/remove-relationship-from-group.d.cts +9 -0
- package/dist/actions/remove-relationship-from-group.d.cts.map +1 -0
- package/dist/actions/remove-relationship-from-group.d.mts +9 -0
- package/dist/actions/remove-relationship-from-group.d.mts.map +1 -0
- package/dist/actions/remove-relationship-from-group.mjs +16 -0
- package/dist/actions/remove-relationship-from-group.mjs.map +1 -0
- package/dist/actions/update-note.cjs +29 -0
- package/dist/actions/update-note.cjs.map +1 -0
- package/dist/actions/update-note.d.cts +9 -0
- package/dist/actions/update-note.d.cts.map +1 -0
- package/dist/actions/update-note.d.mts +9 -0
- package/dist/actions/update-note.d.mts.map +1 -0
- package/dist/actions/update-note.mjs +28 -0
- package/dist/actions/update-note.mjs.map +1 -0
- package/dist/actions/update-relationship.cjs +36 -0
- package/dist/actions/update-relationship.cjs.map +1 -0
- package/dist/actions/update-relationship.d.cts +9 -0
- package/dist/actions/update-relationship.d.cts.map +1 -0
- package/dist/actions/update-relationship.d.mts +9 -0
- package/dist/actions/update-relationship.d.mts.map +1 -0
- package/dist/actions/update-relationship.mjs +35 -0
- package/dist/actions/update-relationship.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +52 -0
- package/dist/index.d.cts +26 -0
- package/dist/index.d.mts +26 -0
- package/dist/index.mjs +27 -0
- package/package.json +49 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/remove-relationship-from-group.ts
|
|
4
|
+
const ParmaRemoveRelationshipFromGroupInput = zod.z.object({
|
|
5
|
+
relationship_id: zod.z.string().describe("The unique identifier of the relationship to remove from the group"),
|
|
6
|
+
relationship_group_id: zod.z.string().describe("The unique identifier of the group from which to remove the relationship")
|
|
7
|
+
}).describe("Request model for removing a relationship from a group.");
|
|
8
|
+
const ParmaRemoveRelationshipFromGroupOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates whether the relationship was successfully removed from the group").nullable().optional() }).describe("Response model for removing a relationship from a group.\nEmpty response on successful removal (204 No Content).");
|
|
9
|
+
const parmaRemoveRelationshipFromGroup = require_action.action("PARMA_REMOVE_RELATIONSHIP_FROM_GROUP", {
|
|
10
|
+
slug: "parma-remove-relationship-from-group",
|
|
11
|
+
name: "Remove Relationship From Group",
|
|
12
|
+
description: "Tool to remove a relationship from a group. Use when you need to dissociate a relationship from a specific relationship group. Returns success status on completion (HTTP 204).",
|
|
13
|
+
input: ParmaRemoveRelationshipFromGroupInput,
|
|
14
|
+
output: ParmaRemoveRelationshipFromGroupOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.parmaRemoveRelationshipFromGroup = parmaRemoveRelationshipFromGroup;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=remove-relationship-from-group.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-relationship-from-group.cjs","names":["z","action"],"sources":["../../src/actions/remove-relationship-from-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaRemoveRelationshipFromGroupInput: z.ZodTypeAny = z.object({\n relationship_id: z.string().describe(\"The unique identifier of the relationship to remove from the group\"),\n relationship_group_id: z.string().describe(\"The unique identifier of the group from which to remove the relationship\"),\n}).describe(\"Request model for removing a relationship from a group.\");\nexport const ParmaRemoveRelationshipFromGroupOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the relationship was successfully removed from the group\").nullable().optional(),\n}).describe(\"Response model for removing a relationship from a group.\\nEmpty response on successful removal (204 No Content).\");\n\nexport const parmaRemoveRelationshipFromGroup = action(\"PARMA_REMOVE_RELATIONSHIP_FROM_GROUP\", {\n slug: \"parma-remove-relationship-from-group\",\n name: \"Remove Relationship From Group\",\n description: \"Tool to remove a relationship from a group. Use when you need to dissociate a relationship from a specific relationship group. Returns success status on completion (HTTP 204).\",\n input: ParmaRemoveRelationshipFromGroupInput,\n output: ParmaRemoveRelationshipFromGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACzG,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;AACvH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChJ,CAAC,CAAC,CAAC,SAAS,kHAAkH;AAE9H,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/remove-relationship-from-group.d.ts
|
|
4
|
+
declare const ParmaRemoveRelationshipFromGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaRemoveRelationshipFromGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaRemoveRelationshipFromGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaRemoveRelationshipFromGroup };
|
|
9
|
+
//# sourceMappingURL=remove-relationship-from-group.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-relationship-from-group.d.cts","names":[],"sources":["../../src/actions/remove-relationship-from-group.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGgB;AAAA,cACzD,sCAAA,EAAwC,CAAA,CAAE,UAEwE;AAAA,cAElH,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/remove-relationship-from-group.d.ts
|
|
4
|
+
declare const ParmaRemoveRelationshipFromGroupInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaRemoveRelationshipFromGroupOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaRemoveRelationshipFromGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaRemoveRelationshipFromGroup };
|
|
9
|
+
//# sourceMappingURL=remove-relationship-from-group.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-relationship-from-group.d.mts","names":[],"sources":["../../src/actions/remove-relationship-from-group.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAGgB;AAAA,cACzD,sCAAA,EAAwC,CAAA,CAAE,UAEwE;AAAA,cAElH,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const parmaRemoveRelationshipFromGroup = action("PARMA_REMOVE_RELATIONSHIP_FROM_GROUP", {
|
|
4
|
+
slug: "parma-remove-relationship-from-group",
|
|
5
|
+
name: "Remove Relationship From Group",
|
|
6
|
+
description: "Tool to remove a relationship from a group. Use when you need to dissociate a relationship from a specific relationship group. Returns success status on completion (HTTP 204).",
|
|
7
|
+
input: z.object({
|
|
8
|
+
relationship_id: z.string().describe("The unique identifier of the relationship to remove from the group"),
|
|
9
|
+
relationship_group_id: z.string().describe("The unique identifier of the group from which to remove the relationship")
|
|
10
|
+
}).describe("Request model for removing a relationship from a group."),
|
|
11
|
+
output: z.object({ success: z.boolean().default(true).describe("Indicates whether the relationship was successfully removed from the group").nullable().optional() }).describe("Response model for removing a relationship from a group.\nEmpty response on successful removal (204 No Content).")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { parmaRemoveRelationshipFromGroup };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=remove-relationship-from-group.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-relationship-from-group.mjs","names":[],"sources":["../../src/actions/remove-relationship-from-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaRemoveRelationshipFromGroupInput: z.ZodTypeAny = z.object({\n relationship_id: z.string().describe(\"The unique identifier of the relationship to remove from the group\"),\n relationship_group_id: z.string().describe(\"The unique identifier of the group from which to remove the relationship\"),\n}).describe(\"Request model for removing a relationship from a group.\");\nexport const ParmaRemoveRelationshipFromGroupOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).describe(\"Indicates whether the relationship was successfully removed from the group\").nullable().optional(),\n}).describe(\"Response model for removing a relationship from a group.\\nEmpty response on successful removal (204 No Content).\");\n\nexport const parmaRemoveRelationshipFromGroup = action(\"PARMA_REMOVE_RELATIONSHIP_FROM_GROUP\", {\n slug: \"parma-remove-relationship-from-group\",\n name: \"Remove Relationship From Group\",\n description: \"Tool to remove a relationship from a group. Use when you need to dissociate a relationship from a specific relationship group. Returns success status on completion (HTTP 204).\",\n input: ParmaRemoveRelationshipFromGroupInput,\n output: ParmaRemoveRelationshipFromGroupOutput,\n});\n"],"mappings":";;AAYA,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZiE,EAAE,OAAO;EAC1E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;EACzG,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CACvH,CAAC,CAAC,CAAC,SAAS,yDASH;CACP,QATkE,EAAE,OAAO,EAC3E,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChJ,CAAC,CAAC,CAAC,SAAS,kHAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-note.ts
|
|
4
|
+
const ParmaUpdateNoteInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("Unique identifier of the note to update"),
|
|
6
|
+
body: zod.z.string().describe("Updated content/text of the note").optional(),
|
|
7
|
+
datetime: zod.z.string().describe("Datetime associated with the note (ISO 8601 format)").optional(),
|
|
8
|
+
relationship_ids: zod.z.array(zod.z.number().int()).describe("List of relationship IDs to associate with this note").optional()
|
|
9
|
+
}).describe("Request model for updating an existing note in Parma.");
|
|
10
|
+
const ParmaUpdateNote_NoteDataSchema = zod.z.object({
|
|
11
|
+
id: zod.z.number().int().describe("Unique identifier of the note").nullable().optional(),
|
|
12
|
+
body: zod.z.string().describe("Content/text of the note").nullable().optional(),
|
|
13
|
+
datetime: zod.z.string().describe("Datetime associated with the note").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when the note was created").nullable().optional(),
|
|
15
|
+
updated_at: zod.z.string().describe("Timestamp when the note was last updated").nullable().optional(),
|
|
16
|
+
relationship_ids: zod.z.array(zod.z.number().int()).describe("List of relationship IDs associated with this note").nullable().optional()
|
|
17
|
+
}).describe("Note data structure in the response.");
|
|
18
|
+
const ParmaUpdateNoteOutput = zod.z.object({ data: ParmaUpdateNote_NoteDataSchema.nullable() }).describe("Response schema for updating a note containing the updated note data.");
|
|
19
|
+
const parmaUpdateNote = require_action.action("PARMA_UPDATE_NOTE", {
|
|
20
|
+
slug: "parma-update-note",
|
|
21
|
+
name: "Update Note",
|
|
22
|
+
description: "Tool to update an existing note in the Parma account. Use when you need to modify the content, datetime, or relationships of a specific note.",
|
|
23
|
+
input: ParmaUpdateNoteInput,
|
|
24
|
+
output: ParmaUpdateNoteOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.parmaUpdateNote = parmaUpdateNote;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=update-note.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-note.cjs","names":["z","action"],"sources":["../../src/actions/update-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaUpdateNoteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the note to update\"),\n body: z.string().describe(\"Updated content/text of the note\").optional(),\n datetime: z.string().describe(\"Datetime associated with the note (ISO 8601 format)\").optional(),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs to associate with this note\").optional(),\n}).describe(\"Request model for updating an existing note in Parma.\");\nconst ParmaUpdateNote_NoteDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note\").nullable().optional(),\n body: z.string().describe(\"Content/text of the note\").nullable().optional(),\n datetime: z.string().describe(\"Datetime associated with the note\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the note was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the note was last updated\").nullable().optional(),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs associated with this note\").nullable().optional(),\n}).describe(\"Note data structure in the response.\");\nexport const ParmaUpdateNoteOutput: z.ZodTypeAny = z.object({\n data: ParmaUpdateNote_NoteDataSchema.nullable(),\n}).describe(\"Response schema for updating a note containing the updated note data.\");\n\nexport const parmaUpdateNote = action(\"PARMA_UPDATE_NOTE\", {\n slug: \"parma-update-note\",\n name: \"Update Note\",\n description: \"Tool to update an existing note in the Parma account. Use when you need to modify the content, datetime, or relationships of a specific note.\",\n input: ParmaUpdateNoteInput,\n output: ParmaUpdateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC9F,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAM,+BAA+B,SAAS,EAChD,CAAC,CAAC,CAAC,SAAS,uEAAuE;AAEnF,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-note.d.ts
|
|
4
|
+
declare const ParmaUpdateNoteInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaUpdateNoteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaUpdateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaUpdateNote };
|
|
9
|
+
//# sourceMappingURL=update-note.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-note.d.cts","names":[],"sources":["../../src/actions/update-note.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAK+B;AAAA,cASvD,qBAAA,EAAuB,CAAA,CAAE,UAE8C;AAAA,cAEvE,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-note.d.ts
|
|
4
|
+
declare const ParmaUpdateNoteInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaUpdateNoteOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaUpdateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaUpdateNote };
|
|
9
|
+
//# sourceMappingURL=update-note.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-note.d.mts","names":[],"sources":["../../src/actions/update-note.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAK+B;AAAA,cASvD,qBAAA,EAAuB,CAAA,CAAE,UAE8C;AAAA,cAEvE,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-note.ts
|
|
4
|
+
const ParmaUpdateNoteInput = z.object({
|
|
5
|
+
id: z.string().describe("Unique identifier of the note to update"),
|
|
6
|
+
body: z.string().describe("Updated content/text of the note").optional(),
|
|
7
|
+
datetime: z.string().describe("Datetime associated with the note (ISO 8601 format)").optional(),
|
|
8
|
+
relationship_ids: z.array(z.number().int()).describe("List of relationship IDs to associate with this note").optional()
|
|
9
|
+
}).describe("Request model for updating an existing note in Parma.");
|
|
10
|
+
const ParmaUpdateNote_NoteDataSchema = z.object({
|
|
11
|
+
id: z.number().int().describe("Unique identifier of the note").nullable().optional(),
|
|
12
|
+
body: z.string().describe("Content/text of the note").nullable().optional(),
|
|
13
|
+
datetime: z.string().describe("Datetime associated with the note").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when the note was created").nullable().optional(),
|
|
15
|
+
updated_at: z.string().describe("Timestamp when the note was last updated").nullable().optional(),
|
|
16
|
+
relationship_ids: z.array(z.number().int()).describe("List of relationship IDs associated with this note").nullable().optional()
|
|
17
|
+
}).describe("Note data structure in the response.");
|
|
18
|
+
const parmaUpdateNote = action("PARMA_UPDATE_NOTE", {
|
|
19
|
+
slug: "parma-update-note",
|
|
20
|
+
name: "Update Note",
|
|
21
|
+
description: "Tool to update an existing note in the Parma account. Use when you need to modify the content, datetime, or relationships of a specific note.",
|
|
22
|
+
input: ParmaUpdateNoteInput,
|
|
23
|
+
output: z.object({ data: ParmaUpdateNote_NoteDataSchema.nullable() }).describe("Response schema for updating a note containing the updated note data.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { parmaUpdateNote };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=update-note.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-note.mjs","names":[],"sources":["../../src/actions/update-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaUpdateNoteInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the note to update\"),\n body: z.string().describe(\"Updated content/text of the note\").optional(),\n datetime: z.string().describe(\"Datetime associated with the note (ISO 8601 format)\").optional(),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs to associate with this note\").optional(),\n}).describe(\"Request model for updating an existing note in Parma.\");\nconst ParmaUpdateNote_NoteDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note\").nullable().optional(),\n body: z.string().describe(\"Content/text of the note\").nullable().optional(),\n datetime: z.string().describe(\"Datetime associated with the note\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the note was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the note was last updated\").nullable().optional(),\n relationship_ids: z.array(z.number().int()).describe(\"List of relationship IDs associated with this note\").nullable().optional(),\n}).describe(\"Note data structure in the response.\");\nexport const ParmaUpdateNoteOutput: z.ZodTypeAny = z.object({\n data: ParmaUpdateNote_NoteDataSchema.nullable(),\n}).describe(\"Response schema for updating a note containing the updated note data.\");\n\nexport const parmaUpdateNote = action(\"PARMA_UPDATE_NOTE\", {\n slug: \"parma-update-note\",\n name: \"Update Note\",\n description: \"Tool to update an existing note in the Parma account. Use when you need to modify the content, datetime, or relationships of a specific note.\",\n input: ParmaUpdateNoteInput,\n output: ParmaUpdateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO;CACzD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC9F,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAKlD,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,MAAM,+BAA+B,SAAS,EAChD,CAAC,CAAC,CAAC,SAAS,uEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/update-relationship.ts
|
|
4
|
+
const ParmaUpdateRelationshipInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the relationship to update"),
|
|
6
|
+
name: zod.z.string().describe("Updated name of the relationship").optional(),
|
|
7
|
+
type: zod.z.enum(["person", "company"]).describe("Type of relationship entity.").optional(),
|
|
8
|
+
about: zod.z.string().describe("Updated description or notes about the relationship").optional(),
|
|
9
|
+
group_ids: zod.z.array(zod.z.number().int()).describe("List of group IDs to associate with this relationship").optional(),
|
|
10
|
+
company_id: zod.z.number().int().describe("Company ID to associate with this relationship").optional(),
|
|
11
|
+
properties: zod.z.array(zod.z.object({})).describe("Custom properties array for the relationship").optional()
|
|
12
|
+
}).describe("Request model for updating a relationship in Parma.");
|
|
13
|
+
const ParmaUpdateRelationship_RelationshipDataSchema = zod.z.object({
|
|
14
|
+
id: zod.z.number().int().describe("Relationship's unique identifier").nullable().optional(),
|
|
15
|
+
name: zod.z.string().describe("Name of the relationship").nullable().optional(),
|
|
16
|
+
type: zod.z.string().describe("Type of relationship (person or company)").nullable().optional(),
|
|
17
|
+
about: zod.z.string().describe("Description or notes about the relationship").nullable().optional(),
|
|
18
|
+
group_ids: zod.z.array(zod.z.number().int()).describe("List of associated group IDs").nullable().optional(),
|
|
19
|
+
company_id: zod.z.number().int().describe("Associated company ID if applicable").nullable().optional(),
|
|
20
|
+
created_at: zod.z.string().describe("Timestamp when the relationship was created").nullable().optional(),
|
|
21
|
+
properties: zod.z.array(zod.z.object({})).describe("Custom properties for the relationship").nullable().optional(),
|
|
22
|
+
updated_at: zod.z.string().describe("Timestamp when the relationship was last updated").nullable().optional(),
|
|
23
|
+
contact_details: zod.z.array(zod.z.object({})).describe("Contact details for the relationship").nullable().optional()
|
|
24
|
+
}).describe("Relationship data returned in the response.");
|
|
25
|
+
const ParmaUpdateRelationshipOutput = zod.z.object({ data: ParmaUpdateRelationship_RelationshipDataSchema.nullable() }).describe("Response schema for updating a relationship.");
|
|
26
|
+
const parmaUpdateRelationship = require_action.action("PARMA_UPDATE_RELATIONSHIP", {
|
|
27
|
+
slug: "parma-update-relationship",
|
|
28
|
+
name: "Update Relationship",
|
|
29
|
+
description: "Tool to update an existing relationship in the Parma account. Use when you need to modify relationship details such as name, description, type, or associated groups.",
|
|
30
|
+
input: ParmaUpdateRelationshipInput,
|
|
31
|
+
output: ParmaUpdateRelationshipOutput
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
exports.parmaUpdateRelationship = parmaUpdateRelationship;
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=update-relationship.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-relationship.cjs","names":["z","action"],"sources":["../../src/actions/update-relationship.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaUpdateRelationshipInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the relationship to update\"),\n name: z.string().describe(\"Updated name of the relationship\").optional(),\n type: z.enum([\"person\", \"company\"]).describe(\"Type of relationship entity.\").optional(),\n about: z.string().describe(\"Updated description or notes about the relationship\").optional(),\n group_ids: z.array(z.number().int()).describe(\"List of group IDs to associate with this relationship\").optional(),\n company_id: z.number().int().describe(\"Company ID to associate with this relationship\").optional(),\n properties: z.array(z.object({})).describe(\"Custom properties array for the relationship\").optional(),\n}).describe(\"Request model for updating a relationship in Parma.\");\nconst ParmaUpdateRelationship_RelationshipDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Relationship's unique identifier\").nullable().optional(),\n name: z.string().describe(\"Name of the relationship\").nullable().optional(),\n type: z.string().describe(\"Type of relationship (person or company)\").nullable().optional(),\n about: z.string().describe(\"Description or notes about the relationship\").nullable().optional(),\n group_ids: z.array(z.number().int()).describe(\"List of associated group IDs\").nullable().optional(),\n company_id: z.number().int().describe(\"Associated company ID if applicable\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the relationship was created\").nullable().optional(),\n properties: z.array(z.object({})).describe(\"Custom properties for the relationship\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the relationship was last updated\").nullable().optional(),\n contact_details: z.array(z.object({})).describe(\"Contact details for the relationship\").nullable().optional(),\n}).describe(\"Relationship data returned in the response.\");\nexport const ParmaUpdateRelationshipOutput: z.ZodTypeAny = z.object({\n data: ParmaUpdateRelationship_RelationshipDataSchema.nullable(),\n}).describe(\"Response schema for updating a relationship.\");\n\nexport const parmaUpdateRelationship = action(\"PARMA_UPDATE_RELATIONSHIP\", {\n slug: \"parma-update-relationship\",\n name: \"Update Relationship\",\n description: \"Tool to update an existing relationship in the Parma account. Use when you need to modify relationship details such as name, description, type, or associated groups.\",\n input: ParmaUpdateRelationshipInput,\n output: ParmaUpdateRelationshipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,MAAM,+CAA+C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-relationship.d.ts
|
|
4
|
+
declare const ParmaUpdateRelationshipInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaUpdateRelationshipOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaUpdateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaUpdateRelationship };
|
|
9
|
+
//# sourceMappingURL=update-relationship.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-relationship.d.cts","names":[],"sources":["../../src/actions/update-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQqB;AAAA,cAarD,6BAAA,EAA+B,CAAA,CAAE,UAEa;AAAA,cAE9C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/update-relationship.d.ts
|
|
4
|
+
declare const ParmaUpdateRelationshipInput: z.ZodTypeAny;
|
|
5
|
+
declare const ParmaUpdateRelationshipOutput: z.ZodTypeAny;
|
|
6
|
+
declare const parmaUpdateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { parmaUpdateRelationship };
|
|
9
|
+
//# sourceMappingURL=update-relationship.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-relationship.d.mts","names":[],"sources":["../../src/actions/update-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAQqB;AAAA,cAarD,6BAAA,EAA+B,CAAA,CAAE,UAEa;AAAA,cAE9C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/update-relationship.ts
|
|
4
|
+
const ParmaUpdateRelationshipInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier of the relationship to update"),
|
|
6
|
+
name: z.string().describe("Updated name of the relationship").optional(),
|
|
7
|
+
type: z.enum(["person", "company"]).describe("Type of relationship entity.").optional(),
|
|
8
|
+
about: z.string().describe("Updated description or notes about the relationship").optional(),
|
|
9
|
+
group_ids: z.array(z.number().int()).describe("List of group IDs to associate with this relationship").optional(),
|
|
10
|
+
company_id: z.number().int().describe("Company ID to associate with this relationship").optional(),
|
|
11
|
+
properties: z.array(z.object({})).describe("Custom properties array for the relationship").optional()
|
|
12
|
+
}).describe("Request model for updating a relationship in Parma.");
|
|
13
|
+
const ParmaUpdateRelationship_RelationshipDataSchema = z.object({
|
|
14
|
+
id: z.number().int().describe("Relationship's unique identifier").nullable().optional(),
|
|
15
|
+
name: z.string().describe("Name of the relationship").nullable().optional(),
|
|
16
|
+
type: z.string().describe("Type of relationship (person or company)").nullable().optional(),
|
|
17
|
+
about: z.string().describe("Description or notes about the relationship").nullable().optional(),
|
|
18
|
+
group_ids: z.array(z.number().int()).describe("List of associated group IDs").nullable().optional(),
|
|
19
|
+
company_id: z.number().int().describe("Associated company ID if applicable").nullable().optional(),
|
|
20
|
+
created_at: z.string().describe("Timestamp when the relationship was created").nullable().optional(),
|
|
21
|
+
properties: z.array(z.object({})).describe("Custom properties for the relationship").nullable().optional(),
|
|
22
|
+
updated_at: z.string().describe("Timestamp when the relationship was last updated").nullable().optional(),
|
|
23
|
+
contact_details: z.array(z.object({})).describe("Contact details for the relationship").nullable().optional()
|
|
24
|
+
}).describe("Relationship data returned in the response.");
|
|
25
|
+
const parmaUpdateRelationship = action("PARMA_UPDATE_RELATIONSHIP", {
|
|
26
|
+
slug: "parma-update-relationship",
|
|
27
|
+
name: "Update Relationship",
|
|
28
|
+
description: "Tool to update an existing relationship in the Parma account. Use when you need to modify relationship details such as name, description, type, or associated groups.",
|
|
29
|
+
input: ParmaUpdateRelationshipInput,
|
|
30
|
+
output: z.object({ data: ParmaUpdateRelationship_RelationshipDataSchema.nullable() }).describe("Response schema for updating a relationship.")
|
|
31
|
+
});
|
|
32
|
+
//#endregion
|
|
33
|
+
export { parmaUpdateRelationship };
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=update-relationship.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-relationship.mjs","names":[],"sources":["../../src/actions/update-relationship.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaUpdateRelationshipInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the relationship to update\"),\n name: z.string().describe(\"Updated name of the relationship\").optional(),\n type: z.enum([\"person\", \"company\"]).describe(\"Type of relationship entity.\").optional(),\n about: z.string().describe(\"Updated description or notes about the relationship\").optional(),\n group_ids: z.array(z.number().int()).describe(\"List of group IDs to associate with this relationship\").optional(),\n company_id: z.number().int().describe(\"Company ID to associate with this relationship\").optional(),\n properties: z.array(z.object({})).describe(\"Custom properties array for the relationship\").optional(),\n}).describe(\"Request model for updating a relationship in Parma.\");\nconst ParmaUpdateRelationship_RelationshipDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Relationship's unique identifier\").nullable().optional(),\n name: z.string().describe(\"Name of the relationship\").nullable().optional(),\n type: z.string().describe(\"Type of relationship (person or company)\").nullable().optional(),\n about: z.string().describe(\"Description or notes about the relationship\").nullable().optional(),\n group_ids: z.array(z.number().int()).describe(\"List of associated group IDs\").nullable().optional(),\n company_id: z.number().int().describe(\"Associated company ID if applicable\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the relationship was created\").nullable().optional(),\n properties: z.array(z.object({})).describe(\"Custom properties for the relationship\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the relationship was last updated\").nullable().optional(),\n contact_details: z.array(z.object({})).describe(\"Contact details for the relationship\").nullable().optional(),\n}).describe(\"Relationship data returned in the response.\");\nexport const ParmaUpdateRelationshipOutput: z.ZodTypeAny = z.object({\n data: ParmaUpdateRelationship_RelationshipDataSchema.nullable(),\n}).describe(\"Response schema for updating a relationship.\");\n\nexport const parmaUpdateRelationship = action(\"PARMA_UPDATE_RELATIONSHIP\", {\n slug: \"parma-update-relationship\",\n name: \"Update Relationship\",\n description: \"Tool to update an existing relationship in the Parma account. Use when you need to modify relationship details such as name, description, type, or associated groups.\",\n input: ParmaUpdateRelationshipInput,\n output: ParmaUpdateRelationshipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACtF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAChH,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAKzD,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,MAAM,+CAA+C,SAAS,EAChE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const parma = defineApp({\n slug: \"parma\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,SAAA,uCAAA,CAAA,CAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,KAAA,6BAAK,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const parma = defineApp({\n slug: \"parma\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const parmaCatalog = {
|
|
4
|
+
"slug": "parma",
|
|
5
|
+
"name": "Parma",
|
|
6
|
+
"description": "Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.",
|
|
7
|
+
"category": "CRM",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/parma",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.parmaCatalog = parmaCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parmaCatalog = {\n \"slug\": \"parma\",\n \"name\": \"Parma\",\n \"description\": \"Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/parma\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const parmaCatalog: {
|
|
4
|
+
readonly slug: "parma";
|
|
5
|
+
readonly name: "Parma";
|
|
6
|
+
readonly description: "Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.";
|
|
7
|
+
readonly category: "CRM";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/parma";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { parmaCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const parmaCatalog: {
|
|
4
|
+
readonly slug: "parma";
|
|
5
|
+
readonly name: "Parma";
|
|
6
|
+
readonly description: "Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.";
|
|
7
|
+
readonly category: "CRM";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/parma";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { parmaCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,YAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const parmaCatalog = {
|
|
4
|
+
"slug": "parma",
|
|
5
|
+
"name": "Parma",
|
|
6
|
+
"description": "Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.",
|
|
7
|
+
"category": "CRM",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/parma",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { parmaCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const parmaCatalog = {\n \"slug\": \"parma\",\n \"name\": \"Parma\",\n \"description\": \"Parma CRM is a relationship management app designed to help you accelerate growth by deepening and nurturing your business relationships.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/parma\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,eAAe;CAC1B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "parma";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeParmaTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeParmaTool = executeParmaTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"parma\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeParmaTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "parma";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeParmaTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeParmaTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"parma\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeParmaTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,iBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_add_relationship_to_group = require("./actions/add-relationship-to-group.cjs");
|
|
5
|
+
const require_create_note = require("./actions/create-note.cjs");
|
|
6
|
+
const require_create_relationship = require("./actions/create-relationship.cjs");
|
|
7
|
+
const require_data_json = require("./actions/data-json.cjs");
|
|
8
|
+
const require_delete_relationship = require("./actions/delete-relationship.cjs");
|
|
9
|
+
const require_get_pipeline = require("./actions/get-pipeline.cjs");
|
|
10
|
+
const require_get_relationship = require("./actions/get-relationship.cjs");
|
|
11
|
+
const require_get_stage = require("./actions/get-stage.cjs");
|
|
12
|
+
const require_get_user = require("./actions/get-user.cjs");
|
|
13
|
+
const require_get_user_profile = require("./actions/get-user-profile.cjs");
|
|
14
|
+
const require_list_deals = require("./actions/list-deals.cjs");
|
|
15
|
+
const require_list_groups = require("./actions/list-groups.cjs");
|
|
16
|
+
const require_list_notes = require("./actions/list-notes.cjs");
|
|
17
|
+
const require_list_pipelines = require("./actions/list-pipelines.cjs");
|
|
18
|
+
const require_list_relationship_groups = require("./actions/list-relationship-groups.cjs");
|
|
19
|
+
const require_list_relationship_notes = require("./actions/list-relationship-notes.cjs");
|
|
20
|
+
const require_list_relationships = require("./actions/list-relationships.cjs");
|
|
21
|
+
const require_list_stages = require("./actions/list-stages.cjs");
|
|
22
|
+
const require_list_users = require("./actions/list-users.cjs");
|
|
23
|
+
const require_package_list = require("./actions/package-list.cjs");
|
|
24
|
+
const require_remove_relationship_from_group = require("./actions/remove-relationship-from-group.cjs");
|
|
25
|
+
const require_update_note = require("./actions/update-note.cjs");
|
|
26
|
+
const require_update_relationship = require("./actions/update-relationship.cjs");
|
|
27
|
+
require("./actions/index.cjs");
|
|
28
|
+
exports.parma = require_app.parma;
|
|
29
|
+
exports.parmaAddRelationshipToGroup = require_add_relationship_to_group.parmaAddRelationshipToGroup;
|
|
30
|
+
exports.parmaCatalog = require_catalog.parmaCatalog;
|
|
31
|
+
exports.parmaCreateNote = require_create_note.parmaCreateNote;
|
|
32
|
+
exports.parmaCreateRelationship = require_create_relationship.parmaCreateRelationship;
|
|
33
|
+
exports.parmaDataJson = require_data_json.parmaDataJson;
|
|
34
|
+
exports.parmaDeleteRelationship = require_delete_relationship.parmaDeleteRelationship;
|
|
35
|
+
exports.parmaGetPipeline = require_get_pipeline.parmaGetPipeline;
|
|
36
|
+
exports.parmaGetRelationship = require_get_relationship.parmaGetRelationship;
|
|
37
|
+
exports.parmaGetStage = require_get_stage.parmaGetStage;
|
|
38
|
+
exports.parmaGetUser = require_get_user.parmaGetUser;
|
|
39
|
+
exports.parmaGetUserProfile = require_get_user_profile.parmaGetUserProfile;
|
|
40
|
+
exports.parmaListDeals = require_list_deals.parmaListDeals;
|
|
41
|
+
exports.parmaListGroups = require_list_groups.parmaListGroups;
|
|
42
|
+
exports.parmaListNotes = require_list_notes.parmaListNotes;
|
|
43
|
+
exports.parmaListPipelines = require_list_pipelines.parmaListPipelines;
|
|
44
|
+
exports.parmaListRelationshipGroups = require_list_relationship_groups.parmaListRelationshipGroups;
|
|
45
|
+
exports.parmaListRelationshipNotes = require_list_relationship_notes.parmaListRelationshipNotes;
|
|
46
|
+
exports.parmaListRelationships = require_list_relationships.parmaListRelationships;
|
|
47
|
+
exports.parmaListStages = require_list_stages.parmaListStages;
|
|
48
|
+
exports.parmaListUsers = require_list_users.parmaListUsers;
|
|
49
|
+
exports.parmaPackageList = require_package_list.parmaPackageList;
|
|
50
|
+
exports.parmaRemoveRelationshipFromGroup = require_remove_relationship_from_group.parmaRemoveRelationshipFromGroup;
|
|
51
|
+
exports.parmaUpdateNote = require_update_note.parmaUpdateNote;
|
|
52
|
+
exports.parmaUpdateRelationship = require_update_relationship.parmaUpdateRelationship;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { parmaAddRelationshipToGroup } from "./actions/add-relationship-to-group.cjs";
|
|
2
|
+
import { parmaCreateNote } from "./actions/create-note.cjs";
|
|
3
|
+
import { parmaCreateRelationship } from "./actions/create-relationship.cjs";
|
|
4
|
+
import { parmaDataJson } from "./actions/data-json.cjs";
|
|
5
|
+
import { parmaDeleteRelationship } from "./actions/delete-relationship.cjs";
|
|
6
|
+
import { parmaGetPipeline } from "./actions/get-pipeline.cjs";
|
|
7
|
+
import { parmaGetRelationship } from "./actions/get-relationship.cjs";
|
|
8
|
+
import { parmaGetStage } from "./actions/get-stage.cjs";
|
|
9
|
+
import { parmaGetUser } from "./actions/get-user.cjs";
|
|
10
|
+
import { parmaGetUserProfile } from "./actions/get-user-profile.cjs";
|
|
11
|
+
import { parmaListDeals } from "./actions/list-deals.cjs";
|
|
12
|
+
import { parmaListGroups } from "./actions/list-groups.cjs";
|
|
13
|
+
import { parmaListNotes } from "./actions/list-notes.cjs";
|
|
14
|
+
import { parmaListPipelines } from "./actions/list-pipelines.cjs";
|
|
15
|
+
import { parmaListRelationshipGroups } from "./actions/list-relationship-groups.cjs";
|
|
16
|
+
import { parmaListRelationshipNotes } from "./actions/list-relationship-notes.cjs";
|
|
17
|
+
import { parmaListRelationships } from "./actions/list-relationships.cjs";
|
|
18
|
+
import { parmaListStages } from "./actions/list-stages.cjs";
|
|
19
|
+
import { parmaListUsers } from "./actions/list-users.cjs";
|
|
20
|
+
import { parmaPackageList } from "./actions/package-list.cjs";
|
|
21
|
+
import { parmaRemoveRelationshipFromGroup } from "./actions/remove-relationship-from-group.cjs";
|
|
22
|
+
import { parmaUpdateNote } from "./actions/update-note.cjs";
|
|
23
|
+
import { parmaUpdateRelationship } from "./actions/update-relationship.cjs";
|
|
24
|
+
import { parma } from "./app.cjs";
|
|
25
|
+
import { parmaCatalog } from "./catalog.cjs";
|
|
26
|
+
export { parma, parmaAddRelationshipToGroup, parmaCatalog, parmaCreateNote, parmaCreateRelationship, parmaDataJson, parmaDeleteRelationship, parmaGetPipeline, parmaGetRelationship, parmaGetStage, parmaGetUser, parmaGetUserProfile, parmaListDeals, parmaListGroups, parmaListNotes, parmaListPipelines, parmaListRelationshipGroups, parmaListRelationshipNotes, parmaListRelationships, parmaListStages, parmaListUsers, parmaPackageList, parmaRemoveRelationshipFromGroup, parmaUpdateNote, parmaUpdateRelationship };
|