@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/list-localization-settings.d.ts
4
+ declare const RecruiteeListLocalizationSettingsInput: z.ZodTypeAny;
5
+ declare const RecruiteeListLocalizationSettingsOutput: z.ZodTypeAny;
6
+ declare const recruiteeListLocalizationSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeListLocalizationSettings };
9
+ //# sourceMappingURL=list-localization-settings.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-localization-settings.d.mts","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAAiH;AAAA,cAC3J,uCAAA,EAAyC,CAAA,CAAE,UAGuD;AAAA,cAElG,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const recruiteeListLocalizationSettings = action("RECRUITEE_LIST_LOCALIZATION_SETTINGS", {
4
+ slug: "recruitee-list-localization-settings",
5
+ name: "List Localization Settings",
6
+ description: "Tool to retrieve localization settings including proposed time format and start day of the week. Use when you need to check regional or time display preferences.",
7
+ input: z.object({}).describe("Request model for retrieving localization settings. No parameters required."),
8
+ output: z.object({
9
+ time_format24: z.boolean().describe("Whether to use 24-hour time format (true) or 12-hour format (false).").nullable().optional(),
10
+ week_start_day: z.string().describe("Start day of the week.").nullable().optional()
11
+ }).describe("Response model containing localization settings including time format and start day of the week.")
12
+ });
13
+ //#endregion
14
+ export { recruiteeListLocalizationSettings };
15
+
16
+ //# sourceMappingURL=list-localization-settings.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-localization-settings.mjs","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListLocalizationSettingsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving localization settings. No parameters required.\");\nexport const RecruiteeListLocalizationSettingsOutput: z.ZodTypeAny = z.object({\n time_format24: z.boolean().describe(\"Whether to use 24-hour time format (true) or 12-hour format (false).\").nullable().optional(),\n week_start_day: z.string().describe(\"Start day of the week.\").nullable().optional(),\n}).describe(\"Response model containing localization settings including time format and start day of the week.\");\n\nexport const recruiteeListLocalizationSettings = action(\"RECRUITEE_LIST_LOCALIZATION_SETTINGS\", {\n slug: \"recruitee-list-localization-settings\",\n name: \"List Localization Settings\",\n description: \"Tool to retrieve localization settings including proposed time format and start day of the week. Use when you need to check regional or time display preferences.\",\n input: RecruiteeListLocalizationSettingsInput,\n output: RecruiteeListLocalizationSettingsOutput,\n});\n"],"mappings":";;AAUA,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVkE,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAUjF;CACP,QAVmE,EAAE,OAAO;EAC5E,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,kGAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-share-countries.ts
4
+ const RecruiteeListShareCountriesInput = zod.z.object({}).describe("Request model for retrieving all countries with region codes and phone codes per locale.\nNo parameters are required.");
5
+ const RecruiteeListShareCountries_ShareCountrySchema = zod.z.object({
6
+ code: zod.z.string().describe("ISO 3166 country code."),
7
+ locales: zod.z.object({}).describe("Localized country names by locale code (e.g., en, nl, de).").nullable().optional(),
8
+ phone_code: zod.z.string().describe("International phone dialing code.").nullable().optional(),
9
+ region_code: zod.z.string().describe("Region code for the country.").nullable().optional()
10
+ }).describe("Model representing a country with region codes and phone codes per locale.");
11
+ const RecruiteeListShareCountriesOutput = zod.z.object({ countries: zod.z.array(RecruiteeListShareCountries_ShareCountrySchema).describe("List of countries with codes, phone codes, and localized names.") }).describe("Response model containing a list of countries with region codes and phone codes per locale.");
12
+ const recruiteeListShareCountries = require_action.action("RECRUITEE_LIST_SHARE_COUNTRIES", {
13
+ slug: "recruitee-list-share-countries",
14
+ name: "List Share Countries",
15
+ description: "Tool to retrieve all countries with region codes and phone codes per locale. Use when you need comprehensive country reference data including internationalization details.",
16
+ input: RecruiteeListShareCountriesInput,
17
+ output: RecruiteeListShareCountriesOutput
18
+ });
19
+ //#endregion
20
+ exports.recruiteeListShareCountries = recruiteeListShareCountries;
21
+
22
+ //# sourceMappingURL=list-share-countries.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-countries.cjs","names":["z","action"],"sources":["../../src/actions/list-share-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareCountriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all countries with region codes and phone codes per locale.\\nNo parameters are required.\");\nconst RecruiteeListShareCountries_ShareCountrySchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"ISO 3166 country code.\"),\n locales: z.object({}).describe(\"Localized country names by locale code (e.g., en, nl, de).\").nullable().optional(),\n phone_code: z.string().describe(\"International phone dialing code.\").nullable().optional(),\n region_code: z.string().describe(\"Region code for the country.\").nullable().optional(),\n}).describe(\"Model representing a country with region codes and phone codes per locale.\");\nexport const RecruiteeListShareCountriesOutput: z.ZodTypeAny = z.object({\n countries: z.array(RecruiteeListShareCountries_ShareCountrySchema).describe(\"List of countries with codes, phone codes, and localized names.\"),\n}).describe(\"Response model containing a list of countries with region codes and phone codes per locale.\");\n\nexport const recruiteeListShareCountries = action(\"RECRUITEE_LIST_SHARE_COUNTRIES\", {\n slug: \"recruitee-list-share-countries\",\n name: \"List Share Countries\",\n description: \"Tool to retrieve all countries with region codes and phone codes per locale. Use when you need comprehensive country reference data including internationalization details.\",\n input: RecruiteeListShareCountriesInput,\n output: RecruiteeListShareCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uHAAuH;AAC3M,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,WAAWA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,iEAAiE,EAC/I,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAEzG,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/list-share-countries.d.ts
4
+ declare const RecruiteeListShareCountriesInput: z.ZodTypeAny;
5
+ declare const RecruiteeListShareCountriesOutput: z.ZodTypeAny;
6
+ declare const recruiteeListShareCountries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeListShareCountries };
9
+ //# sourceMappingURL=list-share-countries.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-countries.d.cts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA2J;AAAA,cAO/L,iCAAA,EAAmC,CAAA,CAAE,UAEwD;AAAA,cAE7F,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-share-countries.d.ts
4
+ declare const RecruiteeListShareCountriesInput: z.ZodTypeAny;
5
+ declare const RecruiteeListShareCountriesOutput: z.ZodTypeAny;
6
+ declare const recruiteeListShareCountries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeListShareCountries };
9
+ //# sourceMappingURL=list-share-countries.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-countries.d.mts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAA2J;AAAA,cAO/L,iCAAA,EAAmC,CAAA,CAAE,UAEwD;AAAA,cAE7F,2BAAA,gCAA2B,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/list-share-countries.ts
4
+ const RecruiteeListShareCountriesInput = z.object({}).describe("Request model for retrieving all countries with region codes and phone codes per locale.\nNo parameters are required.");
5
+ const RecruiteeListShareCountries_ShareCountrySchema = z.object({
6
+ code: z.string().describe("ISO 3166 country code."),
7
+ locales: z.object({}).describe("Localized country names by locale code (e.g., en, nl, de).").nullable().optional(),
8
+ phone_code: z.string().describe("International phone dialing code.").nullable().optional(),
9
+ region_code: z.string().describe("Region code for the country.").nullable().optional()
10
+ }).describe("Model representing a country with region codes and phone codes per locale.");
11
+ const recruiteeListShareCountries = action("RECRUITEE_LIST_SHARE_COUNTRIES", {
12
+ slug: "recruitee-list-share-countries",
13
+ name: "List Share Countries",
14
+ description: "Tool to retrieve all countries with region codes and phone codes per locale. Use when you need comprehensive country reference data including internationalization details.",
15
+ input: RecruiteeListShareCountriesInput,
16
+ output: z.object({ countries: z.array(RecruiteeListShareCountries_ShareCountrySchema).describe("List of countries with codes, phone codes, and localized names.") }).describe("Response model containing a list of countries with region codes and phone codes per locale.")
17
+ });
18
+ //#endregion
19
+ export { recruiteeListShareCountries };
20
+
21
+ //# sourceMappingURL=list-share-countries.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-countries.mjs","names":[],"sources":["../../src/actions/list-share-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareCountriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all countries with region codes and phone codes per locale.\\nNo parameters are required.\");\nconst RecruiteeListShareCountries_ShareCountrySchema: z.ZodTypeAny = z.object({\n code: z.string().describe(\"ISO 3166 country code.\"),\n locales: z.object({}).describe(\"Localized country names by locale code (e.g., en, nl, de).\").nullable().optional(),\n phone_code: z.string().describe(\"International phone dialing code.\").nullable().optional(),\n region_code: z.string().describe(\"Region code for the country.\").nullable().optional(),\n}).describe(\"Model representing a country with region codes and phone codes per locale.\");\nexport const RecruiteeListShareCountriesOutput: z.ZodTypeAny = z.object({\n countries: z.array(RecruiteeListShareCountries_ShareCountrySchema).describe(\"List of countries with codes, phone codes, and localized names.\"),\n}).describe(\"Response model containing a list of countries with region codes and phone codes per locale.\");\n\nexport const recruiteeListShareCountries = action(\"RECRUITEE_LIST_SHARE_COUNTRIES\", {\n slug: \"recruitee-list-share-countries\",\n name: \"List Share Countries\",\n description: \"Tool to retrieve all countries with region codes and phone codes per locale. Use when you need comprehensive country reference data including internationalization details.\",\n input: RecruiteeListShareCountriesInput,\n output: RecruiteeListShareCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uHAAuH;AAC3M,MAAM,iDAA+D,EAAE,OAAO;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,4EAA4E;AAKxF,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,WAAW,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,iEAAiE,EAC/I,CAAC,CAAC,CAAC,SAAS,6FAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-share-eeo-answers.ts
4
+ const RecruiteeListShareEeoAnswersInput = zod.z.object({}).describe("Request model for retrieving available EEO answers. No parameters required.");
5
+ const RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema = zod.z.object({
6
+ race: zod.z.array(zod.z.string()).describe("List of race/ethnicity answer options.").nullable().optional(),
7
+ gender: zod.z.array(zod.z.string()).describe("List of gender answer options.").nullable().optional(),
8
+ veteran_status: zod.z.array(zod.z.string()).describe("List of veteran status answer options.").nullable().optional(),
9
+ disability_status: zod.z.array(zod.z.string()).describe("List of disability status answer options.").nullable().optional()
10
+ }).describe("Model representing EEO answers grouped by category.");
11
+ const RecruiteeListShareEeoAnswersOutput = zod.z.object({ answers: RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema.nullable() }).describe("Response model containing available EEO answers grouped by category.");
12
+ const recruiteeListShareEeoAnswers = require_action.action("RECRUITEE_LIST_SHARE_EEO_ANSWERS", {
13
+ slug: "recruitee-list-share-eeo-answers",
14
+ name: "List Share EEO Answers",
15
+ description: "Tool to retrieve available EEO (Equal Employment Opportunity) answers. Use when you need to see available answer options for EEO compliance questions.",
16
+ input: RecruiteeListShareEeoAnswersInput,
17
+ output: RecruiteeListShareEeoAnswersOutput
18
+ });
19
+ //#endregion
20
+ exports.recruiteeListShareEeoAnswers = recruiteeListShareEeoAnswers;
21
+
22
+ //# sourceMappingURL=list-share-eeo-answers.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-eeo-answers.cjs","names":["z","action"],"sources":["../../src/actions/list-share-eeo-answers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareEeoAnswersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving available EEO answers. No parameters required.\");\nconst RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema: z.ZodTypeAny = z.object({\n race: z.array(z.string()).describe(\"List of race/ethnicity answer options.\").nullable().optional(),\n gender: z.array(z.string()).describe(\"List of gender answer options.\").nullable().optional(),\n veteran_status: z.array(z.string()).describe(\"List of veteran status answer options.\").nullable().optional(),\n disability_status: z.array(z.string()).describe(\"List of disability status answer options.\").nullable().optional(),\n}).describe(\"Model representing EEO answers grouped by category.\");\nexport const RecruiteeListShareEeoAnswersOutput: z.ZodTypeAny = z.object({\n answers: RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema.nullable(),\n}).describe(\"Response model containing available EEO answers grouped by category.\");\n\nexport const recruiteeListShareEeoAnswers = action(\"RECRUITEE_LIST_SHARE_EEO_ANSWERS\", {\n slug: \"recruitee-list-share-eeo-answers\",\n name: \"List Share EEO Answers\",\n description: \"Tool to retrieve available EEO (Equal Employment Opportunity) answers. Use when you need to see available answer options for EEO compliance questions.\",\n input: RecruiteeListShareEeoAnswersInput,\n output: RecruiteeListShareEeoAnswersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;AAClK,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,SAAS,qDAAqD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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/list-share-eeo-answers.d.ts
4
+ declare const RecruiteeListShareEeoAnswersInput: z.ZodTypeAny;
5
+ declare const RecruiteeListShareEeoAnswersOutput: z.ZodTypeAny;
6
+ declare const recruiteeListShareEeoAnswers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeListShareEeoAnswers };
9
+ //# sourceMappingURL=list-share-eeo-answers.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-eeo-answers.d.cts","names":[],"sources":["../../src/actions/list-share-eeo-answers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAAiH;AAAA,cAOtJ,kCAAA,EAAoC,CAAA,CAAE,UAEgC;AAAA,cAEtE,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-share-eeo-answers.d.ts
4
+ declare const RecruiteeListShareEeoAnswersInput: z.ZodTypeAny;
5
+ declare const RecruiteeListShareEeoAnswersOutput: z.ZodTypeAny;
6
+ declare const recruiteeListShareEeoAnswers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeListShareEeoAnswers };
9
+ //# sourceMappingURL=list-share-eeo-answers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-eeo-answers.d.mts","names":[],"sources":["../../src/actions/list-share-eeo-answers.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAAiH;AAAA,cAOtJ,kCAAA,EAAoC,CAAA,CAAE,UAEgC;AAAA,cAEtE,4BAAA,gCAA4B,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/list-share-eeo-answers.ts
4
+ const RecruiteeListShareEeoAnswersInput = z.object({}).describe("Request model for retrieving available EEO answers. No parameters required.");
5
+ const RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema = z.object({
6
+ race: z.array(z.string()).describe("List of race/ethnicity answer options.").nullable().optional(),
7
+ gender: z.array(z.string()).describe("List of gender answer options.").nullable().optional(),
8
+ veteran_status: z.array(z.string()).describe("List of veteran status answer options.").nullable().optional(),
9
+ disability_status: z.array(z.string()).describe("List of disability status answer options.").nullable().optional()
10
+ }).describe("Model representing EEO answers grouped by category.");
11
+ const recruiteeListShareEeoAnswers = action("RECRUITEE_LIST_SHARE_EEO_ANSWERS", {
12
+ slug: "recruitee-list-share-eeo-answers",
13
+ name: "List Share EEO Answers",
14
+ description: "Tool to retrieve available EEO (Equal Employment Opportunity) answers. Use when you need to see available answer options for EEO compliance questions.",
15
+ input: RecruiteeListShareEeoAnswersInput,
16
+ output: z.object({ answers: RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema.nullable() }).describe("Response model containing available EEO answers grouped by category.")
17
+ });
18
+ //#endregion
19
+ export { recruiteeListShareEeoAnswers };
20
+
21
+ //# sourceMappingURL=list-share-eeo-answers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-share-eeo-answers.mjs","names":[],"sources":["../../src/actions/list-share-eeo-answers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareEeoAnswersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving available EEO answers. No parameters required.\");\nconst RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema: z.ZodTypeAny = z.object({\n race: z.array(z.string()).describe(\"List of race/ethnicity answer options.\").nullable().optional(),\n gender: z.array(z.string()).describe(\"List of gender answer options.\").nullable().optional(),\n veteran_status: z.array(z.string()).describe(\"List of veteran status answer options.\").nullable().optional(),\n disability_status: z.array(z.string()).describe(\"List of disability status answer options.\").nullable().optional(),\n}).describe(\"Model representing EEO answers grouped by category.\");\nexport const RecruiteeListShareEeoAnswersOutput: z.ZodTypeAny = z.object({\n answers: RecruiteeListShareEeoAnswers_EeoAnswerCategorySchema.nullable(),\n}).describe(\"Response model containing available EEO answers grouped by category.\");\n\nexport const recruiteeListShareEeoAnswers = action(\"RECRUITEE_LIST_SHARE_EEO_ANSWERS\", {\n slug: \"recruitee-list-share-eeo-answers\",\n name: \"List Share EEO Answers\",\n description: \"Tool to retrieve available EEO (Equal Employment Opportunity) answers. Use when you need to see available answer options for EEO compliance questions.\",\n input: RecruiteeListShareEeoAnswersInput,\n output: RecruiteeListShareEeoAnswersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;AAClK,MAAM,uDAAqE,EAAE,OAAO;CAClF,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnH,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAKjE,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,SAAS,qDAAqD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
@@ -0,0 +1,51 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-candidate.ts
4
+ const RecruiteeUpdateCandidateInput = zod.z.object({
5
+ name: zod.z.string().describe("Full name of the candidate.").optional(),
6
+ tags: zod.z.array(zod.z.string()).describe("List of tags associated with the candidate.").optional(),
7
+ email: zod.z.string().describe("Primary email address of the candidate. Note: The Recruitee API stores emails as an array, so this field may not update the candidate's email list as expected.").optional(),
8
+ phone: zod.z.string().describe("Primary phone number of the candidate. Note: The Recruitee API stores phones as an array, so this field may not update the candidate's phone list as expected.").optional(),
9
+ photo: zod.z.string().describe("URL to the candidate's photo.").optional(),
10
+ offers: zod.z.array(zod.z.number().int()).describe("List of offer IDs to associate with the candidate.").optional(),
11
+ resume: zod.z.string().describe("URL to the candidate's resume.").optional(),
12
+ source: zod.z.string().describe("Source from which the candidate was obtained. Must be a valid source defined in the Recruitee system. Common values include 'manual', 'career_site', etc. Invalid sources will result in a 422 error.").optional(),
13
+ candidate_id: zod.z.number().int().describe("Unique identifier of the candidate to update."),
14
+ cover_letter: zod.z.string().describe("Cover letter text for the candidate.").optional(),
15
+ social_links: zod.z.array(zod.z.string().describe("URLs of the candidate's social profiles.")).describe("List of social media profile links for the candidate.").optional(),
16
+ custom_fields: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom fields for the candidate as defined by the company.").optional()
17
+ }).describe("Request model for updating an existing candidate's profile.");
18
+ const RecruiteeUpdateCandidate_CandidateSchema = zod.z.object({
19
+ id: zod.z.number().int().describe("Unique identifier of the candidate."),
20
+ name: zod.z.string().describe("Full name of the candidate."),
21
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the candidate.").nullable().optional(),
22
+ links: zod.z.array(zod.z.string()).describe("Additional URLs associated with the candidate.").nullable().optional(),
23
+ cv_url: zod.z.string().describe("URL to view the candidate's CV/resume inline.").nullable().optional(),
24
+ emails: zod.z.array(zod.z.string()).describe("List of email addresses associated with the candidate.").nullable().optional(),
25
+ phones: zod.z.array(zod.z.string()).describe("List of phone numbers associated with the candidate.").nullable().optional(),
26
+ source: zod.z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
27
+ admin_id: zod.z.number().int().describe("ID of the admin user who owns this candidate.").nullable().optional(),
28
+ initials: zod.z.string().describe("Candidate's initials derived from their name.").nullable().optional(),
29
+ photo_url: zod.z.string().describe("URL of the candidate's full-size photo.").nullable().optional(),
30
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the candidate was created."),
31
+ placements: zod.z.array(zod.z.unknown()).describe("List of job placements/applications for this candidate.").nullable().optional(),
32
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the candidate was last updated."),
33
+ adminapp_url: zod.z.string().describe("URL to view the candidate in the Recruitee admin interface.").nullable().optional(),
34
+ cover_letter: zod.z.string().describe("Cover letter text.").nullable().optional(),
35
+ social_links: zod.z.array(zod.z.string()).describe("URLs of the candidate's social profiles.").nullable().optional(),
36
+ custom_fields: zod.z.union([zod.z.record(zod.z.string(), zod.z.unknown()), zod.z.array(zod.z.unknown())]).nullable().optional(),
37
+ cv_original_url: zod.z.string().describe("URL to download the candidate's original CV/resume file.").nullable().optional(),
38
+ photo_thumb_url: zod.z.string().describe("URL of the candidate's thumbnail photo.").nullable().optional()
39
+ }).describe("Candidate schema returned by Recruitee.");
40
+ const RecruiteeUpdateCandidateOutput = zod.z.object({ candidate: RecruiteeUpdateCandidate_CandidateSchema.nullable() }).describe("Response schema for the updated candidate.");
41
+ const recruiteeUpdateCandidate = require_action.action("RECRUITEE_UPDATE_CANDIDATE", {
42
+ slug: "recruitee-update-candidate",
43
+ name: "Update Candidate",
44
+ description: "Updates an existing candidate's information in Recruitee. Use this to modify candidate details such as name, contact info, cover letter, tags, and social links. All fields except candidate_id are optional - only provide the fields you want to update. The API performs a partial update (PATCH), preserving any fields you don't specify.",
45
+ input: RecruiteeUpdateCandidateInput,
46
+ output: RecruiteeUpdateCandidateOutput
47
+ });
48
+ //#endregion
49
+ exports.recruiteeUpdateCandidate = recruiteeUpdateCandidate;
50
+
51
+ //# sourceMappingURL=update-candidate.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-candidate.cjs","names":["z","action"],"sources":["../../src/actions/update-candidate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateCandidateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the candidate.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the candidate.\").optional(),\n email: z.string().describe(\"Primary email address of the candidate. Note: The Recruitee API stores emails as an array, so this field may not update the candidate's email list as expected.\").optional(),\n phone: z.string().describe(\"Primary phone number of the candidate. Note: The Recruitee API stores phones as an array, so this field may not update the candidate's phone list as expected.\").optional(),\n photo: z.string().describe(\"URL to the candidate's photo.\").optional(),\n offers: z.array(z.number().int()).describe(\"List of offer IDs to associate with the candidate.\").optional(),\n resume: z.string().describe(\"URL to the candidate's resume.\").optional(),\n source: z.string().describe(\"Source from which the candidate was obtained. Must be a valid source defined in the Recruitee system. Common values include 'manual', 'career_site', etc. Invalid sources will result in a 422 error.\").optional(),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate to update.\"),\n cover_letter: z.string().describe(\"Cover letter text for the candidate.\").optional(),\n social_links: z.array(z.string().describe(\"URLs of the candidate's social profiles.\")).describe(\"List of social media profile links for the candidate.\").optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields for the candidate as defined by the company.\").optional(),\n}).describe(\"Request model for updating an existing candidate's profile.\");\nconst RecruiteeUpdateCandidate_CandidateSchema: 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 links: z.array(z.string()).describe(\"Additional URLs associated with the candidate.\").nullable().optional(),\n cv_url: z.string().describe(\"URL to view the candidate's CV/resume inline.\").nullable().optional(),\n emails: z.array(z.string()).describe(\"List of email addresses associated with the candidate.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"List of phone numbers associated with the candidate.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n admin_id: z.number().int().describe(\"ID of the admin user who owns this candidate.\").nullable().optional(),\n initials: z.string().describe(\"Candidate's initials derived from their name.\").nullable().optional(),\n photo_url: z.string().describe(\"URL of the candidate's full-size photo.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the candidate was created.\"),\n placements: z.array(z.unknown()).describe(\"List of job placements/applications for this candidate.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the candidate was last updated.\"),\n adminapp_url: z.string().describe(\"URL to view the candidate in the Recruitee admin interface.\").nullable().optional(),\n cover_letter: z.string().describe(\"Cover letter text.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"URLs of the candidate's social profiles.\").nullable().optional(),\n custom_fields: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n cv_original_url: z.string().describe(\"URL to download the candidate's original CV/resume file.\").nullable().optional(),\n photo_thumb_url: z.string().describe(\"URL of the candidate's thumbnail photo.\").nullable().optional(),\n}).describe(\"Candidate schema returned by Recruitee.\");\nexport const RecruiteeUpdateCandidateOutput: z.ZodTypeAny = z.object({\n candidate: RecruiteeUpdateCandidate_CandidateSchema.nullable(),\n}).describe(\"Response schema for the updated candidate.\");\n\nexport const recruiteeUpdateCandidate = action(\"RECRUITEE_UPDATE_CANDIDATE\", {\n slug: \"recruitee-update-candidate\",\n name: \"Update Candidate\",\n description: \"Updates an existing candidate's information in Recruitee. Use this to modify candidate details such as name, contact info, cover letter, tags, and social links. All fields except candidate_id are optional - only provide the fields you want to update. The API performs a partial update (PATCH), preserving any fields you don't specify.\",\n input: RecruiteeUpdateCandidateInput,\n output: RecruiteeUpdateCandidateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-candidate.d.ts
4
+ declare const RecruiteeUpdateCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateCandidate };
9
+ //# sourceMappingURL=update-candidate.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-candidate.d.cts","names":[],"sources":["../../src/actions/update-candidate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAa4B;AAAA,cAuB7D,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-candidate.d.ts
4
+ declare const RecruiteeUpdateCandidateInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateCandidateOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateCandidate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateCandidate };
9
+ //# sourceMappingURL=update-candidate.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-candidate.d.mts","names":[],"sources":["../../src/actions/update-candidate.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAa4B;AAAA,cAuB7D,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,50 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-candidate.ts
4
+ const RecruiteeUpdateCandidateInput = z.object({
5
+ name: z.string().describe("Full name of the candidate.").optional(),
6
+ tags: z.array(z.string()).describe("List of tags associated with the candidate.").optional(),
7
+ email: z.string().describe("Primary email address of the candidate. Note: The Recruitee API stores emails as an array, so this field may not update the candidate's email list as expected.").optional(),
8
+ phone: z.string().describe("Primary phone number of the candidate. Note: The Recruitee API stores phones as an array, so this field may not update the candidate's phone list as expected.").optional(),
9
+ photo: z.string().describe("URL to the candidate's photo.").optional(),
10
+ offers: z.array(z.number().int()).describe("List of offer IDs to associate with the candidate.").optional(),
11
+ resume: z.string().describe("URL to the candidate's resume.").optional(),
12
+ source: z.string().describe("Source from which the candidate was obtained. Must be a valid source defined in the Recruitee system. Common values include 'manual', 'career_site', etc. Invalid sources will result in a 422 error.").optional(),
13
+ candidate_id: z.number().int().describe("Unique identifier of the candidate to update."),
14
+ cover_letter: z.string().describe("Cover letter text for the candidate.").optional(),
15
+ social_links: z.array(z.string().describe("URLs of the candidate's social profiles.")).describe("List of social media profile links for the candidate.").optional(),
16
+ custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields for the candidate as defined by the company.").optional()
17
+ }).describe("Request model for updating an existing candidate's profile.");
18
+ const RecruiteeUpdateCandidate_CandidateSchema = z.object({
19
+ id: z.number().int().describe("Unique identifier of the candidate."),
20
+ name: z.string().describe("Full name of the candidate."),
21
+ tags: z.array(z.string()).describe("Tags associated with the candidate.").nullable().optional(),
22
+ links: z.array(z.string()).describe("Additional URLs associated with the candidate.").nullable().optional(),
23
+ cv_url: z.string().describe("URL to view the candidate's CV/resume inline.").nullable().optional(),
24
+ emails: z.array(z.string()).describe("List of email addresses associated with the candidate.").nullable().optional(),
25
+ phones: z.array(z.string()).describe("List of phone numbers associated with the candidate.").nullable().optional(),
26
+ source: z.string().describe("Source from which the candidate was obtained.").nullable().optional(),
27
+ admin_id: z.number().int().describe("ID of the admin user who owns this candidate.").nullable().optional(),
28
+ initials: z.string().describe("Candidate's initials derived from their name.").nullable().optional(),
29
+ photo_url: z.string().describe("URL of the candidate's full-size photo.").nullable().optional(),
30
+ created_at: z.string().describe("ISO 8601 timestamp when the candidate was created."),
31
+ placements: z.array(z.unknown()).describe("List of job placements/applications for this candidate.").nullable().optional(),
32
+ updated_at: z.string().describe("ISO 8601 timestamp when the candidate was last updated."),
33
+ adminapp_url: z.string().describe("URL to view the candidate in the Recruitee admin interface.").nullable().optional(),
34
+ cover_letter: z.string().describe("Cover letter text.").nullable().optional(),
35
+ social_links: z.array(z.string()).describe("URLs of the candidate's social profiles.").nullable().optional(),
36
+ custom_fields: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),
37
+ cv_original_url: z.string().describe("URL to download the candidate's original CV/resume file.").nullable().optional(),
38
+ photo_thumb_url: z.string().describe("URL of the candidate's thumbnail photo.").nullable().optional()
39
+ }).describe("Candidate schema returned by Recruitee.");
40
+ const recruiteeUpdateCandidate = action("RECRUITEE_UPDATE_CANDIDATE", {
41
+ slug: "recruitee-update-candidate",
42
+ name: "Update Candidate",
43
+ description: "Updates an existing candidate's information in Recruitee. Use this to modify candidate details such as name, contact info, cover letter, tags, and social links. All fields except candidate_id are optional - only provide the fields you want to update. The API performs a partial update (PATCH), preserving any fields you don't specify.",
44
+ input: RecruiteeUpdateCandidateInput,
45
+ output: z.object({ candidate: RecruiteeUpdateCandidate_CandidateSchema.nullable() }).describe("Response schema for the updated candidate.")
46
+ });
47
+ //#endregion
48
+ export { recruiteeUpdateCandidate };
49
+
50
+ //# sourceMappingURL=update-candidate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-candidate.mjs","names":[],"sources":["../../src/actions/update-candidate.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateCandidateInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Full name of the candidate.\").optional(),\n tags: z.array(z.string()).describe(\"List of tags associated with the candidate.\").optional(),\n email: z.string().describe(\"Primary email address of the candidate. Note: The Recruitee API stores emails as an array, so this field may not update the candidate's email list as expected.\").optional(),\n phone: z.string().describe(\"Primary phone number of the candidate. Note: The Recruitee API stores phones as an array, so this field may not update the candidate's phone list as expected.\").optional(),\n photo: z.string().describe(\"URL to the candidate's photo.\").optional(),\n offers: z.array(z.number().int()).describe(\"List of offer IDs to associate with the candidate.\").optional(),\n resume: z.string().describe(\"URL to the candidate's resume.\").optional(),\n source: z.string().describe(\"Source from which the candidate was obtained. Must be a valid source defined in the Recruitee system. Common values include 'manual', 'career_site', etc. Invalid sources will result in a 422 error.\").optional(),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate to update.\"),\n cover_letter: z.string().describe(\"Cover letter text for the candidate.\").optional(),\n social_links: z.array(z.string().describe(\"URLs of the candidate's social profiles.\")).describe(\"List of social media profile links for the candidate.\").optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields for the candidate as defined by the company.\").optional(),\n}).describe(\"Request model for updating an existing candidate's profile.\");\nconst RecruiteeUpdateCandidate_CandidateSchema: 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 links: z.array(z.string()).describe(\"Additional URLs associated with the candidate.\").nullable().optional(),\n cv_url: z.string().describe(\"URL to view the candidate's CV/resume inline.\").nullable().optional(),\n emails: z.array(z.string()).describe(\"List of email addresses associated with the candidate.\").nullable().optional(),\n phones: z.array(z.string()).describe(\"List of phone numbers associated with the candidate.\").nullable().optional(),\n source: z.string().describe(\"Source from which the candidate was obtained.\").nullable().optional(),\n admin_id: z.number().int().describe(\"ID of the admin user who owns this candidate.\").nullable().optional(),\n initials: z.string().describe(\"Candidate's initials derived from their name.\").nullable().optional(),\n photo_url: z.string().describe(\"URL of the candidate's full-size photo.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the candidate was created.\"),\n placements: z.array(z.unknown()).describe(\"List of job placements/applications for this candidate.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the candidate was last updated.\"),\n adminapp_url: z.string().describe(\"URL to view the candidate in the Recruitee admin interface.\").nullable().optional(),\n cover_letter: z.string().describe(\"Cover letter text.\").nullable().optional(),\n social_links: z.array(z.string()).describe(\"URLs of the candidate's social profiles.\").nullable().optional(),\n custom_fields: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n cv_original_url: z.string().describe(\"URL to download the candidate's original CV/resume file.\").nullable().optional(),\n photo_thumb_url: z.string().describe(\"URL of the candidate's thumbnail photo.\").nullable().optional(),\n}).describe(\"Candidate schema returned by Recruitee.\");\nexport const RecruiteeUpdateCandidateOutput: z.ZodTypeAny = z.object({\n candidate: RecruiteeUpdateCandidate_CandidateSchema.nullable(),\n}).describe(\"Response schema for the updated candidate.\");\n\nexport const recruiteeUpdateCandidate = action(\"RECRUITEE_UPDATE_CANDIDATE\", {\n slug: \"recruitee-update-candidate\",\n name: \"Update Candidate\",\n description: \"Updates an existing candidate's information in Recruitee. Use this to modify candidate details such as name, contact info, cover letter, tags, and social links. All fields except candidate_id are optional - only provide the fields you want to update. The API performs a partial update (PATCH), preserving any fields you don't specify.\",\n input: RecruiteeUpdateCandidateInput,\n output: RecruiteeUpdateCandidateOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,34 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-note.ts
4
+ const RecruiteeUpdateNoteInput = zod.z.object({
5
+ body: zod.z.string().describe("Updated text content of the note.").optional(),
6
+ pinned: zod.z.boolean().describe("True to pin the note, false to unpin.").optional(),
7
+ note_id: zod.z.number().int().describe("Unique identifier of the note to update."),
8
+ candidate_id: zod.z.number().int().describe("Unique identifier of the candidate.")
9
+ }).describe("Request model for updating an existing note for a candidate.");
10
+ const RecruiteeUpdateNote_NoteResponseSchema = zod.z.object({
11
+ id: zod.z.number().int().describe("Unique identifier of the note."),
12
+ body: zod.z.string().describe("Text content of the note."),
13
+ pinned: zod.z.boolean().describe("Pin status of the note.").nullable().optional(),
14
+ admin_id: zod.z.number().int().describe("ID of the admin who created or updated the note.").nullable().optional(),
15
+ guest_id: zod.z.number().int().describe("ID of the guest who created or updated the note.").nullable().optional(),
16
+ body_html: zod.z.string().describe("HTML version of the note body, if any.").nullable().optional(),
17
+ body_json: zod.z.record(zod.z.string(), zod.z.unknown()).describe("JSON representation of the note body, if any.").nullable().optional(),
18
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the note was created."),
19
+ updated_at: zod.z.string().describe("ISO 8601 timestamp when the note was last updated."),
20
+ reply_to_id: zod.z.number().int().describe("If reply, the parent note ID.").nullable().optional(),
21
+ candidate_id: zod.z.number().int().describe("ID of the candidate associated with the note.").nullable().optional()
22
+ }).describe("The note object returned by the API after update.");
23
+ const RecruiteeUpdateNoteOutput = zod.z.object({ note: RecruiteeUpdateNote_NoteResponseSchema.nullable() }).describe("Response model for the updated note.");
24
+ const recruiteeUpdateNote = require_action.action("RECRUITEE_UPDATE_NOTE", {
25
+ slug: "recruitee-update-note",
26
+ name: "Update Note",
27
+ description: "Tool to update an existing note for a candidate. Use when you need to modify note text or pin status after creation.",
28
+ input: RecruiteeUpdateNoteInput,
29
+ output: RecruiteeUpdateNoteOutput
30
+ });
31
+ //#endregion
32
+ exports.recruiteeUpdateNote = recruiteeUpdateNote;
33
+
34
+ //# sourceMappingURL=update-note.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-note.cjs","names":["z","action"],"sources":["../../src/actions/update-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateNoteInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Updated text content of the note.\").optional(),\n pinned: z.boolean().describe(\"True to pin the note, false to unpin.\").optional(),\n note_id: z.number().int().describe(\"Unique identifier of the note to update.\"),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate.\"),\n}).describe(\"Request model for updating an existing note for a candidate.\");\nconst RecruiteeUpdateNote_NoteResponseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note.\"),\n body: z.string().describe(\"Text content of the note.\"),\n pinned: z.boolean().describe(\"Pin status of the note.\").nullable().optional(),\n admin_id: z.number().int().describe(\"ID of the admin who created or updated the note.\").nullable().optional(),\n guest_id: z.number().int().describe(\"ID of the guest who created or updated the note.\").nullable().optional(),\n body_html: z.string().describe(\"HTML version of the note body, if any.\").nullable().optional(),\n body_json: z.record(z.string(), z.unknown()).describe(\"JSON representation of the note body, if any.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the note was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the note was last updated.\"),\n reply_to_id: z.number().int().describe(\"If reply, the parent note ID.\").nullable().optional(),\n candidate_id: z.number().int().describe(\"ID of the candidate associated with the note.\").nullable().optional(),\n}).describe(\"The note object returned by the API after update.\");\nexport const RecruiteeUpdateNoteOutput: z.ZodTypeAny = z.object({\n note: RecruiteeUpdateNote_NoteResponseSchema.nullable(),\n}).describe(\"Response model for the updated note.\");\n\nexport const recruiteeUpdateNote = action(\"RECRUITEE_UPDATE_NOTE\", {\n slug: \"recruitee-update-note\",\n name: \"Update Note\",\n description: \"Tool to update an existing note for a candidate. Use when you need to modify note text or pin status after creation.\",\n input: RecruiteeUpdateNoteInput,\n output: RecruiteeUpdateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAC7E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC/E,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-note.d.ts
4
+ declare const RecruiteeUpdateNoteInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateNoteOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateNote };
9
+ //# sourceMappingURL=update-note.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-note.d.cts","names":[],"sources":["../../src/actions/update-note.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKkC;AAAA,cAc9D,yBAAA,EAA2B,CAAA,CAAE,UAES;AAAA,cAEtC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-note.d.ts
4
+ declare const RecruiteeUpdateNoteInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateNoteOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateNote: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateNote };
9
+ //# sourceMappingURL=update-note.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-note.d.mts","names":[],"sources":["../../src/actions/update-note.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAKkC;AAAA,cAc9D,yBAAA,EAA2B,CAAA,CAAE,UAES;AAAA,cAEtC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-note.ts
4
+ const RecruiteeUpdateNoteInput = z.object({
5
+ body: z.string().describe("Updated text content of the note.").optional(),
6
+ pinned: z.boolean().describe("True to pin the note, false to unpin.").optional(),
7
+ note_id: z.number().int().describe("Unique identifier of the note to update."),
8
+ candidate_id: z.number().int().describe("Unique identifier of the candidate.")
9
+ }).describe("Request model for updating an existing note for a candidate.");
10
+ const RecruiteeUpdateNote_NoteResponseSchema = z.object({
11
+ id: z.number().int().describe("Unique identifier of the note."),
12
+ body: z.string().describe("Text content of the note."),
13
+ pinned: z.boolean().describe("Pin status of the note.").nullable().optional(),
14
+ admin_id: z.number().int().describe("ID of the admin who created or updated the note.").nullable().optional(),
15
+ guest_id: z.number().int().describe("ID of the guest who created or updated the note.").nullable().optional(),
16
+ body_html: z.string().describe("HTML version of the note body, if any.").nullable().optional(),
17
+ body_json: z.record(z.string(), z.unknown()).describe("JSON representation of the note body, if any.").nullable().optional(),
18
+ created_at: z.string().describe("ISO 8601 timestamp when the note was created."),
19
+ updated_at: z.string().describe("ISO 8601 timestamp when the note was last updated."),
20
+ reply_to_id: z.number().int().describe("If reply, the parent note ID.").nullable().optional(),
21
+ candidate_id: z.number().int().describe("ID of the candidate associated with the note.").nullable().optional()
22
+ }).describe("The note object returned by the API after update.");
23
+ const recruiteeUpdateNote = action("RECRUITEE_UPDATE_NOTE", {
24
+ slug: "recruitee-update-note",
25
+ name: "Update Note",
26
+ description: "Tool to update an existing note for a candidate. Use when you need to modify note text or pin status after creation.",
27
+ input: RecruiteeUpdateNoteInput,
28
+ output: z.object({ note: RecruiteeUpdateNote_NoteResponseSchema.nullable() }).describe("Response model for the updated note.")
29
+ });
30
+ //#endregion
31
+ export { recruiteeUpdateNote };
32
+
33
+ //# sourceMappingURL=update-note.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-note.mjs","names":[],"sources":["../../src/actions/update-note.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateNoteInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"Updated text content of the note.\").optional(),\n pinned: z.boolean().describe(\"True to pin the note, false to unpin.\").optional(),\n note_id: z.number().int().describe(\"Unique identifier of the note to update.\"),\n candidate_id: z.number().int().describe(\"Unique identifier of the candidate.\"),\n}).describe(\"Request model for updating an existing note for a candidate.\");\nconst RecruiteeUpdateNote_NoteResponseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the note.\"),\n body: z.string().describe(\"Text content of the note.\"),\n pinned: z.boolean().describe(\"Pin status of the note.\").nullable().optional(),\n admin_id: z.number().int().describe(\"ID of the admin who created or updated the note.\").nullable().optional(),\n guest_id: z.number().int().describe(\"ID of the guest who created or updated the note.\").nullable().optional(),\n body_html: z.string().describe(\"HTML version of the note body, if any.\").nullable().optional(),\n body_json: z.record(z.string(), z.unknown()).describe(\"JSON representation of the note body, if any.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the note was created.\"),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the note was last updated.\"),\n reply_to_id: z.number().int().describe(\"If reply, the parent note ID.\").nullable().optional(),\n candidate_id: z.number().int().describe(\"ID of the candidate associated with the note.\").nullable().optional(),\n}).describe(\"The note object returned by the API after update.\");\nexport const RecruiteeUpdateNoteOutput: z.ZodTypeAny = z.object({\n note: RecruiteeUpdateNote_NoteResponseSchema.nullable(),\n}).describe(\"Response model for the updated note.\");\n\nexport const recruiteeUpdateNote = action(\"RECRUITEE_UPDATE_NOTE\", {\n slug: \"recruitee-update-note\",\n name: \"Update Note\",\n description: \"Tool to update an existing note for a candidate. Use when you need to modify note text or pin status after creation.\",\n input: RecruiteeUpdateNoteInput,\n output: RecruiteeUpdateNoteOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC/E,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAK/D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}