@smartytalent/openai-tools 0.1.33-dev.80 → 0.1.33-dev.81
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 +7 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -20007,14 +20007,15 @@
|
|
|
20007
20007
|
},
|
|
20008
20008
|
"filterType": {
|
|
20009
20009
|
"type": "string",
|
|
20010
|
-
"description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports).",
|
|
20010
|
+
"description": "Returns finders with the specified type (talents, candidates, jobs, emails, users, reports, briefs).",
|
|
20011
20011
|
"enum": [
|
|
20012
20012
|
"talents",
|
|
20013
20013
|
"candidates",
|
|
20014
20014
|
"jobs",
|
|
20015
20015
|
"emails",
|
|
20016
20016
|
"users",
|
|
20017
|
-
"reports"
|
|
20017
|
+
"reports",
|
|
20018
|
+
"briefs"
|
|
20018
20019
|
]
|
|
20019
20020
|
},
|
|
20020
20021
|
"filterCreatedFrom": {
|
|
@@ -20099,7 +20100,8 @@
|
|
|
20099
20100
|
"jobs",
|
|
20100
20101
|
"emails",
|
|
20101
20102
|
"users",
|
|
20102
|
-
"reports"
|
|
20103
|
+
"reports",
|
|
20104
|
+
"briefs"
|
|
20103
20105
|
],
|
|
20104
20106
|
"description": "The type of search to perform"
|
|
20105
20107
|
},
|
|
@@ -20364,7 +20366,8 @@
|
|
|
20364
20366
|
"jobs",
|
|
20365
20367
|
"emails",
|
|
20366
20368
|
"users",
|
|
20367
|
-
"reports"
|
|
20369
|
+
"reports",
|
|
20370
|
+
"briefs"
|
|
20368
20371
|
],
|
|
20369
20372
|
"description": "The type of search to perform"
|
|
20370
20373
|
},
|