@keystrokehq/recruitee 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/create-candidate.cjs +43 -0
  7. package/dist/actions/create-candidate.cjs.map +1 -0
  8. package/dist/actions/create-candidate.d.cts +9 -0
  9. package/dist/actions/create-candidate.d.cts.map +1 -0
  10. package/dist/actions/create-candidate.d.mts +9 -0
  11. package/dist/actions/create-candidate.d.mts.map +1 -0
  12. package/dist/actions/create-candidate.mjs +42 -0
  13. package/dist/actions/create-candidate.mjs.map +1 -0
  14. package/dist/actions/create-note.cjs +34 -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 +33 -0
  21. package/dist/actions/create-note.mjs.map +1 -0
  22. package/dist/actions/create-offer.cjs +80 -0
  23. package/dist/actions/create-offer.cjs.map +1 -0
  24. package/dist/actions/create-offer.d.cts +9 -0
  25. package/dist/actions/create-offer.d.cts.map +1 -0
  26. package/dist/actions/create-offer.d.mts +9 -0
  27. package/dist/actions/create-offer.d.mts.map +1 -0
  28. package/dist/actions/create-offer.mjs +77 -0
  29. package/dist/actions/create-offer.mjs.map +1 -0
  30. package/dist/actions/delete-candidate.cjs +16 -0
  31. package/dist/actions/delete-candidate.cjs.map +1 -0
  32. package/dist/actions/delete-candidate.d.cts +9 -0
  33. package/dist/actions/delete-candidate.d.cts.map +1 -0
  34. package/dist/actions/delete-candidate.d.mts +9 -0
  35. package/dist/actions/delete-candidate.d.mts.map +1 -0
  36. package/dist/actions/delete-candidate.mjs +13 -0
  37. package/dist/actions/delete-candidate.mjs.map +1 -0
  38. package/dist/actions/delete-tag.cjs +16 -0
  39. package/dist/actions/delete-tag.cjs.map +1 -0
  40. package/dist/actions/delete-tag.d.cts +9 -0
  41. package/dist/actions/delete-tag.d.cts.map +1 -0
  42. package/dist/actions/delete-tag.d.mts +9 -0
  43. package/dist/actions/delete-tag.d.mts.map +1 -0
  44. package/dist/actions/delete-tag.mjs +13 -0
  45. package/dist/actions/delete-tag.mjs.map +1 -0
  46. package/dist/actions/get-candidate.cjs +39 -0
  47. package/dist/actions/get-candidate.cjs.map +1 -0
  48. package/dist/actions/get-candidate.d.cts +9 -0
  49. package/dist/actions/get-candidate.d.cts.map +1 -0
  50. package/dist/actions/get-candidate.d.mts +9 -0
  51. package/dist/actions/get-candidate.d.mts.map +1 -0
  52. package/dist/actions/get-candidate.mjs +38 -0
  53. package/dist/actions/get-candidate.mjs.map +1 -0
  54. package/dist/actions/get-candidates.cjs +47 -0
  55. package/dist/actions/get-candidates.cjs.map +1 -0
  56. package/dist/actions/get-candidates.d.cts +9 -0
  57. package/dist/actions/get-candidates.d.cts.map +1 -0
  58. package/dist/actions/get-candidates.d.mts +9 -0
  59. package/dist/actions/get-candidates.d.mts.map +1 -0
  60. package/dist/actions/get-candidates.mjs +46 -0
  61. package/dist/actions/get-candidates.mjs.map +1 -0
  62. package/dist/actions/get-company-id.cjs +22 -0
  63. package/dist/actions/get-company-id.cjs.map +1 -0
  64. package/dist/actions/get-company-id.d.cts +9 -0
  65. package/dist/actions/get-company-id.d.cts.map +1 -0
  66. package/dist/actions/get-company-id.d.mts +9 -0
  67. package/dist/actions/get-company-id.d.mts.map +1 -0
  68. package/dist/actions/get-company-id.mjs +21 -0
  69. package/dist/actions/get-company-id.mjs.map +1 -0
  70. package/dist/actions/get-company-offer-public.cjs +38 -0
  71. package/dist/actions/get-company-offer-public.cjs.map +1 -0
  72. package/dist/actions/get-company-offer-public.d.cts +9 -0
  73. package/dist/actions/get-company-offer-public.d.cts.map +1 -0
  74. package/dist/actions/get-company-offer-public.d.mts +9 -0
  75. package/dist/actions/get-company-offer-public.d.mts.map +1 -0
  76. package/dist/actions/get-company-offer-public.mjs +37 -0
  77. package/dist/actions/get-company-offer-public.mjs.map +1 -0
  78. package/dist/actions/get-departments.cjs +21 -0
  79. package/dist/actions/get-departments.cjs.map +1 -0
  80. package/dist/actions/get-departments.d.cts +9 -0
  81. package/dist/actions/get-departments.d.cts.map +1 -0
  82. package/dist/actions/get-departments.d.mts +9 -0
  83. package/dist/actions/get-departments.d.mts.map +1 -0
  84. package/dist/actions/get-departments.mjs +20 -0
  85. package/dist/actions/get-departments.mjs.map +1 -0
  86. package/dist/actions/get-locations.cjs +45 -0
  87. package/dist/actions/get-locations.cjs.map +1 -0
  88. package/dist/actions/get-locations.d.cts +9 -0
  89. package/dist/actions/get-locations.d.cts.map +1 -0
  90. package/dist/actions/get-locations.d.mts +9 -0
  91. package/dist/actions/get-locations.d.mts.map +1 -0
  92. package/dist/actions/get-locations.mjs +44 -0
  93. package/dist/actions/get-locations.mjs.map +1 -0
  94. package/dist/actions/get-notes.cjs +51 -0
  95. package/dist/actions/get-notes.cjs.map +1 -0
  96. package/dist/actions/get-notes.d.cts +9 -0
  97. package/dist/actions/get-notes.d.cts.map +1 -0
  98. package/dist/actions/get-notes.d.mts +9 -0
  99. package/dist/actions/get-notes.d.mts.map +1 -0
  100. package/dist/actions/get-notes.mjs +50 -0
  101. package/dist/actions/get-notes.mjs.map +1 -0
  102. package/dist/actions/get-offers.cjs +40 -0
  103. package/dist/actions/get-offers.cjs.map +1 -0
  104. package/dist/actions/get-offers.d.cts +9 -0
  105. package/dist/actions/get-offers.d.cts.map +1 -0
  106. package/dist/actions/get-offers.d.mts +9 -0
  107. package/dist/actions/get-offers.d.mts.map +1 -0
  108. package/dist/actions/get-offers.mjs +39 -0
  109. package/dist/actions/get-offers.mjs.map +1 -0
  110. package/dist/actions/get-pipeline-stages.cjs +24 -0
  111. package/dist/actions/get-pipeline-stages.cjs.map +1 -0
  112. package/dist/actions/get-pipeline-stages.d.cts +9 -0
  113. package/dist/actions/get-pipeline-stages.d.cts.map +1 -0
  114. package/dist/actions/get-pipeline-stages.d.mts +9 -0
  115. package/dist/actions/get-pipeline-stages.d.mts.map +1 -0
  116. package/dist/actions/get-pipeline-stages.mjs +23 -0
  117. package/dist/actions/get-pipeline-stages.mjs.map +1 -0
  118. package/dist/actions/get-tags.cjs +34 -0
  119. package/dist/actions/get-tags.cjs.map +1 -0
  120. package/dist/actions/get-tags.d.cts +9 -0
  121. package/dist/actions/get-tags.d.cts.map +1 -0
  122. package/dist/actions/get-tags.d.mts +9 -0
  123. package/dist/actions/get-tags.d.mts.map +1 -0
  124. package/dist/actions/get-tags.mjs +33 -0
  125. package/dist/actions/get-tags.mjs.map +1 -0
  126. package/dist/actions/index.cjs +47 -0
  127. package/dist/actions/index.d.cts +24 -0
  128. package/dist/actions/index.d.mts +24 -0
  129. package/dist/actions/index.mjs +24 -0
  130. package/dist/actions/list-eeo-job-categories.cjs +16 -0
  131. package/dist/actions/list-eeo-job-categories.cjs.map +1 -0
  132. package/dist/actions/list-eeo-job-categories.d.cts +9 -0
  133. package/dist/actions/list-eeo-job-categories.d.cts.map +1 -0
  134. package/dist/actions/list-eeo-job-categories.d.mts +9 -0
  135. package/dist/actions/list-eeo-job-categories.d.mts.map +1 -0
  136. package/dist/actions/list-eeo-job-categories.mjs +13 -0
  137. package/dist/actions/list-eeo-job-categories.mjs.map +1 -0
  138. package/dist/actions/list-invoices.cjs +29 -0
  139. package/dist/actions/list-invoices.cjs.map +1 -0
  140. package/dist/actions/list-invoices.d.cts +9 -0
  141. package/dist/actions/list-invoices.d.cts.map +1 -0
  142. package/dist/actions/list-invoices.d.mts +9 -0
  143. package/dist/actions/list-invoices.d.mts.map +1 -0
  144. package/dist/actions/list-invoices.mjs +28 -0
  145. package/dist/actions/list-invoices.mjs.map +1 -0
  146. package/dist/actions/list-localization-settings.cjs +19 -0
  147. package/dist/actions/list-localization-settings.cjs.map +1 -0
  148. package/dist/actions/list-localization-settings.d.cts +9 -0
  149. package/dist/actions/list-localization-settings.d.cts.map +1 -0
  150. package/dist/actions/list-localization-settings.d.mts +9 -0
  151. package/dist/actions/list-localization-settings.d.mts.map +1 -0
  152. package/dist/actions/list-localization-settings.mjs +16 -0
  153. package/dist/actions/list-localization-settings.mjs.map +1 -0
  154. package/dist/actions/list-share-countries.cjs +22 -0
  155. package/dist/actions/list-share-countries.cjs.map +1 -0
  156. package/dist/actions/list-share-countries.d.cts +9 -0
  157. package/dist/actions/list-share-countries.d.cts.map +1 -0
  158. package/dist/actions/list-share-countries.d.mts +9 -0
  159. package/dist/actions/list-share-countries.d.mts.map +1 -0
  160. package/dist/actions/list-share-countries.mjs +21 -0
  161. package/dist/actions/list-share-countries.mjs.map +1 -0
  162. package/dist/actions/list-share-eeo-answers.cjs +22 -0
  163. package/dist/actions/list-share-eeo-answers.cjs.map +1 -0
  164. package/dist/actions/list-share-eeo-answers.d.cts +9 -0
  165. package/dist/actions/list-share-eeo-answers.d.cts.map +1 -0
  166. package/dist/actions/list-share-eeo-answers.d.mts +9 -0
  167. package/dist/actions/list-share-eeo-answers.d.mts.map +1 -0
  168. package/dist/actions/list-share-eeo-answers.mjs +21 -0
  169. package/dist/actions/list-share-eeo-answers.mjs.map +1 -0
  170. package/dist/actions/update-candidate.cjs +51 -0
  171. package/dist/actions/update-candidate.cjs.map +1 -0
  172. package/dist/actions/update-candidate.d.cts +9 -0
  173. package/dist/actions/update-candidate.d.cts.map +1 -0
  174. package/dist/actions/update-candidate.d.mts +9 -0
  175. package/dist/actions/update-candidate.d.mts.map +1 -0
  176. package/dist/actions/update-candidate.mjs +50 -0
  177. package/dist/actions/update-candidate.mjs.map +1 -0
  178. package/dist/actions/update-note.cjs +34 -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 +33 -0
  185. package/dist/actions/update-note.mjs.map +1 -0
  186. package/dist/actions/update-offer.cjs +96 -0
  187. package/dist/actions/update-offer.cjs.map +1 -0
  188. package/dist/actions/update-offer.d.cts +9 -0
  189. package/dist/actions/update-offer.d.cts.map +1 -0
  190. package/dist/actions/update-offer.d.mts +9 -0
  191. package/dist/actions/update-offer.d.mts.map +1 -0
  192. package/dist/actions/update-offer.mjs +95 -0
  193. package/dist/actions/update-offer.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
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-candidate.d.ts
4
+ declare const RecruiteeDeleteCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeDeleteCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeDeleteCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeDeleteCandidate };
9
+ //# sourceMappingURL=delete-candidate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-candidate.d.cts","names":[],"sources":["../../src/actions/delete-candidate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEgB;AAAA,cACjD,8BAAA,EAAgC,CAAA,CAAE,UAAkI;AAAA,cAEpK,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-candidate.d.ts
4
+ declare const RecruiteeDeleteCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeDeleteCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeDeleteCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeDeleteCandidate };
9
+ //# sourceMappingURL=delete-candidate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-candidate.d.mts","names":[],"sources":["../../src/actions/delete-candidate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEgB;AAAA,cACjD,8BAAA,EAAgC,CAAA,CAAE,UAAkI;AAAA,cAEpK,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recruiteeDeleteCandidate = action("RECRUITEE_DELETE_CANDIDATE", {
4
+ slug: "recruitee-delete-candidate",
5
+ name: "Delete Candidate",
6
+ description: "Tool to delete a candidate profile. Use when you need to permanently remove a candidate from your Recruitee account. Returns no content on success.",
7
+ input: z.object({ candidate_id: z.number().int().describe("Unique identifier of the candidate to delete.") }).describe("Request model for deleting a candidate profile."),
8
+ output: z.object({}).describe("Response model for delete candidate action.\nEmpty response returned on successful deletion.")
9
+ });
10
+ //#endregion
11
+ export { recruiteeDeleteCandidate };
12
+
13
+ //# sourceMappingURL=delete-candidate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-candidate.mjs","names":[],"sources":["../../src/actions/delete-candidate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeDeleteCandidateInput: z.ZodTypeAny = z.object({\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate to delete.\"),\n}).describe(\"Request model for deleting a candidate profile.\");\nexport const RecruiteeDeleteCandidateOutput: z.ZodTypeAny = z.object({}).describe(\"Response model for delete candidate action.\\nEmpty response returned on successful deletion.\");\n\nexport const recruiteeDeleteCandidate = action(\"RECRUITEE_DELETE_CANDIDATE\", {\n slug: \"recruitee-delete-candidate\",\n name: \"Delete Candidate\",\n description: \"Tool to delete a candidate profile. Use when you need to permanently remove a candidate from your Recruitee account. Returns no content on success.\",\n input: RecruiteeDeleteCandidateInput,\n output: RecruiteeDeleteCandidateOutput,\n});\n"],"mappings":";;AASA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATyD,EAAE,OAAO,EAClE,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,EACzF,CAAC,CAAC,CAAC,SAAS,iDAOH;CACP,QAP0D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAOxE;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-tag.ts
4
+ const RecruiteeDeleteTagInput = zod.z.object({ tag_id: zod.z.number().int().describe("The unique numeric identifier of the tag to delete. Must be a positive integer.") }).describe("Request parameters for deleting a tag in Recruitee.");
5
+ const RecruiteeDeleteTagOutput = zod.z.object({}).describe("Empty response returned on successful deletion.");
6
+ const recruiteeDeleteTag = require_action.action("RECRUITEE_DELETE_TAG", {
7
+ slug: "recruitee-delete-tag",
8
+ name: "Delete Tag",
9
+ description: "Permanently deletes a tag from Recruitee by its ID. This action requires appropriate API permissions to delete tags. Use this when you need to remove unused or obsolete tags. Note: Deleting a tag removes it from all associated candidates and offers.",
10
+ input: RecruiteeDeleteTagInput,
11
+ output: RecruiteeDeleteTagOutput
12
+ });
13
+ //#endregion
14
+ exports.recruiteeDeleteTag = recruiteeDeleteTag;
15
+
16
+ //# sourceMappingURL=delete-tag.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-tag.cjs","names":["z","action"],"sources":["../../src/actions/delete-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeDeleteTagInput: z.ZodTypeAny = z.object({\n tag_id: z.number().int().describe(\"The unique numeric identifier of the tag to delete. Must be a positive integer.\"),\n}).describe(\"Request parameters for deleting a tag in Recruitee.\");\nexport const RecruiteeDeleteTagOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response returned on successful deletion.\");\n\nexport const recruiteeDeleteTag = action(\"RECRUITEE_DELETE_TAG\", {\n slug: \"recruitee-delete-tag\",\n name: \"Delete Tag\",\n description: \"Permanently deletes a tag from Recruitee by its ID. This action requires appropriate API permissions to delete tags. Use this when you need to remove unused or obsolete tags. Note: Deleting a tag removes it from all associated candidates and offers.\",\n input: RecruiteeDeleteTagInput,\n output: RecruiteeDeleteTagOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF,EACrH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7H,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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/delete-tag.d.ts
4
+ declare const RecruiteeDeleteTagInput: z.ZodTypeAny;
5
+ declare const RecruiteeDeleteTagOutput: z.ZodTypeAny;
6
+ declare const recruiteeDeleteTag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeDeleteTag };
9
+ //# sourceMappingURL=delete-tag.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-tag.d.cts","names":[],"sources":["../../src/actions/delete-tag.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE0B;AAAA,cACrD,wBAAA,EAA0B,CAAA,CAAE,UAAqF;AAAA,cAEjH,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-tag.d.ts
4
+ declare const RecruiteeDeleteTagInput: z.ZodTypeAny;
5
+ declare const RecruiteeDeleteTagOutput: z.ZodTypeAny;
6
+ declare const recruiteeDeleteTag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeDeleteTag };
9
+ //# sourceMappingURL=delete-tag.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-tag.d.mts","names":[],"sources":["../../src/actions/delete-tag.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAE0B;AAAA,cACrD,wBAAA,EAA0B,CAAA,CAAE,UAAqF;AAAA,cAEjH,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recruiteeDeleteTag = action("RECRUITEE_DELETE_TAG", {
4
+ slug: "recruitee-delete-tag",
5
+ name: "Delete Tag",
6
+ description: "Permanently deletes a tag from Recruitee by its ID. This action requires appropriate API permissions to delete tags. Use this when you need to remove unused or obsolete tags. Note: Deleting a tag removes it from all associated candidates and offers.",
7
+ input: z.object({ tag_id: z.number().int().describe("The unique numeric identifier of the tag to delete. Must be a positive integer.") }).describe("Request parameters for deleting a tag in Recruitee."),
8
+ output: z.object({}).describe("Empty response returned on successful deletion.")
9
+ });
10
+ //#endregion
11
+ export { recruiteeDeleteTag };
12
+
13
+ //# sourceMappingURL=delete-tag.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-tag.mjs","names":[],"sources":["../../src/actions/delete-tag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeDeleteTagInput: z.ZodTypeAny = z.object({\n tag_id: z.number().int().describe(\"The unique numeric identifier of the tag to delete. Must be a positive integer.\"),\n}).describe(\"Request parameters for deleting a tag in Recruitee.\");\nexport const RecruiteeDeleteTagOutput: z.ZodTypeAny = z.object({}).describe(\"Empty response returned on successful deletion.\");\n\nexport const recruiteeDeleteTag = action(\"RECRUITEE_DELETE_TAG\", {\n slug: \"recruitee-delete-tag\",\n name: \"Delete Tag\",\n description: \"Permanently deletes a tag from Recruitee by its ID. This action requires appropriate API permissions to delete tags. Use this when you need to remove unused or obsolete tags. Note: Deleting a tag removes it from all associated candidates and offers.\",\n input: RecruiteeDeleteTagInput,\n output: RecruiteeDeleteTagOutput,\n});\n"],"mappings":";;AASA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATmD,EAAE,OAAO,EAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF,EACrH,CAAC,CAAC,CAAC,SAAS,qDAOH;CACP,QAPoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,iDAOlE;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-candidate.ts
4
+ const RecruiteeGetCandidateInput = zod.z.object({
5
+ company_id: zod.z.union([zod.z.number().int(), zod.z.string()]).optional(),
6
+ candidate_id: zod.z.number().int().describe("Unique identifier of the candidate to retrieve.")
7
+ }).describe("Request model for retrieving a candidate by ID.");
8
+ const RecruiteeGetCandidate_CandidateDetailSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the candidate."),
10
+ name: zod.z.string().describe("Full name of the candidate."),
11
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the candidate.").nullable().optional(),
12
+ cv_url: zod.z.string().describe("URL to view the candidate's resume/CV (PDF format).").nullable().optional(),
13
+ emails: zod.z.array(zod.z.string()).describe("List of candidate email addresses.").nullable().optional(),
14
+ phones: zod.z.array(zod.z.string()).describe("List of candidate phone numbers.").nullable().optional(),
15
+ source: zod.z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
16
+ referrer: zod.z.string().describe("Specific referrer or referral source for the candidate.").nullable().optional(),
17
+ photo_url: zod.z.string().describe("URL of the candidate's profile photo.").nullable().optional(),
18
+ created_at: zod.z.string().describe("Timestamp when the candidate was created."),
19
+ placements: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of placement objects showing the candidate's applications to different job offers and their current pipeline stages.").nullable().optional(),
20
+ updated_at: zod.z.string().describe("Timestamp when the candidate was last updated."),
21
+ adminapp_url: zod.z.string().describe("Direct URL to view the candidate's profile in the Recruitee admin application.").nullable().optional(),
22
+ cover_letter: zod.z.string().describe("Cover letter text of the candidate.").nullable().optional(),
23
+ social_links: zod.z.array(zod.z.string()).describe("Social profile URLs of the candidate.").nullable().optional(),
24
+ custom_fields: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Custom fields for the candidate as defined by the company.").nullable().optional(),
25
+ cv_original_url: zod.z.string().describe("URL to download the original resume/CV file uploaded by the candidate.").nullable().optional(),
26
+ photo_thumb_url: zod.z.string().describe("URL of the candidate's profile photo thumbnail.").nullable().optional()
27
+ }).describe("Detailed information about a candidate.");
28
+ const RecruiteeGetCandidateOutput = zod.z.object({ candidate: RecruiteeGetCandidate_CandidateDetailSchema.nullable() }).describe("Response model containing the retrieved candidate details.");
29
+ const recruiteeGetCandidate = require_action.action("RECRUITEE_GET_CANDIDATE", {
30
+ slug: "recruitee-get-candidate",
31
+ name: "Get Candidate",
32
+ description: "Tool to retrieve detailed information about a specific candidate. Use when you need the candidate's full profile before proceeding.",
33
+ input: RecruiteeGetCandidateInput,
34
+ output: RecruiteeGetCandidateOutput
35
+ });
36
+ //#endregion
37
+ exports.recruiteeGetCandidate = recruiteeGetCandidate;
38
+
39
+ //# sourceMappingURL=get-candidate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidate.cjs","names":["z","action"],"sources":["../../src/actions/get-candidate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCandidateInput: z.ZodTypeAny = z.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate to retrieve.\"),\n}).describe(\"Request model for retrieving a candidate by ID.\");\nconst RecruiteeGetCandidate_CandidateDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the candidate.\"),\n name: z.string().describe(\"Full name of the candidate.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the candidate.\").nullable().optional(),\n cv_url: z.string().describe(\"URL to view the candidate's resume/CV (PDF format).\").nullable().optional(),\n emails: z.array(z.string()).describe(\"List of candidate email addresses.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"List of candidate phone numbers.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n referrer: z.string().describe(\"Specific referrer or referral source for the candidate.\").nullable().optional(),\n photo_url: z.string().describe(\"URL of the candidate's profile photo.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the candidate was created.\"),\n placements: z.array(z.record(z.string(), z.unknown())).describe(\"List of placement objects showing the candidate's applications to different job offers and their current pipeline stages.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the candidate was last updated.\"),\n adminapp_url: z.string().describe(\"Direct URL to view the candidate's profile in the Recruitee admin application.\").nullable().optional(),\n cover_letter: z.string().describe(\"Cover letter text of the candidate.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"Social profile URLs of the candidate.\").nullable().optional(),\n custom_fields: z.array(z.record(z.string(), z.unknown())).describe(\"Custom fields for the candidate as defined by the company.\").nullable().optional(),\n cv_original_url: z.string().describe(\"URL to download the original resume/CV file uploaded by the candidate.\").nullable().optional(),\n photo_thumb_url: z.string().describe(\"URL of the candidate's profile photo thumbnail.\").nullable().optional(),\n}).describe(\"Detailed information about a candidate.\");\nexport const RecruiteeGetCandidateOutput: z.ZodTypeAny = z.object({\n candidate: RecruiteeGetCandidate_CandidateDetailSchema.nullable(),\n}).describe(\"Response model containing the retrieved candidate details.\");\n\nexport const recruiteeGetCandidate = action(\"RECRUITEE_GET_CANDIDATE\", {\n slug: \"recruitee-get-candidate\",\n name: \"Get Candidate\",\n description: \"Tool to retrieve detailed information about a specific candidate. Use when you need the candidate's full profile before proceeding.\",\n input: RecruiteeGetCandidateInput,\n output: RecruiteeGetCandidateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-candidate.d.ts
4
+ declare const RecruiteeGetCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCandidate };
9
+ //# sourceMappingURL=get-candidate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidate.d.cts","names":[],"sources":["../../src/actions/get-candidate.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGmB;AAAA,cAqBjD,2BAAA,EAA6B,CAAA,CAAE,UAE6B;AAAA,cAE5D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-candidate.d.ts
4
+ declare const RecruiteeGetCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCandidate };
9
+ //# sourceMappingURL=get-candidate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidate.d.mts","names":[],"sources":["../../src/actions/get-candidate.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGmB;AAAA,cAqBjD,2BAAA,EAA6B,CAAA,CAAE,UAE6B;AAAA,cAE5D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-candidate.ts
4
+ const RecruiteeGetCandidateInput = z.object({
5
+ company_id: z.union([z.number().int(), z.string()]).optional(),
6
+ candidate_id: z.number().int().describe("Unique identifier of the candidate to retrieve.")
7
+ }).describe("Request model for retrieving a candidate by ID.");
8
+ const RecruiteeGetCandidate_CandidateDetailSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier of the candidate."),
10
+ name: z.string().describe("Full name of the candidate."),
11
+ tags: z.array(z.string()).describe("Tags associated with the candidate.").nullable().optional(),
12
+ cv_url: z.string().describe("URL to view the candidate's resume/CV (PDF format).").nullable().optional(),
13
+ emails: z.array(z.string()).describe("List of candidate email addresses.").nullable().optional(),
14
+ phones: z.array(z.string()).describe("List of candidate phone numbers.").nullable().optional(),
15
+ source: z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
16
+ referrer: z.string().describe("Specific referrer or referral source for the candidate.").nullable().optional(),
17
+ photo_url: z.string().describe("URL of the candidate's profile photo.").nullable().optional(),
18
+ created_at: z.string().describe("Timestamp when the candidate was created."),
19
+ placements: z.array(z.record(z.string(), z.unknown())).describe("List of placement objects showing the candidate's applications to different job offers and their current pipeline stages.").nullable().optional(),
20
+ updated_at: z.string().describe("Timestamp when the candidate was last updated."),
21
+ adminapp_url: z.string().describe("Direct URL to view the candidate's profile in the Recruitee admin application.").nullable().optional(),
22
+ cover_letter: z.string().describe("Cover letter text of the candidate.").nullable().optional(),
23
+ social_links: z.array(z.string()).describe("Social profile URLs of the candidate.").nullable().optional(),
24
+ custom_fields: z.array(z.record(z.string(), z.unknown())).describe("Custom fields for the candidate as defined by the company.").nullable().optional(),
25
+ cv_original_url: z.string().describe("URL to download the original resume/CV file uploaded by the candidate.").nullable().optional(),
26
+ photo_thumb_url: z.string().describe("URL of the candidate's profile photo thumbnail.").nullable().optional()
27
+ }).describe("Detailed information about a candidate.");
28
+ const recruiteeGetCandidate = action("RECRUITEE_GET_CANDIDATE", {
29
+ slug: "recruitee-get-candidate",
30
+ name: "Get Candidate",
31
+ description: "Tool to retrieve detailed information about a specific candidate. Use when you need the candidate's full profile before proceeding.",
32
+ input: RecruiteeGetCandidateInput,
33
+ output: z.object({ candidate: RecruiteeGetCandidate_CandidateDetailSchema.nullable() }).describe("Response model containing the retrieved candidate details.")
34
+ });
35
+ //#endregion
36
+ export { recruiteeGetCandidate };
37
+
38
+ //# sourceMappingURL=get-candidate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidate.mjs","names":[],"sources":["../../src/actions/get-candidate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCandidateInput: z.ZodTypeAny = z.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate to retrieve.\"),\n}).describe(\"Request model for retrieving a candidate by ID.\");\nconst RecruiteeGetCandidate_CandidateDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the candidate.\"),\n name: z.string().describe(\"Full name of the candidate.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the candidate.\").nullable().optional(),\n cv_url: z.string().describe(\"URL to view the candidate's resume/CV (PDF format).\").nullable().optional(),\n emails: z.array(z.string()).describe(\"List of candidate email addresses.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"List of candidate phone numbers.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n referrer: z.string().describe(\"Specific referrer or referral source for the candidate.\").nullable().optional(),\n photo_url: z.string().describe(\"URL of the candidate's profile photo.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the candidate was created.\"),\n placements: z.array(z.record(z.string(), z.unknown())).describe(\"List of placement objects showing the candidate's applications to different job offers and their current pipeline stages.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the candidate was last updated.\"),\n adminapp_url: z.string().describe(\"Direct URL to view the candidate's profile in the Recruitee admin application.\").nullable().optional(),\n cover_letter: z.string().describe(\"Cover letter text of the candidate.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"Social profile URLs of the candidate.\").nullable().optional(),\n custom_fields: z.array(z.record(z.string(), z.unknown())).describe(\"Custom fields for the candidate as defined by the company.\").nullable().optional(),\n cv_original_url: z.string().describe(\"URL to download the original resume/CV file uploaded by the candidate.\").nullable().optional(),\n photo_thumb_url: z.string().describe(\"URL of the candidate's profile photo thumbnail.\").nullable().optional(),\n}).describe(\"Detailed information about a candidate.\");\nexport const RecruiteeGetCandidateOutput: z.ZodTypeAny = z.object({\n candidate: RecruiteeGetCandidate_CandidateDetailSchema.nullable(),\n}).describe(\"Response model containing the retrieved candidate details.\");\n\nexport const recruiteeGetCandidate = action(\"RECRUITEE_GET_CANDIDATE\", {\n slug: \"recruitee-get-candidate\",\n name: \"Get Candidate\",\n description: \"Tool to retrieve detailed information about a specific candidate. Use when you need the candidate's full profile before proceeding.\",\n input: RecruiteeGetCandidateInput,\n output: RecruiteeGetCandidateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;CAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;AAC3F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjN,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,eAAe,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,WAAW,4CAA4C,SAAS,EAClE,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,47 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-candidates.ts
4
+ const RecruiteeGetCandidatesInput = zod.z.object({
5
+ ids: zod.z.array(zod.z.number().int()).describe("List of candidate IDs to retrieve.").optional(),
6
+ sort: zod.z.enum(["by_date", "by_last_message"]).describe("Sort by date or by last message.").optional(),
7
+ limit: zod.z.number().int().describe("Maximum number of candidates to return.").optional(),
8
+ query: zod.z.string().describe("Search term to filter candidates by name or offer.").optional(),
9
+ offset: zod.z.number().int().describe("Number of candidates to skip before returning results (pagination offset).").optional(),
10
+ deleted: zod.z.boolean().describe("If true, only deleted candidates are returned.").optional(),
11
+ offerId: zod.z.number().int().describe("Filter candidates by specific offer ID.").optional(),
12
+ qualified: zod.z.boolean().describe("If true, only qualified candidates are returned.").optional(),
13
+ company_id: zod.z.union([zod.z.number().int(), zod.z.string()]).optional(),
14
+ createdAfter: zod.z.string().describe("Return candidates created after this ISO 8601 timestamp.").optional(),
15
+ disqualified: zod.z.boolean().describe("If true, only disqualified candidates are returned.").optional()
16
+ }).describe("Query parameters for retrieving a list of all candidates. Use filters to narrow results.");
17
+ const RecruiteeGetCandidates_CandidateItemSchema = zod.z.object({
18
+ id: zod.z.number().int().describe("Candidate unique identifier."),
19
+ name: zod.z.string().describe("Full name of the candidate.").nullable().optional(),
20
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the candidate.").nullable().optional(),
21
+ photo: zod.z.string().describe("URL of the candidate's photo.").nullable().optional(),
22
+ emails: zod.z.array(zod.z.string()).describe("Email addresses of the candidate.").nullable().optional(),
23
+ offers: zod.z.array(zod.z.number().int()).describe("Offer IDs associated with the candidate.").nullable().optional(),
24
+ phones: zod.z.array(zod.z.string()).describe("Phone numbers of the candidate.").nullable().optional(),
25
+ resume: zod.z.string().describe("URL of the candidate's resume.").nullable().optional(),
26
+ source: zod.z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
27
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the candidate was created."),
28
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the candidate was last updated."),
29
+ cover_letter: zod.z.string().describe("Cover letter text of the candidate.").nullable().optional(),
30
+ social_links: zod.z.array(zod.z.string()).describe("List of social profile URLs.").nullable().optional(),
31
+ custom_fields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields defined for the candidate.").nullable().optional()
32
+ }).describe("Candidate information returned in list endpoints.");
33
+ const RecruiteeGetCandidatesOutput = zod.z.object({
34
+ total: zod.z.number().int().describe("Total number of candidates available.").nullable().optional(),
35
+ candidates: zod.z.array(RecruiteeGetCandidates_CandidateItemSchema).describe("List of candidates.")
36
+ }).describe("Response model containing a list of candidates and the total count.");
37
+ const recruiteeGetCandidates = require_action.action("RECRUITEE_GET_CANDIDATES", {
38
+ slug: "recruitee-get-candidates",
39
+ name: "Get Candidates",
40
+ description: "Tool to retrieve a list of all candidates in the company. Use when you need to fetch or filter candidates before proceeding.",
41
+ input: RecruiteeGetCandidatesInput,
42
+ output: RecruiteeGetCandidatesOutput
43
+ });
44
+ //#endregion
45
+ exports.recruiteeGetCandidates = recruiteeGetCandidates;
46
+
47
+ //# sourceMappingURL=get-candidates.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidates.cjs","names":["z","action"],"sources":["../../src/actions/get-candidates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCandidatesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.number().int()).describe(\"List of candidate IDs to retrieve.\").optional(),\n sort: z.enum([\"by_date\", \"by_last_message\"]).describe(\"Sort by date or by last message.\").optional(),\n limit: z.number().int().describe(\"Maximum number of candidates to return.\").optional(),\n query: z.string().describe(\"Search term to filter candidates by name or offer.\").optional(),\n offset: z.number().int().describe(\"Number of candidates to skip before returning results (pagination offset).\").optional(),\n deleted: z.boolean().describe(\"If true, only deleted candidates are returned.\").optional(),\n offerId: z.number().int().describe(\"Filter candidates by specific offer ID.\").optional(),\n qualified: z.boolean().describe(\"If true, only qualified candidates are returned.\").optional(),\n company_id: z.union([z.number().int(), z.string()]).optional(),\n createdAfter: z.string().describe(\"Return candidates created after this ISO 8601 timestamp.\").optional(),\n disqualified: z.boolean().describe(\"If true, only disqualified candidates are returned.\").optional(),\n}).describe(\"Query parameters for retrieving a list of all candidates. Use filters to narrow results.\");\nconst RecruiteeGetCandidates_CandidateItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Candidate unique identifier.\"),\n name: z.string().describe(\"Full name of the candidate.\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the candidate.\").nullable().optional(),\n photo: z.string().describe(\"URL of the candidate's photo.\").nullable().optional(),\n emails: z.array(z.string()).describe(\"Email addresses of the candidate.\").nullable().optional(),\n offers: z.array(z.number().int()).describe(\"Offer IDs associated with the candidate.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"Phone numbers of the candidate.\").nullable().optional(),\n resume: z.string().describe(\"URL of the candidate's resume.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the candidate was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the candidate was last updated.\"),\n cover_letter: z.string().describe(\"Cover letter text of the candidate.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"List of social profile URLs.\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields defined for the candidate.\").nullable().optional(),\n}).describe(\"Candidate information returned in list endpoints.\");\nexport const RecruiteeGetCandidatesOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of candidates available.\").nullable().optional(),\n candidates: z.array(RecruiteeGetCandidates_CandidateItemSchema).describe(\"List of candidates.\"),\n}).describe(\"Response model containing a list of candidates and the total count.\");\n\nexport const recruiteeGetCandidates = action(\"RECRUITEE_GET_CANDIDATES\", {\n slug: \"recruitee-get-candidates\",\n name: \"Get Candidates\",\n description: \"Tool to retrieve a list of all candidates in the company. Use when you need to fetch or filter candidates before proceeding.\",\n input: RecruiteeGetCandidatesInput,\n output: RecruiteeGetCandidatesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-candidates.d.ts
4
+ declare const RecruiteeGetCandidatesInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCandidatesOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCandidates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCandidates };
9
+ //# sourceMappingURL=get-candidates.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidates.d.cts","names":[],"sources":["../../src/actions/get-candidates.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAY2D;AAAA,cAiB1F,4BAAA,EAA8B,CAAA,CAAE,UAGqC;AAAA,cAErE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-candidates.d.ts
4
+ declare const RecruiteeGetCandidatesInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCandidatesOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCandidates: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCandidates };
9
+ //# sourceMappingURL=get-candidates.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidates.d.mts","names":[],"sources":["../../src/actions/get-candidates.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAY2D;AAAA,cAiB1F,4BAAA,EAA8B,CAAA,CAAE,UAGqC;AAAA,cAErE,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,46 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-candidates.ts
4
+ const RecruiteeGetCandidatesInput = z.object({
5
+ ids: z.array(z.number().int()).describe("List of candidate IDs to retrieve.").optional(),
6
+ sort: z.enum(["by_date", "by_last_message"]).describe("Sort by date or by last message.").optional(),
7
+ limit: z.number().int().describe("Maximum number of candidates to return.").optional(),
8
+ query: z.string().describe("Search term to filter candidates by name or offer.").optional(),
9
+ offset: z.number().int().describe("Number of candidates to skip before returning results (pagination offset).").optional(),
10
+ deleted: z.boolean().describe("If true, only deleted candidates are returned.").optional(),
11
+ offerId: z.number().int().describe("Filter candidates by specific offer ID.").optional(),
12
+ qualified: z.boolean().describe("If true, only qualified candidates are returned.").optional(),
13
+ company_id: z.union([z.number().int(), z.string()]).optional(),
14
+ createdAfter: z.string().describe("Return candidates created after this ISO 8601 timestamp.").optional(),
15
+ disqualified: z.boolean().describe("If true, only disqualified candidates are returned.").optional()
16
+ }).describe("Query parameters for retrieving a list of all candidates. Use filters to narrow results.");
17
+ const RecruiteeGetCandidates_CandidateItemSchema = z.object({
18
+ id: z.number().int().describe("Candidate unique identifier."),
19
+ name: z.string().describe("Full name of the candidate.").nullable().optional(),
20
+ tags: z.array(z.string()).describe("Tags associated with the candidate.").nullable().optional(),
21
+ photo: z.string().describe("URL of the candidate's photo.").nullable().optional(),
22
+ emails: z.array(z.string()).describe("Email addresses of the candidate.").nullable().optional(),
23
+ offers: z.array(z.number().int()).describe("Offer IDs associated with the candidate.").nullable().optional(),
24
+ phones: z.array(z.string()).describe("Phone numbers of the candidate.").nullable().optional(),
25
+ resume: z.string().describe("URL of the candidate's resume.").nullable().optional(),
26
+ source: z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
27
+ created_at: z.string().describe("ISO 8601 timestamp when the candidate was created."),
28
+ updated_at: z.string().describe("ISO 8601 timestamp when the candidate was last updated."),
29
+ cover_letter: z.string().describe("Cover letter text of the candidate.").nullable().optional(),
30
+ social_links: z.array(z.string()).describe("List of social profile URLs.").nullable().optional(),
31
+ custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields defined for the candidate.").nullable().optional()
32
+ }).describe("Candidate information returned in list endpoints.");
33
+ const recruiteeGetCandidates = action("RECRUITEE_GET_CANDIDATES", {
34
+ slug: "recruitee-get-candidates",
35
+ name: "Get Candidates",
36
+ description: "Tool to retrieve a list of all candidates in the company. Use when you need to fetch or filter candidates before proceeding.",
37
+ input: RecruiteeGetCandidatesInput,
38
+ output: z.object({
39
+ total: z.number().int().describe("Total number of candidates available.").nullable().optional(),
40
+ candidates: z.array(RecruiteeGetCandidates_CandidateItemSchema).describe("List of candidates.")
41
+ }).describe("Response model containing a list of candidates and the total count.")
42
+ });
43
+ //#endregion
44
+ export { recruiteeGetCandidates };
45
+
46
+ //# sourceMappingURL=get-candidates.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-candidates.mjs","names":[],"sources":["../../src/actions/get-candidates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCandidatesInput: z.ZodTypeAny = z.object({\n ids: z.array(z.number().int()).describe(\"List of candidate IDs to retrieve.\").optional(),\n sort: z.enum([\"by_date\", \"by_last_message\"]).describe(\"Sort by date or by last message.\").optional(),\n limit: z.number().int().describe(\"Maximum number of candidates to return.\").optional(),\n query: z.string().describe(\"Search term to filter candidates by name or offer.\").optional(),\n offset: z.number().int().describe(\"Number of candidates to skip before returning results (pagination offset).\").optional(),\n deleted: z.boolean().describe(\"If true, only deleted candidates are returned.\").optional(),\n offerId: z.number().int().describe(\"Filter candidates by specific offer ID.\").optional(),\n qualified: z.boolean().describe(\"If true, only qualified candidates are returned.\").optional(),\n company_id: z.union([z.number().int(), z.string()]).optional(),\n createdAfter: z.string().describe(\"Return candidates created after this ISO 8601 timestamp.\").optional(),\n disqualified: z.boolean().describe(\"If true, only disqualified candidates are returned.\").optional(),\n}).describe(\"Query parameters for retrieving a list of all candidates. Use filters to narrow results.\");\nconst RecruiteeGetCandidates_CandidateItemSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Candidate unique identifier.\"),\n name: z.string().describe(\"Full name of the candidate.\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the candidate.\").nullable().optional(),\n photo: z.string().describe(\"URL of the candidate's photo.\").nullable().optional(),\n emails: z.array(z.string()).describe(\"Email addresses of the candidate.\").nullable().optional(),\n offers: z.array(z.number().int()).describe(\"Offer IDs associated with the candidate.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"Phone numbers of the candidate.\").nullable().optional(),\n resume: z.string().describe(\"URL of the candidate's resume.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the candidate was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the candidate was last updated.\"),\n cover_letter: z.string().describe(\"Cover letter text of the candidate.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"List of social profile URLs.\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields defined for the candidate.\").nullable().optional(),\n}).describe(\"Candidate information returned in list endpoints.\");\nexport const RecruiteeGetCandidatesOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of candidates available.\").nullable().optional(),\n candidates: z.array(RecruiteeGetCandidates_CandidateItemSchema).describe(\"List of candidates.\"),\n}).describe(\"Response model containing a list of candidates and the total count.\");\n\nexport const recruiteeGetCandidates = action(\"RECRUITEE_GET_CANDIDATES\", {\n slug: \"recruitee-get-candidates\",\n name: \"Get Candidates\",\n description: \"Tool to retrieve a list of all candidates in the company. Use when you need to fetch or filter candidates before proceeding.\",\n input: RecruiteeGetCandidatesInput,\n output: RecruiteeGetCandidatesOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-id.ts
4
+ const RecruiteeGetCompanyIdInput = zod.z.object({}).describe("Request model to retrieve the authenticated company's details. No parameters are required.");
5
+ const RecruiteeGetCompanyId_CompanyDetailSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the company."),
7
+ name: zod.z.string().describe("Name of the company."),
8
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the company was created."),
9
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the company was last updated.")
10
+ }).describe("Detailed information about the company.");
11
+ const RecruiteeGetCompanyIdOutput = zod.z.object({ company: RecruiteeGetCompanyId_CompanyDetailSchema.nullable() }).describe("Response model containing the company details.");
12
+ const recruiteeGetCompanyId = require_action.action("RECRUITEE_GET_COMPANY_ID", {
13
+ slug: "recruitee-get-company-id",
14
+ name: "Get Company ID",
15
+ description: "Tool to retrieve the company ID of the authenticated account. Use when you need to confirm your company identity before other operations.",
16
+ input: RecruiteeGetCompanyIdInput,
17
+ output: RecruiteeGetCompanyIdOutput
18
+ });
19
+ //#endregion
20
+ exports.recruiteeGetCompanyId = recruiteeGetCompanyId;
21
+
22
+ //# sourceMappingURL=get-company-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-id.cjs","names":["z","action"],"sources":["../../src/actions/get-company-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCompanyIdInput: z.ZodTypeAny = z.object({}).describe(\"Request model to retrieve the authenticated company's details. No parameters are required.\");\nconst RecruiteeGetCompanyId_CompanyDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the company.\"),\n name: z.string().describe(\"Name of the company.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the company was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the company was last updated.\"),\n}).describe(\"Detailed information about the company.\");\nexport const RecruiteeGetCompanyIdOutput: z.ZodTypeAny = z.object({\n company: RecruiteeGetCompanyId_CompanyDetailSchema.nullable(),\n}).describe(\"Response model containing the company details.\");\n\nexport const recruiteeGetCompanyId = action(\"RECRUITEE_GET_COMPANY_ID\", {\n slug: \"recruitee-get-company-id\",\n name: \"Get Company ID\",\n description: \"Tool to retrieve the company ID of the authenticated account. Use when you need to confirm your company identity before other operations.\",\n input: RecruiteeGetCompanyIdInput,\n output: RecruiteeGetCompanyIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F;AAC1K,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AACzF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAAS,0CAA0C,SAAS,EAC9D,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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/get-company-id.d.ts
4
+ declare const RecruiteeGetCompanyIdInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCompanyIdOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCompanyId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCompanyId };
9
+ //# sourceMappingURL=get-company-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-id.d.cts","names":[],"sources":["../../src/actions/get-company-id.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAAgI;AAAA,cAO9J,2BAAA,EAA6B,CAAA,CAAE,UAEiB;AAAA,cAEhD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-company-id.d.ts
4
+ declare const RecruiteeGetCompanyIdInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCompanyIdOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCompanyId: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCompanyId };
9
+ //# sourceMappingURL=get-company-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-id.d.mts","names":[],"sources":["../../src/actions/get-company-id.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAAgI;AAAA,cAO9J,2BAAA,EAA6B,CAAA,CAAE,UAEiB;AAAA,cAEhD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-company-id.ts
4
+ const RecruiteeGetCompanyIdInput = z.object({}).describe("Request model to retrieve the authenticated company's details. No parameters are required.");
5
+ const RecruiteeGetCompanyId_CompanyDetailSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier of the company."),
7
+ name: z.string().describe("Name of the company."),
8
+ created_at: z.string().describe("ISO 8601 timestamp when the company was created."),
9
+ updated_at: z.string().describe("ISO 8601 timestamp when the company was last updated.")
10
+ }).describe("Detailed information about the company.");
11
+ const recruiteeGetCompanyId = action("RECRUITEE_GET_COMPANY_ID", {
12
+ slug: "recruitee-get-company-id",
13
+ name: "Get Company ID",
14
+ description: "Tool to retrieve the company ID of the authenticated account. Use when you need to confirm your company identity before other operations.",
15
+ input: RecruiteeGetCompanyIdInput,
16
+ output: z.object({ company: RecruiteeGetCompanyId_CompanyDetailSchema.nullable() }).describe("Response model containing the company details.")
17
+ });
18
+ //#endregion
19
+ export { recruiteeGetCompanyId };
20
+
21
+ //# sourceMappingURL=get-company-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-id.mjs","names":[],"sources":["../../src/actions/get-company-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCompanyIdInput: z.ZodTypeAny = z.object({}).describe(\"Request model to retrieve the authenticated company's details. No parameters are required.\");\nconst RecruiteeGetCompanyId_CompanyDetailSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the company.\"),\n name: z.string().describe(\"Name of the company.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the company was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the company was last updated.\"),\n}).describe(\"Detailed information about the company.\");\nexport const RecruiteeGetCompanyIdOutput: z.ZodTypeAny = z.object({\n company: RecruiteeGetCompanyId_CompanyDetailSchema.nullable(),\n}).describe(\"Response model containing the company details.\");\n\nexport const recruiteeGetCompanyId = action(\"RECRUITEE_GET_COMPANY_ID\", {\n slug: \"recruitee-get-company-id\",\n name: \"Get Company ID\",\n description: \"Tool to retrieve the company ID of the authenticated account. Use when you need to confirm your company identity before other operations.\",\n input: RecruiteeGetCompanyIdInput,\n output: RecruiteeGetCompanyIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4FAA4F;AAC1K,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AACzF,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAKrD,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,0CAA0C,SAAS,EAC9D,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-company-offer-public.ts
4
+ const RecruiteeGetCompanyOfferPublicInput = zod.z.object({ identifier: zod.z.string().describe("Offer ID or slug, e.g., '12345' or 'software-engineer'.") }).describe("Request model to retrieve a specific published job offer by its ID or slug from the public Careers Site API.");
5
+ const RecruiteeGetCompanyOfferPublic_LocationSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Location ID.").nullable().optional(),
7
+ city: zod.z.string().describe("City name.").nullable().optional(),
8
+ name: zod.z.string().describe("Location name.").nullable().optional(),
9
+ state: zod.z.string().describe("State/province name.").nullable().optional(),
10
+ country: zod.z.string().describe("Country name.").nullable().optional(),
11
+ country_code: zod.z.string().describe("ISO country code.").nullable().optional()
12
+ }).describe("Location details for a job offer.");
13
+ const RecruiteeGetCompanyOfferPublicOutput = zod.z.object({
14
+ id: zod.z.number().int().describe("Unique identifier of the job offer."),
15
+ slug: zod.z.string().describe("URL-friendly slug for the job offer."),
16
+ title: zod.z.string().describe("Title of the job offer."),
17
+ status: zod.z.string().describe("Current status of the offer.").nullable().optional(),
18
+ location: zod.z.string().describe("Formatted location string for the job offer.").nullable().optional(),
19
+ locations: zod.z.array(RecruiteeGetCompanyOfferPublic_LocationSchema).describe("Detailed list of locations where the job is available.").nullable().optional(),
20
+ created_at: zod.z.string().describe("Offer creation date-time.").nullable().optional(),
21
+ department: zod.z.string().describe("Department name for the job offer.").nullable().optional(),
22
+ careers_url: zod.z.string().describe("URL to the job offer on the careers site.").nullable().optional(),
23
+ description: zod.z.string().describe("Detailed job description in HTML format.").nullable().optional(),
24
+ published_at: zod.z.string().describe("Offer publish date-time in ISO 8601 format.").nullable().optional(),
25
+ requirements: zod.z.string().describe("Job requirements in HTML format.").nullable().optional(),
26
+ careers_apply_url: zod.z.string().describe("Direct URL to apply for the job.").nullable().optional()
27
+ });
28
+ const recruiteeGetCompanyOfferPublic = require_action.action("RECRUITEE_GET_COMPANY_OFFER_PUBLIC", {
29
+ slug: "recruitee-get-company-offer-public",
30
+ name: "Get Company Offer Public",
31
+ description: "Tool to retrieve a specific published job offer by ID or slug from the public Careers Site API. Use after you have the offer identifier.",
32
+ input: RecruiteeGetCompanyOfferPublicInput,
33
+ output: RecruiteeGetCompanyOfferPublicOutput
34
+ });
35
+ //#endregion
36
+ exports.recruiteeGetCompanyOfferPublic = recruiteeGetCompanyOfferPublic;
37
+
38
+ //# sourceMappingURL=get-company-offer-public.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-offer-public.cjs","names":["z","action"],"sources":["../../src/actions/get-company-offer-public.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetCompanyOfferPublicInput: z.ZodTypeAny = z.object({\n identifier: z.string().describe(\"Offer ID or slug, e.g., '12345' or 'software-engineer'.\"),\n}).describe(\"Request model to retrieve a specific published job offer by its ID or slug from the public Careers Site API.\");\nconst RecruiteeGetCompanyOfferPublic_LocationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Location ID.\").nullable().optional(),\n city: z.string().describe(\"City name.\").nullable().optional(),\n name: z.string().describe(\"Location name.\").nullable().optional(),\n state: z.string().describe(\"State/province name.\").nullable().optional(),\n country: z.string().describe(\"Country name.\").nullable().optional(),\n country_code: z.string().describe(\"ISO country code.\").nullable().optional(),\n}).describe(\"Location details for a job offer.\");\nexport const RecruiteeGetCompanyOfferPublicOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the job offer.\"),\n slug: z.string().describe(\"URL-friendly slug for the job offer.\"),\n title: z.string().describe(\"Title of the job offer.\"),\n status: z.string().describe(\"Current status of the offer.\").nullable().optional(),\n location: z.string().describe(\"Formatted location string for the job offer.\").nullable().optional(),\n locations: z.array(RecruiteeGetCompanyOfferPublic_LocationSchema).describe(\"Detailed list of locations where the job is available.\").nullable().optional(),\n created_at: z.string().describe(\"Offer creation date-time.\").nullable().optional(),\n department: z.string().describe(\"Department name for the job offer.\").nullable().optional(),\n careers_url: z.string().describe(\"URL to the job offer on the careers site.\").nullable().optional(),\n description: z.string().describe(\"Detailed job description in HTML format.\").nullable().optional(),\n published_at: z.string().describe(\"Offer publish date-time in ISO 8601 format.\").nullable().optional(),\n requirements: z.string().describe(\"Job requirements in HTML format.\").nullable().optional(),\n careers_apply_url: z.string().describe(\"Direct URL to apply for the job.\").nullable().optional(),\n});\n\nexport const recruiteeGetCompanyOfferPublic = action(\"RECRUITEE_GET_COMPANY_OFFER_PUBLIC\", {\n slug: \"recruitee-get-company-offer-public\",\n name: \"Get Company Offer Public\",\n description: \"Tool to retrieve a specific published job offer by ID or slug from the public Careers Site API. Use after you have the offer identifier.\",\n input: RecruiteeGetCompanyOfferPublicInput,\n output: RecruiteeGetCompanyOfferPublicOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,EAC3F,CAAC,CAAC,CAAC,SAAS,8GAA8G;AAC1H,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AAED,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/get-company-offer-public.d.ts
4
+ declare const RecruiteeGetCompanyOfferPublicInput: z.ZodTypeAny;
5
+ declare const RecruiteeGetCompanyOfferPublicOutput: z.ZodTypeAny;
6
+ declare const recruiteeGetCompanyOfferPublic: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeGetCompanyOfferPublic };
9
+ //# sourceMappingURL=get-company-offer-public.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-company-offer-public.d.cts","names":[],"sources":["../../src/actions/get-company-offer-public.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEuE;AAAA,cAS9G,oCAAA,EAAsC,CAAA,CAAE,UAcnD;AAAA,cAEW,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}