@snokam/mcp-api 0.199.2 → 0.199.3

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.199.2",
3
+ "version": "0.199.3",
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": {
@@ -4351,6 +4351,13 @@
4351
4351
  },
4352
4352
  "employerTax": {
4353
4353
  "$ref": "#/components/schemas/employerTax"
4354
+ },
4355
+ "breakdown": {
4356
+ "type": "array",
4357
+ "items": {
4358
+ "$ref": "#/components/schemas/breakdownRow"
4359
+ },
4360
+ "nullable": true
4354
4361
  }
4355
4362
  }
4356
4363
  },
@@ -4351,6 +4351,13 @@
4351
4351
  },
4352
4352
  "employerTax": {
4353
4353
  "$ref": "#/components/schemas/employerTax"
4354
+ },
4355
+ "breakdown": {
4356
+ "type": "array",
4357
+ "items": {
4358
+ "$ref": "#/components/schemas/breakdownRow"
4359
+ },
4360
+ "nullable": true
4354
4361
  }
4355
4362
  }
4356
4363
  },