@keystrokehq/recruitee 0.1.3 → 0.1.4
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-offer.d.cts +8 -8
- package/dist/actions/create-offer.d.mts +8 -8
- package/dist/actions/update-offer.d.cts +8 -8
- package/dist/actions/update-offer.d.mts +8 -8
- 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
|
@@ -19,8 +19,8 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
19
19
|
}>>;
|
|
20
20
|
on_site: z.ZodOptional<z.ZodBoolean>;
|
|
21
21
|
options_cv: z.ZodOptional<z.ZodEnum<{
|
|
22
|
-
optional: "optional";
|
|
23
22
|
required: "required";
|
|
23
|
+
optional: "optional";
|
|
24
24
|
off: "off";
|
|
25
25
|
}>>;
|
|
26
26
|
description: z.ZodString;
|
|
@@ -28,13 +28,13 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
28
28
|
requirements: z.ZodOptional<z.ZodString>;
|
|
29
29
|
department_id: z.ZodOptional<z.ZodNumber>;
|
|
30
30
|
options_phone: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
optional: "optional";
|
|
32
31
|
required: "required";
|
|
32
|
+
optional: "optional";
|
|
33
33
|
off: "off";
|
|
34
34
|
}>>;
|
|
35
35
|
options_photo: z.ZodOptional<z.ZodEnum<{
|
|
36
|
-
optional: "optional";
|
|
37
36
|
required: "required";
|
|
37
|
+
optional: "optional";
|
|
38
38
|
off: "off";
|
|
39
39
|
}>>;
|
|
40
40
|
locations_question: z.ZodOptional<z.ZodString>;
|
|
@@ -46,8 +46,8 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
46
46
|
linkedin: "linkedin";
|
|
47
47
|
}>>>;
|
|
48
48
|
options_cover_letter: z.ZodOptional<z.ZodEnum<{
|
|
49
|
-
optional: "optional";
|
|
50
49
|
required: "required";
|
|
50
|
+
optional: "optional";
|
|
51
51
|
off: "off";
|
|
52
52
|
}>>;
|
|
53
53
|
locations_question_type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -85,14 +85,14 @@ declare const recruiteeCreateOffer: import("@keystrokehq/action").WorkflowAction
|
|
|
85
85
|
remote?: boolean | undefined;
|
|
86
86
|
status?: "draft" | "internal" | "published" | "closed" | "archived" | undefined;
|
|
87
87
|
on_site?: boolean | undefined;
|
|
88
|
-
options_cv?: "
|
|
88
|
+
options_cv?: "required" | "optional" | "off" | undefined;
|
|
89
89
|
requirements?: string | undefined;
|
|
90
90
|
department_id?: number | undefined;
|
|
91
|
-
options_phone?: "
|
|
92
|
-
options_photo?: "
|
|
91
|
+
options_phone?: "required" | "optional" | "off" | undefined;
|
|
92
|
+
options_photo?: "required" | "optional" | "off" | undefined;
|
|
93
93
|
locations_question?: string | undefined;
|
|
94
94
|
visibility_options?: ("locations_question" | "indeed" | "social_share" | "job_location" | "linkedin")[] | undefined;
|
|
95
|
-
options_cover_letter?: "
|
|
95
|
+
options_cover_letter?: "required" | "optional" | "off" | undefined;
|
|
96
96
|
locations_question_type?: "single_choice" | "multiple_choice" | undefined;
|
|
97
97
|
locations_question_required?: boolean | undefined;
|
|
98
98
|
};
|
|
@@ -19,8 +19,8 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
19
19
|
}>>;
|
|
20
20
|
on_site: z.ZodOptional<z.ZodBoolean>;
|
|
21
21
|
options_cv: z.ZodOptional<z.ZodEnum<{
|
|
22
|
-
optional: "optional";
|
|
23
22
|
required: "required";
|
|
23
|
+
optional: "optional";
|
|
24
24
|
off: "off";
|
|
25
25
|
}>>;
|
|
26
26
|
description: z.ZodString;
|
|
@@ -28,13 +28,13 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
28
28
|
requirements: z.ZodOptional<z.ZodString>;
|
|
29
29
|
department_id: z.ZodOptional<z.ZodNumber>;
|
|
30
30
|
options_phone: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
optional: "optional";
|
|
32
31
|
required: "required";
|
|
32
|
+
optional: "optional";
|
|
33
33
|
off: "off";
|
|
34
34
|
}>>;
|
|
35
35
|
options_photo: z.ZodOptional<z.ZodEnum<{
|
|
36
|
-
optional: "optional";
|
|
37
36
|
required: "required";
|
|
37
|
+
optional: "optional";
|
|
38
38
|
off: "off";
|
|
39
39
|
}>>;
|
|
40
40
|
locations_question: z.ZodOptional<z.ZodString>;
|
|
@@ -46,8 +46,8 @@ declare const RecruiteeCreateOfferInput: z.ZodObject<{
|
|
|
46
46
|
linkedin: "linkedin";
|
|
47
47
|
}>>>;
|
|
48
48
|
options_cover_letter: z.ZodOptional<z.ZodEnum<{
|
|
49
|
-
optional: "optional";
|
|
50
49
|
required: "required";
|
|
50
|
+
optional: "optional";
|
|
51
51
|
off: "off";
|
|
52
52
|
}>>;
|
|
53
53
|
locations_question_type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -85,14 +85,14 @@ declare const recruiteeCreateOffer: import("@keystrokehq/action").WorkflowAction
|
|
|
85
85
|
remote?: boolean | undefined;
|
|
86
86
|
status?: "draft" | "internal" | "published" | "closed" | "archived" | undefined;
|
|
87
87
|
on_site?: boolean | undefined;
|
|
88
|
-
options_cv?: "
|
|
88
|
+
options_cv?: "required" | "optional" | "off" | undefined;
|
|
89
89
|
requirements?: string | undefined;
|
|
90
90
|
department_id?: number | undefined;
|
|
91
|
-
options_phone?: "
|
|
92
|
-
options_photo?: "
|
|
91
|
+
options_phone?: "required" | "optional" | "off" | undefined;
|
|
92
|
+
options_photo?: "required" | "optional" | "off" | undefined;
|
|
93
93
|
locations_question?: string | undefined;
|
|
94
94
|
visibility_options?: ("locations_question" | "indeed" | "social_share" | "job_location" | "linkedin")[] | undefined;
|
|
95
|
-
options_cover_letter?: "
|
|
95
|
+
options_cover_letter?: "required" | "optional" | "off" | undefined;
|
|
96
96
|
locations_question_type?: "single_choice" | "multiple_choice" | undefined;
|
|
97
97
|
locations_question_required?: boolean | undefined;
|
|
98
98
|
};
|
|
@@ -19,8 +19,8 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
19
19
|
on_site: z.ZodOptional<z.ZodBoolean>;
|
|
20
20
|
offer_id: z.ZodNumber;
|
|
21
21
|
options_cv: z.ZodOptional<z.ZodEnum<{
|
|
22
|
-
optional: "optional";
|
|
23
22
|
required: "required";
|
|
23
|
+
optional: "optional";
|
|
24
24
|
off: "off";
|
|
25
25
|
}>>;
|
|
26
26
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -28,13 +28,13 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
28
28
|
requirements: z.ZodOptional<z.ZodString>;
|
|
29
29
|
department_id: z.ZodOptional<z.ZodNumber>;
|
|
30
30
|
options_phone: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
optional: "optional";
|
|
32
31
|
required: "required";
|
|
32
|
+
optional: "optional";
|
|
33
33
|
off: "off";
|
|
34
34
|
}>>;
|
|
35
35
|
options_photo: z.ZodOptional<z.ZodEnum<{
|
|
36
|
-
optional: "optional";
|
|
37
36
|
required: "required";
|
|
37
|
+
optional: "optional";
|
|
38
38
|
off: "off";
|
|
39
39
|
}>>;
|
|
40
40
|
locations_question: z.ZodOptional<z.ZodString>;
|
|
@@ -46,8 +46,8 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
46
46
|
linkedin: "linkedin";
|
|
47
47
|
}>>>;
|
|
48
48
|
options_cover_letter: z.ZodOptional<z.ZodEnum<{
|
|
49
|
-
optional: "optional";
|
|
50
49
|
required: "required";
|
|
50
|
+
optional: "optional";
|
|
51
51
|
off: "off";
|
|
52
52
|
}>>;
|
|
53
53
|
locations_question_type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -96,16 +96,16 @@ declare const recruiteeUpdateOffer: import("@keystrokehq/action").WorkflowAction
|
|
|
96
96
|
remote?: boolean | undefined;
|
|
97
97
|
status?: "draft" | "internal" | "published" | "closed" | "archived" | undefined;
|
|
98
98
|
on_site?: boolean | undefined;
|
|
99
|
-
options_cv?: "
|
|
99
|
+
options_cv?: "required" | "optional" | "off" | undefined;
|
|
100
100
|
description?: string | undefined;
|
|
101
101
|
location_ids?: number[] | undefined;
|
|
102
102
|
requirements?: string | undefined;
|
|
103
103
|
department_id?: number | undefined;
|
|
104
|
-
options_phone?: "
|
|
105
|
-
options_photo?: "
|
|
104
|
+
options_phone?: "required" | "optional" | "off" | undefined;
|
|
105
|
+
options_photo?: "required" | "optional" | "off" | undefined;
|
|
106
106
|
locations_question?: string | undefined;
|
|
107
107
|
visibility_options?: ("locations_question" | "indeed" | "social_share" | "job_location" | "linkedin")[] | undefined;
|
|
108
|
-
options_cover_letter?: "
|
|
108
|
+
options_cover_letter?: "required" | "optional" | "off" | undefined;
|
|
109
109
|
locations_question_type?: "single_choice" | "multiple_choice" | undefined;
|
|
110
110
|
locations_question_required?: boolean | undefined;
|
|
111
111
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
@@ -19,8 +19,8 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
19
19
|
on_site: z.ZodOptional<z.ZodBoolean>;
|
|
20
20
|
offer_id: z.ZodNumber;
|
|
21
21
|
options_cv: z.ZodOptional<z.ZodEnum<{
|
|
22
|
-
optional: "optional";
|
|
23
22
|
required: "required";
|
|
23
|
+
optional: "optional";
|
|
24
24
|
off: "off";
|
|
25
25
|
}>>;
|
|
26
26
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -28,13 +28,13 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
28
28
|
requirements: z.ZodOptional<z.ZodString>;
|
|
29
29
|
department_id: z.ZodOptional<z.ZodNumber>;
|
|
30
30
|
options_phone: z.ZodOptional<z.ZodEnum<{
|
|
31
|
-
optional: "optional";
|
|
32
31
|
required: "required";
|
|
32
|
+
optional: "optional";
|
|
33
33
|
off: "off";
|
|
34
34
|
}>>;
|
|
35
35
|
options_photo: z.ZodOptional<z.ZodEnum<{
|
|
36
|
-
optional: "optional";
|
|
37
36
|
required: "required";
|
|
37
|
+
optional: "optional";
|
|
38
38
|
off: "off";
|
|
39
39
|
}>>;
|
|
40
40
|
locations_question: z.ZodOptional<z.ZodString>;
|
|
@@ -46,8 +46,8 @@ declare const RecruiteeUpdateOfferInput: z.ZodObject<{
|
|
|
46
46
|
linkedin: "linkedin";
|
|
47
47
|
}>>>;
|
|
48
48
|
options_cover_letter: z.ZodOptional<z.ZodEnum<{
|
|
49
|
-
optional: "optional";
|
|
50
49
|
required: "required";
|
|
50
|
+
optional: "optional";
|
|
51
51
|
off: "off";
|
|
52
52
|
}>>;
|
|
53
53
|
locations_question_type: z.ZodOptional<z.ZodEnum<{
|
|
@@ -96,16 +96,16 @@ declare const recruiteeUpdateOffer: import("@keystrokehq/action").WorkflowAction
|
|
|
96
96
|
remote?: boolean | undefined;
|
|
97
97
|
status?: "draft" | "internal" | "published" | "closed" | "archived" | undefined;
|
|
98
98
|
on_site?: boolean | undefined;
|
|
99
|
-
options_cv?: "
|
|
99
|
+
options_cv?: "required" | "optional" | "off" | undefined;
|
|
100
100
|
description?: string | undefined;
|
|
101
101
|
location_ids?: number[] | undefined;
|
|
102
102
|
requirements?: string | undefined;
|
|
103
103
|
department_id?: number | undefined;
|
|
104
|
-
options_phone?: "
|
|
105
|
-
options_photo?: "
|
|
104
|
+
options_phone?: "required" | "optional" | "off" | undefined;
|
|
105
|
+
options_photo?: "required" | "optional" | "off" | undefined;
|
|
106
106
|
locations_question?: string | undefined;
|
|
107
107
|
visibility_options?: ("locations_question" | "indeed" | "social_share" | "job_location" | "linkedin")[] | undefined;
|
|
108
|
-
options_cover_letter?: "
|
|
108
|
+
options_cover_letter?: "required" | "optional" | "off" | undefined;
|
|
109
109
|
locations_question_type?: "single_choice" | "multiple_choice" | undefined;
|
|
110
110
|
locations_question_required?: boolean | undefined;
|
|
111
111
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
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"}
|