@smartytalent/openai-tools 0.9.26 → 0.9.27

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 +1 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -25886,7 +25886,7 @@
25886
25886
  "active",
25887
25887
  "closed"
25888
25888
  ],
25889
- "description": "active starts the sending (draft -> active), closed ends it."
25889
+ "description": "active starts the sending (draft -> active); active on an already active list is a re-drive (\"send again\") - the people no run ever took (added, queued) and the ones whose claim lease ran out are handed to the send workflow again, a live claim and a failed person are left alone; closed ends it."
25890
25890
  },
25891
25891
  "channels": {
25892
25892
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.9.26",
3
+ "version": "0.9.27",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",