@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-candidate.cjs +43 -0
- package/dist/actions/create-candidate.cjs.map +1 -0
- package/dist/actions/create-candidate.d.cts +9 -0
- package/dist/actions/create-candidate.d.cts.map +1 -0
- package/dist/actions/create-candidate.d.mts +9 -0
- package/dist/actions/create-candidate.d.mts.map +1 -0
- package/dist/actions/create-candidate.mjs +42 -0
- package/dist/actions/create-candidate.mjs.map +1 -0
- package/dist/actions/create-note.cjs +34 -0
- package/dist/actions/create-note.cjs.map +1 -0
- package/dist/actions/create-note.d.cts +9 -0
- package/dist/actions/create-note.d.cts.map +1 -0
- package/dist/actions/create-note.d.mts +9 -0
- package/dist/actions/create-note.d.mts.map +1 -0
- package/dist/actions/create-note.mjs +33 -0
- package/dist/actions/create-note.mjs.map +1 -0
- package/dist/actions/create-offer.cjs +80 -0
- package/dist/actions/create-offer.cjs.map +1 -0
- package/dist/actions/create-offer.d.cts +9 -0
- package/dist/actions/create-offer.d.cts.map +1 -0
- package/dist/actions/create-offer.d.mts +9 -0
- package/dist/actions/create-offer.d.mts.map +1 -0
- package/dist/actions/create-offer.mjs +77 -0
- package/dist/actions/create-offer.mjs.map +1 -0
- package/dist/actions/delete-candidate.cjs +16 -0
- package/dist/actions/delete-candidate.cjs.map +1 -0
- package/dist/actions/delete-candidate.d.cts +9 -0
- package/dist/actions/delete-candidate.d.cts.map +1 -0
- package/dist/actions/delete-candidate.d.mts +9 -0
- package/dist/actions/delete-candidate.d.mts.map +1 -0
- package/dist/actions/delete-candidate.mjs +13 -0
- package/dist/actions/delete-candidate.mjs.map +1 -0
- package/dist/actions/delete-tag.cjs +16 -0
- package/dist/actions/delete-tag.cjs.map +1 -0
- package/dist/actions/delete-tag.d.cts +9 -0
- package/dist/actions/delete-tag.d.cts.map +1 -0
- package/dist/actions/delete-tag.d.mts +9 -0
- package/dist/actions/delete-tag.d.mts.map +1 -0
- package/dist/actions/delete-tag.mjs +13 -0
- package/dist/actions/delete-tag.mjs.map +1 -0
- package/dist/actions/get-candidate.cjs +39 -0
- package/dist/actions/get-candidate.cjs.map +1 -0
- package/dist/actions/get-candidate.d.cts +9 -0
- package/dist/actions/get-candidate.d.cts.map +1 -0
- package/dist/actions/get-candidate.d.mts +9 -0
- package/dist/actions/get-candidate.d.mts.map +1 -0
- package/dist/actions/get-candidate.mjs +38 -0
- package/dist/actions/get-candidate.mjs.map +1 -0
- package/dist/actions/get-candidates.cjs +47 -0
- package/dist/actions/get-candidates.cjs.map +1 -0
- package/dist/actions/get-candidates.d.cts +9 -0
- package/dist/actions/get-candidates.d.cts.map +1 -0
- package/dist/actions/get-candidates.d.mts +9 -0
- package/dist/actions/get-candidates.d.mts.map +1 -0
- package/dist/actions/get-candidates.mjs +46 -0
- package/dist/actions/get-candidates.mjs.map +1 -0
- package/dist/actions/get-company-id.cjs +22 -0
- package/dist/actions/get-company-id.cjs.map +1 -0
- package/dist/actions/get-company-id.d.cts +9 -0
- package/dist/actions/get-company-id.d.cts.map +1 -0
- package/dist/actions/get-company-id.d.mts +9 -0
- package/dist/actions/get-company-id.d.mts.map +1 -0
- package/dist/actions/get-company-id.mjs +21 -0
- package/dist/actions/get-company-id.mjs.map +1 -0
- package/dist/actions/get-company-offer-public.cjs +38 -0
- package/dist/actions/get-company-offer-public.cjs.map +1 -0
- package/dist/actions/get-company-offer-public.d.cts +9 -0
- package/dist/actions/get-company-offer-public.d.cts.map +1 -0
- package/dist/actions/get-company-offer-public.d.mts +9 -0
- package/dist/actions/get-company-offer-public.d.mts.map +1 -0
- package/dist/actions/get-company-offer-public.mjs +37 -0
- package/dist/actions/get-company-offer-public.mjs.map +1 -0
- package/dist/actions/get-departments.cjs +21 -0
- package/dist/actions/get-departments.cjs.map +1 -0
- package/dist/actions/get-departments.d.cts +9 -0
- package/dist/actions/get-departments.d.cts.map +1 -0
- package/dist/actions/get-departments.d.mts +9 -0
- package/dist/actions/get-departments.d.mts.map +1 -0
- package/dist/actions/get-departments.mjs +20 -0
- package/dist/actions/get-departments.mjs.map +1 -0
- package/dist/actions/get-locations.cjs +45 -0
- package/dist/actions/get-locations.cjs.map +1 -0
- package/dist/actions/get-locations.d.cts +9 -0
- package/dist/actions/get-locations.d.cts.map +1 -0
- package/dist/actions/get-locations.d.mts +9 -0
- package/dist/actions/get-locations.d.mts.map +1 -0
- package/dist/actions/get-locations.mjs +44 -0
- package/dist/actions/get-locations.mjs.map +1 -0
- package/dist/actions/get-notes.cjs +51 -0
- package/dist/actions/get-notes.cjs.map +1 -0
- package/dist/actions/get-notes.d.cts +9 -0
- package/dist/actions/get-notes.d.cts.map +1 -0
- package/dist/actions/get-notes.d.mts +9 -0
- package/dist/actions/get-notes.d.mts.map +1 -0
- package/dist/actions/get-notes.mjs +50 -0
- package/dist/actions/get-notes.mjs.map +1 -0
- package/dist/actions/get-offers.cjs +40 -0
- package/dist/actions/get-offers.cjs.map +1 -0
- package/dist/actions/get-offers.d.cts +9 -0
- package/dist/actions/get-offers.d.cts.map +1 -0
- package/dist/actions/get-offers.d.mts +9 -0
- package/dist/actions/get-offers.d.mts.map +1 -0
- package/dist/actions/get-offers.mjs +39 -0
- package/dist/actions/get-offers.mjs.map +1 -0
- package/dist/actions/get-pipeline-stages.cjs +24 -0
- package/dist/actions/get-pipeline-stages.cjs.map +1 -0
- package/dist/actions/get-pipeline-stages.d.cts +9 -0
- package/dist/actions/get-pipeline-stages.d.cts.map +1 -0
- package/dist/actions/get-pipeline-stages.d.mts +9 -0
- package/dist/actions/get-pipeline-stages.d.mts.map +1 -0
- package/dist/actions/get-pipeline-stages.mjs +23 -0
- package/dist/actions/get-pipeline-stages.mjs.map +1 -0
- package/dist/actions/get-tags.cjs +34 -0
- package/dist/actions/get-tags.cjs.map +1 -0
- package/dist/actions/get-tags.d.cts +9 -0
- package/dist/actions/get-tags.d.cts.map +1 -0
- package/dist/actions/get-tags.d.mts +9 -0
- package/dist/actions/get-tags.d.mts.map +1 -0
- package/dist/actions/get-tags.mjs +33 -0
- package/dist/actions/get-tags.mjs.map +1 -0
- package/dist/actions/index.cjs +47 -0
- package/dist/actions/index.d.cts +24 -0
- package/dist/actions/index.d.mts +24 -0
- package/dist/actions/index.mjs +24 -0
- package/dist/actions/list-eeo-job-categories.cjs +16 -0
- package/dist/actions/list-eeo-job-categories.cjs.map +1 -0
- package/dist/actions/list-eeo-job-categories.d.cts +9 -0
- package/dist/actions/list-eeo-job-categories.d.cts.map +1 -0
- package/dist/actions/list-eeo-job-categories.d.mts +9 -0
- package/dist/actions/list-eeo-job-categories.d.mts.map +1 -0
- package/dist/actions/list-eeo-job-categories.mjs +13 -0
- package/dist/actions/list-eeo-job-categories.mjs.map +1 -0
- package/dist/actions/list-invoices.cjs +29 -0
- package/dist/actions/list-invoices.cjs.map +1 -0
- package/dist/actions/list-invoices.d.cts +9 -0
- package/dist/actions/list-invoices.d.cts.map +1 -0
- package/dist/actions/list-invoices.d.mts +9 -0
- package/dist/actions/list-invoices.d.mts.map +1 -0
- package/dist/actions/list-invoices.mjs +28 -0
- package/dist/actions/list-invoices.mjs.map +1 -0
- package/dist/actions/list-localization-settings.cjs +19 -0
- package/dist/actions/list-localization-settings.cjs.map +1 -0
- package/dist/actions/list-localization-settings.d.cts +9 -0
- package/dist/actions/list-localization-settings.d.cts.map +1 -0
- package/dist/actions/list-localization-settings.d.mts +9 -0
- package/dist/actions/list-localization-settings.d.mts.map +1 -0
- package/dist/actions/list-localization-settings.mjs +16 -0
- package/dist/actions/list-localization-settings.mjs.map +1 -0
- package/dist/actions/list-share-countries.cjs +22 -0
- package/dist/actions/list-share-countries.cjs.map +1 -0
- package/dist/actions/list-share-countries.d.cts +9 -0
- package/dist/actions/list-share-countries.d.cts.map +1 -0
- package/dist/actions/list-share-countries.d.mts +9 -0
- package/dist/actions/list-share-countries.d.mts.map +1 -0
- package/dist/actions/list-share-countries.mjs +21 -0
- package/dist/actions/list-share-countries.mjs.map +1 -0
- package/dist/actions/list-share-eeo-answers.cjs +22 -0
- package/dist/actions/list-share-eeo-answers.cjs.map +1 -0
- package/dist/actions/list-share-eeo-answers.d.cts +9 -0
- package/dist/actions/list-share-eeo-answers.d.cts.map +1 -0
- package/dist/actions/list-share-eeo-answers.d.mts +9 -0
- package/dist/actions/list-share-eeo-answers.d.mts.map +1 -0
- package/dist/actions/list-share-eeo-answers.mjs +21 -0
- package/dist/actions/list-share-eeo-answers.mjs.map +1 -0
- package/dist/actions/update-candidate.cjs +51 -0
- package/dist/actions/update-candidate.cjs.map +1 -0
- package/dist/actions/update-candidate.d.cts +9 -0
- package/dist/actions/update-candidate.d.cts.map +1 -0
- package/dist/actions/update-candidate.d.mts +9 -0
- package/dist/actions/update-candidate.d.mts.map +1 -0
- package/dist/actions/update-candidate.mjs +50 -0
- package/dist/actions/update-candidate.mjs.map +1 -0
- package/dist/actions/update-note.cjs +34 -0
- package/dist/actions/update-note.cjs.map +1 -0
- package/dist/actions/update-note.d.cts +9 -0
- package/dist/actions/update-note.d.cts.map +1 -0
- package/dist/actions/update-note.d.mts +9 -0
- package/dist/actions/update-note.d.mts.map +1 -0
- package/dist/actions/update-note.mjs +33 -0
- package/dist/actions/update-note.mjs.map +1 -0
- package/dist/actions/update-offer.cjs +96 -0
- package/dist/actions/update-offer.cjs.map +1 -0
- package/dist/actions/update-offer.d.cts +9 -0
- package/dist/actions/update-offer.d.cts.map +1 -0
- package/dist/actions/update-offer.d.mts +9 -0
- package/dist/actions/update-offer.d.mts.map +1 -0
- package/dist/actions/update-offer.mjs +95 -0
- package/dist/actions/update-offer.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +52 -0
- package/dist/index.d.cts +26 -0
- package/dist/index.d.mts +26 -0
- package/dist/index.mjs +27 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offers.mjs","names":[],"sources":["../../src/actions/get-offers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetOffersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of offers to return (1-100).\").optional(),\n query: z.string().describe(\"Search term to filter job offers.\").optional(),\n offset: z.number().int().describe(\"Number of offers to skip (for pagination).\").optional(),\n company_id: z.union([z.number().int(), z.string()]).optional(),\n}).describe(\"Query parameters for listing job offers. Use filters and pagination to narrow results.\");\nconst RecruiteeGetOffers_OfferSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the offer.\"),\n kind: z.enum([\"job\", \"talent_pool\"]).describe(\"Type of the offer ('job' or 'talent_pool').\"),\n slug: z.string().describe(\"URL-friendly slug of the offer title.\").nullable().optional(),\n title: z.string().describe(\"Title of the job offer.\"),\n status: z.enum([\"draft\", \"internal\", \"published\", \"closed\", \"archived\"]).describe(\"Current status of the offer.\"),\n location: z.string().describe(\"Location of the job offer, if provided.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the offer was created.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the offer was last updated.\").nullable().optional(),\n}).describe(\"A single job offer.\");\nexport const RecruiteeGetOffersOutput: z.ZodTypeAny = z.object({\n total: z.number().int().describe(\"Total number of offers available.\").nullable().optional(),\n offers: z.array(RecruiteeGetOffers_OfferSchema).describe(\"List of job offers.\"),\n}).describe(\"Response model containing a list of job offers and total count.\");\n\nexport const recruiteeGetOffers = action(\"RECRUITEE_GET_OFFERS\", {\n slug: \"recruitee-get-offers\",\n name: \"Get Offers\",\n description: \"Tool to retrieve a list of all job offers. Use after authentication to browse or paginate your company's complete set of offers.\",\n input: RecruiteeGetOffersInput,\n output: RecruiteeGetOffersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACzF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;AAC/D,CAAC,CAAC,CAAC,SAAS,wFAAwF;AACpG,MAAM,iCAA+C,EAAE,OAAO;CAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,MAAM,EAAE,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC,CAAC,SAAS,6CAA6C;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACpD,QAAQ,EAAE,KAAK;EAAC;EAAS;EAAY;EAAa;EAAU;CAAU,CAAC,CAAC,CAAC,SAAS,8BAA8B;CAChH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,qBAAqB;AAMjC,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoD,EAAE,OAAO;EAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,QAAQ,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,qBAAqB;CAChF,CAAC,CAAC,CAAC,SAAS,iEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-pipeline-stages.ts
|
|
4
|
+
const RecruiteeGetPipelineStagesInput = zod.z.object({ offer_id: zod.z.number().int().describe("ID of the job offer to retrieve pipeline stages for.") }).describe("Request model to retrieve pipeline stages for a specific job offer.");
|
|
5
|
+
const RecruiteeGetPipelineStages_StageSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the pipeline stage."),
|
|
7
|
+
name: zod.z.string().describe("Name of the pipeline stage."),
|
|
8
|
+
category: zod.z.string().describe("Category/type of the stage (e.g., 'apply', 'phone_screen', 'interview', 'evaluation', 'offer', 'hire').").nullable().optional(),
|
|
9
|
+
position: zod.z.number().int().describe("Order position of the pipeline stage."),
|
|
10
|
+
time_limit: zod.z.number().int().describe("Time limit for the stage in days (if configured).").nullable().optional(),
|
|
11
|
+
pipeline_template_id: zod.z.number().int().describe("ID of the pipeline template this stage belongs to.").nullable().optional()
|
|
12
|
+
}).describe("Representation of a pipeline stage for a job offer.");
|
|
13
|
+
const RecruiteeGetPipelineStagesOutput = zod.z.object({ stages: zod.z.array(RecruiteeGetPipelineStages_StageSchema).describe("List of pipeline stages for the specified job offer.") }).describe("Response model containing a list of pipeline stages for a job offer.");
|
|
14
|
+
const recruiteeGetPipelineStages = require_action.action("RECRUITEE_GET_PIPELINE_STAGES", {
|
|
15
|
+
slug: "recruitee-get-pipeline-stages",
|
|
16
|
+
name: "Get Pipeline Stages",
|
|
17
|
+
description: "Tool to retrieve pipeline stages of a job offer. Use when you have the offer ID and need its stages to track candidate progression. Example: \"Get pipeline stages for offer ID 456.\"",
|
|
18
|
+
input: RecruiteeGetPipelineStagesInput,
|
|
19
|
+
output: RecruiteeGetPipelineStagesOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.recruiteeGetPipelineStages = recruiteeGetPipelineStages;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-pipeline-stages.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pipeline-stages.cjs","names":["z","action"],"sources":["../../src/actions/get-pipeline-stages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetPipelineStagesInput: z.ZodTypeAny = z.object({\n offer_id: z.number().int().describe(\"ID of the job offer to retrieve pipeline stages for.\"),\n}).describe(\"Request model to retrieve pipeline stages for a specific job offer.\");\nconst RecruiteeGetPipelineStages_StageSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the pipeline stage.\"),\n name: z.string().describe(\"Name of the pipeline stage.\"),\n category: z.string().describe(\"Category/type of the stage (e.g., 'apply', 'phone_screen', 'interview', 'evaluation', 'offer', 'hire').\").nullable().optional(),\n position: z.number().int().describe(\"Order position of the pipeline stage.\"),\n time_limit: z.number().int().describe(\"Time limit for the stage in days (if configured).\").nullable().optional(),\n pipeline_template_id: z.number().int().describe(\"ID of the pipeline template this stage belongs to.\").nullable().optional(),\n}).describe(\"Representation of a pipeline stage for a job offer.\");\nexport const RecruiteeGetPipelineStagesOutput: z.ZodTypeAny = z.object({\n stages: z.array(RecruiteeGetPipelineStages_StageSchema).describe(\"List of pipeline stages for the specified job offer.\"),\n}).describe(\"Response model containing a list of pipeline stages for a job offer.\");\n\nexport const recruiteeGetPipelineStages = action(\"RECRUITEE_GET_PIPELINE_STAGES\", {\n slug: \"recruitee-get-pipeline-stages\",\n name: \"Get Pipeline Stages\",\n description: \"Tool to retrieve pipeline stages of a job offer. Use when you have the offer ID and need its stages to track candidate progression. Example: \\\"Get pipeline stages for offer ID 456.\\\"\",\n input: RecruiteeGetPipelineStagesInput,\n output: RecruiteeGetPipelineStagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,EAC5F,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,QAAQA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,sDAAsD,EACzH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-pipeline-stages.d.ts
|
|
4
|
+
declare const RecruiteeGetPipelineStagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeGetPipelineStagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeGetPipelineStages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeGetPipelineStages };
|
|
9
|
+
//# sourceMappingURL=get-pipeline-stages.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pipeline-stages.d.cts","names":[],"sources":["../../src/actions/get-pipeline-stages.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEkC;AAAA,cASrE,gCAAA,EAAkC,CAAA,CAAE,UAEkC;AAAA,cAEtE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-pipeline-stages.d.ts
|
|
4
|
+
declare const RecruiteeGetPipelineStagesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeGetPipelineStagesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeGetPipelineStages: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeGetPipelineStages };
|
|
9
|
+
//# sourceMappingURL=get-pipeline-stages.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pipeline-stages.d.mts","names":[],"sources":["../../src/actions/get-pipeline-stages.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEkC;AAAA,cASrE,gCAAA,EAAkC,CAAA,CAAE,UAEkC;AAAA,cAEtE,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-pipeline-stages.ts
|
|
4
|
+
const RecruiteeGetPipelineStagesInput = z.object({ offer_id: z.number().int().describe("ID of the job offer to retrieve pipeline stages for.") }).describe("Request model to retrieve pipeline stages for a specific job offer.");
|
|
5
|
+
const RecruiteeGetPipelineStages_StageSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the pipeline stage."),
|
|
7
|
+
name: z.string().describe("Name of the pipeline stage."),
|
|
8
|
+
category: z.string().describe("Category/type of the stage (e.g., 'apply', 'phone_screen', 'interview', 'evaluation', 'offer', 'hire').").nullable().optional(),
|
|
9
|
+
position: z.number().int().describe("Order position of the pipeline stage."),
|
|
10
|
+
time_limit: z.number().int().describe("Time limit for the stage in days (if configured).").nullable().optional(),
|
|
11
|
+
pipeline_template_id: z.number().int().describe("ID of the pipeline template this stage belongs to.").nullable().optional()
|
|
12
|
+
}).describe("Representation of a pipeline stage for a job offer.");
|
|
13
|
+
const recruiteeGetPipelineStages = action("RECRUITEE_GET_PIPELINE_STAGES", {
|
|
14
|
+
slug: "recruitee-get-pipeline-stages",
|
|
15
|
+
name: "Get Pipeline Stages",
|
|
16
|
+
description: "Tool to retrieve pipeline stages of a job offer. Use when you have the offer ID and need its stages to track candidate progression. Example: \"Get pipeline stages for offer ID 456.\"",
|
|
17
|
+
input: RecruiteeGetPipelineStagesInput,
|
|
18
|
+
output: z.object({ stages: z.array(RecruiteeGetPipelineStages_StageSchema).describe("List of pipeline stages for the specified job offer.") }).describe("Response model containing a list of pipeline stages for a job offer.")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { recruiteeGetPipelineStages };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=get-pipeline-stages.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-pipeline-stages.mjs","names":[],"sources":["../../src/actions/get-pipeline-stages.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetPipelineStagesInput: z.ZodTypeAny = z.object({\n offer_id: z.number().int().describe(\"ID of the job offer to retrieve pipeline stages for.\"),\n}).describe(\"Request model to retrieve pipeline stages for a specific job offer.\");\nconst RecruiteeGetPipelineStages_StageSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the pipeline stage.\"),\n name: z.string().describe(\"Name of the pipeline stage.\"),\n category: z.string().describe(\"Category/type of the stage (e.g., 'apply', 'phone_screen', 'interview', 'evaluation', 'offer', 'hire').\").nullable().optional(),\n position: z.number().int().describe(\"Order position of the pipeline stage.\"),\n time_limit: z.number().int().describe(\"Time limit for the stage in days (if configured).\").nullable().optional(),\n pipeline_template_id: z.number().int().describe(\"ID of the pipeline template this stage belongs to.\").nullable().optional(),\n}).describe(\"Representation of a pipeline stage for a job offer.\");\nexport const RecruiteeGetPipelineStagesOutput: z.ZodTypeAny = z.object({\n stages: z.array(RecruiteeGetPipelineStages_StageSchema).describe(\"List of pipeline stages for the specified job offer.\"),\n}).describe(\"Response model containing a list of pipeline stages for a job offer.\");\n\nexport const recruiteeGetPipelineStages = action(\"RECRUITEE_GET_PIPELINE_STAGES\", {\n slug: \"recruitee-get-pipeline-stages\",\n name: \"Get Pipeline Stages\",\n description: \"Tool to retrieve pipeline stages of a job offer. Use when you have the offer ID and need its stages to track candidate progression. Example: \\\"Get pipeline stages for offer ID 456.\\\"\",\n input: RecruiteeGetPipelineStagesInput,\n output: RecruiteeGetPipelineStagesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,EAC5F,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACjF,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7J,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5H,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAKjE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,QAAQ,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,sDAAsD,EACzH,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-tags.ts
|
|
4
|
+
const RecruiteeGetTagsInput = zod.z.object({
|
|
5
|
+
page: zod.z.number().int().describe("Page number of results (minimum 1).").optional(),
|
|
6
|
+
query: zod.z.string().describe("Search term to filter tags by name.").optional(),
|
|
7
|
+
sort_by: zod.z.enum(["name", "taggings_count"]).describe("Field to sort by: 'name' or 'taggings_count'.").optional(),
|
|
8
|
+
per_page: zod.z.number().int().describe("Number of tags per page (1-100).").optional(),
|
|
9
|
+
sort_order: zod.z.enum(["asc", "desc"]).describe("Sort order: 'asc' or 'desc'.").optional()
|
|
10
|
+
}).describe("Query parameters for retrieving a list of all tags. Use filters to narrow results or paginate.");
|
|
11
|
+
const RecruiteeGetTags_TagSchema = zod.z.object({
|
|
12
|
+
id: zod.z.number().int().describe("Unique identifier of the tag."),
|
|
13
|
+
name: zod.z.string().describe("Name of the tag."),
|
|
14
|
+
status: zod.z.string().describe("Status of the tag.").nullable().optional(),
|
|
15
|
+
context: zod.z.string().describe("Context of the tag."),
|
|
16
|
+
taggings_count: zod.z.number().int().describe("Number of times the tag has been used.")
|
|
17
|
+
});
|
|
18
|
+
const RecruiteeGetTagsOutput = zod.z.object({
|
|
19
|
+
page: zod.z.number().int().describe("Current page number.").nullable().optional(),
|
|
20
|
+
tags: zod.z.array(RecruiteeGetTags_TagSchema).describe("List of tags."),
|
|
21
|
+
total: zod.z.number().int().describe("Total number of tags available.").nullable().optional(),
|
|
22
|
+
per_page: zod.z.number().int().describe("Number of tags returned per page.").nullable().optional()
|
|
23
|
+
}).describe("Response containing a list of tags and pagination metadata.");
|
|
24
|
+
const recruiteeGetTags = require_action.action("RECRUITEE_GET_TAGS", {
|
|
25
|
+
slug: "recruitee-get-tags",
|
|
26
|
+
name: "Get Tags",
|
|
27
|
+
description: "Retrieve all tags with optional filtering and pagination. Search by name, sort by name or usage count, and paginate through results.",
|
|
28
|
+
input: RecruiteeGetTagsInput,
|
|
29
|
+
output: RecruiteeGetTagsOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.recruiteeGetTags = recruiteeGetTags;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=get-tags.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tags.cjs","names":["z","action"],"sources":["../../src/actions/get-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetTagsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number of results (minimum 1).\").optional(),\n query: z.string().describe(\"Search term to filter tags by name.\").optional(),\n sort_by: z.enum([\"name\", \"taggings_count\"]).describe(\"Field to sort by: 'name' or 'taggings_count'.\").optional(),\n per_page: z.number().int().describe(\"Number of tags per page (1-100).\").optional(),\n sort_order: z.enum([\"asc\", \"desc\"]).describe(\"Sort order: 'asc' or 'desc'.\").optional(),\n}).describe(\"Query parameters for retrieving a list of all tags. Use filters to narrow results or paginate.\");\nconst RecruiteeGetTags_TagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the tag.\"),\n name: z.string().describe(\"Name of the tag.\"),\n status: z.string().describe(\"Status of the tag.\").nullable().optional(),\n context: z.string().describe(\"Context of the tag.\"),\n taggings_count: z.number().int().describe(\"Number of times the tag has been used.\"),\n});\nexport const RecruiteeGetTagsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable().optional(),\n tags: z.array(RecruiteeGetTags_TagSchema).describe(\"List of tags.\"),\n total: z.number().int().describe(\"Total number of tags available.\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of tags returned per page.\").nullable().optional(),\n}).describe(\"Response containing a list of tags and pagination metadata.\");\n\nexport const recruiteeGetTags = action(\"RECRUITEE_GET_TAGS\", {\n slug: \"recruitee-get-tags\",\n name: \"Get Tags\",\n description: \"Retrieve all tags with optional filtering and pagination. Search by name, sort by name or usage count, and paginate through results.\",\n input: RecruiteeGetTagsInput,\n output: RecruiteeGetTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,KAAK,CAAC,QAAQ,gBAAgB,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gGAAgG;AAC5G,MAAM,6BAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAClD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;AACpF,CAAC;AACD,MAAa,yBAAuCA,IAAAA,EAAE,OAAO;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,eAAe;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-tags.d.ts
|
|
4
|
+
declare const RecruiteeGetTagsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeGetTagsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeGetTags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeGetTags };
|
|
9
|
+
//# sourceMappingURL=get-tags.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tags.d.cts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAMuE;AAAA,cAQhG,sBAAA,EAAwB,CAAA,CAAE,UAKmC;AAAA,cAE7D,gBAAA,gCAAgB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-tags.d.ts
|
|
4
|
+
declare const RecruiteeGetTagsInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeGetTagsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeGetTags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeGetTags };
|
|
9
|
+
//# sourceMappingURL=get-tags.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tags.d.mts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,EAAuB,CAAA,CAAE,UAMuE;AAAA,cAQhG,sBAAA,EAAwB,CAAA,CAAE,UAKmC;AAAA,cAE7D,gBAAA,gCAAgB,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/get-tags.ts
|
|
4
|
+
const RecruiteeGetTagsInput = z.object({
|
|
5
|
+
page: z.number().int().describe("Page number of results (minimum 1).").optional(),
|
|
6
|
+
query: z.string().describe("Search term to filter tags by name.").optional(),
|
|
7
|
+
sort_by: z.enum(["name", "taggings_count"]).describe("Field to sort by: 'name' or 'taggings_count'.").optional(),
|
|
8
|
+
per_page: z.number().int().describe("Number of tags per page (1-100).").optional(),
|
|
9
|
+
sort_order: z.enum(["asc", "desc"]).describe("Sort order: 'asc' or 'desc'.").optional()
|
|
10
|
+
}).describe("Query parameters for retrieving a list of all tags. Use filters to narrow results or paginate.");
|
|
11
|
+
const RecruiteeGetTags_TagSchema = z.object({
|
|
12
|
+
id: z.number().int().describe("Unique identifier of the tag."),
|
|
13
|
+
name: z.string().describe("Name of the tag."),
|
|
14
|
+
status: z.string().describe("Status of the tag.").nullable().optional(),
|
|
15
|
+
context: z.string().describe("Context of the tag."),
|
|
16
|
+
taggings_count: z.number().int().describe("Number of times the tag has been used.")
|
|
17
|
+
});
|
|
18
|
+
const recruiteeGetTags = action("RECRUITEE_GET_TAGS", {
|
|
19
|
+
slug: "recruitee-get-tags",
|
|
20
|
+
name: "Get Tags",
|
|
21
|
+
description: "Retrieve all tags with optional filtering and pagination. Search by name, sort by name or usage count, and paginate through results.",
|
|
22
|
+
input: RecruiteeGetTagsInput,
|
|
23
|
+
output: z.object({
|
|
24
|
+
page: z.number().int().describe("Current page number.").nullable().optional(),
|
|
25
|
+
tags: z.array(RecruiteeGetTags_TagSchema).describe("List of tags."),
|
|
26
|
+
total: z.number().int().describe("Total number of tags available.").nullable().optional(),
|
|
27
|
+
per_page: z.number().int().describe("Number of tags returned per page.").nullable().optional()
|
|
28
|
+
}).describe("Response containing a list of tags and pagination metadata.")
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { recruiteeGetTags };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-tags.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-tags.mjs","names":[],"sources":["../../src/actions/get-tags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeGetTagsInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number of results (minimum 1).\").optional(),\n query: z.string().describe(\"Search term to filter tags by name.\").optional(),\n sort_by: z.enum([\"name\", \"taggings_count\"]).describe(\"Field to sort by: 'name' or 'taggings_count'.\").optional(),\n per_page: z.number().int().describe(\"Number of tags per page (1-100).\").optional(),\n sort_order: z.enum([\"asc\", \"desc\"]).describe(\"Sort order: 'asc' or 'desc'.\").optional(),\n}).describe(\"Query parameters for retrieving a list of all tags. Use filters to narrow results or paginate.\");\nconst RecruiteeGetTags_TagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the tag.\"),\n name: z.string().describe(\"Name of the tag.\"),\n status: z.string().describe(\"Status of the tag.\").nullable().optional(),\n context: z.string().describe(\"Context of the tag.\"),\n taggings_count: z.number().int().describe(\"Number of times the tag has been used.\"),\n});\nexport const RecruiteeGetTagsOutput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Current page number.\").nullable().optional(),\n tags: z.array(RecruiteeGetTags_TagSchema).describe(\"List of tags.\"),\n total: z.number().int().describe(\"Total number of tags available.\").nullable().optional(),\n per_page: z.number().int().describe(\"Number of tags returned per page.\").nullable().optional(),\n}).describe(\"Response containing a list of tags and pagination metadata.\");\n\nexport const recruiteeGetTags = action(\"RECRUITEE_GET_TAGS\", {\n slug: \"recruitee-get-tags\",\n name: \"Get Tags\",\n description: \"Retrieve all tags with optional filtering and pagination. Search by name, sort by name or usage count, and paginate through results.\",\n input: RecruiteeGetTagsInput,\n output: RecruiteeGetTagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wBAAsC,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC3E,SAAS,EAAE,KAAK,CAAC,QAAQ,gBAAgB,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC/G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,KAAK,CAAC,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gGAAgG;AAC5G,MAAM,6BAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAClD,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC;AACpF,CAAC;AAQD,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,MAAM,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,eAAe;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_create_candidate = require("./create-candidate.cjs");
|
|
3
|
+
const require_create_note = require("./create-note.cjs");
|
|
4
|
+
const require_create_offer = require("./create-offer.cjs");
|
|
5
|
+
const require_delete_candidate = require("./delete-candidate.cjs");
|
|
6
|
+
const require_delete_tag = require("./delete-tag.cjs");
|
|
7
|
+
const require_get_candidate = require("./get-candidate.cjs");
|
|
8
|
+
const require_get_candidates = require("./get-candidates.cjs");
|
|
9
|
+
const require_get_company_id = require("./get-company-id.cjs");
|
|
10
|
+
const require_get_company_offer_public = require("./get-company-offer-public.cjs");
|
|
11
|
+
const require_get_departments = require("./get-departments.cjs");
|
|
12
|
+
const require_get_locations = require("./get-locations.cjs");
|
|
13
|
+
const require_get_notes = require("./get-notes.cjs");
|
|
14
|
+
const require_get_offers = require("./get-offers.cjs");
|
|
15
|
+
const require_get_pipeline_stages = require("./get-pipeline-stages.cjs");
|
|
16
|
+
const require_get_tags = require("./get-tags.cjs");
|
|
17
|
+
const require_list_eeo_job_categories = require("./list-eeo-job-categories.cjs");
|
|
18
|
+
const require_list_invoices = require("./list-invoices.cjs");
|
|
19
|
+
const require_list_localization_settings = require("./list-localization-settings.cjs");
|
|
20
|
+
const require_list_share_countries = require("./list-share-countries.cjs");
|
|
21
|
+
const require_list_share_eeo_answers = require("./list-share-eeo-answers.cjs");
|
|
22
|
+
const require_update_candidate = require("./update-candidate.cjs");
|
|
23
|
+
const require_update_note = require("./update-note.cjs");
|
|
24
|
+
const require_update_offer = require("./update-offer.cjs");
|
|
25
|
+
exports.recruiteeCreateCandidate = require_create_candidate.recruiteeCreateCandidate;
|
|
26
|
+
exports.recruiteeCreateNote = require_create_note.recruiteeCreateNote;
|
|
27
|
+
exports.recruiteeCreateOffer = require_create_offer.recruiteeCreateOffer;
|
|
28
|
+
exports.recruiteeDeleteCandidate = require_delete_candidate.recruiteeDeleteCandidate;
|
|
29
|
+
exports.recruiteeDeleteTag = require_delete_tag.recruiteeDeleteTag;
|
|
30
|
+
exports.recruiteeGetCandidate = require_get_candidate.recruiteeGetCandidate;
|
|
31
|
+
exports.recruiteeGetCandidates = require_get_candidates.recruiteeGetCandidates;
|
|
32
|
+
exports.recruiteeGetCompanyId = require_get_company_id.recruiteeGetCompanyId;
|
|
33
|
+
exports.recruiteeGetCompanyOfferPublic = require_get_company_offer_public.recruiteeGetCompanyOfferPublic;
|
|
34
|
+
exports.recruiteeGetDepartments = require_get_departments.recruiteeGetDepartments;
|
|
35
|
+
exports.recruiteeGetLocations = require_get_locations.recruiteeGetLocations;
|
|
36
|
+
exports.recruiteeGetNotes = require_get_notes.recruiteeGetNotes;
|
|
37
|
+
exports.recruiteeGetOffers = require_get_offers.recruiteeGetOffers;
|
|
38
|
+
exports.recruiteeGetPipelineStages = require_get_pipeline_stages.recruiteeGetPipelineStages;
|
|
39
|
+
exports.recruiteeGetTags = require_get_tags.recruiteeGetTags;
|
|
40
|
+
exports.recruiteeListEeoJobCategories = require_list_eeo_job_categories.recruiteeListEeoJobCategories;
|
|
41
|
+
exports.recruiteeListInvoices = require_list_invoices.recruiteeListInvoices;
|
|
42
|
+
exports.recruiteeListLocalizationSettings = require_list_localization_settings.recruiteeListLocalizationSettings;
|
|
43
|
+
exports.recruiteeListShareCountries = require_list_share_countries.recruiteeListShareCountries;
|
|
44
|
+
exports.recruiteeListShareEeoAnswers = require_list_share_eeo_answers.recruiteeListShareEeoAnswers;
|
|
45
|
+
exports.recruiteeUpdateCandidate = require_update_candidate.recruiteeUpdateCandidate;
|
|
46
|
+
exports.recruiteeUpdateNote = require_update_note.recruiteeUpdateNote;
|
|
47
|
+
exports.recruiteeUpdateOffer = require_update_offer.recruiteeUpdateOffer;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { recruiteeCreateCandidate } from "./create-candidate.cjs";
|
|
2
|
+
import { recruiteeCreateNote } from "./create-note.cjs";
|
|
3
|
+
import { recruiteeCreateOffer } from "./create-offer.cjs";
|
|
4
|
+
import { recruiteeDeleteCandidate } from "./delete-candidate.cjs";
|
|
5
|
+
import { recruiteeDeleteTag } from "./delete-tag.cjs";
|
|
6
|
+
import { recruiteeGetCandidate } from "./get-candidate.cjs";
|
|
7
|
+
import { recruiteeGetCandidates } from "./get-candidates.cjs";
|
|
8
|
+
import { recruiteeGetCompanyId } from "./get-company-id.cjs";
|
|
9
|
+
import { recruiteeGetCompanyOfferPublic } from "./get-company-offer-public.cjs";
|
|
10
|
+
import { recruiteeGetDepartments } from "./get-departments.cjs";
|
|
11
|
+
import { recruiteeGetLocations } from "./get-locations.cjs";
|
|
12
|
+
import { recruiteeGetNotes } from "./get-notes.cjs";
|
|
13
|
+
import { recruiteeGetOffers } from "./get-offers.cjs";
|
|
14
|
+
import { recruiteeGetPipelineStages } from "./get-pipeline-stages.cjs";
|
|
15
|
+
import { recruiteeGetTags } from "./get-tags.cjs";
|
|
16
|
+
import { recruiteeListEeoJobCategories } from "./list-eeo-job-categories.cjs";
|
|
17
|
+
import { recruiteeListInvoices } from "./list-invoices.cjs";
|
|
18
|
+
import { recruiteeListLocalizationSettings } from "./list-localization-settings.cjs";
|
|
19
|
+
import { recruiteeListShareCountries } from "./list-share-countries.cjs";
|
|
20
|
+
import { recruiteeListShareEeoAnswers } from "./list-share-eeo-answers.cjs";
|
|
21
|
+
import { recruiteeUpdateCandidate } from "./update-candidate.cjs";
|
|
22
|
+
import { recruiteeUpdateNote } from "./update-note.cjs";
|
|
23
|
+
import { recruiteeUpdateOffer } from "./update-offer.cjs";
|
|
24
|
+
export { 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,24 @@
|
|
|
1
|
+
import { recruiteeCreateCandidate } from "./create-candidate.mjs";
|
|
2
|
+
import { recruiteeCreateNote } from "./create-note.mjs";
|
|
3
|
+
import { recruiteeCreateOffer } from "./create-offer.mjs";
|
|
4
|
+
import { recruiteeDeleteCandidate } from "./delete-candidate.mjs";
|
|
5
|
+
import { recruiteeDeleteTag } from "./delete-tag.mjs";
|
|
6
|
+
import { recruiteeGetCandidate } from "./get-candidate.mjs";
|
|
7
|
+
import { recruiteeGetCandidates } from "./get-candidates.mjs";
|
|
8
|
+
import { recruiteeGetCompanyId } from "./get-company-id.mjs";
|
|
9
|
+
import { recruiteeGetCompanyOfferPublic } from "./get-company-offer-public.mjs";
|
|
10
|
+
import { recruiteeGetDepartments } from "./get-departments.mjs";
|
|
11
|
+
import { recruiteeGetLocations } from "./get-locations.mjs";
|
|
12
|
+
import { recruiteeGetNotes } from "./get-notes.mjs";
|
|
13
|
+
import { recruiteeGetOffers } from "./get-offers.mjs";
|
|
14
|
+
import { recruiteeGetPipelineStages } from "./get-pipeline-stages.mjs";
|
|
15
|
+
import { recruiteeGetTags } from "./get-tags.mjs";
|
|
16
|
+
import { recruiteeListEeoJobCategories } from "./list-eeo-job-categories.mjs";
|
|
17
|
+
import { recruiteeListInvoices } from "./list-invoices.mjs";
|
|
18
|
+
import { recruiteeListLocalizationSettings } from "./list-localization-settings.mjs";
|
|
19
|
+
import { recruiteeListShareCountries } from "./list-share-countries.mjs";
|
|
20
|
+
import { recruiteeListShareEeoAnswers } from "./list-share-eeo-answers.mjs";
|
|
21
|
+
import { recruiteeUpdateCandidate } from "./update-candidate.mjs";
|
|
22
|
+
import { recruiteeUpdateNote } from "./update-note.mjs";
|
|
23
|
+
import { recruiteeUpdateOffer } from "./update-offer.mjs";
|
|
24
|
+
export { 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,24 @@
|
|
|
1
|
+
import { recruiteeCreateCandidate } from "./create-candidate.mjs";
|
|
2
|
+
import { recruiteeCreateNote } from "./create-note.mjs";
|
|
3
|
+
import { recruiteeCreateOffer } from "./create-offer.mjs";
|
|
4
|
+
import { recruiteeDeleteCandidate } from "./delete-candidate.mjs";
|
|
5
|
+
import { recruiteeDeleteTag } from "./delete-tag.mjs";
|
|
6
|
+
import { recruiteeGetCandidate } from "./get-candidate.mjs";
|
|
7
|
+
import { recruiteeGetCandidates } from "./get-candidates.mjs";
|
|
8
|
+
import { recruiteeGetCompanyId } from "./get-company-id.mjs";
|
|
9
|
+
import { recruiteeGetCompanyOfferPublic } from "./get-company-offer-public.mjs";
|
|
10
|
+
import { recruiteeGetDepartments } from "./get-departments.mjs";
|
|
11
|
+
import { recruiteeGetLocations } from "./get-locations.mjs";
|
|
12
|
+
import { recruiteeGetNotes } from "./get-notes.mjs";
|
|
13
|
+
import { recruiteeGetOffers } from "./get-offers.mjs";
|
|
14
|
+
import { recruiteeGetPipelineStages } from "./get-pipeline-stages.mjs";
|
|
15
|
+
import { recruiteeGetTags } from "./get-tags.mjs";
|
|
16
|
+
import { recruiteeListEeoJobCategories } from "./list-eeo-job-categories.mjs";
|
|
17
|
+
import { recruiteeListInvoices } from "./list-invoices.mjs";
|
|
18
|
+
import { recruiteeListLocalizationSettings } from "./list-localization-settings.mjs";
|
|
19
|
+
import { recruiteeListShareCountries } from "./list-share-countries.mjs";
|
|
20
|
+
import { recruiteeListShareEeoAnswers } from "./list-share-eeo-answers.mjs";
|
|
21
|
+
import { recruiteeUpdateCandidate } from "./update-candidate.mjs";
|
|
22
|
+
import { recruiteeUpdateNote } from "./update-note.mjs";
|
|
23
|
+
import { recruiteeUpdateOffer } from "./update-offer.mjs";
|
|
24
|
+
export { 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,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-eeo-job-categories.ts
|
|
4
|
+
const RecruiteeListEeoJobCategoriesInput = zod.z.object({}).describe("Request model for retrieving available EEO job categories. No parameters required.");
|
|
5
|
+
const RecruiteeListEeoJobCategoriesOutput = zod.z.object({ job_categories: zod.z.array(zod.z.string()).describe("List of EEO job category names.") }).describe("Response model containing a list of EEO job category names.");
|
|
6
|
+
const recruiteeListEeoJobCategories = require_action.action("RECRUITEE_LIST_EEO_JOB_CATEGORIES", {
|
|
7
|
+
slug: "recruitee-list-eeo-job-categories",
|
|
8
|
+
name: "List EEO Job Categories",
|
|
9
|
+
description: "Tool to retrieve available EEO (Equal Employment Opportunity) job categories. Use when you need to see standard EEO job classification options.",
|
|
10
|
+
input: RecruiteeListEeoJobCategoriesInput,
|
|
11
|
+
output: RecruiteeListEeoJobCategoriesOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.recruiteeListEeoJobCategories = recruiteeListEeoJobCategories;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=list-eeo-job-categories.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.cjs","names":["z","action"],"sources":["../../src/actions/list-eeo-job-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListEeoJobCategoriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving available EEO job categories. No parameters required.\");\nexport const RecruiteeListEeoJobCategoriesOutput: z.ZodTypeAny = z.object({\n job_categories: z.array(z.string()).describe(\"List of EEO job category names.\"),\n}).describe(\"Response model containing a list of EEO job category names.\");\n\nexport const recruiteeListEeoJobCategories = action(\"RECRUITEE_LIST_EEO_JOB_CATEGORIES\", {\n slug: \"recruitee-list-eeo-job-categories\",\n name: \"List EEO Job Categories\",\n description: \"Tool to retrieve available EEO (Equal Employment Opportunity) job categories. Use when you need to see standard EEO job classification options.\",\n input: RecruiteeListEeoJobCategoriesInput,\n output: RecruiteeListEeoJobCategoriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAC1K,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,EAChF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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-eeo-job-categories.d.ts
|
|
4
|
+
declare const RecruiteeListEeoJobCategoriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeListEeoJobCategoriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeListEeoJobCategories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeListEeoJobCategories };
|
|
9
|
+
//# sourceMappingURL=list-eeo-job-categories.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.d.cts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAwH;AAAA,cAC9J,mCAAA,EAAqC,CAAA,CAAE,UAEsB;AAAA,cAE7D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-eeo-job-categories.d.ts
|
|
4
|
+
declare const RecruiteeListEeoJobCategoriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeListEeoJobCategoriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeListEeoJobCategories: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeListEeoJobCategories };
|
|
9
|
+
//# sourceMappingURL=list-eeo-job-categories.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.d.mts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAwH;AAAA,cAC9J,mCAAA,EAAqC,CAAA,CAAE,UAEsB;AAAA,cAE7D,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const recruiteeListEeoJobCategories = action("RECRUITEE_LIST_EEO_JOB_CATEGORIES", {
|
|
4
|
+
slug: "recruitee-list-eeo-job-categories",
|
|
5
|
+
name: "List EEO Job Categories",
|
|
6
|
+
description: "Tool to retrieve available EEO (Equal Employment Opportunity) job categories. Use when you need to see standard EEO job classification options.",
|
|
7
|
+
input: z.object({}).describe("Request model for retrieving available EEO job categories. No parameters required."),
|
|
8
|
+
output: z.object({ job_categories: z.array(z.string()).describe("List of EEO job category names.") }).describe("Response model containing a list of EEO job category names.")
|
|
9
|
+
});
|
|
10
|
+
//#endregion
|
|
11
|
+
export { recruiteeListEeoJobCategories };
|
|
12
|
+
|
|
13
|
+
//# sourceMappingURL=list-eeo-job-categories.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.mjs","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListEeoJobCategoriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving available EEO job categories. No parameters required.\");\nexport const RecruiteeListEeoJobCategoriesOutput: z.ZodTypeAny = z.object({\n job_categories: z.array(z.string()).describe(\"List of EEO job category names.\"),\n}).describe(\"Response model containing a list of EEO job category names.\");\n\nexport const recruiteeListEeoJobCategories = action(\"RECRUITEE_LIST_EEO_JOB_CATEGORIES\", {\n slug: \"recruitee-list-eeo-job-categories\",\n name: \"List EEO Job Categories\",\n description: \"Tool to retrieve available EEO (Equal Employment Opportunity) job categories. Use when you need to see standard EEO job classification options.\",\n input: RecruiteeListEeoJobCategoriesInput,\n output: RecruiteeListEeoJobCategoriesOutput,\n});\n"],"mappings":";;AASA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT8D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oFAS7E;CACP,QAT+D,EAAE,OAAO,EACxE,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,EAChF,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-invoices.ts
|
|
4
|
+
const RecruiteeListInvoicesInput = zod.z.object({ company_id: zod.z.union([zod.z.number().int(), zod.z.string()]).optional() }).describe("Request model for listing invoices.");
|
|
5
|
+
const RecruiteeListInvoices_InvoiceSchema = zod.z.object({
|
|
6
|
+
id: zod.z.number().int().describe("Unique identifier of the invoice.").nullable().optional(),
|
|
7
|
+
amount: zod.z.number().describe("Invoice amount.").nullable().optional(),
|
|
8
|
+
status: zod.z.string().describe("Invoice status.").nullable().optional(),
|
|
9
|
+
currency: zod.z.string().describe("Currency code.").nullable().optional(),
|
|
10
|
+
due_date: zod.z.string().describe("ISO 8601 timestamp when the invoice is due.").nullable().optional(),
|
|
11
|
+
paid_date: zod.z.string().describe("ISO 8601 timestamp when the invoice was paid.").nullable().optional(),
|
|
12
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the invoice was created.").nullable().optional(),
|
|
13
|
+
issue_date: zod.z.string().describe("ISO 8601 timestamp when the invoice was issued.").nullable().optional(),
|
|
14
|
+
period_end: zod.z.string().describe("ISO 8601 timestamp for the end of the billing period.").nullable().optional(),
|
|
15
|
+
period_start: zod.z.string().describe("ISO 8601 timestamp for the start of the billing period.").nullable().optional(),
|
|
16
|
+
invoice_number: zod.z.string().describe("Invoice number.").nullable().optional()
|
|
17
|
+
}).describe("A single invoice.");
|
|
18
|
+
const RecruiteeListInvoicesOutput = zod.z.object({ invoices: zod.z.array(RecruiteeListInvoices_InvoiceSchema).describe("List of invoices.") }).describe("Response model containing a list of invoices.");
|
|
19
|
+
const recruiteeListInvoices = require_action.action("RECRUITEE_LIST_INVOICES", {
|
|
20
|
+
slug: "recruitee-list-invoices",
|
|
21
|
+
name: "List Invoices",
|
|
22
|
+
description: "Tool to list invoices for a company. Use to retrieve billing invoice records.",
|
|
23
|
+
input: RecruiteeListInvoicesInput,
|
|
24
|
+
output: RecruiteeListInvoicesOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.recruiteeListInvoices = recruiteeListInvoices;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=list-invoices.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoices.cjs","names":["z","action"],"sources":["../../src/actions/list-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListInvoicesInput: z.ZodTypeAny = z.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n}).describe(\"Request model for listing invoices.\");\nconst RecruiteeListInvoices_InvoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the invoice.\").nullable().optional(),\n amount: z.number().describe(\"Invoice amount.\").nullable().optional(),\n status: z.string().describe(\"Invoice status.\").nullable().optional(),\n currency: z.string().describe(\"Currency code.\").nullable().optional(),\n due_date: z.string().describe(\"ISO 8601 timestamp when the invoice is due.\").nullable().optional(),\n paid_date: z.string().describe(\"ISO 8601 timestamp when the invoice was paid.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the invoice was created.\").nullable().optional(),\n issue_date: z.string().describe(\"ISO 8601 timestamp when the invoice was issued.\").nullable().optional(),\n period_end: z.string().describe(\"ISO 8601 timestamp for the end of the billing period.\").nullable().optional(),\n period_start: z.string().describe(\"ISO 8601 timestamp for the start of the billing period.\").nullable().optional(),\n invoice_number: z.string().describe(\"Invoice number.\").nullable().optional(),\n}).describe(\"A single invoice.\");\nexport const RecruiteeListInvoicesOutput: z.ZodTypeAny = z.object({\n invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe(\"List of invoices.\"),\n}).describe(\"Response model containing a list of invoices.\");\n\nexport const recruiteeListInvoices = action(\"RECRUITEE_LIST_INVOICES\", {\n slug: \"recruitee-list-invoices\",\n name: \"List Invoices\",\n description: \"Tool to list invoices for a company. Use to retrieve billing invoice records.\",\n input: RecruiteeListInvoicesInput,\n output: RecruiteeListInvoicesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,EAC/D,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,mBAAmB;AAC/B,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,UAAUA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mBAAmB,EACrF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,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-invoices.d.ts
|
|
4
|
+
declare const RecruiteeListInvoicesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeListInvoicesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeListInvoices };
|
|
9
|
+
//# sourceMappingURL=list-invoices.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoices.d.cts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEO;AAAA,cAcrC,2BAAA,EAA6B,CAAA,CAAE,UAEgB;AAAA,cAE/C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-invoices.d.ts
|
|
4
|
+
declare const RecruiteeListInvoicesInput: z.ZodTypeAny;
|
|
5
|
+
declare const RecruiteeListInvoicesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const recruiteeListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { recruiteeListInvoices };
|
|
9
|
+
//# sourceMappingURL=list-invoices.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoices.d.mts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEO;AAAA,cAcrC,2BAAA,EAA6B,CAAA,CAAE,UAEgB;AAAA,cAE/C,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-invoices.ts
|
|
4
|
+
const RecruiteeListInvoicesInput = z.object({ company_id: z.union([z.number().int(), z.string()]).optional() }).describe("Request model for listing invoices.");
|
|
5
|
+
const RecruiteeListInvoices_InvoiceSchema = z.object({
|
|
6
|
+
id: z.number().int().describe("Unique identifier of the invoice.").nullable().optional(),
|
|
7
|
+
amount: z.number().describe("Invoice amount.").nullable().optional(),
|
|
8
|
+
status: z.string().describe("Invoice status.").nullable().optional(),
|
|
9
|
+
currency: z.string().describe("Currency code.").nullable().optional(),
|
|
10
|
+
due_date: z.string().describe("ISO 8601 timestamp when the invoice is due.").nullable().optional(),
|
|
11
|
+
paid_date: z.string().describe("ISO 8601 timestamp when the invoice was paid.").nullable().optional(),
|
|
12
|
+
created_at: z.string().describe("ISO 8601 timestamp when the invoice was created.").nullable().optional(),
|
|
13
|
+
issue_date: z.string().describe("ISO 8601 timestamp when the invoice was issued.").nullable().optional(),
|
|
14
|
+
period_end: z.string().describe("ISO 8601 timestamp for the end of the billing period.").nullable().optional(),
|
|
15
|
+
period_start: z.string().describe("ISO 8601 timestamp for the start of the billing period.").nullable().optional(),
|
|
16
|
+
invoice_number: z.string().describe("Invoice number.").nullable().optional()
|
|
17
|
+
}).describe("A single invoice.");
|
|
18
|
+
const recruiteeListInvoices = action("RECRUITEE_LIST_INVOICES", {
|
|
19
|
+
slug: "recruitee-list-invoices",
|
|
20
|
+
name: "List Invoices",
|
|
21
|
+
description: "Tool to list invoices for a company. Use to retrieve billing invoice records.",
|
|
22
|
+
input: RecruiteeListInvoicesInput,
|
|
23
|
+
output: z.object({ invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe("List of invoices.") }).describe("Response model containing a list of invoices.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { recruiteeListInvoices };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=list-invoices.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-invoices.mjs","names":[],"sources":["../../src/actions/list-invoices.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListInvoicesInput: z.ZodTypeAny = z.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n}).describe(\"Request model for listing invoices.\");\nconst RecruiteeListInvoices_InvoiceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the invoice.\").nullable().optional(),\n amount: z.number().describe(\"Invoice amount.\").nullable().optional(),\n status: z.string().describe(\"Invoice status.\").nullable().optional(),\n currency: z.string().describe(\"Currency code.\").nullable().optional(),\n due_date: z.string().describe(\"ISO 8601 timestamp when the invoice is due.\").nullable().optional(),\n paid_date: z.string().describe(\"ISO 8601 timestamp when the invoice was paid.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the invoice was created.\").nullable().optional(),\n issue_date: z.string().describe(\"ISO 8601 timestamp when the invoice was issued.\").nullable().optional(),\n period_end: z.string().describe(\"ISO 8601 timestamp for the end of the billing period.\").nullable().optional(),\n period_start: z.string().describe(\"ISO 8601 timestamp for the start of the billing period.\").nullable().optional(),\n invoice_number: z.string().describe(\"Invoice number.\").nullable().optional(),\n}).describe(\"A single invoice.\");\nexport const RecruiteeListInvoicesOutput: z.ZodTypeAny = z.object({\n invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe(\"List of invoices.\"),\n}).describe(\"Response model containing a list of invoices.\");\n\nexport const recruiteeListInvoices = action(\"RECRUITEE_LIST_INVOICES\", {\n slug: \"recruitee-list-invoices\",\n name: \"List Invoices\",\n description: \"Tool to list invoices for a company. Use to retrieve billing invoice records.\",\n input: RecruiteeListInvoicesInput,\n output: RecruiteeListInvoicesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,EAC/D,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,SAAS,mBAAmB;AAK/B,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,UAAU,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mBAAmB,EACrF,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-localization-settings.ts
|
|
4
|
+
const RecruiteeListLocalizationSettingsInput = zod.z.object({}).describe("Request model for retrieving localization settings. No parameters required.");
|
|
5
|
+
const RecruiteeListLocalizationSettingsOutput = zod.z.object({
|
|
6
|
+
time_format24: zod.z.boolean().describe("Whether to use 24-hour time format (true) or 12-hour format (false).").nullable().optional(),
|
|
7
|
+
week_start_day: zod.z.string().describe("Start day of the week.").nullable().optional()
|
|
8
|
+
}).describe("Response model containing localization settings including time format and start day of the week.");
|
|
9
|
+
const recruiteeListLocalizationSettings = require_action.action("RECRUITEE_LIST_LOCALIZATION_SETTINGS", {
|
|
10
|
+
slug: "recruitee-list-localization-settings",
|
|
11
|
+
name: "List Localization Settings",
|
|
12
|
+
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.",
|
|
13
|
+
input: RecruiteeListLocalizationSettingsInput,
|
|
14
|
+
output: RecruiteeListLocalizationSettingsOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.recruiteeListLocalizationSettings = recruiteeListLocalizationSettings;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=list-localization-settings.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-localization-settings.cjs","names":["z","action"],"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":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACvK,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,kGAAkG;AAE9G,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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-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.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-localization-settings.d.cts","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"}
|