@smartytalent/openai-tools 0.9.21 → 0.9.22

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 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -16935,6 +16935,10 @@
16935
16935
  "type": "string",
16936
16936
  "description": "Recops board: \"this project's orders\" - the tasks whose\n`relationships.jobs` names this job (jobs:* orders and escalations\ncaptured on the project). Served by JobIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled.\nCombine with `sort=-created`. Mutually exclusive with the other\nequality filters."
16937
16937
  },
16938
+ "filterTalentId": {
16939
+ "type": "string",
16940
+ "description": "Recops board: \"this person's orders\" - the tasks whose\n`relationships.talents` names this talent (talents:update /\ntalents:apply orders). Served by TalentIdIndex, the link flattened\nat create and when it arrives on PATCH; older rows backfilled\n(2026-09-03, wave 2). Combine with `sort=-created`. Mutually\nexclusive with the other equality filters."
16941
+ },
16938
16942
  "filterClaimedBy": {
16939
16943
  "type": "string",
16940
16944
  "description": "Recops board: \"mine in progress\" - the tasks whose `meta.claimedBy`\nis this user. The claim is written by the client (`meta.claimedBy`\n+ `meta.claimedAt` merged per key; `null` releases) and mirrored\ninto the index key on every PATCH that names it. Served by\nClaimedByIndex. Combine with `sort=-created`. Mutually exclusive\nwith the other equality filters."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.9.21",
3
+ "version": "0.9.22",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",