@smartytalent/openai-tools 0.9.5 → 0.9.6

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 +4 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -404,7 +404,8 @@
404
404
  },
405
405
  "defaultFormId": {
406
406
  "type": "string",
407
- "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
407
+ "deprecated": true,
408
+ "description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
408
409
  }
409
410
  }
410
411
  },
@@ -882,7 +883,8 @@
882
883
  },
883
884
  "defaultFormId": {
884
885
  "type": "string",
885
- "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
886
+ "deprecated": true,
887
+ "description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
886
888
  }
887
889
  }
888
890
  },
@@ -12244,14 +12246,6 @@
12244
12246
  "jobId": {
12245
12247
  "type": "string"
12246
12248
  },
12247
- "type": {
12248
- "type": "string",
12249
- "enum": [
12250
- "candidate",
12251
- "talent"
12252
- ],
12253
- "description": "Submission type - determines which workflow to trigger. Auto-derived from jobId if omitted."
12254
- },
12255
12249
  "referral": {
12256
12250
  "type": "object",
12257
12251
  "properties": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",