@smartytalent/mcp-tools 0.1.33-dev.91 → 0.1.33-dev.93
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/tools.json +50 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2696,6 +2696,29 @@
|
|
|
2696
2696
|
}
|
|
2697
2697
|
}
|
|
2698
2698
|
},
|
|
2699
|
+
"consent": {
|
|
2700
|
+
"title": "TalentConsentSchema",
|
|
2701
|
+
"description": "GDPR/RODO consent. future = consent to be kept in the TalentPool and used for future recruitments (the TalentPool search hard-gates on it).",
|
|
2702
|
+
"type": "object",
|
|
2703
|
+
"properties": {
|
|
2704
|
+
"current": {
|
|
2705
|
+
"type": "boolean",
|
|
2706
|
+
"description": "Consent to process for the current recruitment the applicant applied to."
|
|
2707
|
+
},
|
|
2708
|
+
"future": {
|
|
2709
|
+
"type": "boolean",
|
|
2710
|
+
"description": "Consent to be kept and used for future recruitments (TalentPool)."
|
|
2711
|
+
},
|
|
2712
|
+
"source": {
|
|
2713
|
+
"type": "string",
|
|
2714
|
+
"description": "Where the consent was captured (e.g. apply, careerPage)."
|
|
2715
|
+
},
|
|
2716
|
+
"timestamp": {
|
|
2717
|
+
"type": "string",
|
|
2718
|
+
"description": "ISO 8601 time the consent was recorded."
|
|
2719
|
+
}
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2699
2722
|
"age": {
|
|
2700
2723
|
"type": "string"
|
|
2701
2724
|
},
|
|
@@ -3315,6 +3338,29 @@
|
|
|
3315
3338
|
}
|
|
3316
3339
|
}
|
|
3317
3340
|
},
|
|
3341
|
+
"consent": {
|
|
3342
|
+
"title": "TalentConsentSchema",
|
|
3343
|
+
"description": "GDPR/RODO consent. future = consent to be kept in the TalentPool and used for future recruitments (the TalentPool search hard-gates on it).",
|
|
3344
|
+
"type": "object",
|
|
3345
|
+
"properties": {
|
|
3346
|
+
"current": {
|
|
3347
|
+
"type": "boolean",
|
|
3348
|
+
"description": "Consent to process for the current recruitment the applicant applied to."
|
|
3349
|
+
},
|
|
3350
|
+
"future": {
|
|
3351
|
+
"type": "boolean",
|
|
3352
|
+
"description": "Consent to be kept and used for future recruitments (TalentPool)."
|
|
3353
|
+
},
|
|
3354
|
+
"source": {
|
|
3355
|
+
"type": "string",
|
|
3356
|
+
"description": "Where the consent was captured (e.g. apply, careerPage)."
|
|
3357
|
+
},
|
|
3358
|
+
"timestamp": {
|
|
3359
|
+
"type": "string",
|
|
3360
|
+
"description": "ISO 8601 time the consent was recorded."
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3318
3364
|
"age": {
|
|
3319
3365
|
"type": "string"
|
|
3320
3366
|
},
|
|
@@ -6146,7 +6192,7 @@
|
|
|
6146
6192
|
"extension": {
|
|
6147
6193
|
"type": "string"
|
|
6148
6194
|
},
|
|
6149
|
-
"
|
|
6195
|
+
"shortCode": {
|
|
6150
6196
|
"type": "string"
|
|
6151
6197
|
},
|
|
6152
6198
|
"source": {
|
|
@@ -6333,7 +6379,7 @@
|
|
|
6333
6379
|
"extension": {
|
|
6334
6380
|
"type": "string"
|
|
6335
6381
|
},
|
|
6336
|
-
"
|
|
6382
|
+
"shortCode": {
|
|
6337
6383
|
"type": "string"
|
|
6338
6384
|
},
|
|
6339
6385
|
"source": {
|
|
@@ -7722,7 +7768,7 @@
|
|
|
7722
7768
|
"default": "general",
|
|
7723
7769
|
"description": "Role marker. Identifies which downstream resource this form's\nsubmission becomes:\n - jobBrief: produces a Brief about a Job (email/api intake;\n consumed by the create-job-from-brief workflow).\n - candidateSubmission: produces a Submission about a\n Candidate (apply form intake).\n - talentSubmission: produces a Submission about a Talent.\n - general: catch-all / undecided.\nTenant pins one form per kind as its default via\n`tenant.relationships.forms`. Mirrors the role-marker pattern\nused on Feedback (`stage`)."
|
|
7724
7770
|
},
|
|
7725
|
-
"
|
|
7771
|
+
"shortCode": {
|
|
7726
7772
|
"type": "string"
|
|
7727
7773
|
},
|
|
7728
7774
|
"content": {
|
|
@@ -7865,7 +7911,7 @@
|
|
|
7865
7911
|
"default": "general",
|
|
7866
7912
|
"description": "Role marker. Identifies which downstream resource this form's\nsubmission becomes:\n - jobBrief: produces a Brief about a Job (email/api intake;\n consumed by the create-job-from-brief workflow).\n - candidateSubmission: produces a Submission about a\n Candidate (apply form intake).\n - talentSubmission: produces a Submission about a Talent.\n - general: catch-all / undecided.\nTenant pins one form per kind as its default via\n`tenant.relationships.forms`. Mirrors the role-marker pattern\nused on Feedback (`stage`)."
|
|
7867
7913
|
},
|
|
7868
|
-
"
|
|
7914
|
+
"shortCode": {
|
|
7869
7915
|
"type": "string"
|
|
7870
7916
|
},
|
|
7871
7917
|
"content": {
|