@snokam/mcp-api 0.152.0 → 0.152.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.152.0",
3
+ "version": "0.152.2",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -5080,6 +5080,7 @@
5080
5080
  "sickLeave",
5081
5081
  "militaryService",
5082
5082
  "baseSalary",
5083
+ "tenGHourly",
5083
5084
  "basicAmount",
5084
5085
  "hoursThisYear"
5085
5086
  ],
@@ -5097,6 +5098,10 @@
5097
5098
  "type": "integer",
5098
5099
  "format": "int32"
5099
5100
  },
5101
+ "tenGHourly": {
5102
+ "type": "integer",
5103
+ "format": "int32"
5104
+ },
5100
5105
  "basicAmount": {
5101
5106
  "type": "integer",
5102
5107
  "format": "int32"
@@ -5080,6 +5080,7 @@
5080
5080
  "sickLeave",
5081
5081
  "militaryService",
5082
5082
  "baseSalary",
5083
+ "tenGHourly",
5083
5084
  "basicAmount",
5084
5085
  "hoursThisYear"
5085
5086
  ],
@@ -5097,6 +5098,10 @@
5097
5098
  "type": "integer",
5098
5099
  "format": "int32"
5099
5100
  },
5101
+ "tenGHourly": {
5102
+ "type": "integer",
5103
+ "format": "int32"
5104
+ },
5100
5105
  "basicAmount": {
5101
5106
  "type": "integer",
5102
5107
  "format": "int32"