@snokam/mcp-api 2.53.0 → 2.54.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": "2.53.0",
3
+ "version": "2.54.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": {
@@ -24288,6 +24288,12 @@
24288
24288
  "type": "number",
24289
24289
  "format": "double"
24290
24290
  },
24291
+ "teamsLink": {
24292
+ "type": "string"
24293
+ },
24294
+ "allowDigitalParticipation": {
24295
+ "type": "boolean"
24296
+ },
24291
24297
  "place": {
24292
24298
  "type": "string"
24293
24299
  },
@@ -25922,6 +25928,12 @@
25922
25928
  "type": "number",
25923
25929
  "format": "double"
25924
25930
  },
25931
+ "teamsLink": {
25932
+ "type": "string"
25933
+ },
25934
+ "allowDigitalParticipation": {
25935
+ "type": "boolean"
25936
+ },
25925
25937
  "place": {
25926
25938
  "type": "string"
25927
25939
  },
@@ -26175,6 +26187,14 @@
26175
26187
  "type": "string",
26176
26188
  "nullable": true
26177
26189
  },
26190
+ "allowDigitalParticipation": {
26191
+ "type": "boolean",
26192
+ "nullable": true
26193
+ },
26194
+ "teamsLink": {
26195
+ "type": "string",
26196
+ "nullable": true
26197
+ },
26178
26198
  "maxParticipants": {
26179
26199
  "type": "number",
26180
26200
  "format": "double",
@@ -135,7 +135,7 @@
135
135
  "description": "Removes an order for the authenticated user.",
136
136
  "operationId": "RemoveMyOrder",
137
137
  "requestBody": {
138
- "description": "Order ID to remove",
138
+ "description": "Sanity document ID of the order to remove",
139
139
  "content": {
140
140
  "application/json": {
141
141
  "schema": {
@@ -135,7 +135,7 @@
135
135
  "description": "Removes an order for the authenticated user.",
136
136
  "operationId": "RemoveMyOrder",
137
137
  "requestBody": {
138
- "description": "Order ID to remove",
138
+ "description": "Sanity document ID of the order to remove",
139
139
  "content": {
140
140
  "application/json": {
141
141
  "schema": {