@keystrokehq/recruitee 0.1.3 → 0.1.5
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/actions/create-candidate.d.cts +15 -1
- package/dist/actions/create-candidate.d.cts.map +1 -1
- package/dist/actions/create-candidate.d.mts +15 -1
- package/dist/actions/create-candidate.d.mts.map +1 -1
- package/dist/actions/create-note.d.cts +15 -1
- package/dist/actions/create-note.d.mts +15 -1
- package/dist/actions/create-offer.d.cts +15 -1
- package/dist/actions/create-offer.d.mts +15 -1
- package/dist/actions/delete-candidate.d.cts +15 -1
- package/dist/actions/delete-candidate.d.mts +15 -1
- package/dist/actions/delete-tag.d.cts +15 -1
- package/dist/actions/delete-tag.d.mts +15 -1
- package/dist/actions/get-candidate.d.cts +15 -1
- package/dist/actions/get-candidate.d.mts +15 -1
- package/dist/actions/get-candidates.d.cts +15 -1
- package/dist/actions/get-candidates.d.mts +15 -1
- package/dist/actions/get-company-id.d.cts +15 -1
- package/dist/actions/get-company-id.d.cts.map +1 -1
- package/dist/actions/get-company-id.d.mts +15 -1
- package/dist/actions/get-company-id.d.mts.map +1 -1
- package/dist/actions/get-company-offer-public.d.cts +15 -1
- package/dist/actions/get-company-offer-public.d.mts +15 -1
- package/dist/actions/get-departments.d.cts +15 -1
- package/dist/actions/get-departments.d.cts.map +1 -1
- package/dist/actions/get-departments.d.mts +15 -1
- package/dist/actions/get-departments.d.mts.map +1 -1
- package/dist/actions/get-locations.d.cts +15 -1
- package/dist/actions/get-locations.d.cts.map +1 -1
- package/dist/actions/get-locations.d.mts +15 -1
- package/dist/actions/get-locations.d.mts.map +1 -1
- package/dist/actions/get-notes.d.cts +15 -1
- package/dist/actions/get-notes.d.mts +15 -1
- package/dist/actions/get-offers.d.cts +15 -1
- package/dist/actions/get-offers.d.mts +15 -1
- package/dist/actions/get-pipeline-stages.d.cts +15 -1
- package/dist/actions/get-pipeline-stages.d.mts +15 -1
- package/dist/actions/get-tags.d.cts +15 -1
- package/dist/actions/get-tags.d.mts +15 -1
- package/dist/actions/list-eeo-job-categories.d.cts +15 -1
- package/dist/actions/list-eeo-job-categories.d.cts.map +1 -1
- package/dist/actions/list-eeo-job-categories.d.mts +15 -1
- package/dist/actions/list-eeo-job-categories.d.mts.map +1 -1
- package/dist/actions/list-invoices.d.cts +15 -1
- package/dist/actions/list-invoices.d.mts +15 -1
- package/dist/actions/list-localization-settings.d.cts +15 -1
- package/dist/actions/list-localization-settings.d.cts.map +1 -1
- package/dist/actions/list-localization-settings.d.mts +15 -1
- package/dist/actions/list-localization-settings.d.mts.map +1 -1
- package/dist/actions/list-share-countries.d.cts +15 -1
- package/dist/actions/list-share-countries.d.cts.map +1 -1
- package/dist/actions/list-share-countries.d.mts +15 -1
- package/dist/actions/list-share-countries.d.mts.map +1 -1
- package/dist/actions/list-share-eeo-answers.d.cts +15 -1
- package/dist/actions/list-share-eeo-answers.d.cts.map +1 -1
- package/dist/actions/list-share-eeo-answers.d.mts +15 -1
- package/dist/actions/list-share-eeo-answers.d.mts.map +1 -1
- package/dist/actions/update-candidate.d.cts +15 -1
- package/dist/actions/update-candidate.d.cts.map +1 -1
- package/dist/actions/update-candidate.d.mts +15 -1
- package/dist/actions/update-candidate.d.mts.map +1 -1
- package/dist/actions/update-note.d.cts +15 -1
- package/dist/actions/update-note.d.mts +15 -1
- package/dist/actions/update-offer.d.cts +15 -1
- package/dist/actions/update-offer.d.mts +15 -1
- package/dist/app.cjs +8 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +10 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +10 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +6 -1
- package/dist/app.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"recruitee", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
subdomain: z.ZodString;
|
|
10
|
+
generic_api_key: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { recruitee };
|
|
5
14
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const recruitee: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"recruitee", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
subdomain: z.ZodString;
|
|
10
|
+
generic_api_key: z.ZodString;
|
|
11
|
+
}, z.core.$strip>>>;
|
|
3
12
|
//#endregion
|
|
4
13
|
export { recruitee };
|
|
5
14
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const recruitee = defineApp({
|
|
4
5
|
slug: "recruitee",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: {
|
|
8
|
+
subdomain: z.string(),
|
|
9
|
+
generic_api_key: z.string()
|
|
10
|
+
}
|
|
6
11
|
});
|
|
7
12
|
//#endregion
|
|
8
13
|
export { recruitee };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const recruitee = defineApp({\n slug: \"recruitee\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const recruitee = defineApp({\n slug: \"recruitee\",\n auth: \"keystroke\",\n credential: {\n subdomain: z.string(),\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;CACN,YAAY;EACV,WAAW,EAAE,OAAO;EACpB,iBAAiB,EAAE,OAAO;CAC5B;AACF,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -13,7 +13,7 @@ const recruiteeCatalog = {
|
|
|
13
13
|
"label": "Company ID",
|
|
14
14
|
"description": "The unique identifier for your company in Recruitee, used to construct the base URL for API requests."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "Recruitee API Token",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "The personal API token generated in Recruitee for authenticating API requests."
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company ID\",\n \"description\": \"The unique identifier for your company in Recruitee, used to construct the base URL for API requests.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company ID\",\n \"description\": \"The unique identifier for your company in Recruitee, used to construct the base URL for API requests.\"\n },\n \"generic_api_key\": {\n \"label\": \"Recruitee API Token\",\n \"secret\": true,\n \"description\": \"The personal API token generated in Recruitee for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -13,7 +13,7 @@ declare const recruiteeCatalog: {
|
|
|
13
13
|
readonly label: "Company ID";
|
|
14
14
|
readonly description: "The unique identifier for your company in Recruitee, used to construct the base URL for API requests.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "Recruitee API Token";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "The personal API token generated in Recruitee for authenticating API requests.";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -13,7 +13,7 @@ declare const recruiteeCatalog: {
|
|
|
13
13
|
readonly label: "Company ID";
|
|
14
14
|
readonly description: "The unique identifier for your company in Recruitee, used to construct the base URL for API requests.";
|
|
15
15
|
};
|
|
16
|
-
readonly
|
|
16
|
+
readonly generic_api_key: {
|
|
17
17
|
readonly label: "Recruitee API Token";
|
|
18
18
|
readonly secret: true;
|
|
19
19
|
readonly description: "The personal API token generated in Recruitee for authenticating API requests.";
|
package/dist/catalog.mjs
CHANGED
|
@@ -13,7 +13,7 @@ const recruiteeCatalog = {
|
|
|
13
13
|
"label": "Company ID",
|
|
14
14
|
"description": "The unique identifier for your company in Recruitee, used to construct the base URL for API requests."
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"generic_api_key": {
|
|
17
17
|
"label": "Recruitee API Token",
|
|
18
18
|
"secret": true,
|
|
19
19
|
"description": "The personal API token generated in Recruitee for authenticating API requests."
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company ID\",\n \"description\": \"The unique identifier for your company in Recruitee, used to construct the base URL for API requests.\"\n },\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const recruiteeCatalog = {\n \"slug\": \"recruitee\",\n \"name\": \"Recruitee\",\n \"description\": \"Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.\",\n \"category\": \"HR Talent & Recruitment\",\n \"logo\": \"https://logos.composio.dev/api/recruitee\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"subdomain\": {\n \"label\": \"Company ID\",\n \"description\": \"The unique identifier for your company in Recruitee, used to construct the base URL for API requests.\"\n },\n \"generic_api_key\": {\n \"label\": \"Recruitee API Token\",\n \"secret\": true,\n \"description\": \"The personal API token generated in Recruitee for authenticating API requests.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,aAAa;GACX,SAAS;GACT,eAAe;EACjB;EACA,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
|