@smartytalent/openai-tools 0.5.2 → 0.5.4
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 +22 -4
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -1291,7 +1291,6 @@
|
|
|
1291
1291
|
},
|
|
1292
1292
|
"sendInvitation": {
|
|
1293
1293
|
"type": "boolean",
|
|
1294
|
-
"default": true,
|
|
1295
1294
|
"description": "CREATE-ONLY. Default true: Cognito emails the temporary password. Set false to suppress the invitation - then `password` is required. Requires role sysowner/owner/admin. Rejected on update."
|
|
1296
1295
|
},
|
|
1297
1296
|
"password": {
|
|
@@ -1302,7 +1301,6 @@
|
|
|
1302
1301
|
},
|
|
1303
1302
|
"passwordPermanent": {
|
|
1304
1303
|
"type": "boolean",
|
|
1305
|
-
"default": false,
|
|
1306
1304
|
"description": "CREATE-ONLY. False (default): the account lands in FORCE_CHANGE_PASSWORD and the user must change the password at first sign-in. True: the password is permanent and the account is active immediately (audited)."
|
|
1307
1305
|
},
|
|
1308
1306
|
"status": {
|
|
@@ -1605,7 +1603,6 @@
|
|
|
1605
1603
|
},
|
|
1606
1604
|
"sendInvitation": {
|
|
1607
1605
|
"type": "boolean",
|
|
1608
|
-
"default": true,
|
|
1609
1606
|
"description": "CREATE-ONLY. Default true: Cognito emails the temporary password. Set false to suppress the invitation - then `password` is required. Requires role sysowner/owner/admin. Rejected on update."
|
|
1610
1607
|
},
|
|
1611
1608
|
"password": {
|
|
@@ -1616,7 +1613,6 @@
|
|
|
1616
1613
|
},
|
|
1617
1614
|
"passwordPermanent": {
|
|
1618
1615
|
"type": "boolean",
|
|
1619
|
-
"default": false,
|
|
1620
1616
|
"description": "CREATE-ONLY. False (default): the account lands in FORCE_CHANGE_PASSWORD and the user must change the password at first sign-in. True: the password is permanent and the account is active immediately (audited)."
|
|
1621
1617
|
},
|
|
1622
1618
|
"status": {
|
|
@@ -2014,6 +2010,28 @@
|
|
|
2014
2010
|
}
|
|
2015
2011
|
}
|
|
2016
2012
|
},
|
|
2013
|
+
{
|
|
2014
|
+
"type": "function",
|
|
2015
|
+
"function": {
|
|
2016
|
+
"name": "create_user_invitation",
|
|
2017
|
+
"description": "Resend User Invitation",
|
|
2018
|
+
"parameters": {
|
|
2019
|
+
"type": "object",
|
|
2020
|
+
"properties": {}
|
|
2021
|
+
}
|
|
2022
|
+
}
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"type": "function",
|
|
2026
|
+
"function": {
|
|
2027
|
+
"name": "user_invitations_options",
|
|
2028
|
+
"description": "User Invitations Options",
|
|
2029
|
+
"parameters": {
|
|
2030
|
+
"type": "object",
|
|
2031
|
+
"properties": {}
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2017
2035
|
{
|
|
2018
2036
|
"type": "function",
|
|
2019
2037
|
"function": {
|