@smartytalent/openai-tools 0.1.33-dev.106 → 0.1.33-dev.107

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 +44 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -6125,6 +6125,50 @@
6125
6125
  }
6126
6126
  }
6127
6127
  }
6128
+ },
6129
+ "talents": {
6130
+ "title": "FileRelationshipsTalentsSchema",
6131
+ "description": "Talents this file belongs to (e.g. an ATS-imported CV). Set at create by workflow actions (file:process relationships input).",
6132
+ "type": "object",
6133
+ "properties": {
6134
+ "data": {
6135
+ "type": "array",
6136
+ "items": {
6137
+ "title": "FileRelationshipsTalentsDataSchema",
6138
+ "type": "object",
6139
+ "properties": {
6140
+ "type": {
6141
+ "type": "string"
6142
+ },
6143
+ "id": {
6144
+ "type": "string"
6145
+ }
6146
+ }
6147
+ }
6148
+ }
6149
+ }
6150
+ },
6151
+ "candidates": {
6152
+ "title": "FileRelationshipsCandidatesSchema",
6153
+ "description": "Candidates (applications) this file belongs to. Set at create by workflow actions (file:process relationships input).",
6154
+ "type": "object",
6155
+ "properties": {
6156
+ "data": {
6157
+ "type": "array",
6158
+ "items": {
6159
+ "title": "FileRelationshipsCandidatesDataSchema",
6160
+ "type": "object",
6161
+ "properties": {
6162
+ "type": {
6163
+ "type": "string"
6164
+ },
6165
+ "id": {
6166
+ "type": "string"
6167
+ }
6168
+ }
6169
+ }
6170
+ }
6171
+ }
6128
6172
  }
6129
6173
  }
6130
6174
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.106",
3
+ "version": "0.1.33-dev.107",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",