@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,96 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/update-offer.ts
4
+ const RecruiteeUpdateOfferInput = zod.z.object({
5
+ kind: zod.z.enum(["job", "talent_pool"]).describe("Type of the offer: 'job' for standard job postings or 'talent_pool' for talent pools.").optional(),
6
+ title: zod.z.string().describe("The title of the job offer.").optional(),
7
+ hybrid: zod.z.boolean().describe("Display the job as hybrid (combination of on-site and remote) on the careers site.").optional(),
8
+ remote: zod.z.boolean().describe("Display the job as fully remote on the careers site.").optional(),
9
+ status: zod.z.enum([
10
+ "draft",
11
+ "internal",
12
+ "published",
13
+ "closed",
14
+ "archived"
15
+ ]).describe("Current status of the offer. Options: 'draft' (not visible), 'internal' (visible to team), 'published' (public), 'closed' (no longer accepting applications), 'archived' (hidden from all views).").optional(),
16
+ on_site: zod.z.boolean().describe("Display the job as on-site on the careers site.").optional(),
17
+ offer_id: zod.z.number().int().describe("The unique identifier of the offer to update. Required."),
18
+ options_cv: zod.z.enum([
19
+ "required",
20
+ "optional",
21
+ "off"
22
+ ]).describe("CV/resume upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).").optional(),
23
+ description: zod.z.string().describe("Detailed description of the job offer. Supports HTML formatting.").optional(),
24
+ location_ids: zod.z.array(zod.z.number().int()).describe("List of location IDs for the job offer. Use Get Locations action to retrieve valid IDs.").optional(),
25
+ requirements: zod.z.string().describe("Job requirements and qualifications. Supports HTML formatting.").optional(),
26
+ department_id: zod.z.number().int().describe("Department ID to assign the offer to. Use Get Departments action to retrieve valid IDs.").optional(),
27
+ options_phone: zod.z.enum([
28
+ "required",
29
+ "optional",
30
+ "off"
31
+ ]).describe("Phone number field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).").optional(),
32
+ options_photo: zod.z.enum([
33
+ "required",
34
+ "optional",
35
+ "off"
36
+ ]).describe("Photo upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).").optional(),
37
+ locations_question: zod.z.string().describe("Custom question text for the location picker in the application form. Only used when 'locations_question' is in visibility_options.").optional(),
38
+ visibility_options: zod.z.array(zod.z.enum([
39
+ "indeed",
40
+ "social_share",
41
+ "job_location",
42
+ "linkedin",
43
+ "locations_question"
44
+ ])).describe("Job visibility and feature options. Include 'indeed' to post on Indeed, 'linkedin' for LinkedIn, 'social_share' for social media sharing, 'job_location' to show location, 'locations_question' to enable location picker in application form.").optional(),
45
+ options_cover_letter: zod.z.enum([
46
+ "required",
47
+ "optional",
48
+ "off"
49
+ ]).describe("Cover letter field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).").optional(),
50
+ locations_question_type: zod.z.enum(["single_choice", "multiple_choice"]).describe("Type of location selection in application form: 'single_choice' allows one location, 'multiple_choice' allows multiple.").optional(),
51
+ locations_question_required: zod.z.boolean().describe("Whether applicants must answer the location question to submit their application.").optional()
52
+ }).describe("Request model for updating an existing job offer. All fields except offer_id are optional.\nOnly provide fields you want to update - other fields will remain unchanged.");
53
+ const RecruiteeUpdateOffer_AttachmentInfoSchema = zod.z.object({
54
+ id: zod.z.number().int().describe("Unique attachment ID."),
55
+ url: zod.z.string().describe("Download URL of the attachment."),
56
+ filename: zod.z.string().describe("Uploaded filename.")
57
+ }).describe("Attachment metadata linked to the job offer.");
58
+ const RecruiteeUpdateOffer_OfferCustomFieldSchema = zod.z.object({
59
+ value: zod.z.unknown().describe("Value of the custom field."),
60
+ field_key: zod.z.string().describe("Custom field identifier key.")
61
+ }).describe("Key/value pair for a custom field on the offer.");
62
+ const RecruiteeUpdateOffer_OfferSchema = zod.z.object({
63
+ id: zod.z.number().int().describe("Unique identifier of the offer."),
64
+ ref: zod.z.string().describe("Internal reference code.").nullable().optional(),
65
+ kind: zod.z.string().describe("Type of the offer, e.g., 'job' or 'talent_pool'.").nullable().optional(),
66
+ slug: zod.z.string().describe("URL-friendly slug of the offer.").nullable().optional(),
67
+ tags: zod.z.array(zod.z.string()).describe("Tags assigned to the offer.").nullable().optional(),
68
+ title: zod.z.string().describe("Title of the job offer."),
69
+ status: zod.z.string().describe("Current status of the offer."),
70
+ locations: zod.z.array(zod.z.string()).describe("List of locations for this offer.").nullable().optional(),
71
+ created_at: zod.z.string().describe("ISO 8601 datetime when the offer was created."),
72
+ expires_at: zod.z.string().describe("ISO 8601 datetime when the offer expires.").nullable().optional(),
73
+ options_cv: zod.z.string().describe("CV requirement setting in application form.").nullable().optional(),
74
+ updated_at: zod.z.string().describe("ISO 8601 datetime when the offer was last updated."),
75
+ attachments: zod.z.array(RecruiteeUpdateOffer_AttachmentInfoSchema).describe("Attachments linked to the offer.").nullable().optional(),
76
+ description: zod.z.string().describe("Detailed description of the job offer.").nullable().optional(),
77
+ custom_fields: zod.z.array(RecruiteeUpdateOffer_OfferCustomFieldSchema).describe("Custom fields for the offer.").nullable().optional(),
78
+ department_id: zod.z.number().int().describe("Department ID this offer belongs to.").nullable().optional(),
79
+ options_phone: zod.z.string().describe("Phone requirement setting in application form.").nullable().optional(),
80
+ options_photo: zod.z.string().describe("Photo requirement setting in application form.").nullable().optional(),
81
+ employment_types: zod.z.array(zod.z.string()).describe("List of employment types for this offer.").nullable().optional(),
82
+ visibility_options: zod.z.array(zod.z.string()).describe("Visibility options for this offer.").nullable().optional(),
83
+ options_cover_letter: zod.z.string().describe("Cover letter requirement setting in application form.").nullable().optional()
84
+ }).describe("Schema for a job offer in Recruitee.");
85
+ const RecruiteeUpdateOfferOutput = zod.z.object({ offer: RecruiteeUpdateOffer_OfferSchema.nullable() }).describe("Response schema for the updated job offer.");
86
+ const recruiteeUpdateOffer = require_action.action("RECRUITEE_UPDATE_OFFER", {
87
+ slug: "recruitee-update-offer",
88
+ name: "Update Offer",
89
+ description: "Updates an existing job offer or talent pool in Recruitee. Allows modification of offer details including title, description, requirements, status, locations, department assignment, work type (remote/hybrid/on-site), visibility settings, and application form field requirements. Only specified fields are updated; omitted fields remain unchanged. Requires the offer ID - use Get Offers or Get Offer actions to retrieve existing offer IDs.",
90
+ input: RecruiteeUpdateOfferInput,
91
+ output: RecruiteeUpdateOfferOutput
92
+ });
93
+ //#endregion
94
+ exports.recruiteeUpdateOffer = recruiteeUpdateOffer;
95
+
96
+ //# sourceMappingURL=update-offer.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer.cjs","names":["z","action"],"sources":["../../src/actions/update-offer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateOfferInput: z.ZodTypeAny = z.object({\n kind: z.enum([\"job\", \"talent_pool\"]).describe(\"Type of the offer: 'job' for standard job postings or 'talent_pool' for talent pools.\").optional(),\n title: z.string().describe(\"The title of the job offer.\").optional(),\n hybrid: z.boolean().describe(\"Display the job as hybrid (combination of on-site and remote) on the careers site.\").optional(),\n remote: z.boolean().describe(\"Display the job as fully remote on the careers site.\").optional(),\n status: z.enum([\"draft\", \"internal\", \"published\", \"closed\", \"archived\"]).describe(\"Current status of the offer. Options: 'draft' (not visible), 'internal' (visible to team), 'published' (public), 'closed' (no longer accepting applications), 'archived' (hidden from all views).\").optional(),\n on_site: z.boolean().describe(\"Display the job as on-site on the careers site.\").optional(),\n offer_id: z.number().int().describe(\"The unique identifier of the offer to update. Required.\"),\n options_cv: z.enum([\"required\", \"optional\", \"off\"]).describe(\"CV/resume upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).\").optional(),\n description: z.string().describe(\"Detailed description of the job offer. Supports HTML formatting.\").optional(),\n location_ids: z.array(z.number().int()).describe(\"List of location IDs for the job offer. Use Get Locations action to retrieve valid IDs.\").optional(),\n requirements: z.string().describe(\"Job requirements and qualifications. Supports HTML formatting.\").optional(),\n department_id: z.number().int().describe(\"Department ID to assign the offer to. Use Get Departments action to retrieve valid IDs.\").optional(),\n options_phone: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Phone number field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).\").optional(),\n options_photo: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Photo upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).\").optional(),\n locations_question: z.string().describe(\"Custom question text for the location picker in the application form. Only used when 'locations_question' is in visibility_options.\").optional(),\n visibility_options: z.array(z.enum([\"indeed\", \"social_share\", \"job_location\", \"linkedin\", \"locations_question\"])).describe(\"Job visibility and feature options. Include 'indeed' to post on Indeed, 'linkedin' for LinkedIn, 'social_share' for social media sharing, 'job_location' to show location, 'locations_question' to enable location picker in application form.\").optional(),\n options_cover_letter: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Cover letter field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).\").optional(),\n locations_question_type: z.enum([\"single_choice\", \"multiple_choice\"]).describe(\"Type of location selection in application form: 'single_choice' allows one location, 'multiple_choice' allows multiple.\").optional(),\n locations_question_required: z.boolean().describe(\"Whether applicants must answer the location question to submit their application.\").optional(),\n}).describe(\"Request model for updating an existing job offer. All fields except offer_id are optional.\\nOnly provide fields you want to update - other fields will remain unchanged.\");\nconst RecruiteeUpdateOffer_AttachmentInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique attachment ID.\"),\n url: z.string().describe(\"Download URL of the attachment.\"),\n filename: z.string().describe(\"Uploaded filename.\"),\n}).describe(\"Attachment metadata linked to the job offer.\");\nconst RecruiteeUpdateOffer_OfferCustomFieldSchema: z.ZodTypeAny = z.object({\n value: z.unknown().describe(\"Value of the custom field.\"),\n field_key: z.string().describe(\"Custom field identifier key.\"),\n}).describe(\"Key/value pair for a custom field on the offer.\");\nconst RecruiteeUpdateOffer_OfferSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the offer.\"),\n ref: z.string().describe(\"Internal reference code.\").nullable().optional(),\n kind: z.string().describe(\"Type of the offer, e.g., 'job' or 'talent_pool'.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly slug of the offer.\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags assigned to the offer.\").nullable().optional(),\n title: z.string().describe(\"Title of the job offer.\"),\n status: z.string().describe(\"Current status of the offer.\"),\n locations: z.array(z.string()).describe(\"List of locations for this offer.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 datetime when the offer was created.\"),\n expires_at: z.string().describe(\"ISO 8601 datetime when the offer expires.\").nullable().optional(),\n options_cv: z.string().describe(\"CV requirement setting in application form.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 datetime when the offer was last updated.\"),\n attachments: z.array(RecruiteeUpdateOffer_AttachmentInfoSchema).describe(\"Attachments linked to the offer.\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the job offer.\").nullable().optional(),\n custom_fields: z.array(RecruiteeUpdateOffer_OfferCustomFieldSchema).describe(\"Custom fields for the offer.\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID this offer belongs to.\").nullable().optional(),\n options_phone: z.string().describe(\"Phone requirement setting in application form.\").nullable().optional(),\n options_photo: z.string().describe(\"Photo requirement setting in application form.\").nullable().optional(),\n employment_types: z.array(z.string()).describe(\"List of employment types for this offer.\").nullable().optional(),\n visibility_options: z.array(z.string()).describe(\"Visibility options for this offer.\").nullable().optional(),\n options_cover_letter: z.string().describe(\"Cover letter requirement setting in application form.\").nullable().optional(),\n}).describe(\"Schema for a job offer in Recruitee.\");\nexport const RecruiteeUpdateOfferOutput: z.ZodTypeAny = z.object({\n offer: RecruiteeUpdateOffer_OfferSchema.nullable(),\n}).describe(\"Response schema for the updated job offer.\");\n\nexport const recruiteeUpdateOffer = action(\"RECRUITEE_UPDATE_OFFER\", {\n slug: \"recruitee-update-offer\",\n name: \"Update Offer\",\n description: \"Updates an existing job offer or talent pool in Recruitee. Allows modification of offer details including title, description, requirements, status, locations, department assignment, work type (remote/hybrid/on-site), visibility settings, and application form field requirements. Only specified fields are updated; omitted fields remain unchanged. Requires the offer ID - use Get Offers or Get Offer actions to retrieve existing offer IDs.\",\n input: RecruiteeUpdateOfferInput,\n output: RecruiteeUpdateOfferOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-offer.d.ts
4
+ declare const RecruiteeUpdateOfferInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateOfferOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateOffer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateOffer };
9
+ //# sourceMappingURL=update-offer.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer.d.cts","names":[],"sources":["../../src/actions/update-offer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAoB6I;AAAA,cAiC1K,0BAAA,EAA4B,CAAA,CAAE,UAEc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/update-offer.d.ts
4
+ declare const RecruiteeUpdateOfferInput: z.ZodTypeAny;
5
+ declare const RecruiteeUpdateOfferOutput: z.ZodTypeAny;
6
+ declare const recruiteeUpdateOffer: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { recruiteeUpdateOffer };
9
+ //# sourceMappingURL=update-offer.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer.d.mts","names":[],"sources":["../../src/actions/update-offer.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAoB6I;AAAA,cAiC1K,0BAAA,EAA4B,CAAA,CAAE,UAEc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,95 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/update-offer.ts
4
+ const RecruiteeUpdateOfferInput = z.object({
5
+ kind: z.enum(["job", "talent_pool"]).describe("Type of the offer: 'job' for standard job postings or 'talent_pool' for talent pools.").optional(),
6
+ title: z.string().describe("The title of the job offer.").optional(),
7
+ hybrid: z.boolean().describe("Display the job as hybrid (combination of on-site and remote) on the careers site.").optional(),
8
+ remote: z.boolean().describe("Display the job as fully remote on the careers site.").optional(),
9
+ status: z.enum([
10
+ "draft",
11
+ "internal",
12
+ "published",
13
+ "closed",
14
+ "archived"
15
+ ]).describe("Current status of the offer. Options: 'draft' (not visible), 'internal' (visible to team), 'published' (public), 'closed' (no longer accepting applications), 'archived' (hidden from all views).").optional(),
16
+ on_site: z.boolean().describe("Display the job as on-site on the careers site.").optional(),
17
+ offer_id: z.number().int().describe("The unique identifier of the offer to update. Required."),
18
+ options_cv: z.enum([
19
+ "required",
20
+ "optional",
21
+ "off"
22
+ ]).describe("CV/resume upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).").optional(),
23
+ description: z.string().describe("Detailed description of the job offer. Supports HTML formatting.").optional(),
24
+ location_ids: z.array(z.number().int()).describe("List of location IDs for the job offer. Use Get Locations action to retrieve valid IDs.").optional(),
25
+ requirements: z.string().describe("Job requirements and qualifications. Supports HTML formatting.").optional(),
26
+ department_id: z.number().int().describe("Department ID to assign the offer to. Use Get Departments action to retrieve valid IDs.").optional(),
27
+ options_phone: z.enum([
28
+ "required",
29
+ "optional",
30
+ "off"
31
+ ]).describe("Phone number field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).").optional(),
32
+ options_photo: z.enum([
33
+ "required",
34
+ "optional",
35
+ "off"
36
+ ]).describe("Photo upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).").optional(),
37
+ locations_question: z.string().describe("Custom question text for the location picker in the application form. Only used when 'locations_question' is in visibility_options.").optional(),
38
+ visibility_options: z.array(z.enum([
39
+ "indeed",
40
+ "social_share",
41
+ "job_location",
42
+ "linkedin",
43
+ "locations_question"
44
+ ])).describe("Job visibility and feature options. Include 'indeed' to post on Indeed, 'linkedin' for LinkedIn, 'social_share' for social media sharing, 'job_location' to show location, 'locations_question' to enable location picker in application form.").optional(),
45
+ options_cover_letter: z.enum([
46
+ "required",
47
+ "optional",
48
+ "off"
49
+ ]).describe("Cover letter field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).").optional(),
50
+ locations_question_type: z.enum(["single_choice", "multiple_choice"]).describe("Type of location selection in application form: 'single_choice' allows one location, 'multiple_choice' allows multiple.").optional(),
51
+ locations_question_required: z.boolean().describe("Whether applicants must answer the location question to submit their application.").optional()
52
+ }).describe("Request model for updating an existing job offer. All fields except offer_id are optional.\nOnly provide fields you want to update - other fields will remain unchanged.");
53
+ const RecruiteeUpdateOffer_AttachmentInfoSchema = z.object({
54
+ id: z.number().int().describe("Unique attachment ID."),
55
+ url: z.string().describe("Download URL of the attachment."),
56
+ filename: z.string().describe("Uploaded filename.")
57
+ }).describe("Attachment metadata linked to the job offer.");
58
+ const RecruiteeUpdateOffer_OfferCustomFieldSchema = z.object({
59
+ value: z.unknown().describe("Value of the custom field."),
60
+ field_key: z.string().describe("Custom field identifier key.")
61
+ }).describe("Key/value pair for a custom field on the offer.");
62
+ const RecruiteeUpdateOffer_OfferSchema = z.object({
63
+ id: z.number().int().describe("Unique identifier of the offer."),
64
+ ref: z.string().describe("Internal reference code.").nullable().optional(),
65
+ kind: z.string().describe("Type of the offer, e.g., 'job' or 'talent_pool'.").nullable().optional(),
66
+ slug: z.string().describe("URL-friendly slug of the offer.").nullable().optional(),
67
+ tags: z.array(z.string()).describe("Tags assigned to the offer.").nullable().optional(),
68
+ title: z.string().describe("Title of the job offer."),
69
+ status: z.string().describe("Current status of the offer."),
70
+ locations: z.array(z.string()).describe("List of locations for this offer.").nullable().optional(),
71
+ created_at: z.string().describe("ISO 8601 datetime when the offer was created."),
72
+ expires_at: z.string().describe("ISO 8601 datetime when the offer expires.").nullable().optional(),
73
+ options_cv: z.string().describe("CV requirement setting in application form.").nullable().optional(),
74
+ updated_at: z.string().describe("ISO 8601 datetime when the offer was last updated."),
75
+ attachments: z.array(RecruiteeUpdateOffer_AttachmentInfoSchema).describe("Attachments linked to the offer.").nullable().optional(),
76
+ description: z.string().describe("Detailed description of the job offer.").nullable().optional(),
77
+ custom_fields: z.array(RecruiteeUpdateOffer_OfferCustomFieldSchema).describe("Custom fields for the offer.").nullable().optional(),
78
+ department_id: z.number().int().describe("Department ID this offer belongs to.").nullable().optional(),
79
+ options_phone: z.string().describe("Phone requirement setting in application form.").nullable().optional(),
80
+ options_photo: z.string().describe("Photo requirement setting in application form.").nullable().optional(),
81
+ employment_types: z.array(z.string()).describe("List of employment types for this offer.").nullable().optional(),
82
+ visibility_options: z.array(z.string()).describe("Visibility options for this offer.").nullable().optional(),
83
+ options_cover_letter: z.string().describe("Cover letter requirement setting in application form.").nullable().optional()
84
+ }).describe("Schema for a job offer in Recruitee.");
85
+ const recruiteeUpdateOffer = action("RECRUITEE_UPDATE_OFFER", {
86
+ slug: "recruitee-update-offer",
87
+ name: "Update Offer",
88
+ description: "Updates an existing job offer or talent pool in Recruitee. Allows modification of offer details including title, description, requirements, status, locations, department assignment, work type (remote/hybrid/on-site), visibility settings, and application form field requirements. Only specified fields are updated; omitted fields remain unchanged. Requires the offer ID - use Get Offers or Get Offer actions to retrieve existing offer IDs.",
89
+ input: RecruiteeUpdateOfferInput,
90
+ output: z.object({ offer: RecruiteeUpdateOffer_OfferSchema.nullable() }).describe("Response schema for the updated job offer.")
91
+ });
92
+ //#endregion
93
+ export { recruiteeUpdateOffer };
94
+
95
+ //# sourceMappingURL=update-offer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-offer.mjs","names":[],"sources":["../../src/actions/update-offer.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeUpdateOfferInput: z.ZodTypeAny = z.object({\n kind: z.enum([\"job\", \"talent_pool\"]).describe(\"Type of the offer: 'job' for standard job postings or 'talent_pool' for talent pools.\").optional(),\n title: z.string().describe(\"The title of the job offer.\").optional(),\n hybrid: z.boolean().describe(\"Display the job as hybrid (combination of on-site and remote) on the careers site.\").optional(),\n remote: z.boolean().describe(\"Display the job as fully remote on the careers site.\").optional(),\n status: z.enum([\"draft\", \"internal\", \"published\", \"closed\", \"archived\"]).describe(\"Current status of the offer. Options: 'draft' (not visible), 'internal' (visible to team), 'published' (public), 'closed' (no longer accepting applications), 'archived' (hidden from all views).\").optional(),\n on_site: z.boolean().describe(\"Display the job as on-site on the careers site.\").optional(),\n offer_id: z.number().int().describe(\"The unique identifier of the offer to update. Required.\"),\n options_cv: z.enum([\"required\", \"optional\", \"off\"]).describe(\"CV/resume upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).\").optional(),\n description: z.string().describe(\"Detailed description of the job offer. Supports HTML formatting.\").optional(),\n location_ids: z.array(z.number().int()).describe(\"List of location IDs for the job offer. Use Get Locations action to retrieve valid IDs.\").optional(),\n requirements: z.string().describe(\"Job requirements and qualifications. Supports HTML formatting.\").optional(),\n department_id: z.number().int().describe(\"Department ID to assign the offer to. Use Get Departments action to retrieve valid IDs.\").optional(),\n options_phone: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Phone number field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).\").optional(),\n options_photo: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Photo upload field setting in application form. Options: 'required' (must upload), 'optional' (can upload), 'off' (field hidden).\").optional(),\n locations_question: z.string().describe(\"Custom question text for the location picker in the application form. Only used when 'locations_question' is in visibility_options.\").optional(),\n visibility_options: z.array(z.enum([\"indeed\", \"social_share\", \"job_location\", \"linkedin\", \"locations_question\"])).describe(\"Job visibility and feature options. Include 'indeed' to post on Indeed, 'linkedin' for LinkedIn, 'social_share' for social media sharing, 'job_location' to show location, 'locations_question' to enable location picker in application form.\").optional(),\n options_cover_letter: z.enum([\"required\", \"optional\", \"off\"]).describe(\"Cover letter field setting in application form. Options: 'required' (must provide), 'optional' (can provide), 'off' (field hidden).\").optional(),\n locations_question_type: z.enum([\"single_choice\", \"multiple_choice\"]).describe(\"Type of location selection in application form: 'single_choice' allows one location, 'multiple_choice' allows multiple.\").optional(),\n locations_question_required: z.boolean().describe(\"Whether applicants must answer the location question to submit their application.\").optional(),\n}).describe(\"Request model for updating an existing job offer. All fields except offer_id are optional.\\nOnly provide fields you want to update - other fields will remain unchanged.\");\nconst RecruiteeUpdateOffer_AttachmentInfoSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique attachment ID.\"),\n url: z.string().describe(\"Download URL of the attachment.\"),\n filename: z.string().describe(\"Uploaded filename.\"),\n}).describe(\"Attachment metadata linked to the job offer.\");\nconst RecruiteeUpdateOffer_OfferCustomFieldSchema: z.ZodTypeAny = z.object({\n value: z.unknown().describe(\"Value of the custom field.\"),\n field_key: z.string().describe(\"Custom field identifier key.\"),\n}).describe(\"Key/value pair for a custom field on the offer.\");\nconst RecruiteeUpdateOffer_OfferSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the offer.\"),\n ref: z.string().describe(\"Internal reference code.\").nullable().optional(),\n kind: z.string().describe(\"Type of the offer, e.g., 'job' or 'talent_pool'.\").nullable().optional(),\n slug: z.string().describe(\"URL-friendly slug of the offer.\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags assigned to the offer.\").nullable().optional(),\n title: z.string().describe(\"Title of the job offer.\"),\n status: z.string().describe(\"Current status of the offer.\"),\n locations: z.array(z.string()).describe(\"List of locations for this offer.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 datetime when the offer was created.\"),\n expires_at: z.string().describe(\"ISO 8601 datetime when the offer expires.\").nullable().optional(),\n options_cv: z.string().describe(\"CV requirement setting in application form.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 datetime when the offer was last updated.\"),\n attachments: z.array(RecruiteeUpdateOffer_AttachmentInfoSchema).describe(\"Attachments linked to the offer.\").nullable().optional(),\n description: z.string().describe(\"Detailed description of the job offer.\").nullable().optional(),\n custom_fields: z.array(RecruiteeUpdateOffer_OfferCustomFieldSchema).describe(\"Custom fields for the offer.\").nullable().optional(),\n department_id: z.number().int().describe(\"Department ID this offer belongs to.\").nullable().optional(),\n options_phone: z.string().describe(\"Phone requirement setting in application form.\").nullable().optional(),\n options_photo: z.string().describe(\"Photo requirement setting in application form.\").nullable().optional(),\n employment_types: z.array(z.string()).describe(\"List of employment types for this offer.\").nullable().optional(),\n visibility_options: z.array(z.string()).describe(\"Visibility options for this offer.\").nullable().optional(),\n options_cover_letter: z.string().describe(\"Cover letter requirement setting in application form.\").nullable().optional(),\n}).describe(\"Schema for a job offer in Recruitee.\");\nexport const RecruiteeUpdateOfferOutput: z.ZodTypeAny = z.object({\n offer: RecruiteeUpdateOffer_OfferSchema.nullable(),\n}).describe(\"Response schema for the updated job offer.\");\n\nexport const recruiteeUpdateOffer = action(\"RECRUITEE_UPDATE_OFFER\", {\n slug: \"recruitee-update-offer\",\n name: \"Update Offer\",\n description: \"Updates an existing job offer or talent pool in Recruitee. Allows modification of offer details including title, description, requirements, status, locations, department assignment, work type (remote/hybrid/on-site), visibility settings, and application form field requirements. Only specified fields are updated; omitted fields remain unchanged. Requires the offer ID - use Get Offers or Get Offer actions to retrieve existing offer IDs.\",\n input: RecruiteeUpdateOfferInput,\n output: RecruiteeUpdateOfferOutput,\n});\n"],"mappings":"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"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const recruitee = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "recruitee",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.recruitee = recruitee;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const recruitee = defineApp({\n slug: \"recruitee\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { recruitee };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { recruitee };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const recruitee = defineApp({
4
+ slug: "recruitee",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { recruitee };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const recruitee = defineApp({\n slug: \"recruitee\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const recruiteeCatalog = {
4
+ "slug": "recruitee",
5
+ "name": "Recruitee",
6
+ "description": "Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.",
7
+ "category": "HR Talent & Recruitment",
8
+ "logo": "https://logos.composio.dev/api/recruitee",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.recruiteeCatalog = recruiteeCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const recruiteeCatalog: {
4
+ readonly slug: "recruitee";
5
+ readonly name: "Recruitee";
6
+ readonly description: "Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.";
7
+ readonly category: "HR Talent & Recruitment";
8
+ readonly logo: "https://logos.composio.dev/api/recruitee";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { recruiteeCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const recruiteeCatalog: {
4
+ readonly slug: "recruitee";
5
+ readonly name: "Recruitee";
6
+ readonly description: "Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.";
7
+ readonly category: "HR Talent & Recruitment";
8
+ readonly logo: "https://logos.composio.dev/api/recruitee";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { recruiteeCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const recruiteeCatalog = {
4
+ "slug": "recruitee",
5
+ "name": "Recruitee",
6
+ "description": "Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.",
7
+ "category": "HR Talent & Recruitment",
8
+ "logo": "https://logos.composio.dev/api/recruitee",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { recruiteeCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "recruitee";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRecruiteeTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeRecruiteeTool = executeRecruiteeTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"recruitee\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRecruiteeTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "recruitee";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeRecruiteeTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeRecruiteeTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"recruitee\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRecruiteeTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,qBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,52 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_create_candidate = require("./actions/create-candidate.cjs");
5
+ const require_create_note = require("./actions/create-note.cjs");
6
+ const require_create_offer = require("./actions/create-offer.cjs");
7
+ const require_delete_candidate = require("./actions/delete-candidate.cjs");
8
+ const require_delete_tag = require("./actions/delete-tag.cjs");
9
+ const require_get_candidate = require("./actions/get-candidate.cjs");
10
+ const require_get_candidates = require("./actions/get-candidates.cjs");
11
+ const require_get_company_id = require("./actions/get-company-id.cjs");
12
+ const require_get_company_offer_public = require("./actions/get-company-offer-public.cjs");
13
+ const require_get_departments = require("./actions/get-departments.cjs");
14
+ const require_get_locations = require("./actions/get-locations.cjs");
15
+ const require_get_notes = require("./actions/get-notes.cjs");
16
+ const require_get_offers = require("./actions/get-offers.cjs");
17
+ const require_get_pipeline_stages = require("./actions/get-pipeline-stages.cjs");
18
+ const require_get_tags = require("./actions/get-tags.cjs");
19
+ const require_list_eeo_job_categories = require("./actions/list-eeo-job-categories.cjs");
20
+ const require_list_invoices = require("./actions/list-invoices.cjs");
21
+ const require_list_localization_settings = require("./actions/list-localization-settings.cjs");
22
+ const require_list_share_countries = require("./actions/list-share-countries.cjs");
23
+ const require_list_share_eeo_answers = require("./actions/list-share-eeo-answers.cjs");
24
+ const require_update_candidate = require("./actions/update-candidate.cjs");
25
+ const require_update_note = require("./actions/update-note.cjs");
26
+ const require_update_offer = require("./actions/update-offer.cjs");
27
+ require("./actions/index.cjs");
28
+ exports.recruitee = require_app.recruitee;
29
+ exports.recruiteeCatalog = require_catalog.recruiteeCatalog;
30
+ exports.recruiteeCreateCandidate = require_create_candidate.recruiteeCreateCandidate;
31
+ exports.recruiteeCreateNote = require_create_note.recruiteeCreateNote;
32
+ exports.recruiteeCreateOffer = require_create_offer.recruiteeCreateOffer;
33
+ exports.recruiteeDeleteCandidate = require_delete_candidate.recruiteeDeleteCandidate;
34
+ exports.recruiteeDeleteTag = require_delete_tag.recruiteeDeleteTag;
35
+ exports.recruiteeGetCandidate = require_get_candidate.recruiteeGetCandidate;
36
+ exports.recruiteeGetCandidates = require_get_candidates.recruiteeGetCandidates;
37
+ exports.recruiteeGetCompanyId = require_get_company_id.recruiteeGetCompanyId;
38
+ exports.recruiteeGetCompanyOfferPublic = require_get_company_offer_public.recruiteeGetCompanyOfferPublic;
39
+ exports.recruiteeGetDepartments = require_get_departments.recruiteeGetDepartments;
40
+ exports.recruiteeGetLocations = require_get_locations.recruiteeGetLocations;
41
+ exports.recruiteeGetNotes = require_get_notes.recruiteeGetNotes;
42
+ exports.recruiteeGetOffers = require_get_offers.recruiteeGetOffers;
43
+ exports.recruiteeGetPipelineStages = require_get_pipeline_stages.recruiteeGetPipelineStages;
44
+ exports.recruiteeGetTags = require_get_tags.recruiteeGetTags;
45
+ exports.recruiteeListEeoJobCategories = require_list_eeo_job_categories.recruiteeListEeoJobCategories;
46
+ exports.recruiteeListInvoices = require_list_invoices.recruiteeListInvoices;
47
+ exports.recruiteeListLocalizationSettings = require_list_localization_settings.recruiteeListLocalizationSettings;
48
+ exports.recruiteeListShareCountries = require_list_share_countries.recruiteeListShareCountries;
49
+ exports.recruiteeListShareEeoAnswers = require_list_share_eeo_answers.recruiteeListShareEeoAnswers;
50
+ exports.recruiteeUpdateCandidate = require_update_candidate.recruiteeUpdateCandidate;
51
+ exports.recruiteeUpdateNote = require_update_note.recruiteeUpdateNote;
52
+ exports.recruiteeUpdateOffer = require_update_offer.recruiteeUpdateOffer;
@@ -0,0 +1,26 @@
1
+ import { recruiteeCreateCandidate } from "./actions/create-candidate.cjs";
2
+ import { recruiteeCreateNote } from "./actions/create-note.cjs";
3
+ import { recruiteeCreateOffer } from "./actions/create-offer.cjs";
4
+ import { recruiteeDeleteCandidate } from "./actions/delete-candidate.cjs";
5
+ import { recruiteeDeleteTag } from "./actions/delete-tag.cjs";
6
+ import { recruiteeGetCandidate } from "./actions/get-candidate.cjs";
7
+ import { recruiteeGetCandidates } from "./actions/get-candidates.cjs";
8
+ import { recruiteeGetCompanyId } from "./actions/get-company-id.cjs";
9
+ import { recruiteeGetCompanyOfferPublic } from "./actions/get-company-offer-public.cjs";
10
+ import { recruiteeGetDepartments } from "./actions/get-departments.cjs";
11
+ import { recruiteeGetLocations } from "./actions/get-locations.cjs";
12
+ import { recruiteeGetNotes } from "./actions/get-notes.cjs";
13
+ import { recruiteeGetOffers } from "./actions/get-offers.cjs";
14
+ import { recruiteeGetPipelineStages } from "./actions/get-pipeline-stages.cjs";
15
+ import { recruiteeGetTags } from "./actions/get-tags.cjs";
16
+ import { recruiteeListEeoJobCategories } from "./actions/list-eeo-job-categories.cjs";
17
+ import { recruiteeListInvoices } from "./actions/list-invoices.cjs";
18
+ import { recruiteeListLocalizationSettings } from "./actions/list-localization-settings.cjs";
19
+ import { recruiteeListShareCountries } from "./actions/list-share-countries.cjs";
20
+ import { recruiteeListShareEeoAnswers } from "./actions/list-share-eeo-answers.cjs";
21
+ import { recruiteeUpdateCandidate } from "./actions/update-candidate.cjs";
22
+ import { recruiteeUpdateNote } from "./actions/update-note.cjs";
23
+ import { recruiteeUpdateOffer } from "./actions/update-offer.cjs";
24
+ import { recruitee } from "./app.cjs";
25
+ import { recruiteeCatalog } from "./catalog.cjs";
26
+ export { recruitee, recruiteeCatalog, recruiteeCreateCandidate, recruiteeCreateNote, recruiteeCreateOffer, recruiteeDeleteCandidate, recruiteeDeleteTag, recruiteeGetCandidate, recruiteeGetCandidates, recruiteeGetCompanyId, recruiteeGetCompanyOfferPublic, recruiteeGetDepartments, recruiteeGetLocations, recruiteeGetNotes, recruiteeGetOffers, recruiteeGetPipelineStages, recruiteeGetTags, recruiteeListEeoJobCategories, recruiteeListInvoices, recruiteeListLocalizationSettings, recruiteeListShareCountries, recruiteeListShareEeoAnswers, recruiteeUpdateCandidate, recruiteeUpdateNote, recruiteeUpdateOffer };
@@ -0,0 +1,26 @@
1
+ import { recruiteeCreateCandidate } from "./actions/create-candidate.mjs";
2
+ import { recruiteeCreateNote } from "./actions/create-note.mjs";
3
+ import { recruiteeCreateOffer } from "./actions/create-offer.mjs";
4
+ import { recruiteeDeleteCandidate } from "./actions/delete-candidate.mjs";
5
+ import { recruiteeDeleteTag } from "./actions/delete-tag.mjs";
6
+ import { recruiteeGetCandidate } from "./actions/get-candidate.mjs";
7
+ import { recruiteeGetCandidates } from "./actions/get-candidates.mjs";
8
+ import { recruiteeGetCompanyId } from "./actions/get-company-id.mjs";
9
+ import { recruiteeGetCompanyOfferPublic } from "./actions/get-company-offer-public.mjs";
10
+ import { recruiteeGetDepartments } from "./actions/get-departments.mjs";
11
+ import { recruiteeGetLocations } from "./actions/get-locations.mjs";
12
+ import { recruiteeGetNotes } from "./actions/get-notes.mjs";
13
+ import { recruiteeGetOffers } from "./actions/get-offers.mjs";
14
+ import { recruiteeGetPipelineStages } from "./actions/get-pipeline-stages.mjs";
15
+ import { recruiteeGetTags } from "./actions/get-tags.mjs";
16
+ import { recruiteeListEeoJobCategories } from "./actions/list-eeo-job-categories.mjs";
17
+ import { recruiteeListInvoices } from "./actions/list-invoices.mjs";
18
+ import { recruiteeListLocalizationSettings } from "./actions/list-localization-settings.mjs";
19
+ import { recruiteeListShareCountries } from "./actions/list-share-countries.mjs";
20
+ import { recruiteeListShareEeoAnswers } from "./actions/list-share-eeo-answers.mjs";
21
+ import { recruiteeUpdateCandidate } from "./actions/update-candidate.mjs";
22
+ import { recruiteeUpdateNote } from "./actions/update-note.mjs";
23
+ import { recruiteeUpdateOffer } from "./actions/update-offer.mjs";
24
+ import { recruitee } from "./app.mjs";
25
+ import { recruiteeCatalog } from "./catalog.mjs";
26
+ export { recruitee, recruiteeCatalog, recruiteeCreateCandidate, recruiteeCreateNote, recruiteeCreateOffer, recruiteeDeleteCandidate, recruiteeDeleteTag, recruiteeGetCandidate, recruiteeGetCandidates, recruiteeGetCompanyId, recruiteeGetCompanyOfferPublic, recruiteeGetDepartments, recruiteeGetLocations, recruiteeGetNotes, recruiteeGetOffers, recruiteeGetPipelineStages, recruiteeGetTags, recruiteeListEeoJobCategories, recruiteeListInvoices, recruiteeListLocalizationSettings, recruiteeListShareCountries, recruiteeListShareEeoAnswers, recruiteeUpdateCandidate, recruiteeUpdateNote, recruiteeUpdateOffer };
package/dist/index.mjs ADDED
@@ -0,0 +1,27 @@
1
+ import { recruitee } from "./app.mjs";
2
+ import { recruiteeCatalog } from "./catalog.mjs";
3
+ import { recruiteeCreateCandidate } from "./actions/create-candidate.mjs";
4
+ import { recruiteeCreateNote } from "./actions/create-note.mjs";
5
+ import { recruiteeCreateOffer } from "./actions/create-offer.mjs";
6
+ import { recruiteeDeleteCandidate } from "./actions/delete-candidate.mjs";
7
+ import { recruiteeDeleteTag } from "./actions/delete-tag.mjs";
8
+ import { recruiteeGetCandidate } from "./actions/get-candidate.mjs";
9
+ import { recruiteeGetCandidates } from "./actions/get-candidates.mjs";
10
+ import { recruiteeGetCompanyId } from "./actions/get-company-id.mjs";
11
+ import { recruiteeGetCompanyOfferPublic } from "./actions/get-company-offer-public.mjs";
12
+ import { recruiteeGetDepartments } from "./actions/get-departments.mjs";
13
+ import { recruiteeGetLocations } from "./actions/get-locations.mjs";
14
+ import { recruiteeGetNotes } from "./actions/get-notes.mjs";
15
+ import { recruiteeGetOffers } from "./actions/get-offers.mjs";
16
+ import { recruiteeGetPipelineStages } from "./actions/get-pipeline-stages.mjs";
17
+ import { recruiteeGetTags } from "./actions/get-tags.mjs";
18
+ import { recruiteeListEeoJobCategories } from "./actions/list-eeo-job-categories.mjs";
19
+ import { recruiteeListInvoices } from "./actions/list-invoices.mjs";
20
+ import { recruiteeListLocalizationSettings } from "./actions/list-localization-settings.mjs";
21
+ import { recruiteeListShareCountries } from "./actions/list-share-countries.mjs";
22
+ import { recruiteeListShareEeoAnswers } from "./actions/list-share-eeo-answers.mjs";
23
+ import { recruiteeUpdateCandidate } from "./actions/update-candidate.mjs";
24
+ import { recruiteeUpdateNote } from "./actions/update-note.mjs";
25
+ import { recruiteeUpdateOffer } from "./actions/update-offer.mjs";
26
+ import "./actions/index.mjs";
27
+ export { recruitee, recruiteeCatalog, recruiteeCreateCandidate, recruiteeCreateNote, recruiteeCreateOffer, recruiteeDeleteCandidate, recruiteeDeleteTag, recruiteeGetCandidate, recruiteeGetCandidates, recruiteeGetCompanyId, recruiteeGetCompanyOfferPublic, recruiteeGetDepartments, recruiteeGetLocations, recruiteeGetNotes, recruiteeGetOffers, recruiteeGetPipelineStages, recruiteeGetTags, recruiteeListEeoJobCategories, recruiteeListInvoices, recruiteeListLocalizationSettings, recruiteeListShareCountries, recruiteeListShareEeoAnswers, recruiteeUpdateCandidate, recruiteeUpdateNote, recruiteeUpdateOffer };