@smartytalent/mcp-tools 0.1.29 → 0.1.30
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/LICENSE +202 -0
- package/README.md +87 -0
- package/dist/tools.json +567 -151
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
Copyright (c) 2026 SmartyTalent (SmartyMeet sp. z o.o.)
|
|
2
|
+
|
|
3
|
+
Apache License
|
|
4
|
+
Version 2.0, January 2004
|
|
5
|
+
http://www.apache.org/licenses/
|
|
6
|
+
|
|
7
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
8
|
+
|
|
9
|
+
1. Definitions.
|
|
10
|
+
|
|
11
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
12
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
13
|
+
|
|
14
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
15
|
+
the copyright owner that is granting the License.
|
|
16
|
+
|
|
17
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
18
|
+
other entities that control, are controlled by, or are under common
|
|
19
|
+
control with that entity. For the purposes of this definition,
|
|
20
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
21
|
+
direction or management of such entity, whether by contract or
|
|
22
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
23
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
24
|
+
|
|
25
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
26
|
+
exercising permissions granted by this License.
|
|
27
|
+
|
|
28
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
29
|
+
including but not limited to software source code, documentation
|
|
30
|
+
source, and configuration files.
|
|
31
|
+
|
|
32
|
+
"Object" form shall mean any form resulting from mechanical
|
|
33
|
+
transformation or translation of a Source form, including but
|
|
34
|
+
not limited to compiled object code, generated documentation,
|
|
35
|
+
and conversions to other media types.
|
|
36
|
+
|
|
37
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
38
|
+
Object form, made available under the License, as indicated by a
|
|
39
|
+
copyright notice that is included in or attached to the work
|
|
40
|
+
(an example is provided in the Appendix below).
|
|
41
|
+
|
|
42
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
43
|
+
form, that is based on (or derived from) the Work and for which the
|
|
44
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
45
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
46
|
+
of this License, Derivative Works shall not include works that remain
|
|
47
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
48
|
+
the Work and Derivative Works thereof.
|
|
49
|
+
|
|
50
|
+
"Contribution" shall mean any work of authorship, including
|
|
51
|
+
the original version of the Work and any modifications or additions
|
|
52
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
53
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
54
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
55
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
56
|
+
means any form of electronic, verbal, or written communication sent
|
|
57
|
+
to the Licensor or its representatives, including but not limited to
|
|
58
|
+
communication on electronic mailing lists, source code control systems,
|
|
59
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
60
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
61
|
+
excluding communication that is conspicuously marked or otherwise
|
|
62
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
63
|
+
|
|
64
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
65
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
66
|
+
subsequently incorporated within the Work.
|
|
67
|
+
|
|
68
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
69
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
70
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
71
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
72
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
73
|
+
Work and such Derivative Works in Source or Object form.
|
|
74
|
+
|
|
75
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
76
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
77
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
78
|
+
(except as stated in this section) patent license to make, have made,
|
|
79
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
80
|
+
where such license applies only to those patent claims licensable
|
|
81
|
+
by such Contributor that are necessarily infringed by their
|
|
82
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
83
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
84
|
+
institute patent litigation against any entity (including a
|
|
85
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
86
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
87
|
+
or contributory patent infringement, then any patent licenses
|
|
88
|
+
granted to You under this License for that Work shall terminate
|
|
89
|
+
as of the date such litigation is filed.
|
|
90
|
+
|
|
91
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
92
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
93
|
+
modifications, and in Source or Object form, provided that You
|
|
94
|
+
meet the following conditions:
|
|
95
|
+
|
|
96
|
+
(a) You must give any other recipients of the Work or
|
|
97
|
+
Derivative Works a copy of this License; and
|
|
98
|
+
|
|
99
|
+
(b) You must cause any modified files to carry prominent notices
|
|
100
|
+
stating that You changed the files; and
|
|
101
|
+
|
|
102
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
103
|
+
that You distribute, all copyright, patent, trademark, and
|
|
104
|
+
attribution notices from the Source form of the Work,
|
|
105
|
+
excluding those notices that do not pertain to any part of
|
|
106
|
+
the Derivative Works; and
|
|
107
|
+
|
|
108
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
109
|
+
distribution, then any Derivative Works that You distribute must
|
|
110
|
+
include a readable copy of the attribution notices contained
|
|
111
|
+
within such NOTICE file, excluding those notices that do not
|
|
112
|
+
pertain to any part of the Derivative Works, in at least one
|
|
113
|
+
of the following places: within a NOTICE text file distributed
|
|
114
|
+
as part of the Derivative Works; within the Source form or
|
|
115
|
+
documentation, if provided along with the Derivative Works; or,
|
|
116
|
+
within a display generated by the Derivative Works, if and
|
|
117
|
+
wherever such third-party notices normally appear. The contents
|
|
118
|
+
of the NOTICE file are for informational purposes only and
|
|
119
|
+
do not modify the License. You may add Your own attribution
|
|
120
|
+
notices within Derivative Works that You distribute, alongside
|
|
121
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
122
|
+
that such additional attribution notices cannot be construed
|
|
123
|
+
as modifying the License.
|
|
124
|
+
|
|
125
|
+
You may add Your own copyright statement to Your modifications and
|
|
126
|
+
may provide additional or different license terms and conditions
|
|
127
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
128
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
129
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
130
|
+
the conditions stated in this License.
|
|
131
|
+
|
|
132
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
133
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
134
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
135
|
+
this License, without any additional terms or conditions.
|
|
136
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
137
|
+
the terms of any separate license agreement you may have executed
|
|
138
|
+
with Licensor regarding such Contributions.
|
|
139
|
+
|
|
140
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
141
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
142
|
+
except as required for describing the origin of the Work and
|
|
143
|
+
reproducing the content of the NOTICE file.
|
|
144
|
+
|
|
145
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
146
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
147
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
148
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
149
|
+
implied, including, without limitation, any warranties or conditions
|
|
150
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
151
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
152
|
+
appropriateness of using or redistributing the Work and assume any
|
|
153
|
+
risks associated with Your exercise of permissions under this License.
|
|
154
|
+
|
|
155
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
156
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
157
|
+
unless required by applicable law (such as deliberate and grossly
|
|
158
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
159
|
+
liable to You for damages, including any direct, indirect, special,
|
|
160
|
+
incidental, or consequential damages of any character arising as a
|
|
161
|
+
result of this License or out of the use or inability to use the
|
|
162
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
163
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
164
|
+
other commercial damages or losses), even if such Contributor
|
|
165
|
+
has been advised of the possibility of such damages.
|
|
166
|
+
|
|
167
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
168
|
+
the Work or Derivative Works thereof, You may accept support,
|
|
169
|
+
warranty, indemnity, or other liability obligations and/or rights
|
|
170
|
+
consistent with this License. However, in accepting such obligations,
|
|
171
|
+
You may act only on Your own behalf and on Your sole responsibility,
|
|
172
|
+
not on behalf of any other Contributor, and only if You agree to
|
|
173
|
+
indemnify, defend, and hold each Contributor harmless for any
|
|
174
|
+
liability incurred by, or claims asserted against, such Contributor
|
|
175
|
+
by reason of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright 2026 SmartyTalent (SmartyMeet sp. z o.o.)
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# @smartytalent/mcp-tools
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@smartytalent/mcp-tools)
|
|
4
|
+
[](https://www.npmjs.com/package/@smartytalent/mcp-tools)
|
|
5
|
+
|
|
6
|
+
[Model Context Protocol](https://modelcontextprotocol.io/) tool definitions for the **SmartyTalent** recruitment API.
|
|
7
|
+
|
|
8
|
+
This package ships a pre-built `tools.json` generated from the SmartyTalent OpenAPI spec — one MCP tool per API operation — so you can plug the full API surface into any MCP server or LLM host with a few lines of glue code.
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
npm install @smartytalent/mcp-tools
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## What's inside
|
|
17
|
+
|
|
18
|
+
- `tools` — an array of MCP tool definitions (`name`, `description`, `inputSchema`, `_meta`)
|
|
19
|
+
- `_meta` carries routing hints (`method`, `path`, `operationId`) so your MCP server can map tool calls back to HTTP requests
|
|
20
|
+
|
|
21
|
+
```ts
|
|
22
|
+
interface MCPTool {
|
|
23
|
+
name: string // snake_case operationId, e.g. "list_tenants"
|
|
24
|
+
description: string // from OpenAPI summary/description
|
|
25
|
+
inputSchema: { // JSON Schema for tool arguments
|
|
26
|
+
type: 'object'
|
|
27
|
+
properties: Record<string, unknown>
|
|
28
|
+
required?: string[]
|
|
29
|
+
}
|
|
30
|
+
_meta: {
|
|
31
|
+
method: string // HTTP verb, e.g. "GET", "POST"
|
|
32
|
+
path: string // e.g. "/tenants/{id}"
|
|
33
|
+
operationId: string // original camelCase operationId
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
## Quick start
|
|
39
|
+
|
|
40
|
+
### Register all tools with an MCP server
|
|
41
|
+
|
|
42
|
+
```ts
|
|
43
|
+
import { tools } from '@smartytalent/mcp-tools'
|
|
44
|
+
import { Server } from '@modelcontextprotocol/sdk/server/index.js'
|
|
45
|
+
import { ListToolsRequestSchema, CallToolRequestSchema } from '@modelcontextprotocol/sdk/types.js'
|
|
46
|
+
|
|
47
|
+
const server = new Server({ name: 'smartytalent', version: '1.0.0' }, { capabilities: { tools: {} } })
|
|
48
|
+
|
|
49
|
+
server.setRequestHandler(ListToolsRequestSchema, async () => ({
|
|
50
|
+
tools: tools.map(({ name, description, inputSchema }) => ({ name, description, inputSchema })),
|
|
51
|
+
}))
|
|
52
|
+
|
|
53
|
+
server.setRequestHandler(CallToolRequestSchema, async (req) => {
|
|
54
|
+
const tool = tools.find((t) => t.name === req.params.name)
|
|
55
|
+
if (!tool) throw new Error(`Unknown tool: ${req.params.name}`)
|
|
56
|
+
|
|
57
|
+
const { method, path } = tool._meta
|
|
58
|
+
const args = req.params.arguments ?? {}
|
|
59
|
+
|
|
60
|
+
// Interpolate path params, split query/body, and dispatch...
|
|
61
|
+
const response = await callSmartyTalentApi(method, path, args)
|
|
62
|
+
|
|
63
|
+
return { content: [{ type: 'text', text: JSON.stringify(response) }] }
|
|
64
|
+
})
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Pair with the official API client
|
|
68
|
+
|
|
69
|
+
For type-safe execution, delegate to [`@smartytalent/api-client`](https://www.npmjs.com/package/@smartytalent/api-client) instead of building your own HTTP dispatcher. Match `_meta.operationId` to the corresponding API class method.
|
|
70
|
+
|
|
71
|
+
## Raw JSON
|
|
72
|
+
|
|
73
|
+
If you're not in a JS runtime, import `tools.json` directly:
|
|
74
|
+
|
|
75
|
+
```ts
|
|
76
|
+
import tools from '@smartytalent/mcp-tools/dist/tools.json'
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Versioning
|
|
80
|
+
|
|
81
|
+
Published in lockstep with `@smartytalent/api-client`. Pin both packages to the same version to guarantee the tool catalog matches the HTTP surface.
|
|
82
|
+
|
|
83
|
+
## License
|
|
84
|
+
|
|
85
|
+
Licensed under the [Apache License, Version 2.0](./LICENSE).
|
|
86
|
+
|
|
87
|
+
Copyright © 2026 SmartyTalent (SmartyMeet sp. z o.o.)
|
package/dist/tools.json
CHANGED
|
@@ -227,10 +227,6 @@
|
|
|
227
227
|
"type": "string",
|
|
228
228
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
229
229
|
},
|
|
230
|
-
"defaultFeedbackId": {
|
|
231
|
-
"type": "string",
|
|
232
|
-
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
233
|
-
},
|
|
234
230
|
"defaultFormId": {
|
|
235
231
|
"type": "string",
|
|
236
232
|
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
@@ -239,7 +235,31 @@
|
|
|
239
235
|
},
|
|
240
236
|
"relationships": {
|
|
241
237
|
"title": "TenantRelationshipsSchema",
|
|
242
|
-
"type": "object"
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"feedbacks": {
|
|
241
|
+
"title": "TenantRelationshipsFeedbacksSchema",
|
|
242
|
+
"type": "object",
|
|
243
|
+
"description": "Tenant-wide default feedback configurations. Up to one per stage (screening, assessment). Used when the job has no stage-specific feedback override.",
|
|
244
|
+
"properties": {
|
|
245
|
+
"data": {
|
|
246
|
+
"type": "array",
|
|
247
|
+
"items": {
|
|
248
|
+
"title": "TenantRelationshipsFeedbacksDataSchema",
|
|
249
|
+
"type": "object",
|
|
250
|
+
"properties": {
|
|
251
|
+
"type": {
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
"id": {
|
|
255
|
+
"type": "string"
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
243
263
|
}
|
|
244
264
|
}
|
|
245
265
|
}
|
|
@@ -447,10 +467,6 @@
|
|
|
447
467
|
"type": "string",
|
|
448
468
|
"description": "Email address assigned to the Boe AI agent for this tenant"
|
|
449
469
|
},
|
|
450
|
-
"defaultFeedbackId": {
|
|
451
|
-
"type": "string",
|
|
452
|
-
"description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
|
|
453
|
-
},
|
|
454
470
|
"defaultFormId": {
|
|
455
471
|
"type": "string",
|
|
456
472
|
"description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
|
|
@@ -7428,98 +7444,298 @@
|
|
|
7428
7444
|
"title": "FeedbackAttributesSchema",
|
|
7429
7445
|
"type": "object",
|
|
7430
7446
|
"required": [
|
|
7431
|
-
"name"
|
|
7447
|
+
"name",
|
|
7448
|
+
"stage"
|
|
7432
7449
|
],
|
|
7433
7450
|
"properties": {
|
|
7434
7451
|
"name": {
|
|
7435
7452
|
"type": "string"
|
|
7436
7453
|
},
|
|
7437
|
-
"
|
|
7454
|
+
"stage": {
|
|
7438
7455
|
"type": "string",
|
|
7439
7456
|
"enum": [
|
|
7440
|
-
"
|
|
7441
|
-
"
|
|
7442
|
-
|
|
7443
|
-
|
|
7457
|
+
"screening",
|
|
7458
|
+
"assessment"
|
|
7459
|
+
],
|
|
7460
|
+
"description": "Pipeline stage this feedback configuration applies to. Matches candidate.stage."
|
|
7444
7461
|
},
|
|
7445
|
-
"
|
|
7462
|
+
"status": {
|
|
7446
7463
|
"type": "string",
|
|
7447
7464
|
"enum": [
|
|
7448
|
-
"
|
|
7449
|
-
"
|
|
7450
|
-
"
|
|
7465
|
+
"active",
|
|
7466
|
+
"draft",
|
|
7467
|
+
"archived",
|
|
7468
|
+
"failed"
|
|
7451
7469
|
]
|
|
7452
7470
|
},
|
|
7453
|
-
"
|
|
7454
|
-
"type": "
|
|
7455
|
-
"default": 72
|
|
7456
|
-
},
|
|
7457
|
-
"respectBusinessDays": {
|
|
7458
|
-
"type": "boolean",
|
|
7459
|
-
"default": false
|
|
7471
|
+
"source": {
|
|
7472
|
+
"type": "string"
|
|
7460
7473
|
},
|
|
7461
|
-
"
|
|
7474
|
+
"outcomes": {
|
|
7475
|
+
"title": "FeedbackOutcomesSchema",
|
|
7462
7476
|
"type": "object",
|
|
7477
|
+
"description": "Per-outcome feedback rules. Outcome keys map to candidate.recommendationStatusCode: 1=notFit, 2=maybe, 3=fit. Code 0 (not evaluated) never triggers feedback — the workflow pauses instead.",
|
|
7463
7478
|
"properties": {
|
|
7464
|
-
"
|
|
7465
|
-
"
|
|
7479
|
+
"notFit": {
|
|
7480
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
7481
|
+
"type": "object",
|
|
7482
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
7483
|
+
"properties": {
|
|
7484
|
+
"enabled": {
|
|
7485
|
+
"type": "boolean",
|
|
7486
|
+
"default": false,
|
|
7487
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
7488
|
+
},
|
|
7489
|
+
"tone": {
|
|
7490
|
+
"type": "string",
|
|
7491
|
+
"enum": [
|
|
7492
|
+
"casual",
|
|
7493
|
+
"formal",
|
|
7494
|
+
"superFormal"
|
|
7495
|
+
]
|
|
7496
|
+
},
|
|
7497
|
+
"transparency": {
|
|
7498
|
+
"type": "string",
|
|
7499
|
+
"enum": [
|
|
7500
|
+
"generic",
|
|
7501
|
+
"category",
|
|
7502
|
+
"specific"
|
|
7503
|
+
]
|
|
7504
|
+
},
|
|
7505
|
+
"delay": {
|
|
7506
|
+
"type": "integer",
|
|
7507
|
+
"default": 72
|
|
7508
|
+
},
|
|
7509
|
+
"respectBusinessDays": {
|
|
7510
|
+
"type": "boolean",
|
|
7511
|
+
"default": false
|
|
7512
|
+
},
|
|
7513
|
+
"aiDisclosure": {
|
|
7514
|
+
"type": "boolean",
|
|
7515
|
+
"default": true
|
|
7516
|
+
},
|
|
7517
|
+
"signature": {
|
|
7518
|
+
"type": "object",
|
|
7519
|
+
"properties": {
|
|
7520
|
+
"name": {
|
|
7521
|
+
"type": "string"
|
|
7522
|
+
},
|
|
7523
|
+
"title": {
|
|
7524
|
+
"type": "string"
|
|
7525
|
+
},
|
|
7526
|
+
"company": {
|
|
7527
|
+
"type": "string"
|
|
7528
|
+
}
|
|
7529
|
+
}
|
|
7530
|
+
},
|
|
7531
|
+
"instructions": {
|
|
7532
|
+
"type": "string"
|
|
7533
|
+
},
|
|
7534
|
+
"categories": {
|
|
7535
|
+
"type": "array",
|
|
7536
|
+
"items": {
|
|
7537
|
+
"type": "string"
|
|
7538
|
+
}
|
|
7539
|
+
},
|
|
7540
|
+
"reasons": {
|
|
7541
|
+
"type": "array",
|
|
7542
|
+
"items": {
|
|
7543
|
+
"type": "string"
|
|
7544
|
+
}
|
|
7545
|
+
},
|
|
7546
|
+
"links": {
|
|
7547
|
+
"type": "array",
|
|
7548
|
+
"items": {
|
|
7549
|
+
"type": "object",
|
|
7550
|
+
"properties": {
|
|
7551
|
+
"label": {
|
|
7552
|
+
"type": "string"
|
|
7553
|
+
},
|
|
7554
|
+
"url": {
|
|
7555
|
+
"type": "string"
|
|
7556
|
+
}
|
|
7557
|
+
}
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7560
|
+
"feedbackFormUrl": {
|
|
7561
|
+
"type": "string"
|
|
7562
|
+
}
|
|
7563
|
+
}
|
|
7466
7564
|
},
|
|
7467
|
-
"
|
|
7468
|
-
"
|
|
7565
|
+
"maybe": {
|
|
7566
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
7567
|
+
"type": "object",
|
|
7568
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
7569
|
+
"properties": {
|
|
7570
|
+
"enabled": {
|
|
7571
|
+
"type": "boolean",
|
|
7572
|
+
"default": false,
|
|
7573
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
7574
|
+
},
|
|
7575
|
+
"tone": {
|
|
7576
|
+
"type": "string",
|
|
7577
|
+
"enum": [
|
|
7578
|
+
"casual",
|
|
7579
|
+
"formal",
|
|
7580
|
+
"superFormal"
|
|
7581
|
+
]
|
|
7582
|
+
},
|
|
7583
|
+
"transparency": {
|
|
7584
|
+
"type": "string",
|
|
7585
|
+
"enum": [
|
|
7586
|
+
"generic",
|
|
7587
|
+
"category",
|
|
7588
|
+
"specific"
|
|
7589
|
+
]
|
|
7590
|
+
},
|
|
7591
|
+
"delay": {
|
|
7592
|
+
"type": "integer",
|
|
7593
|
+
"default": 72
|
|
7594
|
+
},
|
|
7595
|
+
"respectBusinessDays": {
|
|
7596
|
+
"type": "boolean",
|
|
7597
|
+
"default": false
|
|
7598
|
+
},
|
|
7599
|
+
"aiDisclosure": {
|
|
7600
|
+
"type": "boolean",
|
|
7601
|
+
"default": true
|
|
7602
|
+
},
|
|
7603
|
+
"signature": {
|
|
7604
|
+
"type": "object",
|
|
7605
|
+
"properties": {
|
|
7606
|
+
"name": {
|
|
7607
|
+
"type": "string"
|
|
7608
|
+
},
|
|
7609
|
+
"title": {
|
|
7610
|
+
"type": "string"
|
|
7611
|
+
},
|
|
7612
|
+
"company": {
|
|
7613
|
+
"type": "string"
|
|
7614
|
+
}
|
|
7615
|
+
}
|
|
7616
|
+
},
|
|
7617
|
+
"instructions": {
|
|
7618
|
+
"type": "string"
|
|
7619
|
+
},
|
|
7620
|
+
"categories": {
|
|
7621
|
+
"type": "array",
|
|
7622
|
+
"items": {
|
|
7623
|
+
"type": "string"
|
|
7624
|
+
}
|
|
7625
|
+
},
|
|
7626
|
+
"reasons": {
|
|
7627
|
+
"type": "array",
|
|
7628
|
+
"items": {
|
|
7629
|
+
"type": "string"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
"links": {
|
|
7633
|
+
"type": "array",
|
|
7634
|
+
"items": {
|
|
7635
|
+
"type": "object",
|
|
7636
|
+
"properties": {
|
|
7637
|
+
"label": {
|
|
7638
|
+
"type": "string"
|
|
7639
|
+
},
|
|
7640
|
+
"url": {
|
|
7641
|
+
"type": "string"
|
|
7642
|
+
}
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
},
|
|
7646
|
+
"feedbackFormUrl": {
|
|
7647
|
+
"type": "string"
|
|
7648
|
+
}
|
|
7649
|
+
}
|
|
7469
7650
|
},
|
|
7470
|
-
"
|
|
7471
|
-
"
|
|
7472
|
-
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
|
|
7476
|
-
|
|
7477
|
-
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
"
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7651
|
+
"fit": {
|
|
7652
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
7653
|
+
"type": "object",
|
|
7654
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
7655
|
+
"properties": {
|
|
7656
|
+
"enabled": {
|
|
7657
|
+
"type": "boolean",
|
|
7658
|
+
"default": false,
|
|
7659
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
7660
|
+
},
|
|
7661
|
+
"tone": {
|
|
7662
|
+
"type": "string",
|
|
7663
|
+
"enum": [
|
|
7664
|
+
"casual",
|
|
7665
|
+
"formal",
|
|
7666
|
+
"superFormal"
|
|
7667
|
+
]
|
|
7668
|
+
},
|
|
7669
|
+
"transparency": {
|
|
7670
|
+
"type": "string",
|
|
7671
|
+
"enum": [
|
|
7672
|
+
"generic",
|
|
7673
|
+
"category",
|
|
7674
|
+
"specific"
|
|
7675
|
+
]
|
|
7676
|
+
},
|
|
7677
|
+
"delay": {
|
|
7678
|
+
"type": "integer",
|
|
7679
|
+
"default": 72
|
|
7680
|
+
},
|
|
7681
|
+
"respectBusinessDays": {
|
|
7682
|
+
"type": "boolean",
|
|
7683
|
+
"default": false
|
|
7684
|
+
},
|
|
7685
|
+
"aiDisclosure": {
|
|
7686
|
+
"type": "boolean",
|
|
7687
|
+
"default": true
|
|
7688
|
+
},
|
|
7689
|
+
"signature": {
|
|
7690
|
+
"type": "object",
|
|
7691
|
+
"properties": {
|
|
7692
|
+
"name": {
|
|
7693
|
+
"type": "string"
|
|
7694
|
+
},
|
|
7695
|
+
"title": {
|
|
7696
|
+
"type": "string"
|
|
7697
|
+
},
|
|
7698
|
+
"company": {
|
|
7699
|
+
"type": "string"
|
|
7700
|
+
}
|
|
7701
|
+
}
|
|
7702
|
+
},
|
|
7703
|
+
"instructions": {
|
|
7704
|
+
"type": "string"
|
|
7705
|
+
},
|
|
7706
|
+
"categories": {
|
|
7707
|
+
"type": "array",
|
|
7708
|
+
"items": {
|
|
7709
|
+
"type": "string"
|
|
7710
|
+
}
|
|
7711
|
+
},
|
|
7712
|
+
"reasons": {
|
|
7713
|
+
"type": "array",
|
|
7714
|
+
"items": {
|
|
7715
|
+
"type": "string"
|
|
7716
|
+
}
|
|
7717
|
+
},
|
|
7718
|
+
"links": {
|
|
7719
|
+
"type": "array",
|
|
7720
|
+
"items": {
|
|
7721
|
+
"type": "object",
|
|
7722
|
+
"properties": {
|
|
7723
|
+
"label": {
|
|
7724
|
+
"type": "string"
|
|
7725
|
+
},
|
|
7726
|
+
"url": {
|
|
7727
|
+
"type": "string"
|
|
7728
|
+
}
|
|
7729
|
+
}
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
7732
|
+
"feedbackFormUrl": {
|
|
7733
|
+
"type": "string"
|
|
7734
|
+
}
|
|
7504
7735
|
}
|
|
7505
7736
|
}
|
|
7506
7737
|
}
|
|
7507
7738
|
},
|
|
7508
|
-
"feedbackFormUrl": {
|
|
7509
|
-
"type": "string"
|
|
7510
|
-
},
|
|
7511
|
-
"status": {
|
|
7512
|
-
"type": "string",
|
|
7513
|
-
"enum": [
|
|
7514
|
-
"active",
|
|
7515
|
-
"draft",
|
|
7516
|
-
"archived",
|
|
7517
|
-
"failed"
|
|
7518
|
-
]
|
|
7519
|
-
},
|
|
7520
|
-
"source": {
|
|
7521
|
-
"type": "string"
|
|
7522
|
-
},
|
|
7523
7739
|
"timestamps": {
|
|
7524
7740
|
"title": "ResourceTimestampsSchema",
|
|
7525
7741
|
"type": "object",
|
|
@@ -7642,98 +7858,298 @@
|
|
|
7642
7858
|
"title": "FeedbackAttributesSchema",
|
|
7643
7859
|
"type": "object",
|
|
7644
7860
|
"required": [
|
|
7645
|
-
"name"
|
|
7861
|
+
"name",
|
|
7862
|
+
"stage"
|
|
7646
7863
|
],
|
|
7647
7864
|
"properties": {
|
|
7648
7865
|
"name": {
|
|
7649
7866
|
"type": "string"
|
|
7650
7867
|
},
|
|
7651
|
-
"
|
|
7868
|
+
"stage": {
|
|
7652
7869
|
"type": "string",
|
|
7653
7870
|
"enum": [
|
|
7654
|
-
"
|
|
7655
|
-
"
|
|
7656
|
-
|
|
7657
|
-
|
|
7871
|
+
"screening",
|
|
7872
|
+
"assessment"
|
|
7873
|
+
],
|
|
7874
|
+
"description": "Pipeline stage this feedback configuration applies to. Matches candidate.stage."
|
|
7658
7875
|
},
|
|
7659
|
-
"
|
|
7876
|
+
"status": {
|
|
7660
7877
|
"type": "string",
|
|
7661
7878
|
"enum": [
|
|
7662
|
-
"
|
|
7663
|
-
"
|
|
7664
|
-
"
|
|
7879
|
+
"active",
|
|
7880
|
+
"draft",
|
|
7881
|
+
"archived",
|
|
7882
|
+
"failed"
|
|
7665
7883
|
]
|
|
7666
7884
|
},
|
|
7667
|
-
"
|
|
7668
|
-
"type": "
|
|
7669
|
-
"default": 72
|
|
7670
|
-
},
|
|
7671
|
-
"respectBusinessDays": {
|
|
7672
|
-
"type": "boolean",
|
|
7673
|
-
"default": false
|
|
7885
|
+
"source": {
|
|
7886
|
+
"type": "string"
|
|
7674
7887
|
},
|
|
7675
|
-
"
|
|
7888
|
+
"outcomes": {
|
|
7889
|
+
"title": "FeedbackOutcomesSchema",
|
|
7676
7890
|
"type": "object",
|
|
7891
|
+
"description": "Per-outcome feedback rules. Outcome keys map to candidate.recommendationStatusCode: 1=notFit, 2=maybe, 3=fit. Code 0 (not evaluated) never triggers feedback — the workflow pauses instead.",
|
|
7677
7892
|
"properties": {
|
|
7678
|
-
"
|
|
7679
|
-
"
|
|
7893
|
+
"notFit": {
|
|
7894
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
7895
|
+
"type": "object",
|
|
7896
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
7897
|
+
"properties": {
|
|
7898
|
+
"enabled": {
|
|
7899
|
+
"type": "boolean",
|
|
7900
|
+
"default": false,
|
|
7901
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
7902
|
+
},
|
|
7903
|
+
"tone": {
|
|
7904
|
+
"type": "string",
|
|
7905
|
+
"enum": [
|
|
7906
|
+
"casual",
|
|
7907
|
+
"formal",
|
|
7908
|
+
"superFormal"
|
|
7909
|
+
]
|
|
7910
|
+
},
|
|
7911
|
+
"transparency": {
|
|
7912
|
+
"type": "string",
|
|
7913
|
+
"enum": [
|
|
7914
|
+
"generic",
|
|
7915
|
+
"category",
|
|
7916
|
+
"specific"
|
|
7917
|
+
]
|
|
7918
|
+
},
|
|
7919
|
+
"delay": {
|
|
7920
|
+
"type": "integer",
|
|
7921
|
+
"default": 72
|
|
7922
|
+
},
|
|
7923
|
+
"respectBusinessDays": {
|
|
7924
|
+
"type": "boolean",
|
|
7925
|
+
"default": false
|
|
7926
|
+
},
|
|
7927
|
+
"aiDisclosure": {
|
|
7928
|
+
"type": "boolean",
|
|
7929
|
+
"default": true
|
|
7930
|
+
},
|
|
7931
|
+
"signature": {
|
|
7932
|
+
"type": "object",
|
|
7933
|
+
"properties": {
|
|
7934
|
+
"name": {
|
|
7935
|
+
"type": "string"
|
|
7936
|
+
},
|
|
7937
|
+
"title": {
|
|
7938
|
+
"type": "string"
|
|
7939
|
+
},
|
|
7940
|
+
"company": {
|
|
7941
|
+
"type": "string"
|
|
7942
|
+
}
|
|
7943
|
+
}
|
|
7944
|
+
},
|
|
7945
|
+
"instructions": {
|
|
7946
|
+
"type": "string"
|
|
7947
|
+
},
|
|
7948
|
+
"categories": {
|
|
7949
|
+
"type": "array",
|
|
7950
|
+
"items": {
|
|
7951
|
+
"type": "string"
|
|
7952
|
+
}
|
|
7953
|
+
},
|
|
7954
|
+
"reasons": {
|
|
7955
|
+
"type": "array",
|
|
7956
|
+
"items": {
|
|
7957
|
+
"type": "string"
|
|
7958
|
+
}
|
|
7959
|
+
},
|
|
7960
|
+
"links": {
|
|
7961
|
+
"type": "array",
|
|
7962
|
+
"items": {
|
|
7963
|
+
"type": "object",
|
|
7964
|
+
"properties": {
|
|
7965
|
+
"label": {
|
|
7966
|
+
"type": "string"
|
|
7967
|
+
},
|
|
7968
|
+
"url": {
|
|
7969
|
+
"type": "string"
|
|
7970
|
+
}
|
|
7971
|
+
}
|
|
7972
|
+
}
|
|
7973
|
+
},
|
|
7974
|
+
"feedbackFormUrl": {
|
|
7975
|
+
"type": "string"
|
|
7976
|
+
}
|
|
7977
|
+
}
|
|
7680
7978
|
},
|
|
7681
|
-
"
|
|
7682
|
-
"
|
|
7979
|
+
"maybe": {
|
|
7980
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
7981
|
+
"type": "object",
|
|
7982
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
7983
|
+
"properties": {
|
|
7984
|
+
"enabled": {
|
|
7985
|
+
"type": "boolean",
|
|
7986
|
+
"default": false,
|
|
7987
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
7988
|
+
},
|
|
7989
|
+
"tone": {
|
|
7990
|
+
"type": "string",
|
|
7991
|
+
"enum": [
|
|
7992
|
+
"casual",
|
|
7993
|
+
"formal",
|
|
7994
|
+
"superFormal"
|
|
7995
|
+
]
|
|
7996
|
+
},
|
|
7997
|
+
"transparency": {
|
|
7998
|
+
"type": "string",
|
|
7999
|
+
"enum": [
|
|
8000
|
+
"generic",
|
|
8001
|
+
"category",
|
|
8002
|
+
"specific"
|
|
8003
|
+
]
|
|
8004
|
+
},
|
|
8005
|
+
"delay": {
|
|
8006
|
+
"type": "integer",
|
|
8007
|
+
"default": 72
|
|
8008
|
+
},
|
|
8009
|
+
"respectBusinessDays": {
|
|
8010
|
+
"type": "boolean",
|
|
8011
|
+
"default": false
|
|
8012
|
+
},
|
|
8013
|
+
"aiDisclosure": {
|
|
8014
|
+
"type": "boolean",
|
|
8015
|
+
"default": true
|
|
8016
|
+
},
|
|
8017
|
+
"signature": {
|
|
8018
|
+
"type": "object",
|
|
8019
|
+
"properties": {
|
|
8020
|
+
"name": {
|
|
8021
|
+
"type": "string"
|
|
8022
|
+
},
|
|
8023
|
+
"title": {
|
|
8024
|
+
"type": "string"
|
|
8025
|
+
},
|
|
8026
|
+
"company": {
|
|
8027
|
+
"type": "string"
|
|
8028
|
+
}
|
|
8029
|
+
}
|
|
8030
|
+
},
|
|
8031
|
+
"instructions": {
|
|
8032
|
+
"type": "string"
|
|
8033
|
+
},
|
|
8034
|
+
"categories": {
|
|
8035
|
+
"type": "array",
|
|
8036
|
+
"items": {
|
|
8037
|
+
"type": "string"
|
|
8038
|
+
}
|
|
8039
|
+
},
|
|
8040
|
+
"reasons": {
|
|
8041
|
+
"type": "array",
|
|
8042
|
+
"items": {
|
|
8043
|
+
"type": "string"
|
|
8044
|
+
}
|
|
8045
|
+
},
|
|
8046
|
+
"links": {
|
|
8047
|
+
"type": "array",
|
|
8048
|
+
"items": {
|
|
8049
|
+
"type": "object",
|
|
8050
|
+
"properties": {
|
|
8051
|
+
"label": {
|
|
8052
|
+
"type": "string"
|
|
8053
|
+
},
|
|
8054
|
+
"url": {
|
|
8055
|
+
"type": "string"
|
|
8056
|
+
}
|
|
8057
|
+
}
|
|
8058
|
+
}
|
|
8059
|
+
},
|
|
8060
|
+
"feedbackFormUrl": {
|
|
8061
|
+
"type": "string"
|
|
8062
|
+
}
|
|
8063
|
+
}
|
|
7683
8064
|
},
|
|
7684
|
-
"
|
|
7685
|
-
"
|
|
7686
|
-
|
|
7687
|
-
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
7691
|
-
|
|
7692
|
-
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
|
|
7699
|
-
|
|
7700
|
-
|
|
7701
|
-
|
|
7702
|
-
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
|
|
7707
|
-
|
|
7708
|
-
|
|
7709
|
-
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
"
|
|
7715
|
-
|
|
7716
|
-
|
|
7717
|
-
|
|
8065
|
+
"fit": {
|
|
8066
|
+
"title": "FeedbackOutcomeRuleSchema",
|
|
8067
|
+
"type": "object",
|
|
8068
|
+
"description": "Feedback rule for a single outcome within a stage. Every field is per-outcome; there are no top-level defaults.",
|
|
8069
|
+
"properties": {
|
|
8070
|
+
"enabled": {
|
|
8071
|
+
"type": "boolean",
|
|
8072
|
+
"default": false,
|
|
8073
|
+
"description": "When false, the workflow skips the feedback email for this outcome. The admin handles the candidate manually."
|
|
8074
|
+
},
|
|
8075
|
+
"tone": {
|
|
8076
|
+
"type": "string",
|
|
8077
|
+
"enum": [
|
|
8078
|
+
"casual",
|
|
8079
|
+
"formal",
|
|
8080
|
+
"superFormal"
|
|
8081
|
+
]
|
|
8082
|
+
},
|
|
8083
|
+
"transparency": {
|
|
8084
|
+
"type": "string",
|
|
8085
|
+
"enum": [
|
|
8086
|
+
"generic",
|
|
8087
|
+
"category",
|
|
8088
|
+
"specific"
|
|
8089
|
+
]
|
|
8090
|
+
},
|
|
8091
|
+
"delay": {
|
|
8092
|
+
"type": "integer",
|
|
8093
|
+
"default": 72
|
|
8094
|
+
},
|
|
8095
|
+
"respectBusinessDays": {
|
|
8096
|
+
"type": "boolean",
|
|
8097
|
+
"default": false
|
|
8098
|
+
},
|
|
8099
|
+
"aiDisclosure": {
|
|
8100
|
+
"type": "boolean",
|
|
8101
|
+
"default": true
|
|
8102
|
+
},
|
|
8103
|
+
"signature": {
|
|
8104
|
+
"type": "object",
|
|
8105
|
+
"properties": {
|
|
8106
|
+
"name": {
|
|
8107
|
+
"type": "string"
|
|
8108
|
+
},
|
|
8109
|
+
"title": {
|
|
8110
|
+
"type": "string"
|
|
8111
|
+
},
|
|
8112
|
+
"company": {
|
|
8113
|
+
"type": "string"
|
|
8114
|
+
}
|
|
8115
|
+
}
|
|
8116
|
+
},
|
|
8117
|
+
"instructions": {
|
|
8118
|
+
"type": "string"
|
|
8119
|
+
},
|
|
8120
|
+
"categories": {
|
|
8121
|
+
"type": "array",
|
|
8122
|
+
"items": {
|
|
8123
|
+
"type": "string"
|
|
8124
|
+
}
|
|
8125
|
+
},
|
|
8126
|
+
"reasons": {
|
|
8127
|
+
"type": "array",
|
|
8128
|
+
"items": {
|
|
8129
|
+
"type": "string"
|
|
8130
|
+
}
|
|
8131
|
+
},
|
|
8132
|
+
"links": {
|
|
8133
|
+
"type": "array",
|
|
8134
|
+
"items": {
|
|
8135
|
+
"type": "object",
|
|
8136
|
+
"properties": {
|
|
8137
|
+
"label": {
|
|
8138
|
+
"type": "string"
|
|
8139
|
+
},
|
|
8140
|
+
"url": {
|
|
8141
|
+
"type": "string"
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
},
|
|
8146
|
+
"feedbackFormUrl": {
|
|
8147
|
+
"type": "string"
|
|
8148
|
+
}
|
|
7718
8149
|
}
|
|
7719
8150
|
}
|
|
7720
8151
|
}
|
|
7721
8152
|
},
|
|
7722
|
-
"feedbackFormUrl": {
|
|
7723
|
-
"type": "string"
|
|
7724
|
-
},
|
|
7725
|
-
"status": {
|
|
7726
|
-
"type": "string",
|
|
7727
|
-
"enum": [
|
|
7728
|
-
"active",
|
|
7729
|
-
"draft",
|
|
7730
|
-
"archived",
|
|
7731
|
-
"failed"
|
|
7732
|
-
]
|
|
7733
|
-
},
|
|
7734
|
-
"source": {
|
|
7735
|
-
"type": "string"
|
|
7736
|
-
},
|
|
7737
8153
|
"timestamps": {
|
|
7738
8154
|
"title": "ResourceTimestampsSchema",
|
|
7739
8155
|
"type": "object",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartytalent/mcp-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"description": "MCP tool definitions for SmartyTalent API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"tools",
|
|
21
21
|
"api"
|
|
22
22
|
],
|
|
23
|
-
"license": "
|
|
23
|
+
"license": "Apache-2.0"
|
|
24
24
|
}
|