@smartytalent/openai-tools 0.5.3 → 0.6.0
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 +13 -14
- 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": {
|
|
@@ -2476,19 +2472,22 @@
|
|
|
2476
2472
|
"title": "ApikeyRelationshipsSchema",
|
|
2477
2473
|
"type": "object",
|
|
2478
2474
|
"properties": {
|
|
2479
|
-
"
|
|
2480
|
-
"title": "
|
|
2475
|
+
"users": {
|
|
2476
|
+
"title": "ApikeyRelationshipsUsersSchema",
|
|
2481
2477
|
"type": "object",
|
|
2482
2478
|
"properties": {
|
|
2483
2479
|
"data": {
|
|
2484
|
-
"
|
|
2485
|
-
"
|
|
2486
|
-
|
|
2487
|
-
"type":
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2480
|
+
"type": "array",
|
|
2481
|
+
"items": {
|
|
2482
|
+
"title": "ApikeyRelationshipsUsersDataSchema",
|
|
2483
|
+
"type": "object",
|
|
2484
|
+
"properties": {
|
|
2485
|
+
"type": {
|
|
2486
|
+
"type": "string"
|
|
2487
|
+
},
|
|
2488
|
+
"id": {
|
|
2489
|
+
"type": "string"
|
|
2490
|
+
}
|
|
2492
2491
|
}
|
|
2493
2492
|
}
|
|
2494
2493
|
}
|