@keystrokehq/parma 0.1.0 → 0.1.3

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 (193) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-relationship-to-group.cjs +6 -6
  4. package/dist/actions/add-relationship-to-group.cjs.map +1 -1
  5. package/dist/actions/add-relationship-to-group.d.cts +16 -3
  6. package/dist/actions/add-relationship-to-group.d.cts.map +1 -1
  7. package/dist/actions/add-relationship-to-group.d.mts +16 -3
  8. package/dist/actions/add-relationship-to-group.d.mts.map +1 -1
  9. package/dist/actions/add-relationship-to-group.mjs +6 -6
  10. package/dist/actions/add-relationship-to-group.mjs.map +1 -1
  11. package/dist/actions/create-note.cjs +4 -4
  12. package/dist/actions/create-note.cjs.map +1 -1
  13. package/dist/actions/create-note.d.cts +20 -3
  14. package/dist/actions/create-note.d.cts.map +1 -1
  15. package/dist/actions/create-note.d.mts +20 -3
  16. package/dist/actions/create-note.d.mts.map +1 -1
  17. package/dist/actions/create-note.mjs +4 -4
  18. package/dist/actions/create-note.mjs.map +1 -1
  19. package/dist/actions/create-relationship.cjs +4 -4
  20. package/dist/actions/create-relationship.cjs.map +1 -1
  21. package/dist/actions/create-relationship.d.cts +31 -3
  22. package/dist/actions/create-relationship.d.cts.map +1 -1
  23. package/dist/actions/create-relationship.d.mts +31 -3
  24. package/dist/actions/create-relationship.d.mts.map +1 -1
  25. package/dist/actions/create-relationship.mjs +4 -4
  26. package/dist/actions/create-relationship.mjs.map +1 -1
  27. package/dist/actions/data-json.cjs +7 -7
  28. package/dist/actions/data-json.cjs.map +1 -1
  29. package/dist/actions/data-json.d.cts +37 -3
  30. package/dist/actions/data-json.d.cts.map +1 -1
  31. package/dist/actions/data-json.d.mts +37 -3
  32. package/dist/actions/data-json.d.mts.map +1 -1
  33. package/dist/actions/data-json.mjs +7 -7
  34. package/dist/actions/data-json.mjs.map +1 -1
  35. package/dist/actions/delete-relationship.cjs +1 -1
  36. package/dist/actions/delete-relationship.cjs.map +1 -1
  37. package/dist/actions/delete-relationship.d.cts +9 -3
  38. package/dist/actions/delete-relationship.d.cts.map +1 -1
  39. package/dist/actions/delete-relationship.d.mts +9 -3
  40. package/dist/actions/delete-relationship.d.mts.map +1 -1
  41. package/dist/actions/delete-relationship.mjs +1 -1
  42. package/dist/actions/delete-relationship.mjs.map +1 -1
  43. package/dist/actions/get-pipeline.cjs +7 -7
  44. package/dist/actions/get-pipeline.cjs.map +1 -1
  45. package/dist/actions/get-pipeline.d.cts +15 -3
  46. package/dist/actions/get-pipeline.d.cts.map +1 -1
  47. package/dist/actions/get-pipeline.d.mts +15 -3
  48. package/dist/actions/get-pipeline.d.mts.map +1 -1
  49. package/dist/actions/get-pipeline.mjs +7 -7
  50. package/dist/actions/get-pipeline.mjs.map +1 -1
  51. package/dist/actions/get-relationship.cjs +4 -4
  52. package/dist/actions/get-relationship.cjs.map +1 -1
  53. package/dist/actions/get-relationship.d.cts +24 -3
  54. package/dist/actions/get-relationship.d.cts.map +1 -1
  55. package/dist/actions/get-relationship.d.mts +24 -3
  56. package/dist/actions/get-relationship.d.mts.map +1 -1
  57. package/dist/actions/get-relationship.mjs +4 -4
  58. package/dist/actions/get-relationship.mjs.map +1 -1
  59. package/dist/actions/get-stage.cjs +2 -2
  60. package/dist/actions/get-stage.cjs.map +1 -1
  61. package/dist/actions/get-stage.d.cts +16 -3
  62. package/dist/actions/get-stage.d.cts.map +1 -1
  63. package/dist/actions/get-stage.d.mts +16 -3
  64. package/dist/actions/get-stage.d.mts.map +1 -1
  65. package/dist/actions/get-stage.mjs +2 -2
  66. package/dist/actions/get-stage.mjs.map +1 -1
  67. package/dist/actions/get-user-profile.cjs +8 -8
  68. package/dist/actions/get-user-profile.cjs.map +1 -1
  69. package/dist/actions/get-user-profile.d.cts +13 -3
  70. package/dist/actions/get-user-profile.d.cts.map +1 -1
  71. package/dist/actions/get-user-profile.d.mts +13 -3
  72. package/dist/actions/get-user-profile.d.mts.map +1 -1
  73. package/dist/actions/get-user-profile.mjs +8 -8
  74. package/dist/actions/get-user-profile.mjs.map +1 -1
  75. package/dist/actions/get-user.cjs +5 -5
  76. package/dist/actions/get-user.cjs.map +1 -1
  77. package/dist/actions/get-user.d.cts +13 -3
  78. package/dist/actions/get-user.d.cts.map +1 -1
  79. package/dist/actions/get-user.d.mts +13 -3
  80. package/dist/actions/get-user.d.mts.map +1 -1
  81. package/dist/actions/get-user.mjs +5 -5
  82. package/dist/actions/get-user.mjs.map +1 -1
  83. package/dist/actions/list-deals.cjs +3 -3
  84. package/dist/actions/list-deals.cjs.map +1 -1
  85. package/dist/actions/list-deals.d.cts +24 -3
  86. package/dist/actions/list-deals.d.cts.map +1 -1
  87. package/dist/actions/list-deals.d.mts +24 -3
  88. package/dist/actions/list-deals.d.mts.map +1 -1
  89. package/dist/actions/list-deals.mjs +3 -3
  90. package/dist/actions/list-deals.mjs.map +1 -1
  91. package/dist/actions/list-groups.cjs +8 -8
  92. package/dist/actions/list-groups.cjs.map +1 -1
  93. package/dist/actions/list-groups.d.cts +19 -3
  94. package/dist/actions/list-groups.d.cts.map +1 -1
  95. package/dist/actions/list-groups.d.mts +19 -3
  96. package/dist/actions/list-groups.d.mts.map +1 -1
  97. package/dist/actions/list-groups.mjs +8 -8
  98. package/dist/actions/list-groups.mjs.map +1 -1
  99. package/dist/actions/list-notes.cjs +7 -7
  100. package/dist/actions/list-notes.cjs.map +1 -1
  101. package/dist/actions/list-notes.d.cts +16 -3
  102. package/dist/actions/list-notes.d.cts.map +1 -1
  103. package/dist/actions/list-notes.d.mts +16 -3
  104. package/dist/actions/list-notes.d.mts.map +1 -1
  105. package/dist/actions/list-notes.mjs +7 -7
  106. package/dist/actions/list-notes.mjs.map +1 -1
  107. package/dist/actions/list-pipelines.cjs +7 -7
  108. package/dist/actions/list-pipelines.cjs.map +1 -1
  109. package/dist/actions/list-pipelines.d.cts +11 -3
  110. package/dist/actions/list-pipelines.d.cts.map +1 -1
  111. package/dist/actions/list-pipelines.d.mts +11 -3
  112. package/dist/actions/list-pipelines.d.mts.map +1 -1
  113. package/dist/actions/list-pipelines.mjs +7 -7
  114. package/dist/actions/list-pipelines.mjs.map +1 -1
  115. package/dist/actions/list-relationship-groups.cjs +6 -6
  116. package/dist/actions/list-relationship-groups.cjs.map +1 -1
  117. package/dist/actions/list-relationship-groups.d.cts +14 -3
  118. package/dist/actions/list-relationship-groups.d.cts.map +1 -1
  119. package/dist/actions/list-relationship-groups.d.mts +14 -3
  120. package/dist/actions/list-relationship-groups.d.mts.map +1 -1
  121. package/dist/actions/list-relationship-groups.mjs +6 -6
  122. package/dist/actions/list-relationship-groups.mjs.map +1 -1
  123. package/dist/actions/list-relationship-notes.cjs +2 -2
  124. package/dist/actions/list-relationship-notes.cjs.map +1 -1
  125. package/dist/actions/list-relationship-notes.d.cts +18 -3
  126. package/dist/actions/list-relationship-notes.d.cts.map +1 -1
  127. package/dist/actions/list-relationship-notes.d.mts +18 -3
  128. package/dist/actions/list-relationship-notes.d.mts.map +1 -1
  129. package/dist/actions/list-relationship-notes.mjs +2 -2
  130. package/dist/actions/list-relationship-notes.mjs.map +1 -1
  131. package/dist/actions/list-relationships.cjs +5 -5
  132. package/dist/actions/list-relationships.cjs.map +1 -1
  133. package/dist/actions/list-relationships.d.cts +52 -3
  134. package/dist/actions/list-relationships.d.cts.map +1 -1
  135. package/dist/actions/list-relationships.d.mts +52 -3
  136. package/dist/actions/list-relationships.d.mts.map +1 -1
  137. package/dist/actions/list-relationships.mjs +5 -5
  138. package/dist/actions/list-relationships.mjs.map +1 -1
  139. package/dist/actions/list-stages.cjs +8 -8
  140. package/dist/actions/list-stages.cjs.map +1 -1
  141. package/dist/actions/list-stages.d.cts +12 -3
  142. package/dist/actions/list-stages.d.cts.map +1 -1
  143. package/dist/actions/list-stages.d.mts +12 -3
  144. package/dist/actions/list-stages.d.mts.map +1 -1
  145. package/dist/actions/list-stages.mjs +8 -8
  146. package/dist/actions/list-stages.mjs.map +1 -1
  147. package/dist/actions/list-users.cjs +5 -5
  148. package/dist/actions/list-users.cjs.map +1 -1
  149. package/dist/actions/list-users.d.cts +13 -3
  150. package/dist/actions/list-users.d.cts.map +1 -1
  151. package/dist/actions/list-users.d.mts +13 -3
  152. package/dist/actions/list-users.d.mts.map +1 -1
  153. package/dist/actions/list-users.mjs +5 -5
  154. package/dist/actions/list-users.mjs.map +1 -1
  155. package/dist/actions/package-list.cjs +3 -3
  156. package/dist/actions/package-list.cjs.map +1 -1
  157. package/dist/actions/package-list.d.cts +7 -3
  158. package/dist/actions/package-list.d.cts.map +1 -1
  159. package/dist/actions/package-list.d.mts +7 -3
  160. package/dist/actions/package-list.d.mts.map +1 -1
  161. package/dist/actions/package-list.mjs +3 -3
  162. package/dist/actions/package-list.mjs.map +1 -1
  163. package/dist/actions/remove-relationship-from-group.cjs +1 -1
  164. package/dist/actions/remove-relationship-from-group.cjs.map +1 -1
  165. package/dist/actions/remove-relationship-from-group.d.cts +11 -3
  166. package/dist/actions/remove-relationship-from-group.d.cts.map +1 -1
  167. package/dist/actions/remove-relationship-from-group.d.mts +11 -3
  168. package/dist/actions/remove-relationship-from-group.d.mts.map +1 -1
  169. package/dist/actions/remove-relationship-from-group.mjs +1 -1
  170. package/dist/actions/remove-relationship-from-group.mjs.map +1 -1
  171. package/dist/actions/update-note.cjs +2 -2
  172. package/dist/actions/update-note.cjs.map +1 -1
  173. package/dist/actions/update-note.d.cts +22 -3
  174. package/dist/actions/update-note.d.cts.map +1 -1
  175. package/dist/actions/update-note.d.mts +22 -3
  176. package/dist/actions/update-note.d.mts.map +1 -1
  177. package/dist/actions/update-note.mjs +2 -2
  178. package/dist/actions/update-note.mjs.map +1 -1
  179. package/dist/actions/update-relationship.cjs +5 -5
  180. package/dist/actions/update-relationship.cjs.map +1 -1
  181. package/dist/actions/update-relationship.d.cts +35 -3
  182. package/dist/actions/update-relationship.d.cts.map +1 -1
  183. package/dist/actions/update-relationship.d.mts +35 -3
  184. package/dist/actions/update-relationship.d.mts.map +1 -1
  185. package/dist/actions/update-relationship.mjs +5 -5
  186. package/dist/actions/update-relationship.mjs.map +1 -1
  187. package/dist/catalog.cjs +7 -1
  188. package/dist/catalog.cjs.map +1 -1
  189. package/dist/catalog.d.cts +8 -0
  190. package/dist/catalog.d.mts +8 -0
  191. package/dist/catalog.mjs +7 -1
  192. package/dist/catalog.mjs.map +1 -1
  193. package/package.json +2 -2
