@smartytalent/openai-tools 0.1.21 → 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 +26 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -7444,6 +7444,14 @@
7444
7444
  "api"
7445
7445
  ]
7446
7446
  },
7447
+ "type": {
7448
+ "type": "string",
7449
+ "enum": [
7450
+ "candidate",
7451
+ "talent"
7452
+ ],
7453
+ "description": "Submission type — determines which workflow to trigger"
7454
+ },
7447
7455
  "status": {
7448
7456
  "type": "string",
7449
7457
  "enum": [
@@ -7737,6 +7745,14 @@
7737
7745
  "jobId": {
7738
7746
  "type": "string"
7739
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
+ },
7740
7756
  "referral": {
7741
7757
  "type": "object",
7742
7758
  "properties": {
@@ -7898,6 +7914,14 @@
7898
7914
  "api"
7899
7915
  ]
7900
7916
  },
7917
+ "type": {
7918
+ "type": "string",
7919
+ "enum": [
7920
+ "candidate",
7921
+ "talent"
7922
+ ],
7923
+ "description": "Submission type — determines which workflow to trigger"
7924
+ },
7901
7925
  "status": {
7902
7926
  "type": "string",
7903
7927
  "enum": [
@@ -12618,7 +12642,8 @@
12618
12642
  "running",
12619
12643
  "completed",
12620
12644
  "failed",
12621
- "aborted"
12645
+ "aborted",
12646
+ "paused"
12622
12647
  ]
12623
12648
  },
12624
12649
  "filterCreatedFrom": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.21",
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",