@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
|
@@ -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": "
|
|
138
|
+
"description": "Sanity document ID of the order to remove",
|
|
139
139
|
"content": {
|
|
140
140
|
"application/json": {
|
|
141
141
|
"schema": {
|
package/specs/test/webshop.json
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"description": "Removes an order for the authenticated user.",
|
|
136
136
|
"operationId": "RemoveMyOrder",
|
|
137
137
|
"requestBody": {
|
|
138
|
-
"description": "
|
|
138
|
+
"description": "Sanity document ID of the order to remove",
|
|
139
139
|
"content": {
|
|
140
140
|
"application/json": {
|
|
141
141
|
"schema": {
|