@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.
Files changed (218) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-relationship-to-group.cjs +25 -0
  7. package/dist/actions/add-relationship-to-group.cjs.map +1 -0
  8. package/dist/actions/add-relationship-to-group.d.cts +9 -0
  9. package/dist/actions/add-relationship-to-group.d.cts.map +1 -0
  10. package/dist/actions/add-relationship-to-group.d.mts +9 -0
  11. package/dist/actions/add-relationship-to-group.d.mts.map +1 -0
  12. package/dist/actions/add-relationship-to-group.mjs +24 -0
  13. package/dist/actions/add-relationship-to-group.mjs.map +1 -0
  14. package/dist/actions/create-note.cjs +28 -0
  15. package/dist/actions/create-note.cjs.map +1 -0
  16. package/dist/actions/create-note.d.cts +9 -0
  17. package/dist/actions/create-note.d.cts.map +1 -0
  18. package/dist/actions/create-note.d.mts +9 -0
  19. package/dist/actions/create-note.d.mts.map +1 -0
  20. package/dist/actions/create-note.mjs +27 -0
  21. package/dist/actions/create-note.mjs.map +1 -0
  22. package/dist/actions/create-relationship.cjs +34 -0
  23. package/dist/actions/create-relationship.cjs.map +1 -0
  24. package/dist/actions/create-relationship.d.cts +9 -0
  25. package/dist/actions/create-relationship.d.cts.map +1 -0
  26. package/dist/actions/create-relationship.d.mts +9 -0
  27. package/dist/actions/create-relationship.d.mts.map +1 -0
  28. package/dist/actions/create-relationship.mjs +33 -0
  29. package/dist/actions/create-relationship.mjs.map +1 -0
  30. package/dist/actions/data-json.cjs +52 -0
  31. package/dist/actions/data-json.cjs.map +1 -0
  32. package/dist/actions/data-json.d.cts +9 -0
  33. package/dist/actions/data-json.d.cts.map +1 -0
  34. package/dist/actions/data-json.d.mts +9 -0
  35. package/dist/actions/data-json.d.mts.map +1 -0
  36. package/dist/actions/data-json.mjs +51 -0
  37. package/dist/actions/data-json.mjs.map +1 -0
  38. package/dist/actions/delete-relationship.cjs +16 -0
  39. package/dist/actions/delete-relationship.cjs.map +1 -0
  40. package/dist/actions/delete-relationship.d.cts +9 -0
  41. package/dist/actions/delete-relationship.d.cts.map +1 -0
  42. package/dist/actions/delete-relationship.d.mts +9 -0
  43. package/dist/actions/delete-relationship.d.mts.map +1 -0
  44. package/dist/actions/delete-relationship.mjs +13 -0
  45. package/dist/actions/delete-relationship.mjs.map +1 -0
  46. package/dist/actions/get-pipeline.cjs +23 -0
  47. package/dist/actions/get-pipeline.cjs.map +1 -0
  48. package/dist/actions/get-pipeline.d.cts +9 -0
  49. package/dist/actions/get-pipeline.d.cts.map +1 -0
  50. package/dist/actions/get-pipeline.d.mts +9 -0
  51. package/dist/actions/get-pipeline.d.mts.map +1 -0
  52. package/dist/actions/get-pipeline.mjs +22 -0
  53. package/dist/actions/get-pipeline.mjs.map +1 -0
  54. package/dist/actions/get-relationship.cjs +33 -0
  55. package/dist/actions/get-relationship.cjs.map +1 -0
  56. package/dist/actions/get-relationship.d.cts +9 -0
  57. package/dist/actions/get-relationship.d.cts.map +1 -0
  58. package/dist/actions/get-relationship.d.mts +9 -0
  59. package/dist/actions/get-relationship.d.mts.map +1 -0
  60. package/dist/actions/get-relationship.mjs +32 -0
  61. package/dist/actions/get-relationship.mjs.map +1 -0
  62. package/dist/actions/get-stage.cjs +24 -0
  63. package/dist/actions/get-stage.cjs.map +1 -0
  64. package/dist/actions/get-stage.d.cts +9 -0
  65. package/dist/actions/get-stage.d.cts.map +1 -0
  66. package/dist/actions/get-stage.d.mts +9 -0
  67. package/dist/actions/get-stage.d.mts.map +1 -0
  68. package/dist/actions/get-stage.mjs +23 -0
  69. package/dist/actions/get-stage.mjs.map +1 -0
  70. package/dist/actions/get-user-profile.cjs +28 -0
  71. package/dist/actions/get-user-profile.cjs.map +1 -0
  72. package/dist/actions/get-user-profile.d.cts +9 -0
  73. package/dist/actions/get-user-profile.d.cts.map +1 -0
  74. package/dist/actions/get-user-profile.d.mts +9 -0
  75. package/dist/actions/get-user-profile.d.mts.map +1 -0
  76. package/dist/actions/get-user-profile.mjs +27 -0
  77. package/dist/actions/get-user-profile.mjs.map +1 -0
  78. package/dist/actions/get-user.cjs +21 -0
  79. package/dist/actions/get-user.cjs.map +1 -0
  80. package/dist/actions/get-user.d.cts +9 -0
  81. package/dist/actions/get-user.d.cts.map +1 -0
  82. package/dist/actions/get-user.d.mts +9 -0
  83. package/dist/actions/get-user.d.mts.map +1 -0
  84. package/dist/actions/get-user.mjs +20 -0
  85. package/dist/actions/get-user.mjs.map +1 -0
  86. package/dist/actions/index.cjs +47 -0
  87. package/dist/actions/index.d.cts +24 -0
  88. package/dist/actions/index.d.mts +24 -0
  89. package/dist/actions/index.mjs +24 -0
  90. package/dist/actions/list-deals.cjs +33 -0
  91. package/dist/actions/list-deals.cjs.map +1 -0
  92. package/dist/actions/list-deals.d.cts +9 -0
  93. package/dist/actions/list-deals.d.cts.map +1 -0
  94. package/dist/actions/list-deals.d.mts +9 -0
  95. package/dist/actions/list-deals.d.mts.map +1 -0
  96. package/dist/actions/list-deals.mjs +32 -0
  97. package/dist/actions/list-deals.mjs.map +1 -0
  98. package/dist/actions/list-groups.cjs +29 -0
  99. package/dist/actions/list-groups.cjs.map +1 -0
  100. package/dist/actions/list-groups.d.cts +9 -0
  101. package/dist/actions/list-groups.d.cts.map +1 -0
  102. package/dist/actions/list-groups.d.mts +9 -0
  103. package/dist/actions/list-groups.d.mts.map +1 -0
  104. package/dist/actions/list-groups.mjs +28 -0
  105. package/dist/actions/list-groups.mjs.map +1 -0
  106. package/dist/actions/list-notes.cjs +24 -0
  107. package/dist/actions/list-notes.cjs.map +1 -0
  108. package/dist/actions/list-notes.d.cts +9 -0
  109. package/dist/actions/list-notes.d.cts.map +1 -0
  110. package/dist/actions/list-notes.d.mts +9 -0
  111. package/dist/actions/list-notes.d.mts.map +1 -0
  112. package/dist/actions/list-notes.mjs +23 -0
  113. package/dist/actions/list-notes.mjs.map +1 -0
  114. package/dist/actions/list-pipelines.cjs +23 -0
  115. package/dist/actions/list-pipelines.cjs.map +1 -0
  116. package/dist/actions/list-pipelines.d.cts +9 -0
  117. package/dist/actions/list-pipelines.d.cts.map +1 -0
  118. package/dist/actions/list-pipelines.d.mts +9 -0
  119. package/dist/actions/list-pipelines.d.mts.map +1 -0
  120. package/dist/actions/list-pipelines.mjs +22 -0
  121. package/dist/actions/list-pipelines.mjs.map +1 -0
  122. package/dist/actions/list-relationship-groups.cjs +22 -0
  123. package/dist/actions/list-relationship-groups.cjs.map +1 -0
  124. package/dist/actions/list-relationship-groups.d.cts +9 -0
  125. package/dist/actions/list-relationship-groups.d.cts.map +1 -0
  126. package/dist/actions/list-relationship-groups.d.mts +9 -0
  127. package/dist/actions/list-relationship-groups.d.mts.map +1 -0
  128. package/dist/actions/list-relationship-groups.mjs +21 -0
  129. package/dist/actions/list-relationship-groups.mjs.map +1 -0
  130. package/dist/actions/list-relationship-notes.cjs +27 -0
  131. package/dist/actions/list-relationship-notes.cjs.map +1 -0
  132. package/dist/actions/list-relationship-notes.d.cts +9 -0
  133. package/dist/actions/list-relationship-notes.d.cts.map +1 -0
  134. package/dist/actions/list-relationship-notes.d.mts +9 -0
  135. package/dist/actions/list-relationship-notes.d.mts.map +1 -0
  136. package/dist/actions/list-relationship-notes.mjs +26 -0
  137. package/dist/actions/list-relationship-notes.mjs.map +1 -0
  138. package/dist/actions/list-relationships.cjs +54 -0
  139. package/dist/actions/list-relationships.cjs.map +1 -0
  140. package/dist/actions/list-relationships.d.cts +9 -0
  141. package/dist/actions/list-relationships.d.cts.map +1 -0
  142. package/dist/actions/list-relationships.d.mts +9 -0
  143. package/dist/actions/list-relationships.d.mts.map +1 -0
  144. package/dist/actions/list-relationships.mjs +53 -0
  145. package/dist/actions/list-relationships.mjs.map +1 -0
  146. package/dist/actions/list-stages.cjs +24 -0
  147. package/dist/actions/list-stages.cjs.map +1 -0
  148. package/dist/actions/list-stages.d.cts +9 -0
  149. package/dist/actions/list-stages.d.cts.map +1 -0
  150. package/dist/actions/list-stages.d.mts +9 -0
  151. package/dist/actions/list-stages.d.mts.map +1 -0
  152. package/dist/actions/list-stages.mjs +23 -0
  153. package/dist/actions/list-stages.mjs.map +1 -0
  154. package/dist/actions/list-users.cjs +21 -0
  155. package/dist/actions/list-users.cjs.map +1 -0
  156. package/dist/actions/list-users.d.cts +9 -0
  157. package/dist/actions/list-users.d.cts.map +1 -0
  158. package/dist/actions/list-users.d.mts +9 -0
  159. package/dist/actions/list-users.d.mts.map +1 -0
  160. package/dist/actions/list-users.mjs +20 -0
  161. package/dist/actions/list-users.mjs.map +1 -0
  162. package/dist/actions/package-list.cjs +20 -0
  163. package/dist/actions/package-list.cjs.map +1 -0
  164. package/dist/actions/package-list.d.cts +9 -0
  165. package/dist/actions/package-list.d.cts.map +1 -0
  166. package/dist/actions/package-list.d.mts +9 -0
  167. package/dist/actions/package-list.d.mts.map +1 -0
  168. package/dist/actions/package-list.mjs +17 -0
  169. package/dist/actions/package-list.mjs.map +1 -0
  170. package/dist/actions/remove-relationship-from-group.cjs +19 -0
  171. package/dist/actions/remove-relationship-from-group.cjs.map +1 -0
  172. package/dist/actions/remove-relationship-from-group.d.cts +9 -0
  173. package/dist/actions/remove-relationship-from-group.d.cts.map +1 -0
  174. package/dist/actions/remove-relationship-from-group.d.mts +9 -0
  175. package/dist/actions/remove-relationship-from-group.d.mts.map +1 -0
  176. package/dist/actions/remove-relationship-from-group.mjs +16 -0
  177. package/dist/actions/remove-relationship-from-group.mjs.map +1 -0
  178. package/dist/actions/update-note.cjs +29 -0
  179. package/dist/actions/update-note.cjs.map +1 -0
  180. package/dist/actions/update-note.d.cts +9 -0
  181. package/dist/actions/update-note.d.cts.map +1 -0
  182. package/dist/actions/update-note.d.mts +9 -0
  183. package/dist/actions/update-note.d.mts.map +1 -0
  184. package/dist/actions/update-note.mjs +28 -0
  185. package/dist/actions/update-note.mjs.map +1 -0
  186. package/dist/actions/update-relationship.cjs +36 -0
  187. package/dist/actions/update-relationship.cjs.map +1 -0
  188. package/dist/actions/update-relationship.d.cts +9 -0
  189. package/dist/actions/update-relationship.d.cts.map +1 -0
  190. package/dist/actions/update-relationship.d.mts +9 -0
  191. package/dist/actions/update-relationship.d.mts.map +1 -0
  192. package/dist/actions/update-relationship.mjs +35 -0
  193. package/dist/actions/update-relationship.mjs.map +1 -0
  194. package/dist/app.cjs +9 -0
  195. package/dist/app.cjs.map +1 -0
  196. package/dist/app.d.cts +5 -0
  197. package/dist/app.d.cts.map +1 -0
  198. package/dist/app.d.mts +5 -0
  199. package/dist/app.d.mts.map +1 -0
  200. package/dist/app.mjs +10 -0
  201. package/dist/app.mjs.map +1 -0
  202. package/dist/catalog.cjs +15 -0
  203. package/dist/catalog.cjs.map +1 -0
  204. package/dist/catalog.d.cts +14 -0
  205. package/dist/catalog.d.cts.map +1 -0
  206. package/dist/catalog.d.mts +14 -0
  207. package/dist/catalog.d.mts.map +1 -0
  208. package/dist/catalog.mjs +15 -0
  209. package/dist/catalog.mjs.map +1 -0
  210. package/dist/execute.cjs +18 -0
  211. package/dist/execute.cjs.map +1 -0
  212. package/dist/execute.mjs +18 -0
  213. package/dist/execute.mjs.map +1 -0
  214. package/dist/index.cjs +52 -0
  215. package/dist/index.d.cts +26 -0
  216. package/dist/index.d.mts +26 -0
  217. package/dist/index.mjs +27 -0
  218. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/parma
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `parma`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 23
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { parmaAddRelationshipToGroup } from "@keystrokehq/parma/actions";
12
+
13
+ export default defineAgent({
14
+ key: "parma-agent",
15
+ tools: [parmaAddRelationshipToGroup],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.parma.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeParmaTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["parma","executeParmaTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { parma } from \"./app\";\nimport { executeParmaTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return parma.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeParmaTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { parma } from "./app.mjs";
2
+ import { executeParmaTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return parma.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeParmaTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { parma } from \"./app\";\nimport { executeParmaTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return parma.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeParmaTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,MAAM,OAAO;EAClB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,iBAAiB,MAAM,KAAgC,CAAC;EACxF;CACF,CAAC;AACH"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/add-relationship-to-group.ts
4
+ const ParmaAddRelationshipToGroupInput = zod.z.object({
5
+ group_id: zod.z.number().int().describe("Unique identifier of the group to add the relationship to"),
6
+ relationship_id: zod.z.string().describe("Unique identifier of the relationship to add to the group")
7
+ }).describe("Request model for adding a relationship to a group.");
8
+ const ParmaAddRelationshipToGroup_RelationshipGroupDataSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the relationship-group association"),
10
+ group_id: zod.z.number().int().describe("ID of the group"),
11
+ created_at: zod.z.string().describe("Timestamp when the association was created"),
12
+ updated_at: zod.z.string().describe("Timestamp when the association was last updated")
13
+ }).describe("Relationship group association data.");
14
+ const ParmaAddRelationshipToGroupOutput = zod.z.object({ data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable() }).describe("Response schema for adding a relationship to a group.");
15
+ const parmaAddRelationshipToGroup = require_action.action("PARMA_ADD_RELATIONSHIP_TO_GROUP", {
16
+ slug: "parma-add-relationship-to-group",
17
+ name: "Add Relationship to Group",
18
+ description: "Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.",
19
+ input: ParmaAddRelationshipToGroupInput,
20
+ output: ParmaAddRelationshipToGroupOutput
21
+ });
22
+ //#endregion
23
+ exports.parmaAddRelationshipToGroup = parmaAddRelationshipToGroup;
24
+
25
+ //# sourceMappingURL=add-relationship-to-group.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-relationship-to-group.cjs","names":["z","action"],"sources":["../../src/actions/add-relationship-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaAddRelationshipToGroupInput: z.ZodTypeAny = z.object({\n group_id: z.number().int().describe(\"Unique identifier of the group to add the relationship to\"),\n relationship_id: z.string().describe(\"Unique identifier of the relationship to add to the group\"),\n}).describe(\"Request model for adding a relationship to a group.\");\nconst ParmaAddRelationshipToGroup_RelationshipGroupDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the relationship-group association\"),\n group_id: z.number().int().describe(\"ID of the group\"),\n created_at: z.string().describe(\"Timestamp when the association was created\"),\n updated_at: z.string().describe(\"Timestamp when the association was last updated\"),\n}).describe(\"Relationship group association data.\");\nexport const ParmaAddRelationshipToGroupOutput: z.ZodTypeAny = z.object({\n data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable(),\n}).describe(\"Response schema for adding a relationship to a group.\");\n\nexport const parmaAddRelationshipToGroup = action(\"PARMA_ADD_RELATIONSHIP_TO_GROUP\", {\n slug: \"parma-add-relationship-to-group\",\n name: \"Add Relationship to Group\",\n description: \"Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.\",\n input: ParmaAddRelationshipToGroupInput,\n output: ParmaAddRelationshipToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D;CAC/F,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,0DAAwEA,IAAAA,EAAE,OAAO;CACrF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACnF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,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/add-relationship-to-group.d.ts
4
+ declare const ParmaAddRelationshipToGroupInput: z.ZodTypeAny;
5
+ declare const ParmaAddRelationshipToGroupOutput: z.ZodTypeAny;
6
+ declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaAddRelationshipToGroup };
9
+ //# sourceMappingURL=add-relationship-to-group.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-relationship-to-group.d.cts","names":[],"sources":["../../src/actions/add-relationship-to-group.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGiB;AAAA,cAOrD,iCAAA,EAAmC,CAAA,CAAE,UAEkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/add-relationship-to-group.d.ts
4
+ declare const ParmaAddRelationshipToGroupInput: z.ZodTypeAny;
5
+ declare const ParmaAddRelationshipToGroupOutput: z.ZodTypeAny;
6
+ declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaAddRelationshipToGroup };
9
+ //# sourceMappingURL=add-relationship-to-group.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-relationship-to-group.d.mts","names":[],"sources":["../../src/actions/add-relationship-to-group.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGiB;AAAA,cAOrD,iCAAA,EAAmC,CAAA,CAAE,UAEkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/add-relationship-to-group.ts
4
+ const ParmaAddRelationshipToGroupInput = z.object({
5
+ group_id: z.number().int().describe("Unique identifier of the group to add the relationship to"),
6
+ relationship_id: z.string().describe("Unique identifier of the relationship to add to the group")
7
+ }).describe("Request model for adding a relationship to a group.");
8
+ const ParmaAddRelationshipToGroup_RelationshipGroupDataSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier of the relationship-group association"),
10
+ group_id: z.number().int().describe("ID of the group"),
11
+ created_at: z.string().describe("Timestamp when the association was created"),
12
+ updated_at: z.string().describe("Timestamp when the association was last updated")
13
+ }).describe("Relationship group association data.");
14
+ const parmaAddRelationshipToGroup = action("PARMA_ADD_RELATIONSHIP_TO_GROUP", {
15
+ slug: "parma-add-relationship-to-group",
16
+ name: "Add Relationship to Group",
17
+ description: "Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.",
18
+ input: ParmaAddRelationshipToGroupInput,
19
+ output: z.object({ data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable() }).describe("Response schema for adding a relationship to a group.")
20
+ });
21
+ //#endregion
22
+ export { parmaAddRelationshipToGroup };
23
+
24
+ //# sourceMappingURL=add-relationship-to-group.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-relationship-to-group.mjs","names":[],"sources":["../../src/actions/add-relationship-to-group.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaAddRelationshipToGroupInput: z.ZodTypeAny = z.object({\n group_id: z.number().int().describe(\"Unique identifier of the group to add the relationship to\"),\n relationship_id: z.string().describe(\"Unique identifier of the relationship to add to the group\"),\n}).describe(\"Request model for adding a relationship to a group.\");\nconst ParmaAddRelationshipToGroup_RelationshipGroupDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the relationship-group association\"),\n group_id: z.number().int().describe(\"ID of the group\"),\n created_at: z.string().describe(\"Timestamp when the association was created\"),\n updated_at: z.string().describe(\"Timestamp when the association was last updated\"),\n}).describe(\"Relationship group association data.\");\nexport const ParmaAddRelationshipToGroupOutput: z.ZodTypeAny = z.object({\n data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable(),\n}).describe(\"Response schema for adding a relationship to a group.\");\n\nexport const parmaAddRelationshipToGroup = action(\"PARMA_ADD_RELATIONSHIP_TO_GROUP\", {\n slug: \"parma-add-relationship-to-group\",\n name: \"Add Relationship to Group\",\n description: \"Tool to add a relationship to a group in Parma. Use when you need to associate an existing relationship with a group.\",\n input: ParmaAddRelationshipToGroupInput,\n output: ParmaAddRelationshipToGroupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D;CAC/F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,0DAAwE,EAAE,OAAO;CACrF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD;CACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC5E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACnF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAKlD,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-note.ts
4
+ const ParmaCreateNoteInput = zod.z.object({
5
+ body: zod.z.string().describe("The note body content"),
6
+ datetime: zod.z.string().describe("Custom datetime for the note in ISO 8601 format").optional(),
7
+ relationship_ids: zod.z.array(zod.z.number().int()).describe("Array of relationship IDs to link the note to")
8
+ }).describe("Request model for creating a note in Parma.");
9
+ const ParmaCreateNote_NoteDataSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("The unique identifier of the created note"),
11
+ body: zod.z.string().describe("The note body content"),
12
+ datetime: zod.z.string().describe("Custom datetime for the note").nullable().optional(),
13
+ created_at: zod.z.string().describe("Timestamp when the note was created").nullable().optional(),
14
+ updated_at: zod.z.string().describe("Timestamp when the note was last updated").nullable().optional(),
15
+ relationship_ids: zod.z.array(zod.z.number().int()).describe("Array of relationship IDs linked to the note")
16
+ }).describe("Note data within the response.");
17
+ const ParmaCreateNoteOutput = zod.z.object({ data: ParmaCreateNote_NoteDataSchema.nullable() }).describe("Response schema for creating a note.");
18
+ const parmaCreateNote = require_action.action("PARMA_CREATE_NOTE", {
19
+ slug: "parma-create-note",
20
+ name: "Create Note",
21
+ description: "Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.",
22
+ input: ParmaCreateNoteInput,
23
+ output: ParmaCreateNoteOutput
24
+ });
25
+ //#endregion
26
+ exports.parmaCreateNote = parmaCreateNote;
27
+
28
+ //# sourceMappingURL=create-note.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-note.cjs","names":["z","action"],"sources":["../../src/actions/create-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaCreateNoteInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The note body content\"),\n datetime: z.string().describe(\"Custom datetime for the note in ISO 8601 format\").optional(),\n relationship_ids: z.array(z.number().int()).describe(\"Array of relationship IDs to link the note to\"),\n}).describe(\"Request model for creating a note in Parma.\");\nconst ParmaCreateNote_NoteDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the created note\"),\n body: z.string().describe(\"The note body content\"),\n datetime: z.string().describe(\"Custom datetime for 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(\"Array of relationship IDs linked to the note\"),\n}).describe(\"Note data within the response.\");\nexport const ParmaCreateNoteOutput: z.ZodTypeAny = z.object({\n data: ParmaCreateNote_NoteDataSchema.nullable(),\n}).describe(\"Response schema for creating a note.\");\n\nexport const parmaCreateNote = action(\"PARMA_CREATE_NOTE\", {\n slug: \"parma-create-note\",\n name: \"Create Note\",\n description: \"Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.\",\n input: ParmaCreateNoteInput,\n output: ParmaCreateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC1F,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACtG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,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,8CAA8C;AACrG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAC5C,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,MAAM,+BAA+B,SAAS,EAChD,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,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/create-note.d.ts
4
+ declare const ParmaCreateNoteInput: z.ZodTypeAny;
5
+ declare const ParmaCreateNoteOutput: z.ZodTypeAny;
6
+ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaCreateNote };
9
+ //# sourceMappingURL=create-note.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-note.d.cts","names":[],"sources":["../../src/actions/create-note.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAIqB;AAAA,cAS7C,qBAAA,EAAuB,CAAA,CAAE,UAEa;AAAA,cAEtC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-note.d.ts
4
+ declare const ParmaCreateNoteInput: z.ZodTypeAny;
5
+ declare const ParmaCreateNoteOutput: z.ZodTypeAny;
6
+ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaCreateNote };
9
+ //# sourceMappingURL=create-note.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-note.d.mts","names":[],"sources":["../../src/actions/create-note.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAIqB;AAAA,cAS7C,qBAAA,EAAuB,CAAA,CAAE,UAEa;AAAA,cAEtC,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,27 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-note.ts
4
+ const ParmaCreateNoteInput = z.object({
5
+ body: z.string().describe("The note body content"),
6
+ datetime: z.string().describe("Custom datetime for the note in ISO 8601 format").optional(),
7
+ relationship_ids: z.array(z.number().int()).describe("Array of relationship IDs to link the note to")
8
+ }).describe("Request model for creating a note in Parma.");
9
+ const ParmaCreateNote_NoteDataSchema = z.object({
10
+ id: z.number().int().describe("The unique identifier of the created note"),
11
+ body: z.string().describe("The note body content"),
12
+ datetime: z.string().describe("Custom datetime for the note").nullable().optional(),
13
+ created_at: z.string().describe("Timestamp when the note was created").nullable().optional(),
14
+ updated_at: z.string().describe("Timestamp when the note was last updated").nullable().optional(),
15
+ relationship_ids: z.array(z.number().int()).describe("Array of relationship IDs linked to the note")
16
+ }).describe("Note data within the response.");
17
+ const parmaCreateNote = action("PARMA_CREATE_NOTE", {
18
+ slug: "parma-create-note",
19
+ name: "Create Note",
20
+ description: "Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.",
21
+ input: ParmaCreateNoteInput,
22
+ output: z.object({ data: ParmaCreateNote_NoteDataSchema.nullable() }).describe("Response schema for creating a note.")
23
+ });
24
+ //#endregion
25
+ export { parmaCreateNote };
26
+
27
+ //# sourceMappingURL=create-note.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-note.mjs","names":[],"sources":["../../src/actions/create-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaCreateNoteInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The note body content\"),\n datetime: z.string().describe(\"Custom datetime for the note in ISO 8601 format\").optional(),\n relationship_ids: z.array(z.number().int()).describe(\"Array of relationship IDs to link the note to\"),\n}).describe(\"Request model for creating a note in Parma.\");\nconst ParmaCreateNote_NoteDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the created note\"),\n body: z.string().describe(\"The note body content\"),\n datetime: z.string().describe(\"Custom datetime for 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(\"Array of relationship IDs linked to the note\"),\n}).describe(\"Note data within the response.\");\nexport const ParmaCreateNoteOutput: z.ZodTypeAny = z.object({\n data: ParmaCreateNote_NoteDataSchema.nullable(),\n}).describe(\"Response schema for creating a note.\");\n\nexport const parmaCreateNote = action(\"PARMA_CREATE_NOTE\", {\n slug: \"parma-create-note\",\n name: \"Create Note\",\n description: \"Tool to create a new note in the Parma account. Use when you need to add a note linked to specific relationships.\",\n input: ParmaCreateNoteInput,\n output: ParmaCreateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC1F,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AACtG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,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,8CAA8C;AACrG,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAK5C,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,sCAOF;AACV,CAAC"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-relationship.ts
4
+ const ParmaCreateRelationshipInput = zod.z.object({
5
+ name: zod.z.string().describe("The name of the relationship"),
6
+ type: zod.z.enum(["person", "company"]).describe("Type of relationship to create.").optional(),
7
+ about: zod.z.string().describe("Description or notes about the relationship").optional(),
8
+ group_ids: zod.z.array(zod.z.number().int()).describe("Array of group IDs to add the relationship to"),
9
+ company_id: zod.z.number().int().describe("Company ID if the relationship is a person belonging to a company").optional()
10
+ }).describe("Request model for creating a new relationship in Parma.");
11
+ const ParmaCreateRelationship_RelationshipDataSchema = zod.z.object({
12
+ id: zod.z.number().int().describe("Unique identifier of the relationship").nullable().optional(),
13
+ name: zod.z.string().describe("Name of the relationship").nullable().optional(),
14
+ type: zod.z.string().describe("Type of relationship (person or company)").nullable().optional(),
15
+ about: zod.z.string().describe("Description or notes about the relationship").nullable().optional(),
16
+ group_ids: zod.z.array(zod.z.number().int()).describe("Array of group IDs the relationship belongs to").nullable().optional(),
17
+ company_id: zod.z.number().int().describe("Company ID if the relationship is a person").nullable().optional(),
18
+ created_at: zod.z.string().describe("Timestamp when the relationship was created").nullable().optional(),
19
+ properties: zod.z.array(zod.z.object({})).describe("Custom properties for the relationship").nullable().optional(),
20
+ updated_at: zod.z.string().describe("Timestamp when the relationship was last updated").nullable().optional(),
21
+ contact_details: zod.z.array(zod.z.object({})).describe("Contact details for the relationship").nullable().optional()
22
+ }).describe("Relationship data returned in the response.");
23
+ const ParmaCreateRelationshipOutput = zod.z.object({ data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional() }).describe("Response schema for creating a relationship.");
24
+ const parmaCreateRelationship = require_action.action("PARMA_CREATE_RELATIONSHIP", {
25
+ slug: "parma-create-relationship",
26
+ name: "Create Relationship",
27
+ description: "Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.",
28
+ input: ParmaCreateRelationshipInput,
29
+ output: ParmaCreateRelationshipOutput
30
+ });
31
+ //#endregion
32
+ exports.parmaCreateRelationship = parmaCreateRelationship;
33
+
34
+ //# sourceMappingURL=create-relationship.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-relationship.cjs","names":["z","action"],"sources":["../../src/actions/create-relationship.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaCreateRelationshipInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the relationship\"),\n type: z.enum([\"person\", \"company\"]).describe(\"Type of relationship to create.\").optional(),\n about: z.string().describe(\"Description or notes about the relationship\").optional(),\n group_ids: z.array(z.number().int()).describe(\"Array of group IDs to add the relationship to\"),\n company_id: z.number().int().describe(\"Company ID if the relationship is a person belonging to a company\").optional(),\n}).describe(\"Request model for creating a new relationship in Parma.\");\nconst ParmaCreateRelationship_RelationshipDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the relationship\").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(\"Array of group IDs the relationship belongs to\").nullable().optional(),\n company_id: z.number().int().describe(\"Company ID if the relationship is a person\").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 ParmaCreateRelationshipOutput: z.ZodTypeAny = z.object({\n data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional(),\n}).describe(\"Response schema for creating a relationship.\");\n\nexport const parmaCreateRelationship = action(\"PARMA_CREATE_RELATIONSHIP\", {\n slug: \"parma-create-relationship\",\n name: \"Create Relationship\",\n description: \"Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.\",\n input: ParmaCreateRelationshipInput,\n output: ParmaCreateRelationshipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+CAA+C;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,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,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,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,CAAC,CAAC,SAAS,EAC3E,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/create-relationship.d.ts
4
+ declare const ParmaCreateRelationshipInput: z.ZodTypeAny;
5
+ declare const ParmaCreateRelationshipOutput: z.ZodTypeAny;
6
+ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaCreateRelationship };
9
+ //# sourceMappingURL=create-relationship.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-relationship.d.cts","names":[],"sources":["../../src/actions/create-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAMyB;AAAA,cAazD,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/create-relationship.d.ts
4
+ declare const ParmaCreateRelationshipInput: z.ZodTypeAny;
5
+ declare const ParmaCreateRelationshipOutput: z.ZodTypeAny;
6
+ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaCreateRelationship };
9
+ //# sourceMappingURL=create-relationship.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-relationship.d.mts","names":[],"sources":["../../src/actions/create-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAMyB;AAAA,cAazD,6BAAA,EAA+B,CAAA,CAAE,UAEa;AAAA,cAE9C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-relationship.ts
4
+ const ParmaCreateRelationshipInput = z.object({
5
+ name: z.string().describe("The name of the relationship"),
6
+ type: z.enum(["person", "company"]).describe("Type of relationship to create.").optional(),
7
+ about: z.string().describe("Description or notes about the relationship").optional(),
8
+ group_ids: z.array(z.number().int()).describe("Array of group IDs to add the relationship to"),
9
+ company_id: z.number().int().describe("Company ID if the relationship is a person belonging to a company").optional()
10
+ }).describe("Request model for creating a new relationship in Parma.");
11
+ const ParmaCreateRelationship_RelationshipDataSchema = z.object({
12
+ id: z.number().int().describe("Unique identifier of the relationship").nullable().optional(),
13
+ name: z.string().describe("Name of the relationship").nullable().optional(),
14
+ type: z.string().describe("Type of relationship (person or company)").nullable().optional(),
15
+ about: z.string().describe("Description or notes about the relationship").nullable().optional(),
16
+ group_ids: z.array(z.number().int()).describe("Array of group IDs the relationship belongs to").nullable().optional(),
17
+ company_id: z.number().int().describe("Company ID if the relationship is a person").nullable().optional(),
18
+ created_at: z.string().describe("Timestamp when the relationship was created").nullable().optional(),
19
+ properties: z.array(z.object({})).describe("Custom properties for the relationship").nullable().optional(),
20
+ updated_at: z.string().describe("Timestamp when the relationship was last updated").nullable().optional(),
21
+ contact_details: z.array(z.object({})).describe("Contact details for the relationship").nullable().optional()
22
+ }).describe("Relationship data returned in the response.");
23
+ const parmaCreateRelationship = action("PARMA_CREATE_RELATIONSHIP", {
24
+ slug: "parma-create-relationship",
25
+ name: "Create Relationship",
26
+ description: "Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.",
27
+ input: ParmaCreateRelationshipInput,
28
+ output: z.object({ data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional() }).describe("Response schema for creating a relationship.")
29
+ });
30
+ //#endregion
31
+ export { parmaCreateRelationship };
32
+
33
+ //# sourceMappingURL=create-relationship.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-relationship.mjs","names":[],"sources":["../../src/actions/create-relationship.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaCreateRelationshipInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the relationship\"),\n type: z.enum([\"person\", \"company\"]).describe(\"Type of relationship to create.\").optional(),\n about: z.string().describe(\"Description or notes about the relationship\").optional(),\n group_ids: z.array(z.number().int()).describe(\"Array of group IDs to add the relationship to\"),\n company_id: z.number().int().describe(\"Company ID if the relationship is a person belonging to a company\").optional(),\n}).describe(\"Request model for creating a new relationship in Parma.\");\nconst ParmaCreateRelationship_RelationshipDataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the relationship\").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(\"Array of group IDs the relationship belongs to\").nullable().optional(),\n company_id: z.number().int().describe(\"Company ID if the relationship is a person\").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 ParmaCreateRelationshipOutput: z.ZodTypeAny = z.object({\n data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional(),\n}).describe(\"Response schema for creating a relationship.\");\n\nexport const parmaCreateRelationship = action(\"PARMA_CREATE_RELATIONSHIP\", {\n slug: \"parma-create-relationship\",\n name: \"Create Relationship\",\n description: \"Tool to create a new relationship in Parma. Use when you need to add a new person or company to your Parma account.\",\n input: ParmaCreateRelationshipInput,\n output: ParmaCreateRelationshipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAM,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,+CAA+C;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,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,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,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,CAAC,CAAC,SAAS,EAC3E,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,52 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/data-json.ts
4
+ const ParmaDataJsonInput = zod.z.object({}).describe("No parameters required for this request.");
5
+ const ParmaDataJson_PublisherSchema = zod.z.object({ name: zod.z.string().describe("Name of the publishing organization").nullable().optional() }).describe("Publisher organization for the dataset.");
6
+ const ParmaDataJson_ContactPointSchema = zod.z.object({
7
+ fn: zod.z.string().describe("Name of the contact person/organization").nullable().optional(),
8
+ hasEmail: zod.z.string().describe("Email address of the contact").nullable().optional()
9
+ }).describe("Contact information for the dataset.");
10
+ const ParmaDataJson_DistributionSchema = zod.z.object({
11
+ title: zod.z.string().describe("Title of the distribution").nullable().optional(),
12
+ format: zod.z.string().describe("Data format of the distribution (e.g., CSV, JSON, SHP)").nullable().optional(),
13
+ accessURL: zod.z.string().describe("URL to access the distribution").nullable().optional(),
14
+ mediaType: zod.z.string().describe("MIME type of the distribution (e.g., text/csv)").nullable().optional(),
15
+ description: zod.z.string().describe("Description of the distribution").nullable().optional(),
16
+ downloadURL: zod.z.string().describe("Direct download URL for the distribution").nullable().optional()
17
+ }).describe("Represents a downloadable distribution in DCAT-US 1.1 format.");
18
+ const ParmaDataJson_DatasetSchema = zod.z.object({
19
+ theme: zod.z.array(zod.z.string()).describe("Subject categories/themes").nullable().optional(),
20
+ title: zod.z.string().describe("Human-readable title of the dataset"),
21
+ issued: zod.z.string().describe("Publication date of the dataset").nullable().optional(),
22
+ keyword: zod.z.array(zod.z.string()).describe("Keywords/tags associated with the dataset").nullable().optional(),
23
+ license: zod.z.string().describe("License URL for the dataset").nullable().optional(),
24
+ spatial: zod.z.string().describe("Geographic coverage (POLYGON coordinates)").nullable().optional(),
25
+ language: zod.z.array(zod.z.string()).describe("Language codes").nullable().optional(),
26
+ modified: zod.z.string().describe("Last modification date").nullable().optional(),
27
+ publisher: ParmaDataJson_PublisherSchema.nullable().optional(),
28
+ identifier: zod.z.string().describe("Unique identifier of the dataset (UUID)"),
29
+ references: zod.z.array(zod.z.string()).describe("Links to related datasets").nullable().optional(),
30
+ accessLevel: zod.z.string().describe("Access level of the dataset (e.g., public)").nullable().optional(),
31
+ description: zod.z.string().describe("Description or notes about the dataset").nullable().optional(),
32
+ landingPage: zod.z.string().describe("Dataset webpage URL").nullable().optional(),
33
+ contactPoint: ParmaDataJson_ContactPointSchema.nullable().optional(),
34
+ distribution: zod.z.array(ParmaDataJson_DistributionSchema).describe("List of downloadable distributions for this dataset").nullable().optional(),
35
+ accrualPeriodicity: zod.z.string().describe("Update frequency (e.g., R/P1Y for yearly)").nullable().optional()
36
+ }).describe("Represents a single dataset in DCAT-US 1.1 format.");
37
+ const ParmaDataJsonOutput = zod.z.object({
38
+ datasets: zod.z.array(ParmaDataJson_DatasetSchema).describe("List of dataset metadata as defined by DCAT-US 1.1"),
39
+ conformsTo: zod.z.string().describe("Schema conformance URL").nullable().optional(),
40
+ describedBy: zod.z.string().describe("Schema description URL").nullable().optional()
41
+ }).describe("DCAT-US 1.1 compliant catalog metadata response.");
42
+ const parmaDataJson = require_action.action("PARMA_DATA_JSON", {
43
+ slug: "parma-data-json",
44
+ name: "Get data.json metadata",
45
+ description: "Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.",
46
+ input: ParmaDataJsonInput,
47
+ output: ParmaDataJsonOutput
48
+ });
49
+ //#endregion
50
+ exports.parmaDataJson = parmaDataJson;
51
+
52
+ //# sourceMappingURL=data-json.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-json.cjs","names":["z","action"],"sources":["../../src/actions/data-json.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaDataJsonInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for this request.\");\nconst ParmaDataJson_PublisherSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the publishing organization\").nullable().optional(),\n}).describe(\"Publisher organization for the dataset.\");\nconst ParmaDataJson_ContactPointSchema: z.ZodTypeAny = z.object({\n fn: z.string().describe(\"Name of the contact person/organization\").nullable().optional(),\n hasEmail: z.string().describe(\"Email address of the contact\").nullable().optional(),\n}).describe(\"Contact information for the dataset.\");\nconst ParmaDataJson_DistributionSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the distribution\").nullable().optional(),\n format: z.string().describe(\"Data format of the distribution (e.g., CSV, JSON, SHP)\").nullable().optional(),\n accessURL: z.string().describe(\"URL to access the distribution\").nullable().optional(),\n mediaType: z.string().describe(\"MIME type of the distribution (e.g., text/csv)\").nullable().optional(),\n description: z.string().describe(\"Description of the distribution\").nullable().optional(),\n downloadURL: z.string().describe(\"Direct download URL for the distribution\").nullable().optional(),\n}).describe(\"Represents a downloadable distribution in DCAT-US 1.1 format.\");\nconst ParmaDataJson_DatasetSchema: z.ZodTypeAny = z.object({\n theme: z.array(z.string()).describe(\"Subject categories/themes\").nullable().optional(),\n title: z.string().describe(\"Human-readable title of the dataset\"),\n issued: z.string().describe(\"Publication date of the dataset\").nullable().optional(),\n keyword: z.array(z.string()).describe(\"Keywords/tags associated with the dataset\").nullable().optional(),\n license: z.string().describe(\"License URL for the dataset\").nullable().optional(),\n spatial: z.string().describe(\"Geographic coverage (POLYGON coordinates)\").nullable().optional(),\n language: z.array(z.string()).describe(\"Language codes\").nullable().optional(),\n modified: z.string().describe(\"Last modification date\").nullable().optional(),\n publisher: ParmaDataJson_PublisherSchema.nullable().optional(),\n identifier: z.string().describe(\"Unique identifier of the dataset (UUID)\"),\n references: z.array(z.string()).describe(\"Links to related datasets\").nullable().optional(),\n accessLevel: z.string().describe(\"Access level of the dataset (e.g., public)\").nullable().optional(),\n description: z.string().describe(\"Description or notes about the dataset\").nullable().optional(),\n landingPage: z.string().describe(\"Dataset webpage URL\").nullable().optional(),\n contactPoint: ParmaDataJson_ContactPointSchema.nullable().optional(),\n distribution: z.array(ParmaDataJson_DistributionSchema).describe(\"List of downloadable distributions for this dataset\").nullable().optional(),\n accrualPeriodicity: z.string().describe(\"Update frequency (e.g., R/P1Y for yearly)\").nullable().optional(),\n}).describe(\"Represents a single dataset in DCAT-US 1.1 format.\");\nexport const ParmaDataJsonOutput: z.ZodTypeAny = z.object({\n datasets: z.array(ParmaDataJson_DatasetSchema).describe(\"List of dataset metadata as defined by DCAT-US 1.1\"),\n conformsTo: z.string().describe(\"Schema conformance URL\").nullable().optional(),\n describedBy: z.string().describe(\"Schema description URL\").nullable().optional(),\n}).describe(\"DCAT-US 1.1 compliant catalog metadata response.\");\n\nexport const parmaDataJson = action(\"PARMA_DATA_JSON\", {\n slug: \"parma-data-json\",\n name: \"Get data.json metadata\",\n description: \"Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.\",\n input: ParmaDataJsonInput,\n output: ParmaDataJsonOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/data-json.d.ts
4
+ declare const ParmaDataJsonInput: z.ZodTypeAny;
5
+ declare const ParmaDataJsonOutput: z.ZodTypeAny;
6
+ declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaDataJson };
9
+ //# sourceMappingURL=data-json.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-json.d.cts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAA8E;AAAA,cAmCpG,mBAAA,EAAqB,CAAA,CAAE,UAI2B;AAAA,cAElD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/data-json.d.ts
4
+ declare const ParmaDataJsonInput: z.ZodTypeAny;
5
+ declare const ParmaDataJsonOutput: z.ZodTypeAny;
6
+ declare const parmaDataJson: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { parmaDataJson };
9
+ //# sourceMappingURL=data-json.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-json.d.mts","names":[],"sources":["../../src/actions/data-json.ts"],"mappings":";;;cAIa,kBAAA,EAAoB,CAAA,CAAE,UAA8E;AAAA,cAmCpG,mBAAA,EAAqB,CAAA,CAAE,UAI2B;AAAA,cAElD,aAAA,gCAAa,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,51 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/data-json.ts
4
+ const ParmaDataJsonInput = z.object({}).describe("No parameters required for this request.");
5
+ const ParmaDataJson_PublisherSchema = z.object({ name: z.string().describe("Name of the publishing organization").nullable().optional() }).describe("Publisher organization for the dataset.");
6
+ const ParmaDataJson_ContactPointSchema = z.object({
7
+ fn: z.string().describe("Name of the contact person/organization").nullable().optional(),
8
+ hasEmail: z.string().describe("Email address of the contact").nullable().optional()
9
+ }).describe("Contact information for the dataset.");
10
+ const ParmaDataJson_DistributionSchema = z.object({
11
+ title: z.string().describe("Title of the distribution").nullable().optional(),
12
+ format: z.string().describe("Data format of the distribution (e.g., CSV, JSON, SHP)").nullable().optional(),
13
+ accessURL: z.string().describe("URL to access the distribution").nullable().optional(),
14
+ mediaType: z.string().describe("MIME type of the distribution (e.g., text/csv)").nullable().optional(),
15
+ description: z.string().describe("Description of the distribution").nullable().optional(),
16
+ downloadURL: z.string().describe("Direct download URL for the distribution").nullable().optional()
17
+ }).describe("Represents a downloadable distribution in DCAT-US 1.1 format.");
18
+ const ParmaDataJson_DatasetSchema = z.object({
19
+ theme: z.array(z.string()).describe("Subject categories/themes").nullable().optional(),
20
+ title: z.string().describe("Human-readable title of the dataset"),
21
+ issued: z.string().describe("Publication date of the dataset").nullable().optional(),
22
+ keyword: z.array(z.string()).describe("Keywords/tags associated with the dataset").nullable().optional(),
23
+ license: z.string().describe("License URL for the dataset").nullable().optional(),
24
+ spatial: z.string().describe("Geographic coverage (POLYGON coordinates)").nullable().optional(),
25
+ language: z.array(z.string()).describe("Language codes").nullable().optional(),
26
+ modified: z.string().describe("Last modification date").nullable().optional(),
27
+ publisher: ParmaDataJson_PublisherSchema.nullable().optional(),
28
+ identifier: z.string().describe("Unique identifier of the dataset (UUID)"),
29
+ references: z.array(z.string()).describe("Links to related datasets").nullable().optional(),
30
+ accessLevel: z.string().describe("Access level of the dataset (e.g., public)").nullable().optional(),
31
+ description: z.string().describe("Description or notes about the dataset").nullable().optional(),
32
+ landingPage: z.string().describe("Dataset webpage URL").nullable().optional(),
33
+ contactPoint: ParmaDataJson_ContactPointSchema.nullable().optional(),
34
+ distribution: z.array(ParmaDataJson_DistributionSchema).describe("List of downloadable distributions for this dataset").nullable().optional(),
35
+ accrualPeriodicity: z.string().describe("Update frequency (e.g., R/P1Y for yearly)").nullable().optional()
36
+ }).describe("Represents a single dataset in DCAT-US 1.1 format.");
37
+ const parmaDataJson = action("PARMA_DATA_JSON", {
38
+ slug: "parma-data-json",
39
+ name: "Get data.json metadata",
40
+ description: "Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.",
41
+ input: ParmaDataJsonInput,
42
+ output: z.object({
43
+ datasets: z.array(ParmaDataJson_DatasetSchema).describe("List of dataset metadata as defined by DCAT-US 1.1"),
44
+ conformsTo: z.string().describe("Schema conformance URL").nullable().optional(),
45
+ describedBy: z.string().describe("Schema description URL").nullable().optional()
46
+ }).describe("DCAT-US 1.1 compliant catalog metadata response.")
47
+ });
48
+ //#endregion
49
+ export { parmaDataJson };
50
+
51
+ //# sourceMappingURL=data-json.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-json.mjs","names":[],"sources":["../../src/actions/data-json.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaDataJsonInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for this request.\");\nconst ParmaDataJson_PublisherSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the publishing organization\").nullable().optional(),\n}).describe(\"Publisher organization for the dataset.\");\nconst ParmaDataJson_ContactPointSchema: z.ZodTypeAny = z.object({\n fn: z.string().describe(\"Name of the contact person/organization\").nullable().optional(),\n hasEmail: z.string().describe(\"Email address of the contact\").nullable().optional(),\n}).describe(\"Contact information for the dataset.\");\nconst ParmaDataJson_DistributionSchema: z.ZodTypeAny = z.object({\n title: z.string().describe(\"Title of the distribution\").nullable().optional(),\n format: z.string().describe(\"Data format of the distribution (e.g., CSV, JSON, SHP)\").nullable().optional(),\n accessURL: z.string().describe(\"URL to access the distribution\").nullable().optional(),\n mediaType: z.string().describe(\"MIME type of the distribution (e.g., text/csv)\").nullable().optional(),\n description: z.string().describe(\"Description of the distribution\").nullable().optional(),\n downloadURL: z.string().describe(\"Direct download URL for the distribution\").nullable().optional(),\n}).describe(\"Represents a downloadable distribution in DCAT-US 1.1 format.\");\nconst ParmaDataJson_DatasetSchema: z.ZodTypeAny = z.object({\n theme: z.array(z.string()).describe(\"Subject categories/themes\").nullable().optional(),\n title: z.string().describe(\"Human-readable title of the dataset\"),\n issued: z.string().describe(\"Publication date of the dataset\").nullable().optional(),\n keyword: z.array(z.string()).describe(\"Keywords/tags associated with the dataset\").nullable().optional(),\n license: z.string().describe(\"License URL for the dataset\").nullable().optional(),\n spatial: z.string().describe(\"Geographic coverage (POLYGON coordinates)\").nullable().optional(),\n language: z.array(z.string()).describe(\"Language codes\").nullable().optional(),\n modified: z.string().describe(\"Last modification date\").nullable().optional(),\n publisher: ParmaDataJson_PublisherSchema.nullable().optional(),\n identifier: z.string().describe(\"Unique identifier of the dataset (UUID)\"),\n references: z.array(z.string()).describe(\"Links to related datasets\").nullable().optional(),\n accessLevel: z.string().describe(\"Access level of the dataset (e.g., public)\").nullable().optional(),\n description: z.string().describe(\"Description or notes about the dataset\").nullable().optional(),\n landingPage: z.string().describe(\"Dataset webpage URL\").nullable().optional(),\n contactPoint: ParmaDataJson_ContactPointSchema.nullable().optional(),\n distribution: z.array(ParmaDataJson_DistributionSchema).describe(\"List of downloadable distributions for this dataset\").nullable().optional(),\n accrualPeriodicity: z.string().describe(\"Update frequency (e.g., R/P1Y for yearly)\").nullable().optional(),\n}).describe(\"Represents a single dataset in DCAT-US 1.1 format.\");\nexport const ParmaDataJsonOutput: z.ZodTypeAny = z.object({\n datasets: z.array(ParmaDataJson_DatasetSchema).describe(\"List of dataset metadata as defined by DCAT-US 1.1\"),\n conformsTo: z.string().describe(\"Schema conformance URL\").nullable().optional(),\n describedBy: z.string().describe(\"Schema description URL\").nullable().optional(),\n}).describe(\"DCAT-US 1.1 compliant catalog metadata response.\");\n\nexport const parmaDataJson = action(\"PARMA_DATA_JSON\", {\n slug: \"parma-data-json\",\n name: \"Get data.json metadata\",\n description: \"Tool to retrieve DCAT-US 1.1 compliant metadata of all datasets. Use when you need the complete catalog JSON (data.json) from Parma’s open data portal.\",\n input: ParmaDataJsonInput,\n output: ParmaDataJsonOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-relationship.ts
4
+ const ParmaDeleteRelationshipInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the relationship to delete") }).describe("Request model for deleting a relationship in Parma.");
5
+ const ParmaDeleteRelationshipOutput = zod.z.object({ success: zod.z.boolean().describe("Indicates whether the relationship was successfully deleted") }).describe("Response model for delete relationship. Returns empty response on successful deletion.");
6
+ const parmaDeleteRelationship = require_action.action("PARMA_DELETE_RELATIONSHIP", {
7
+ slug: "parma-delete-relationship",
8
+ name: "Delete Relationship",
9
+ description: "Tool to delete a relationship from Parma by its ID. Use when you need to remove an existing relationship between entities. Returns success confirmation after deletion (HTTP 204).",
10
+ input: ParmaDeleteRelationshipInput,
11
+ output: ParmaDeleteRelationshipOutput
12
+ });
13
+ //#endregion
14
+ exports.parmaDeleteRelationship = parmaDeleteRelationship;
15
+
16
+ //# sourceMappingURL=delete-relationship.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-relationship.cjs","names":["z","action"],"sources":["../../src/actions/delete-relationship.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ParmaDeleteRelationshipInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the relationship to delete\"),\n}).describe(\"Request model for deleting a relationship in Parma.\");\nexport const ParmaDeleteRelationshipOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates whether the relationship was successfully deleted\"),\n}).describe(\"Response model for delete relationship. Returns empty response on successful deletion.\");\n\nexport const parmaDeleteRelationship = action(\"PARMA_DELETE_RELATIONSHIP\", {\n slug: \"parma-delete-relationship\",\n name: \"Delete Relationship\",\n description: \"Tool to delete a relationship from Parma by its ID. Use when you need to remove an existing relationship between entities. Returns success confirmation after deletion (HTTP 204).\",\n input: ParmaDeleteRelationshipInput,\n output: ParmaDeleteRelationshipOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EAC3E,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,EAC7F,CAAC,CAAC,CAAC,SAAS,wFAAwF;AAEpG,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}