@keystrokehq/recruitee 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-candidate.cjs +6 -6
- package/dist/actions/create-candidate.cjs.map +1 -1
- package/dist/actions/create-candidate.d.cts +43 -3
- package/dist/actions/create-candidate.d.cts.map +1 -1
- package/dist/actions/create-candidate.d.mts +43 -3
- package/dist/actions/create-candidate.d.mts.map +1 -1
- package/dist/actions/create-candidate.mjs +6 -6
- package/dist/actions/create-candidate.mjs.map +1 -1
- package/dist/actions/create-note.cjs +6 -6
- package/dist/actions/create-note.cjs.map +1 -1
- package/dist/actions/create-note.d.cts +39 -3
- package/dist/actions/create-note.d.cts.map +1 -1
- package/dist/actions/create-note.d.mts +39 -3
- package/dist/actions/create-note.d.mts.map +1 -1
- package/dist/actions/create-note.mjs +6 -6
- package/dist/actions/create-note.mjs.map +1 -1
- package/dist/actions/create-offer.cjs +4 -4
- package/dist/actions/create-offer.cjs.map +1 -1
- package/dist/actions/create-offer.d.cts +96 -3
- package/dist/actions/create-offer.d.cts.map +1 -1
- package/dist/actions/create-offer.d.mts +96 -3
- package/dist/actions/create-offer.d.mts.map +1 -1
- package/dist/actions/create-offer.mjs +4 -4
- package/dist/actions/create-offer.mjs.map +1 -1
- package/dist/actions/delete-candidate.cjs +1 -1
- package/dist/actions/delete-candidate.cjs.map +1 -1
- package/dist/actions/delete-candidate.d.cts +7 -3
- package/dist/actions/delete-candidate.d.cts.map +1 -1
- package/dist/actions/delete-candidate.d.mts +7 -3
- package/dist/actions/delete-candidate.d.mts.map +1 -1
- package/dist/actions/delete-candidate.mjs +1 -1
- package/dist/actions/delete-candidate.mjs.map +1 -1
- package/dist/actions/delete-tag.cjs +1 -1
- package/dist/actions/delete-tag.cjs.map +1 -1
- package/dist/actions/delete-tag.d.cts +7 -3
- package/dist/actions/delete-tag.d.cts.map +1 -1
- package/dist/actions/delete-tag.d.mts +7 -3
- package/dist/actions/delete-tag.d.mts.map +1 -1
- package/dist/actions/delete-tag.mjs +1 -1
- package/dist/actions/delete-tag.mjs.map +1 -1
- package/dist/actions/get-candidate.cjs +6 -6
- package/dist/actions/get-candidate.cjs.map +1 -1
- package/dist/actions/get-candidate.d.cts +30 -3
- package/dist/actions/get-candidate.d.cts.map +1 -1
- package/dist/actions/get-candidate.d.mts +30 -3
- package/dist/actions/get-candidate.d.mts.map +1 -1
- package/dist/actions/get-candidate.mjs +6 -6
- package/dist/actions/get-candidate.mjs.map +1 -1
- package/dist/actions/get-candidates.cjs +5 -5
- package/dist/actions/get-candidates.cjs.map +1 -1
- package/dist/actions/get-candidates.d.cts +48 -3
- package/dist/actions/get-candidates.d.cts.map +1 -1
- package/dist/actions/get-candidates.d.mts +48 -3
- package/dist/actions/get-candidates.d.mts.map +1 -1
- package/dist/actions/get-candidates.mjs +5 -5
- package/dist/actions/get-candidates.mjs.map +1 -1
- package/dist/actions/get-company-id.cjs +6 -6
- package/dist/actions/get-company-id.cjs.map +1 -1
- package/dist/actions/get-company-id.d.cts +10 -3
- package/dist/actions/get-company-id.d.cts.map +1 -1
- package/dist/actions/get-company-id.d.mts +10 -3
- package/dist/actions/get-company-id.d.mts.map +1 -1
- package/dist/actions/get-company-id.mjs +6 -6
- package/dist/actions/get-company-id.mjs.map +1 -1
- package/dist/actions/get-company-offer-public.cjs +5 -5
- package/dist/actions/get-company-offer-public.cjs.map +1 -1
- package/dist/actions/get-company-offer-public.d.cts +28 -3
- package/dist/actions/get-company-offer-public.d.cts.map +1 -1
- package/dist/actions/get-company-offer-public.d.mts +28 -3
- package/dist/actions/get-company-offer-public.d.mts.map +1 -1
- package/dist/actions/get-company-offer-public.mjs +5 -5
- package/dist/actions/get-company-offer-public.mjs.map +1 -1
- package/dist/actions/get-departments.cjs +5 -5
- package/dist/actions/get-departments.cjs.map +1 -1
- package/dist/actions/get-departments.d.cts +9 -3
- package/dist/actions/get-departments.d.cts.map +1 -1
- package/dist/actions/get-departments.d.mts +9 -3
- package/dist/actions/get-departments.d.mts.map +1 -1
- package/dist/actions/get-departments.mjs +5 -5
- package/dist/actions/get-departments.mjs.map +1 -1
- package/dist/actions/get-locations.cjs +11 -11
- package/dist/actions/get-locations.cjs.map +1 -1
- package/dist/actions/get-locations.d.cts +32 -3
- package/dist/actions/get-locations.d.cts.map +1 -1
- package/dist/actions/get-locations.d.mts +32 -3
- package/dist/actions/get-locations.d.mts.map +1 -1
- package/dist/actions/get-locations.mjs +11 -11
- package/dist/actions/get-locations.mjs.map +1 -1
- package/dist/actions/get-notes.cjs +14 -14
- package/dist/actions/get-notes.cjs.map +1 -1
- package/dist/actions/get-notes.d.cts +40 -3
- package/dist/actions/get-notes.d.cts.map +1 -1
- package/dist/actions/get-notes.d.mts +40 -3
- package/dist/actions/get-notes.d.mts.map +1 -1
- package/dist/actions/get-notes.mjs +14 -14
- package/dist/actions/get-notes.mjs.map +1 -1
- package/dist/actions/get-offers.cjs +6 -6
- package/dist/actions/get-offers.cjs.map +1 -1
- package/dist/actions/get-offers.d.cts +34 -3
- package/dist/actions/get-offers.d.cts.map +1 -1
- package/dist/actions/get-offers.d.mts +34 -3
- package/dist/actions/get-offers.d.mts.map +1 -1
- package/dist/actions/get-offers.mjs +6 -6
- package/dist/actions/get-offers.mjs.map +1 -1
- package/dist/actions/get-pipeline-stages.cjs +5 -5
- package/dist/actions/get-pipeline-stages.cjs.map +1 -1
- package/dist/actions/get-pipeline-stages.d.cts +16 -3
- package/dist/actions/get-pipeline-stages.d.cts.map +1 -1
- package/dist/actions/get-pipeline-stages.d.mts +16 -3
- package/dist/actions/get-pipeline-stages.d.mts.map +1 -1
- package/dist/actions/get-pipeline-stages.mjs +5 -5
- package/dist/actions/get-pipeline-stages.mjs.map +1 -1
- package/dist/actions/get-tags.cjs +6 -6
- package/dist/actions/get-tags.cjs.map +1 -1
- package/dist/actions/get-tags.d.cts +32 -3
- package/dist/actions/get-tags.d.cts.map +1 -1
- package/dist/actions/get-tags.d.mts +32 -3
- package/dist/actions/get-tags.d.mts.map +1 -1
- package/dist/actions/get-tags.mjs +6 -6
- package/dist/actions/get-tags.mjs.map +1 -1
- package/dist/actions/list-eeo-job-categories.cjs +1 -1
- package/dist/actions/list-eeo-job-categories.cjs.map +1 -1
- package/dist/actions/list-eeo-job-categories.d.cts +5 -3
- package/dist/actions/list-eeo-job-categories.d.cts.map +1 -1
- package/dist/actions/list-eeo-job-categories.d.mts +5 -3
- package/dist/actions/list-eeo-job-categories.d.mts.map +1 -1
- package/dist/actions/list-eeo-job-categories.mjs +1 -1
- package/dist/actions/list-eeo-job-categories.mjs.map +1 -1
- package/dist/actions/list-invoices.cjs +2 -2
- package/dist/actions/list-invoices.cjs.map +1 -1
- package/dist/actions/list-invoices.d.cts +21 -3
- package/dist/actions/list-invoices.d.cts.map +1 -1
- package/dist/actions/list-invoices.d.mts +21 -3
- package/dist/actions/list-invoices.d.mts.map +1 -1
- package/dist/actions/list-invoices.mjs +2 -2
- package/dist/actions/list-invoices.mjs.map +1 -1
- package/dist/actions/list-localization-settings.cjs +1 -1
- package/dist/actions/list-localization-settings.cjs.map +1 -1
- package/dist/actions/list-localization-settings.d.cts +6 -3
- package/dist/actions/list-localization-settings.d.cts.map +1 -1
- package/dist/actions/list-localization-settings.d.mts +6 -3
- package/dist/actions/list-localization-settings.d.mts.map +1 -1
- package/dist/actions/list-localization-settings.mjs +1 -1
- package/dist/actions/list-localization-settings.mjs.map +1 -1
- package/dist/actions/list-share-countries.cjs +4 -4
- package/dist/actions/list-share-countries.cjs.map +1 -1
- package/dist/actions/list-share-countries.d.cts +10 -3
- package/dist/actions/list-share-countries.d.cts.map +1 -1
- package/dist/actions/list-share-countries.d.mts +10 -3
- package/dist/actions/list-share-countries.d.mts.map +1 -1
- package/dist/actions/list-share-countries.mjs +4 -4
- package/dist/actions/list-share-countries.mjs.map +1 -1
- package/dist/actions/list-share-eeo-answers.cjs +2 -2
- package/dist/actions/list-share-eeo-answers.cjs.map +1 -1
- package/dist/actions/list-share-eeo-answers.d.cts +10 -3
- package/dist/actions/list-share-eeo-answers.d.cts.map +1 -1
- package/dist/actions/list-share-eeo-answers.d.mts +10 -3
- package/dist/actions/list-share-eeo-answers.d.mts.map +1 -1
- package/dist/actions/list-share-eeo-answers.mjs +2 -2
- package/dist/actions/list-share-eeo-answers.mjs.map +1 -1
- package/dist/actions/update-candidate.cjs +6 -6
- package/dist/actions/update-candidate.cjs.map +1 -1
- package/dist/actions/update-candidate.d.cts +52 -3
- package/dist/actions/update-candidate.d.cts.map +1 -1
- package/dist/actions/update-candidate.d.mts +52 -3
- package/dist/actions/update-candidate.d.mts.map +1 -1
- package/dist/actions/update-candidate.mjs +6 -6
- package/dist/actions/update-candidate.mjs.map +1 -1
- package/dist/actions/update-note.cjs +6 -6
- package/dist/actions/update-note.cjs.map +1 -1
- package/dist/actions/update-note.d.cts +27 -3
- package/dist/actions/update-note.d.cts.map +1 -1
- package/dist/actions/update-note.d.mts +27 -3
- package/dist/actions/update-note.d.mts.map +1 -1
- package/dist/actions/update-note.mjs +6 -6
- package/dist/actions/update-note.mjs.map +1 -1
- package/dist/actions/update-offer.cjs +13 -13
- package/dist/actions/update-offer.cjs.map +1 -1
- package/dist/actions/update-offer.d.cts +108 -3
- package/dist/actions/update-offer.d.cts.map +1 -1
- package/dist/actions/update-offer.d.mts +108 -3
- package/dist/actions/update-offer.d.mts.map +1 -1
- package/dist/actions/update-offer.mjs +13 -13
- package/dist/actions/update-offer.mjs.map +1 -1
- package/dist/catalog.cjs +13 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +12 -0
- package/dist/catalog.d.mts +12 -0
- package/dist/catalog.mjs +13 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +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
|
|
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.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.object({\n id: z.number().int().describe(\"Unique identifier of the tag.\").nullable(),\n name: z.string().describe(\"Name of the tag.\").nullable(),\n status: z.string().describe(\"Status of the tag.\").nullable().optional(),\n context: z.string().describe(\"Context of the tag.\").nullable(),\n taggings_count: z.number().int().describe(\"Number of times the tag has been used.\").nullable(),\n}).passthrough();\nexport const RecruiteeGetTagsOutput = 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}).passthrough().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,wBAAwBA,IAAAA,EAAE,OAAO;CAC5C,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,6BAA6BA,IAAAA,EAAE,OAAO;CAC1C,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC7D,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,yBAAyBA,IAAAA,EAAE,OAAO;CAC7C,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,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,mBAAmBC,eAAAA,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,38 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-tags.d.ts
|
|
4
|
-
declare const RecruiteeGetTagsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeGetTagsInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
query: z.ZodOptional<z.ZodString>;
|
|
7
|
+
sort_by: z.ZodOptional<z.ZodEnum<{
|
|
8
|
+
name: "name";
|
|
9
|
+
taggings_count: "taggings_count";
|
|
10
|
+
}>>;
|
|
11
|
+
per_page: z.ZodOptional<z.ZodNumber>;
|
|
12
|
+
sort_order: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
asc: "asc";
|
|
14
|
+
desc: "desc";
|
|
15
|
+
}>>;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
declare const RecruiteeGetTagsOutput: z.ZodObject<{
|
|
18
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
name: z.ZodNullable<z.ZodString>;
|
|
22
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
context: z.ZodNullable<z.ZodString>;
|
|
24
|
+
taggings_count: z.ZodNullable<z.ZodNumber>;
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
|
+
total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
per_page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
}, z.core.$loose>;
|
|
29
|
+
declare const recruiteeGetTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
|
+
page?: number | undefined;
|
|
31
|
+
query?: string | undefined;
|
|
32
|
+
sort_by?: "name" | "taggings_count" | undefined;
|
|
33
|
+
per_page?: number | undefined;
|
|
34
|
+
sort_order?: "asc" | "desc" | undefined;
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
36
|
//#endregion
|
|
8
37
|
export { recruiteeGetTags };
|
|
9
38
|
//# sourceMappingURL=get-tags.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-tags.d.cts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,
|
|
1
|
+
{"version":3,"file":"get-tags.d.cts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAcrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAOtB,gBAAA,gCAAgB,wBAAA"}
|
|
@@ -1,9 +1,38 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-tags.d.ts
|
|
4
|
-
declare const RecruiteeGetTagsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeGetTagsInput: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
query: z.ZodOptional<z.ZodString>;
|
|
7
|
+
sort_by: z.ZodOptional<z.ZodEnum<{
|
|
8
|
+
name: "name";
|
|
9
|
+
taggings_count: "taggings_count";
|
|
10
|
+
}>>;
|
|
11
|
+
per_page: z.ZodOptional<z.ZodNumber>;
|
|
12
|
+
sort_order: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
asc: "asc";
|
|
14
|
+
desc: "desc";
|
|
15
|
+
}>>;
|
|
16
|
+
}, z.core.$strip>;
|
|
17
|
+
declare const RecruiteeGetTagsOutput: z.ZodObject<{
|
|
18
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
tags: z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
21
|
+
name: z.ZodNullable<z.ZodString>;
|
|
22
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
context: z.ZodNullable<z.ZodString>;
|
|
24
|
+
taggings_count: z.ZodNullable<z.ZodNumber>;
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
|
+
total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
per_page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
28
|
+
}, z.core.$loose>;
|
|
29
|
+
declare const recruiteeGetTags: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
30
|
+
page?: number | undefined;
|
|
31
|
+
query?: string | undefined;
|
|
32
|
+
sort_by?: "name" | "taggings_count" | undefined;
|
|
33
|
+
per_page?: number | undefined;
|
|
34
|
+
sort_order?: "asc" | "desc" | undefined;
|
|
35
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
36
|
//#endregion
|
|
8
37
|
export { recruiteeGetTags };
|
|
9
38
|
//# sourceMappingURL=get-tags.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-tags.d.mts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,
|
|
1
|
+
{"version":3,"file":"get-tags.d.mts","names":[],"sources":["../../src/actions/get-tags.ts"],"mappings":";;;cAIa,qBAAA,EAAqB,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAcrB,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;cAOtB,gBAAA,gCAAgB,wBAAA"}
|
|
@@ -9,12 +9,12 @@ const RecruiteeGetTagsInput = z.object({
|
|
|
9
9
|
sort_order: z.enum(["asc", "desc"]).describe("Sort order: 'asc' or 'desc'.").optional()
|
|
10
10
|
}).describe("Query parameters for retrieving a list of all tags. Use filters to narrow results or paginate.");
|
|
11
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."),
|
|
12
|
+
id: z.number().int().describe("Unique identifier of the tag.").nullable(),
|
|
13
|
+
name: z.string().describe("Name of the tag.").nullable(),
|
|
14
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
|
-
});
|
|
15
|
+
context: z.string().describe("Context of the tag.").nullable(),
|
|
16
|
+
taggings_count: z.number().int().describe("Number of times the tag has been used.").nullable()
|
|
17
|
+
}).passthrough();
|
|
18
18
|
const recruiteeGetTags = action("RECRUITEE_GET_TAGS", {
|
|
19
19
|
slug: "recruitee-get-tags",
|
|
20
20
|
name: "Get Tags",
|
|
@@ -25,7 +25,7 @@ const recruiteeGetTags = action("RECRUITEE_GET_TAGS", {
|
|
|
25
25
|
tags: z.array(RecruiteeGetTags_TagSchema).describe("List of tags."),
|
|
26
26
|
total: z.number().int().describe("Total number of tags available.").nullable().optional(),
|
|
27
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.")
|
|
28
|
+
}).passthrough().describe("Response containing a list of tags and pagination metadata.")
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
31
31
|
export { recruiteeGetTags };
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.number().int().describe(\"Unique identifier of the tag.\").nullable(),\n name: z.string().describe(\"Name of the tag.\").nullable(),\n status: z.string().describe(\"Status of the tag.\").nullable().optional(),\n context: z.string().describe(\"Context of the tag.\").nullable(),\n taggings_count: z.number().int().describe(\"Number of times the tag has been used.\").nullable(),\n}).passthrough();\nexport const RecruiteeGetTagsOutput = 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}).passthrough().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,wBAAwB,EAAE,OAAO;CAC5C,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,6BAA6B,EAAE,OAAO;CAC1C,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC7D,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY;AAQf,MAAa,mBAAmB,OAAO,sBAAsB;CAC3D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZoC,EAAE,OAAO;EAC7C,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,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/list-eeo-job-categories.ts
|
|
4
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.");
|
|
5
|
+
const RecruiteeListEeoJobCategoriesOutput = zod.z.object({ job_categories: zod.z.array(zod.z.string()).describe("List of EEO job category names.") }).passthrough().describe("Response model containing a list of EEO job category names.");
|
|
6
6
|
const recruiteeListEeoJobCategories = require_action.action("RECRUITEE_LIST_EEO_JOB_CATEGORIES", {
|
|
7
7
|
slug: "recruitee-list-eeo-job-categories",
|
|
8
8
|
name: "List EEO Job Categories",
|
|
@@ -1 +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
|
|
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.object({}).describe(\"Request model for retrieving available EEO job categories. No parameters required.\");\nexport const RecruiteeListEeoJobCategoriesOutput = z.object({\n job_categories: z.array(z.string()).describe(\"List of EEO job category names.\"),\n}).passthrough().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,qCAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oFAAoF;AAC5J,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,EAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-eeo-job-categories.d.ts
|
|
4
|
-
declare const RecruiteeListEeoJobCategoriesInput: z.
|
|
5
|
-
declare const RecruiteeListEeoJobCategoriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListEeoJobCategoriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListEeoJobCategoriesOutput: z.ZodObject<{
|
|
6
|
+
job_categories: z.ZodArray<z.ZodString>;
|
|
7
|
+
}, z.core.$loose>;
|
|
8
|
+
declare const recruiteeListEeoJobCategories: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { recruiteeListEeoJobCategories };
|
|
9
11
|
//# sourceMappingURL=list-eeo-job-categories.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-eeo-job-categories.d.cts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.d.cts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-eeo-job-categories.d.ts
|
|
4
|
-
declare const RecruiteeListEeoJobCategoriesInput: z.
|
|
5
|
-
declare const RecruiteeListEeoJobCategoriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListEeoJobCategoriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListEeoJobCategoriesOutput: z.ZodObject<{
|
|
6
|
+
job_categories: z.ZodArray<z.ZodString>;
|
|
7
|
+
}, z.core.$loose>;
|
|
8
|
+
declare const recruiteeListEeoJobCategories: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
9
|
//#endregion
|
|
8
10
|
export { recruiteeListEeoJobCategories };
|
|
9
11
|
//# sourceMappingURL=list-eeo-job-categories.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-eeo-job-categories.d.mts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,
|
|
1
|
+
{"version":3,"file":"list-eeo-job-categories.d.mts","names":[],"sources":["../../src/actions/list-eeo-job-categories.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAClC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -5,7 +5,7 @@ const recruiteeListEeoJobCategories = action("RECRUITEE_LIST_EEO_JOB_CATEGORIES"
|
|
|
5
5
|
name: "List EEO Job Categories",
|
|
6
6
|
description: "Tool to retrieve available EEO (Equal Employment Opportunity) job categories. Use when you need to see standard EEO job classification options.",
|
|
7
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.")
|
|
8
|
+
output: z.object({ job_categories: z.array(z.string()).describe("List of EEO job category names.") }).passthrough().describe("Response model containing a list of EEO job category names.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { recruiteeListEeoJobCategories };
|
|
@@ -1 +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
|
|
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.object({}).describe(\"Request model for retrieving available EEO job categories. No parameters required.\");\nexport const RecruiteeListEeoJobCategoriesOutput = z.object({\n job_categories: z.array(z.string()).describe(\"List of EEO job category names.\"),\n}).passthrough().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,OATgD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oFAS/D;CACP,QATiD,EAAE,OAAO,EAC1D,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,EAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
|
|
@@ -14,8 +14,8 @@ const RecruiteeListInvoices_InvoiceSchema = zod.z.object({
|
|
|
14
14
|
period_end: zod.z.string().describe("ISO 8601 timestamp for the end of the billing period.").nullable().optional(),
|
|
15
15
|
period_start: zod.z.string().describe("ISO 8601 timestamp for the start of the billing period.").nullable().optional(),
|
|
16
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.");
|
|
17
|
+
}).passthrough().describe("A single invoice.");
|
|
18
|
+
const RecruiteeListInvoicesOutput = zod.z.object({ invoices: zod.z.array(RecruiteeListInvoices_InvoiceSchema).describe("List of invoices.") }).passthrough().describe("Response model containing a list of invoices.");
|
|
19
19
|
const recruiteeListInvoices = require_action.action("RECRUITEE_LIST_INVOICES", {
|
|
20
20
|
slug: "recruitee-list-invoices",
|
|
21
21
|
name: "List Invoices",
|
|
@@ -1 +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
|
|
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.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n}).describe(\"Request model for listing invoices.\");\nconst RecruiteeListInvoices_InvoiceSchema = 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}).passthrough().describe(\"A single invoice.\");\nexport const RecruiteeListInvoicesOutput = z.object({\n invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe(\"List of invoices.\"),\n}).passthrough().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,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,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,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,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,YAAY,CAAC,CAAC,SAAS,mBAAmB;AAC7C,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,UAAUA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mBAAmB,EACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-invoices.d.ts
|
|
4
|
-
declare const RecruiteeListInvoicesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListInvoicesInput: z.ZodObject<{
|
|
5
|
+
company_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RecruiteeListInvoicesOutput: z.ZodObject<{
|
|
8
|
+
invoices: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
paid_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
issue_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
period_end: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
period_start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
invoice_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
}, z.core.$loose>>;
|
|
21
|
+
}, z.core.$loose>;
|
|
22
|
+
declare const recruiteeListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
|
+
company_id?: string | number | undefined;
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
25
|
//#endregion
|
|
8
26
|
export { recruiteeListInvoices };
|
|
9
27
|
//# sourceMappingURL=list-invoices.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-invoices.d.cts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"list-invoices.d.cts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAgB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,27 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-invoices.d.ts
|
|
4
|
-
declare const RecruiteeListInvoicesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListInvoicesInput: z.ZodObject<{
|
|
5
|
+
company_id: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const RecruiteeListInvoicesOutput: z.ZodObject<{
|
|
8
|
+
invoices: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
10
|
+
amount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
11
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
paid_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
issue_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
period_end: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
period_start: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
invoice_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
}, z.core.$loose>>;
|
|
21
|
+
}, z.core.$loose>;
|
|
22
|
+
declare const recruiteeListInvoices: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
23
|
+
company_id?: string | number | undefined;
|
|
24
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
25
|
//#endregion
|
|
8
26
|
export { recruiteeListInvoices };
|
|
9
27
|
//# sourceMappingURL=list-invoices.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-invoices.d.mts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"list-invoices.d.mts","names":[],"sources":["../../src/actions/list-invoices.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAgB1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -14,13 +14,13 @@ const RecruiteeListInvoices_InvoiceSchema = z.object({
|
|
|
14
14
|
period_end: z.string().describe("ISO 8601 timestamp for the end of the billing period.").nullable().optional(),
|
|
15
15
|
period_start: z.string().describe("ISO 8601 timestamp for the start of the billing period.").nullable().optional(),
|
|
16
16
|
invoice_number: z.string().describe("Invoice number.").nullable().optional()
|
|
17
|
-
}).describe("A single invoice.");
|
|
17
|
+
}).passthrough().describe("A single invoice.");
|
|
18
18
|
const recruiteeListInvoices = action("RECRUITEE_LIST_INVOICES", {
|
|
19
19
|
slug: "recruitee-list-invoices",
|
|
20
20
|
name: "List Invoices",
|
|
21
21
|
description: "Tool to list invoices for a company. Use to retrieve billing invoice records.",
|
|
22
22
|
input: RecruiteeListInvoicesInput,
|
|
23
|
-
output: z.object({ invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe("List of invoices.") }).describe("Response model containing a list of invoices.")
|
|
23
|
+
output: z.object({ invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe("List of invoices.") }).passthrough().describe("Response model containing a list of invoices.")
|
|
24
24
|
});
|
|
25
25
|
//#endregion
|
|
26
26
|
export { recruiteeListInvoices };
|
|
@@ -1 +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
|
|
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.object({\n company_id: z.union([z.number().int(), z.string()]).optional(),\n}).describe(\"Request model for listing invoices.\");\nconst RecruiteeListInvoices_InvoiceSchema = 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}).passthrough().describe(\"A single invoice.\");\nexport const RecruiteeListInvoicesOutput = z.object({\n invoices: z.array(RecruiteeListInvoices_InvoiceSchema).describe(\"List of invoices.\"),\n}).passthrough().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,6BAA6B,EAAE,OAAO,EACjD,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,sCAAsC,EAAE,OAAO;CACnD,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,YAAY,CAAC,CAAC,SAAS,mBAAmB;AAK7C,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,UAAU,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,mBAAmB,EACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAOhB;AACV,CAAC"}
|
|
@@ -5,7 +5,7 @@ const RecruiteeListLocalizationSettingsInput = zod.z.object({}).describe("Reques
|
|
|
5
5
|
const RecruiteeListLocalizationSettingsOutput = zod.z.object({
|
|
6
6
|
time_format24: zod.z.boolean().describe("Whether to use 24-hour time format (true) or 12-hour format (false).").nullable().optional(),
|
|
7
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.");
|
|
8
|
+
}).passthrough().describe("Response model containing localization settings including time format and start day of the week.");
|
|
9
9
|
const recruiteeListLocalizationSettings = require_action.action("RECRUITEE_LIST_LOCALIZATION_SETTINGS", {
|
|
10
10
|
slug: "recruitee-list-localization-settings",
|
|
11
11
|
name: "List Localization Settings",
|
|
@@ -1 +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
|
|
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.object({}).describe(\"Request model for retrieving localization settings. No parameters required.\");\nexport const RecruiteeListLocalizationSettingsOutput = 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}).passthrough().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,yCAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzJ,MAAa,0CAA0CA,IAAAA,EAAE,OAAO;CAC9D,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,YAAY,CAAC,CAAC,SAAS,kGAAkG;AAE5H,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-localization-settings.d.ts
|
|
4
|
-
declare const RecruiteeListLocalizationSettingsInput: z.
|
|
5
|
-
declare const RecruiteeListLocalizationSettingsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListLocalizationSettingsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListLocalizationSettingsOutput: z.ZodObject<{
|
|
6
|
+
time_format24: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7
|
+
week_start_day: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
}, z.core.$loose>;
|
|
9
|
+
declare const recruiteeListLocalizationSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
10
|
//#endregion
|
|
8
11
|
export { recruiteeListLocalizationSettings };
|
|
9
12
|
//# sourceMappingURL=list-localization-settings.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-localization-settings.d.cts","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"mappings":";;;cAIa,sCAAA,
|
|
1
|
+
{"version":3,"file":"list-localization-settings.d.cts","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;cAKvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-localization-settings.d.ts
|
|
4
|
-
declare const RecruiteeListLocalizationSettingsInput: z.
|
|
5
|
-
declare const RecruiteeListLocalizationSettingsOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListLocalizationSettingsInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListLocalizationSettingsOutput: z.ZodObject<{
|
|
6
|
+
time_format24: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7
|
+
week_start_day: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
8
|
+
}, z.core.$loose>;
|
|
9
|
+
declare const recruiteeListLocalizationSettings: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
10
|
//#endregion
|
|
8
11
|
export { recruiteeListLocalizationSettings };
|
|
9
12
|
//# sourceMappingURL=list-localization-settings.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-localization-settings.d.mts","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"mappings":";;;cAIa,sCAAA,
|
|
1
|
+
{"version":3,"file":"list-localization-settings.d.mts","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"mappings":";;;cAIa,sCAAA,EAAsC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cACtC,uCAAA,EAAuC,CAAA,CAAA,SAAA;;;;cAKvC,iCAAA,gCAAiC,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -8,7 +8,7 @@ const recruiteeListLocalizationSettings = action("RECRUITEE_LIST_LOCALIZATION_SE
|
|
|
8
8
|
output: z.object({
|
|
9
9
|
time_format24: z.boolean().describe("Whether to use 24-hour time format (true) or 12-hour format (false).").nullable().optional(),
|
|
10
10
|
week_start_day: z.string().describe("Start day of the week.").nullable().optional()
|
|
11
|
-
}).describe("Response model containing localization settings including time format and start day of the week.")
|
|
11
|
+
}).passthrough().describe("Response model containing localization settings including time format and start day of the week.")
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
14
|
export { recruiteeListLocalizationSettings };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-localization-settings.mjs","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListLocalizationSettingsInput
|
|
1
|
+
{"version":3,"file":"list-localization-settings.mjs","names":[],"sources":["../../src/actions/list-localization-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListLocalizationSettingsInput = z.object({}).describe(\"Request model for retrieving localization settings. No parameters required.\");\nexport const RecruiteeListLocalizationSettingsOutput = 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}).passthrough().describe(\"Response model containing localization settings including time format and start day of the week.\");\n\nexport const recruiteeListLocalizationSettings = action(\"RECRUITEE_LIST_LOCALIZATION_SETTINGS\", {\n slug: \"recruitee-list-localization-settings\",\n name: \"List Localization Settings\",\n description: \"Tool to retrieve localization settings including proposed time format and start day of the week. Use when you need to check regional or time display preferences.\",\n input: RecruiteeListLocalizationSettingsInput,\n output: RecruiteeListLocalizationSettingsOutput,\n});\n"],"mappings":";;AAUA,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6EAUnE;CACP,QAVqD,EAAE,OAAO;EAC9D,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChI,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kGAOhB;AACV,CAAC"}
|
|
@@ -3,12 +3,12 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-share-countries.ts
|
|
4
4
|
const RecruiteeListShareCountriesInput = zod.z.object({}).describe("Request model for retrieving all countries with region codes and phone codes per locale.\nNo parameters are required.");
|
|
5
5
|
const RecruiteeListShareCountries_ShareCountrySchema = zod.z.object({
|
|
6
|
-
code: zod.z.string().describe("ISO 3166 country code."),
|
|
7
|
-
locales: zod.z.
|
|
6
|
+
code: zod.z.string().describe("ISO 3166 country code.").nullable(),
|
|
7
|
+
locales: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Localized country names by locale code (e.g., en, nl, de).").nullable().optional(),
|
|
8
8
|
phone_code: zod.z.string().describe("International phone dialing code.").nullable().optional(),
|
|
9
9
|
region_code: zod.z.string().describe("Region code for the country.").nullable().optional()
|
|
10
|
-
}).describe("Model representing a country with region codes and phone codes per locale.");
|
|
11
|
-
const RecruiteeListShareCountriesOutput = zod.z.object({ countries: zod.z.array(RecruiteeListShareCountries_ShareCountrySchema).describe("List of countries with codes, phone codes, and localized names.") }).describe("Response model containing a list of countries with region codes and phone codes per locale.");
|
|
10
|
+
}).passthrough().describe("Model representing a country with region codes and phone codes per locale.");
|
|
11
|
+
const RecruiteeListShareCountriesOutput = zod.z.object({ countries: zod.z.array(RecruiteeListShareCountries_ShareCountrySchema).describe("List of countries with codes, phone codes, and localized names.") }).passthrough().describe("Response model containing a list of countries with region codes and phone codes per locale.");
|
|
12
12
|
const recruiteeListShareCountries = require_action.action("RECRUITEE_LIST_SHARE_COUNTRIES", {
|
|
13
13
|
slug: "recruitee-list-share-countries",
|
|
14
14
|
name: "List Share Countries",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-share-countries.cjs","names":["z","action"],"sources":["../../src/actions/list-share-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareCountriesInput
|
|
1
|
+
{"version":3,"file":"list-share-countries.cjs","names":["z","action"],"sources":["../../src/actions/list-share-countries.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RecruiteeListShareCountriesInput = z.object({}).describe(\"Request model for retrieving all countries with region codes and phone codes per locale.\\nNo parameters are required.\");\nconst RecruiteeListShareCountries_ShareCountrySchema = z.object({\n code: z.string().describe(\"ISO 3166 country code.\").nullable(),\n locales: z.record(z.string(), z.unknown()).describe(\"Localized country names by locale code (e.g., en, nl, de).\").nullable().optional(),\n phone_code: z.string().describe(\"International phone dialing code.\").nullable().optional(),\n region_code: z.string().describe(\"Region code for the country.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a country with region codes and phone codes per locale.\");\nexport const RecruiteeListShareCountriesOutput = z.object({\n countries: z.array(RecruiteeListShareCountries_ShareCountrySchema).describe(\"List of countries with codes, phone codes, and localized names.\"),\n}).passthrough().describe(\"Response model containing a list of countries with region codes and phone codes per locale.\");\n\nexport const recruiteeListShareCountries = action(\"RECRUITEE_LIST_SHARE_COUNTRIES\", {\n slug: \"recruitee-list-share-countries\",\n name: \"List Share Countries\",\n description: \"Tool to retrieve all countries with region codes and phone codes per locale. Use when you need comprehensive country reference data including internationalization details.\",\n input: RecruiteeListShareCountriesInput,\n output: RecruiteeListShareCountriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uHAAuH;AAC7L,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC7D,SAASA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4EAA4E;AACtG,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,WAAWA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,iEAAiE,EAC/I,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6FAA6F;AAEvH,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-share-countries.d.ts
|
|
4
|
-
declare const RecruiteeListShareCountriesInput: z.
|
|
5
|
-
declare const RecruiteeListShareCountriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListShareCountriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListShareCountriesOutput: z.ZodObject<{
|
|
6
|
+
countries: z.ZodArray<z.ZodObject<{
|
|
7
|
+
code: z.ZodNullable<z.ZodString>;
|
|
8
|
+
locales: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
9
|
+
phone_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
region_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const recruiteeListShareCountries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
14
|
//#endregion
|
|
8
15
|
export { recruiteeListShareCountries };
|
|
9
16
|
//# sourceMappingURL=list-share-countries.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-share-countries.d.cts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-share-countries.d.cts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-share-countries.d.ts
|
|
4
|
-
declare const RecruiteeListShareCountriesInput: z.
|
|
5
|
-
declare const RecruiteeListShareCountriesOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const RecruiteeListShareCountriesInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const RecruiteeListShareCountriesOutput: z.ZodObject<{
|
|
6
|
+
countries: z.ZodArray<z.ZodObject<{
|
|
7
|
+
code: z.ZodNullable<z.ZodString>;
|
|
8
|
+
locales: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
9
|
+
phone_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
region_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
}, z.core.$loose>>;
|
|
12
|
+
}, z.core.$loose>;
|
|
13
|
+
declare const recruiteeListShareCountries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
14
|
//#endregion
|
|
8
15
|
export { recruiteeListShareCountries };
|
|
9
16
|
//# sourceMappingURL=list-share-countries.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-share-countries.d.mts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-share-countries.d.mts","names":[],"sources":["../../src/actions/list-share-countries.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|