@smartytalent/openai-tools 0.7.4 → 0.7.5
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 +3 -2
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -1462,10 +1462,11 @@
|
|
|
1462
1462
|
"properties": {
|
|
1463
1463
|
"filterStatus": {
|
|
1464
1464
|
"type": "string",
|
|
1465
|
-
"description": "Returns users with
|
|
1465
|
+
"description": "Returns users with this status. Omitting it returns EVERY status - the server applies no default, so `pending` accounts already appear in an unfiltered list. `pending` is the approval queue: a JIT user provisioned through enterprise SSO lands there and holds no tenant claims at all until an owner or admin flips them to active.",
|
|
1466
1466
|
"enum": [
|
|
1467
1467
|
"active",
|
|
1468
|
-
"archived"
|
|
1468
|
+
"archived",
|
|
1469
|
+
"pending"
|
|
1469
1470
|
]
|
|
1470
1471
|
},
|
|
1471
1472
|
"filterCreatedFrom": {
|