@smartytalent/openai-tools 0.1.22 → 0.1.23

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.
Files changed (2) hide show
  1. package/dist/tools.json +8 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -7745,6 +7745,14 @@
7745
7745
  "jobId": {
7746
7746
  "type": "string"
7747
7747
  },
7748
+ "type": {
7749
+ "type": "string",
7750
+ "enum": [
7751
+ "candidate",
7752
+ "talent"
7753
+ ],
7754
+ "description": "Submission type — determines which workflow to trigger. Auto-derived from jobId if omitted."
7755
+ },
7748
7756
  "referral": {
7749
7757
  "type": "object",
7750
7758
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",