@smartytalent/mcp-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.
Files changed (2) hide show
  1. package/dist/tools.json +13 -14
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -1327,7 +1327,6 @@
1327
1327
  },
1328
1328
  "sendInvitation": {
1329
1329
  "type": "boolean",
1330
- "default": true,
1331
1330
  "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."
1332
1331
  },
1333
1332
  "password": {
@@ -1338,7 +1337,6 @@
1338
1337
  },
1339
1338
  "passwordPermanent": {
1340
1339
  "type": "boolean",
1341
- "default": false,
1342
1340
  "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)."
1343
1341
  },
1344
1342
  "status": {
@@ -1647,7 +1645,6 @@
1647
1645
  },
1648
1646
  "sendInvitation": {
1649
1647
  "type": "boolean",
1650
- "default": true,
1651
1648
  "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."
1652
1649
  },
1653
1650
  "password": {
@@ -1658,7 +1655,6 @@
1658
1655
  },
1659
1656
  "passwordPermanent": {
1660
1657
  "type": "boolean",
1661
- "default": false,
1662
1658
  "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)."
1663
1659
  },
1664
1660
  "status": {
@@ -2580,19 +2576,22 @@
2580
2576
  "title": "ApikeyRelationshipsSchema",
2581
2577
  "type": "object",
2582
2578
  "properties": {
2583
- "user": {
2584
- "title": "ApikeyRelationshipsUserSchema",
2579
+ "users": {
2580
+ "title": "ApikeyRelationshipsUsersSchema",
2585
2581
  "type": "object",
2586
2582
  "properties": {
2587
2583
  "data": {
2588
- "title": "ApikeyRelationshipsUserDataSchema",
2589
- "type": "object",
2590
- "properties": {
2591
- "type": {
2592
- "type": "string"
2593
- },
2594
- "id": {
2595
- "type": "string"
2584
+ "type": "array",
2585
+ "items": {
2586
+ "title": "ApikeyRelationshipsUsersDataSchema",
2587
+ "type": "object",
2588
+ "properties": {
2589
+ "type": {
2590
+ "type": "string"
2591
+ },
2592
+ "id": {
2593
+ "type": "string"
2594
+ }
2596
2595
  }
2597
2596
  }
2598
2597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.5.3",
3
+ "version": "0.6.0",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",