@smartytalent/mcp-tools 0.5.3 → 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.
Files changed (2) hide show
  1. package/dist/tools.json +0 -4
  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": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",