@smartytalent/openai-tools 0.4.10 → 0.4.12

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 +41 -2
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -17929,7 +17929,7 @@
17929
17929
  },
17930
17930
  "source": {
17931
17931
  "type": "string",
17932
- "description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
17932
+ "description": "Derived server-side from the event prefix (erecruiter, lever, teamtailor). Read-only."
17933
17933
  },
17934
17934
  "status": {
17935
17935
  "type": "string",
@@ -18079,7 +18079,7 @@
18079
18079
  },
18080
18080
  "source": {
18081
18081
  "type": "string",
18082
- "description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
18082
+ "description": "Derived server-side from the event prefix (erecruiter, lever, teamtailor). Read-only."
18083
18083
  },
18084
18084
  "status": {
18085
18085
  "type": "string",
@@ -18139,6 +18139,45 @@
18139
18139
  }
18140
18140
  }
18141
18141
  },
18142
+ {
18143
+ "type": "function",
18144
+ "function": {
18145
+ "name": "teamtailor_webhook",
18146
+ "description": "Teamtailor Company Webhook",
18147
+ "parameters": {
18148
+ "type": "object",
18149
+ "properties": {
18150
+ "payload": {
18151
+ "type": "object",
18152
+ "properties": {
18153
+ "event_name": {
18154
+ "type": "string",
18155
+ "description": "Teamtailor event, e.g. job_application.create."
18156
+ },
18157
+ "data": {
18158
+ "type": "object"
18159
+ }
18160
+ }
18161
+ },
18162
+ "signature": {
18163
+ "type": "string",
18164
+ "description": "Legacy v1 payload signature; verification uses the TT-Signature header (v2)."
18165
+ }
18166
+ }
18167
+ }
18168
+ }
18169
+ },
18170
+ {
18171
+ "type": "function",
18172
+ "function": {
18173
+ "name": "teamtailor_webhook_options",
18174
+ "description": "Teamtailor webhook CORS preflight",
18175
+ "parameters": {
18176
+ "type": "object",
18177
+ "properties": {}
18178
+ }
18179
+ }
18180
+ },
18142
18181
  {
18143
18182
  "type": "function",
18144
18183
  "function": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.4.10",
3
+ "version": "0.4.12",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",