@smartytalent/openai-tools 0.9.18 → 0.9.20
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.
- package/dist/tools.json +38 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16901,6 +16901,32 @@
|
|
|
16901
16901
|
"type": "string",
|
|
16902
16902
|
"description": "Returns only the tasks linked to this conversation - the\noperator orders and the escalations filed on one thread. Same\nsemantics as `filterConversationId` on listEmails. Mutually\nexclusive with every other filter at the pagination layer."
|
|
16903
16903
|
},
|
|
16904
|
+
"filterFamily": {
|
|
16905
|
+
"type": "string",
|
|
16906
|
+
"description": "Recops board (2026-09-02): returns the tasks of one route family -\nthe part of `route` before the colon (`emails`, `jobs`, `talents`,\n`candidates`, `compliance` as families arrive), or the literal\n`escalation` for every task WITHOUT a route (an escalation the\nvirtual employee filed, a note). Any string is accepted; an\nunknown family answers an empty list, never 400. Served by\nFamilyIndex; combine with `sort=-created` for newest-first (the\npagination layer sorts the family's rows in memory). Mutually\nexclusive with the other equality filters."
|
|
16907
|
+
},
|
|
16908
|
+
"filterAuthorId": {
|
|
16909
|
+
"type": "string",
|
|
16910
|
+
"description": "Recops board: \"my orders\" - the tasks whose `relationships.author`\nis this user (the caller who filed them; the virtual employee's\nown escalations carry its user). Served by AuthorIdIndex, rows\nolder than the index were backfilled from the author link (a few\nlegacy rows have no author source and are absent). Combine with\n`sort=-created` for newest-first. Mutually exclusive with the\nother equality filters."
|
|
16911
|
+
},
|
|
16912
|
+
"filterJobId": {
|
|
16913
|
+
"type": "string",
|
|
16914
|
+
"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."
|
|
16915
|
+
},
|
|
16916
|
+
"filterClaimedBy": {
|
|
16917
|
+
"type": "string",
|
|
16918
|
+
"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."
|
|
16919
|
+
},
|
|
16920
|
+
"sort": {
|
|
16921
|
+
"type": "string",
|
|
16922
|
+
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWithout any filter the list is served by the time index. With\n`filterFamily`, `filterAuthorId`, `filterClaimedBy` or\n`filterConversationId` the filter's own index is read and the\nrows are sorted in memory, so the order is honoured (cost bounded\nby the filter's scope). With `filterStatus` the sort is IGNORED\n(StatusIndex has no time key): read open statuses (small sets)\nand sort client-side, or use `sort=-created` without a filter for\nthe tenant's newest tasks. Compatible with the date-range filters.\nNote: without `sort` and without a filter the order is the base\ntable's key order, which is NOT chronological.",
|
|
16923
|
+
"enum": [
|
|
16924
|
+
"created",
|
|
16925
|
+
"-created",
|
|
16926
|
+
"modified",
|
|
16927
|
+
"-modified"
|
|
16928
|
+
]
|
|
16929
|
+
},
|
|
16904
16930
|
"filterCreatedFrom": {
|
|
16905
16931
|
"type": "string",
|
|
16906
16932
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -16975,7 +17001,12 @@
|
|
|
16975
17001
|
"kind": {
|
|
16976
17002
|
"type": "string",
|
|
16977
17003
|
"maxLength": 64,
|
|
16978
|
-
"description": "Free-form task kind label (e.g. email_reply). Not a filter: the list door
|
|
17004
|
+
"description": "Free-form task kind label (e.g. email_reply). Not a filter: the list door filters by status, thread, route family (filterFamily), author and claim - never by kind."
|
|
17005
|
+
},
|
|
17006
|
+
"dueAt": {
|
|
17007
|
+
"type": "string",
|
|
17008
|
+
"format": "date-time",
|
|
17009
|
+
"description": "Recops board (2026-09-02): the deadline for a HUMAN to act on this task (not the sending moment of a draft - that is meta.scheduledFor). Optional; written by the client (PATCH, `null` clears) and, later, by the flows that file decision tasks. Accepted as ISO 8601 with an offset or Z (a naive value is read as UTC), always returned as UTC with Z. A moment in the past is allowed - it means \"already overdue\". Not indexed: overdue is computed on the page."
|
|
16979
17010
|
},
|
|
16980
17011
|
"content": {
|
|
16981
17012
|
"type": "object",
|
|
@@ -17214,7 +17245,12 @@
|
|
|
17214
17245
|
"kind": {
|
|
17215
17246
|
"type": "string",
|
|
17216
17247
|
"maxLength": 64,
|
|
17217
|
-
"description": "Free-form task kind label (e.g. email_reply). Not a filter: the list door
|
|
17248
|
+
"description": "Free-form task kind label (e.g. email_reply). Not a filter: the list door filters by status, thread, route family (filterFamily), author and claim - never by kind."
|
|
17249
|
+
},
|
|
17250
|
+
"dueAt": {
|
|
17251
|
+
"type": "string",
|
|
17252
|
+
"format": "date-time",
|
|
17253
|
+
"description": "Recops board (2026-09-02): the deadline for a HUMAN to act on this task (not the sending moment of a draft - that is meta.scheduledFor). Optional; written by the client (PATCH, `null` clears) and, later, by the flows that file decision tasks. Accepted as ISO 8601 with an offset or Z (a naive value is read as UTC), always returned as UTC with Z. A moment in the past is allowed - it means \"already overdue\". Not indexed: overdue is computed on the page."
|
|
17218
17254
|
},
|
|
17219
17255
|
"content": {
|
|
17220
17256
|
"type": "object",
|