@@ -1 +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"}
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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\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 as z.ZodTypeAny,\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"}
@@ -1 +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"}
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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: z.ZodType;\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 as z.ZodTypeAny,\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"}
@@ -6,12 +6,12 @@ const ParmaAddRelationshipToGroupInput = zod.z.object({
6
6
  relationship_id: zod.z.string().describe("Unique identifier of the relationship to add to the group")
7
7
  }).describe("Request model for adding a relationship to a group.");
8
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.");
9
+ id: zod.z.number().int().describe("Unique identifier of the relationship-group association").nullable(),
10
+ group_id: zod.z.number().int().describe("ID of the group").nullable(),
11
+ created_at: zod.z.string().describe("Timestamp when the association was created").nullable(),
12
+ updated_at: zod.z.string().describe("Timestamp when the association was last updated").nullable()
13
+ }).passthrough().describe("Relationship group association data.");
14
+ const ParmaAddRelationshipToGroupOutput = zod.z.object({ data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable() }).passthrough().describe("Response schema for adding a relationship to a group.");
15
15
  const parmaAddRelationshipToGroup = require_action.action("PARMA_ADD_RELATIONSHIP_TO_GROUP", {
16
16
  slug: "parma-add-relationship-to-group",
17
17
  name: "Add Relationship to Group",
@@ -1 +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"}
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.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.object({\n id: z.number().int().describe(\"Unique identifier of the relationship-group association\").nullable(),\n group_id: z.number().int().describe(\"ID of the group\").nullable(),\n created_at: z.string().describe(\"Timestamp when the association was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the association was last updated\").nullable(),\n}).passthrough().describe(\"Relationship group association data.\");\nexport const ParmaAddRelationshipToGroupOutput = z.object({\n data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable(),\n}).passthrough().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,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,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,0DAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CAChE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAChE,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,22 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaAddRelationshipToGroupInput: z.ZodObject<{
5
+ group_id: z.ZodNumber;
6
+ relationship_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const ParmaAddRelationshipToGroupOutput: z.ZodObject<{
9
+ data: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ group_id: z.ZodNullable<z.ZodNumber>;
12
+ created_at: z.ZodNullable<z.ZodString>;
13
+ updated_at: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ group_id: number;
18
+ relationship_id: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
20
  //#endregion
8
21
  export { parmaAddRelationshipToGroup };
9
22
  //# sourceMappingURL=add-relationship-to-group.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"add-relationship-to-group.d.cts","names":[],"sources":["../../src/actions/add-relationship-to-group.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAUhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
@@ -1,9 +1,22 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaAddRelationshipToGroupInput: z.ZodObject<{
5
+ group_id: z.ZodNumber;
6
+ relationship_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const ParmaAddRelationshipToGroupOutput: z.ZodObject<{
9
+ data: z.ZodNullable<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodNumber>;
11
+ group_id: z.ZodNullable<z.ZodNumber>;
12
+ created_at: z.ZodNullable<z.ZodString>;
13
+ updated_at: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const parmaAddRelationshipToGroup: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ group_id: number;
18
+ relationship_id: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
20
  //#endregion
8
21
  export { parmaAddRelationshipToGroup };
9
22
  //# sourceMappingURL=add-relationship-to-group.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"add-relationship-to-group.d.mts","names":[],"sources":["../../src/actions/add-relationship-to-group.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;cAUhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
@@ -6,17 +6,17 @@ const ParmaAddRelationshipToGroupInput = z.object({
6
6
  relationship_id: z.string().describe("Unique identifier of the relationship to add to the group")
7
7
  }).describe("Request model for adding a relationship to a group.");
8
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.");
9
+ id: z.number().int().describe("Unique identifier of the relationship-group association").nullable(),
10
+ group_id: z.number().int().describe("ID of the group").nullable(),
11
+ created_at: z.string().describe("Timestamp when the association was created").nullable(),
12
+ updated_at: z.string().describe("Timestamp when the association was last updated").nullable()
13
+ }).passthrough().describe("Relationship group association data.");
14
14
  const parmaAddRelationshipToGroup = action("PARMA_ADD_RELATIONSHIP_TO_GROUP", {
15
15
  slug: "parma-add-relationship-to-group",
16
16
  name: "Add Relationship to Group",
17
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
18
  input: ParmaAddRelationshipToGroupInput,
19
- output: z.object({ data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable() }).describe("Response schema for adding a relationship to a group.")
19
+ output: z.object({ data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable() }).passthrough().describe("Response schema for adding a relationship to a group.")
20
20
  });
21
21
  //#endregion
22
22
  export { parmaAddRelationshipToGroup };
@@ -1 +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"}
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.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.object({\n id: z.number().int().describe(\"Unique identifier of the relationship-group association\").nullable(),\n group_id: z.number().int().describe(\"ID of the group\").nullable(),\n created_at: z.string().describe(\"Timestamp when the association was created\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the association was last updated\").nullable(),\n}).passthrough().describe(\"Relationship group association data.\");\nexport const ParmaAddRelationshipToGroupOutput = z.object({\n data: ParmaAddRelationshipToGroup_RelationshipGroupDataSchema.nullable(),\n}).passthrough().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,mCAAmC,EAAE,OAAO;CACvD,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,0DAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAClG,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS;CAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAKhE,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+C,EAAE,OAAO,EACxD,MAAM,wDAAwD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAOhB;AACV,CAAC"}
@@ -7,14 +7,14 @@ const ParmaCreateNoteInput = zod.z.object({
7
7
  relationship_ids: zod.z.array(zod.z.number().int()).describe("Array of relationship IDs to link the note to")
8
8
  }).describe("Request model for creating a note in Parma.");
9
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"),
10
+ id: zod.z.number().int().describe("The unique identifier of the created note").nullable(),
11
+ body: zod.z.string().describe("The note body content").nullable(),
12
12
  datetime: zod.z.string().describe("Custom datetime for the note").nullable().optional(),
13
13
  created_at: zod.z.string().describe("Timestamp when the note was created").nullable().optional(),
14
14
  updated_at: zod.z.string().describe("Timestamp when the note was last updated").nullable().optional(),
15
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.");
16
+ }).passthrough().describe("Note data within the response.");
17
+ const ParmaCreateNoteOutput = zod.z.object({ data: ParmaCreateNote_NoteDataSchema.nullable() }).passthrough().describe("Response schema for creating a note.");
18
18
  const parmaCreateNote = require_action.action("PARMA_CREATE_NOTE", {
19
19
  slug: "parma-create-note",
20
20
  name: "Create Note",
@@ -1 +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"}
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.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.object({\n id: z.number().int().describe(\"The unique identifier of the created note\").nullable(),\n body: z.string().describe(\"The note body content\").nullable(),\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}).passthrough().describe(\"Note data within the response.\");\nexport const ParmaCreateNoteOutput = z.object({\n data: ParmaCreateNote_NoteDataSchema.nullable(),\n}).passthrough().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,uBAAuBA,IAAAA,EAAE,OAAO;CAC3C,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,iCAAiCA,IAAAA,EAAE,OAAO;CAC9C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,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,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAC1D,MAAa,wBAAwBA,IAAAA,EAAE,OAAO,EAC5C,MAAM,+BAA+B,SAAS,EAChD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaCreateNoteInput: z.ZodObject<{
5
+ body: z.ZodString;
6
+ datetime: z.ZodOptional<z.ZodString>;
7
+ relationship_ids: z.ZodArray<z.ZodNumber>;
8
+ }, z.core.$strip>;
9
+ declare const ParmaCreateNoteOutput: z.ZodObject<{
10
+ data: z.ZodNullable<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodNumber>;
12
+ body: z.ZodNullable<z.ZodString>;
13
+ datetime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ relationship_ids: z.ZodArray<z.ZodNumber>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
+ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefinition<{
20
+ body: string;
21
+ relationship_ids: number[];
22
+ datetime?: string | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { parmaCreateNote };
9
26
  //# sourceMappingURL=create-note.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-note.d.cts","names":[],"sources":["../../src/actions/create-note.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;cAapB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;cAIrB,eAAA,gCAAe,wBAAA"}
@@ -1,9 +1,26 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaCreateNoteInput: z.ZodObject<{
5
+ body: z.ZodString;
6
+ datetime: z.ZodOptional<z.ZodString>;
7
+ relationship_ids: z.ZodArray<z.ZodNumber>;
8
+ }, z.core.$strip>;
9
+ declare const ParmaCreateNoteOutput: z.ZodObject<{
10
+ data: z.ZodNullable<z.ZodObject<{
11
+ id: z.ZodNullable<z.ZodNumber>;
12
+ body: z.ZodNullable<z.ZodString>;
13
+ datetime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ relationship_ids: z.ZodArray<z.ZodNumber>;
17
+ }, z.core.$loose>>;
18
+ }, z.core.$loose>;
19
+ declare const parmaCreateNote: import("@keystrokehq/action").WorkflowActionDefinition<{
20
+ body: string;
21
+ relationship_ids: number[];
22
+ datetime?: string | undefined;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
24
  //#endregion
8
25
  export { parmaCreateNote };
9
26
  //# sourceMappingURL=create-note.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-note.d.mts","names":[],"sources":["../../src/actions/create-note.ts"],"mappings":";;;cAIa,oBAAA,EAAoB,CAAA,CAAA,SAAA;;;;;cAapB,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;cAIrB,eAAA,gCAAe,wBAAA"}
@@ -7,19 +7,19 @@ const ParmaCreateNoteInput = z.object({
7
7
  relationship_ids: z.array(z.number().int()).describe("Array of relationship IDs to link the note to")
8
8
  }).describe("Request model for creating a note in Parma.");
9
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"),
10
+ id: z.number().int().describe("The unique identifier of the created note").nullable(),
11
+ body: z.string().describe("The note body content").nullable(),
12
12
  datetime: z.string().describe("Custom datetime for the note").nullable().optional(),
13
13
  created_at: z.string().describe("Timestamp when the note was created").nullable().optional(),
14
14
  updated_at: z.string().describe("Timestamp when the note was last updated").nullable().optional(),
15
15
  relationship_ids: z.array(z.number().int()).describe("Array of relationship IDs linked to the note")
16
- }).describe("Note data within the response.");
16
+ }).passthrough().describe("Note data within the response.");
17
17
  const parmaCreateNote = action("PARMA_CREATE_NOTE", {
18
18
  slug: "parma-create-note",
19
19
  name: "Create Note",
20
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
21
  input: ParmaCreateNoteInput,
22
- output: z.object({ data: ParmaCreateNote_NoteDataSchema.nullable() }).describe("Response schema for creating a note.")
22
+ output: z.object({ data: ParmaCreateNote_NoteDataSchema.nullable() }).passthrough().describe("Response schema for creating a note.")
23
23
  });
24
24
  //#endregion
25
25
  export { parmaCreateNote };
@@ -1 +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"}
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.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.object({\n id: z.number().int().describe(\"The unique identifier of the created note\").nullable(),\n body: z.string().describe(\"The note body content\").nullable(),\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}).passthrough().describe(\"Note data within the response.\");\nexport const ParmaCreateNoteOutput = z.object({\n data: ParmaCreateNote_NoteDataSchema.nullable(),\n}).passthrough().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,uBAAuB,EAAE,OAAO;CAC3C,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,iCAAiC,EAAE,OAAO;CAC9C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,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,YAAY,CAAC,CAAC,SAAS,gCAAgC;AAK1D,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmC,EAAE,OAAO,EAC5C,MAAM,+BAA+B,SAAS,EAChD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
@@ -16,11 +16,11 @@ const ParmaCreateRelationship_RelationshipDataSchema = zod.z.object({
16
16
  group_ids: zod.z.array(zod.z.number().int()).describe("Array of group IDs the relationship belongs to").nullable().optional(),
17
17
  company_id: zod.z.number().int().describe("Company ID if the relationship is a person").nullable().optional(),
18
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(),
19
+ properties: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Custom properties for the relationship").nullable().optional(),
20
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.");
21
+ contact_details: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Contact details for the relationship").nullable().optional()
22
+ }).passthrough().describe("Relationship data returned in the response.");
23
+ const ParmaCreateRelationshipOutput = zod.z.object({ data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional() }).passthrough().describe("Response schema for creating a relationship.");
24
24
  const parmaCreateRelationship = require_action.action("PARMA_CREATE_RELATIONSHIP", {
25
25
  slug: "parma-create-relationship",
26
26
  name: "Create Relationship",
@@ -1 +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"}
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.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.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.record(z.string(), z.unknown())).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.record(z.string(), z.unknown())).describe(\"Contact details for the relationship\").nullable().optional(),\n}).passthrough().describe(\"Relationship data returned in the response.\");\nexport const ParmaCreateRelationshipOutput = z.object({\n data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional(),\n}).passthrough().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,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,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,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,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,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AACvE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS,EAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaCreateRelationshipInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ type: z.ZodOptional<z.ZodEnum<{
7
+ person: "person";
8
+ company: "company";
9
+ }>>;
10
+ about: z.ZodOptional<z.ZodString>;
11
+ group_ids: z.ZodArray<z.ZodNumber>;
12
+ company_id: z.ZodOptional<z.ZodNumber>;
13
+ }, z.core.$strip>;
14
+ declare const ParmaCreateRelationshipOutput: z.ZodObject<{
15
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16
+ id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ about: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ group_ids: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
21
+ company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
22
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ properties: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
24
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ contact_details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
26
+ }, z.core.$loose>>>;
27
+ }, z.core.$loose>;
28
+ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
29
+ name: string;
30
+ group_ids: number[];
31
+ type?: "person" | "company" | undefined;
32
+ about?: string | undefined;
33
+ company_id?: number | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { parmaCreateRelationship };
9
37
  //# sourceMappingURL=create-relationship.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-relationship.d.cts","names":[],"sources":["../../src/actions/create-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;cAmB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -1,9 +1,37 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const ParmaCreateRelationshipInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ type: z.ZodOptional<z.ZodEnum<{
7
+ person: "person";
8
+ company: "company";
9
+ }>>;
10
+ about: z.ZodOptional<z.ZodString>;
11
+ group_ids: z.ZodArray<z.ZodNumber>;
12
+ company_id: z.ZodOptional<z.ZodNumber>;
13
+ }, z.core.$strip>;
14
+ declare const ParmaCreateRelationshipOutput: z.ZodObject<{
15
+ data: z.ZodOptional<z.ZodNullable<z.ZodObject<{
16
+ id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ about: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ group_ids: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
21
+ company_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
22
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ properties: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
24
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ contact_details: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
26
+ }, z.core.$loose>>>;
27
+ }, z.core.$loose>;
28
+ declare const parmaCreateRelationship: import("@keystrokehq/action").WorkflowActionDefinition<{
29
+ name: string;
30
+ group_ids: number[];
31
+ type?: "person" | "company" | undefined;
32
+ about?: string | undefined;
33
+ company_id?: number | undefined;
34
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
35
  //#endregion
8
36
  export { parmaCreateRelationship };
9
37
  //# sourceMappingURL=create-relationship.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-relationship.d.mts","names":[],"sources":["../../src/actions/create-relationship.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;cAmB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -16,16 +16,16 @@ const ParmaCreateRelationship_RelationshipDataSchema = z.object({
16
16
  group_ids: z.array(z.number().int()).describe("Array of group IDs the relationship belongs to").nullable().optional(),
17
17
  company_id: z.number().int().describe("Company ID if the relationship is a person").nullable().optional(),
18
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(),
19
+ properties: z.array(z.record(z.string(), z.unknown())).describe("Custom properties for the relationship").nullable().optional(),
20
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.");
21
+ contact_details: z.array(z.record(z.string(), z.unknown())).describe("Contact details for the relationship").nullable().optional()
22
+ }).passthrough().describe("Relationship data returned in the response.");
23
23
  const parmaCreateRelationship = action("PARMA_CREATE_RELATIONSHIP", {
24
24
  slug: "parma-create-relationship",
25
25
  name: "Create Relationship",
26
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
27
  input: ParmaCreateRelationshipInput,
28
- output: z.object({ data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional() }).describe("Response schema for creating a relationship.")
28
+ output: z.object({ data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional() }).passthrough().describe("Response schema for creating a relationship.")
29
29
  });
30
30
  //#endregion
31
31
  export { parmaCreateRelationship };
@@ -1 +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"}
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.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.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.record(z.string(), z.unknown())).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.record(z.string(), z.unknown())).describe(\"Contact details for the relationship\").nullable().optional(),\n}).passthrough().describe(\"Relationship data returned in the response.\");\nexport const ParmaCreateRelationshipOutput = z.object({\n data: ParmaCreateRelationship_RelationshipDataSchema.nullable().optional(),\n}).passthrough().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,+BAA+B,EAAE,OAAO;CACnD,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,iDAAiD,EAAE,OAAO;CAC9D,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,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAKvE,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS,EAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
@@ -2,11 +2,11 @@ const require_action = require("../action.cjs");
2
2
  let zod = require("zod");
3
3
  //#region src/actions/data-json.ts
4
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.");
5
+ const ParmaDataJson_PublisherSchema = zod.z.object({ name: zod.z.string().describe("Name of the publishing organization").nullable().optional() }).passthrough().describe("Publisher organization for the dataset.");
6
6
  const ParmaDataJson_ContactPointSchema = zod.z.object({
7
7
  fn: zod.z.string().describe("Name of the contact person/organization").nullable().optional(),
8
8
  hasEmail: zod.z.string().describe("Email address of the contact").nullable().optional()
9
- }).describe("Contact information for the dataset.");
9
+ }).passthrough().describe("Contact information for the dataset.");
10
10
  const ParmaDataJson_DistributionSchema = zod.z.object({
11
11
  title: zod.z.string().describe("Title of the distribution").nullable().optional(),
12
12
  format: zod.z.string().describe("Data format of the distribution (e.g., CSV, JSON, SHP)").nullable().optional(),
@@ -14,10 +14,10 @@ const ParmaDataJson_DistributionSchema = zod.z.object({
14
14
  mediaType: zod.z.string().describe("MIME type of the distribution (e.g., text/csv)").nullable().optional(),
15
15
  description: zod.z.string().describe("Description of the distribution").nullable().optional(),
16
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.");
17
+ }).passthrough().describe("Represents a downloadable distribution in DCAT-US 1.1 format.");
18
18
  const ParmaDataJson_DatasetSchema = zod.z.object({
19
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"),
20
+ title: zod.z.string().describe("Human-readable title of the dataset").nullable(),
21
21
  issued: zod.z.string().describe("Publication date of the dataset").nullable().optional(),
22
22
  keyword: zod.z.array(zod.z.string()).describe("Keywords/tags associated with the dataset").nullable().optional(),
23
23
  license: zod.z.string().describe("License URL for the dataset").nullable().optional(),
@@ -25,7 +25,7 @@ const ParmaDataJson_DatasetSchema = zod.z.object({
25
25
  language: zod.z.array(zod.z.string()).describe("Language codes").nullable().optional(),
26
26
  modified: zod.z.string().describe("Last modification date").nullable().optional(),
27
27
  publisher: ParmaDataJson_PublisherSchema.nullable().optional(),
28
- identifier: zod.z.string().describe("Unique identifier of the dataset (UUID)"),
28
+ identifier: zod.z.string().describe("Unique identifier of the dataset (UUID)").nullable(),
29
29
  references: zod.z.array(zod.z.string()).describe("Links to related datasets").nullable().optional(),
30
30
  accessLevel: zod.z.string().describe("Access level of the dataset (e.g., public)").nullable().optional(),
31
31
  description: zod.z.string().describe("Description or notes about the dataset").nullable().optional(),
@@ -33,12 +33,12 @@ const ParmaDataJson_DatasetSchema = zod.z.object({
33
33
  contactPoint: ParmaDataJson_ContactPointSchema.nullable().optional(),
34
34
  distribution: zod.z.array(ParmaDataJson_DistributionSchema).describe("List of downloadable distributions for this dataset").nullable().optional(),
35
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.");
36
+ }).passthrough().describe("Represents a single dataset in DCAT-US 1.1 format.");
37
37
  const ParmaDataJsonOutput = zod.z.object({
38
38
  datasets: zod.z.array(ParmaDataJson_DatasetSchema).describe("List of dataset metadata as defined by DCAT-US 1.1"),
39
39
  conformsTo: zod.z.string().describe("Schema conformance URL").nullable().optional(),
40
40
  describedBy: zod.z.string().describe("Schema description URL").nullable().optional()
41
- }).describe("DCAT-US 1.1 compliant catalog metadata response.");
41
+ }).passthrough().describe("DCAT-US 1.1 compliant catalog metadata response.");
42
42
  const parmaDataJson = require_action.action("PARMA_DATA_JSON", {
43
43
  slug: "parma-data-json",
44
44
  name: "Get data.json metadata",
@@ -1 +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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"}
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.object({}).describe(\"No parameters required for this request.\");\nconst ParmaDataJson_PublisherSchema = z.object({\n name: z.string().describe(\"Name of the publishing organization\").nullable().optional(),\n}).passthrough().describe(\"Publisher organization for the dataset.\");\nconst ParmaDataJson_ContactPointSchema = 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}).passthrough().describe(\"Contact information for the dataset.\");\nconst ParmaDataJson_DistributionSchema = 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}).passthrough().describe(\"Represents a downloadable distribution in DCAT-US 1.1 format.\");\nconst ParmaDataJson_DatasetSchema = 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\").nullable(),\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)\").nullable(),\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}).passthrough().describe(\"Represents a single dataset in DCAT-US 1.1 format.\");\nexport const ParmaDataJsonOutput = 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}).passthrough().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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"}