@snokam/mcp-api 0.53.0 → 0.55.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.53.0",
3
+ "version": "0.55.0",
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": {
@@ -2081,6 +2081,9 @@
2081
2081
  "personalNumber": {
2082
2082
  "type": "string"
2083
2083
  },
2084
+ "pin": {
2085
+ "type": "string"
2086
+ },
2084
2087
  "preferredDisplayName": {
2085
2088
  "type": "string"
2086
2089
  },
@@ -2711,6 +2714,9 @@
2711
2714
  "personalNumber": {
2712
2715
  "type": "string"
2713
2716
  },
2717
+ "pin": {
2718
+ "type": "string"
2719
+ },
2714
2720
  "preferredDisplayName": {
2715
2721
  "type": "string"
2716
2722
  },
@@ -31459,6 +31459,9 @@
31459
31459
  "type": "object",
31460
31460
  "nullable": true
31461
31461
  },
31462
+ "pin": {
31463
+ "type": "string"
31464
+ },
31462
31465
  "personalNumber": {
31463
31466
  "type": "string"
31464
31467
  },
@@ -31747,6 +31750,10 @@
31747
31750
  "type": "string",
31748
31751
  "nullable": true
31749
31752
  },
31753
+ "pin": {
31754
+ "type": "string",
31755
+ "nullable": true
31756
+ },
31750
31757
  "contractSigner": {
31751
31758
  "allOf": [
31752
31759
  {
@@ -2081,6 +2081,9 @@
2081
2081
  "personalNumber": {
2082
2082
  "type": "string"
2083
2083
  },
2084
+ "pin": {
2085
+ "type": "string"
2086
+ },
2084
2087
  "preferredDisplayName": {
2085
2088
  "type": "string"
2086
2089
  },
@@ -2711,6 +2714,9 @@
2711
2714
  "personalNumber": {
2712
2715
  "type": "string"
2713
2716
  },
2717
+ "pin": {
2718
+ "type": "string"
2719
+ },
2714
2720
  "preferredDisplayName": {
2715
2721
  "type": "string"
2716
2722
  },
@@ -31459,6 +31459,9 @@
31459
31459
  "type": "object",
31460
31460
  "nullable": true
31461
31461
  },
31462
+ "pin": {
31463
+ "type": "string"
31464
+ },
31462
31465
  "personalNumber": {
31463
31466
  "type": "string"
31464
31467
  },
@@ -31747,6 +31750,10 @@
31747
31750
  "type": "string",
31748
31751
  "nullable": true
31749
31752
  },
31753
+ "pin": {
31754
+ "type": "string",
31755
+ "nullable": true
31756
+ },
31750
31757
  "contractSigner": {
31751
31758
  "allOf": [
31752
31759
  {