@snokam/mcp-api 2.51.0 → 2.53.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 +1 -1
- package/specs/production/events.json +20 -0
- package/specs/test/events.json +20 -0
- package/specs/test/sanity.json +20 -0
package/package.json
CHANGED
|
@@ -1446,6 +1446,9 @@
|
|
|
1446
1446
|
"type": "string",
|
|
1447
1447
|
"default": "event"
|
|
1448
1448
|
},
|
|
1449
|
+
"allowDigitalParticipation": {
|
|
1450
|
+
"type": "boolean"
|
|
1451
|
+
},
|
|
1449
1452
|
"askForFeedback": {
|
|
1450
1453
|
"type": "boolean"
|
|
1451
1454
|
},
|
|
@@ -1522,6 +1525,9 @@
|
|
|
1522
1525
|
"slug": {
|
|
1523
1526
|
"$ref": "#/components/schemas/slug"
|
|
1524
1527
|
},
|
|
1528
|
+
"teamsLink": {
|
|
1529
|
+
"type": "string"
|
|
1530
|
+
},
|
|
1525
1531
|
"time": {
|
|
1526
1532
|
"type": "string"
|
|
1527
1533
|
},
|
|
@@ -1695,6 +1701,13 @@
|
|
|
1695
1701
|
"invitationSent": {
|
|
1696
1702
|
"type": "boolean",
|
|
1697
1703
|
"nullable": true
|
|
1704
|
+
},
|
|
1705
|
+
"allowDigitalParticipation": {
|
|
1706
|
+
"type": "boolean",
|
|
1707
|
+
"nullable": true
|
|
1708
|
+
},
|
|
1709
|
+
"teamsLink": {
|
|
1710
|
+
"type": "string"
|
|
1698
1711
|
}
|
|
1699
1712
|
}
|
|
1700
1713
|
},
|
|
@@ -1944,6 +1957,10 @@
|
|
|
1944
1957
|
"default": "active",
|
|
1945
1958
|
"nullable": true
|
|
1946
1959
|
},
|
|
1960
|
+
"allowDigitalParticipation": {
|
|
1961
|
+
"type": "boolean",
|
|
1962
|
+
"nullable": true
|
|
1963
|
+
},
|
|
1947
1964
|
"askForFeedback": {
|
|
1948
1965
|
"type": "boolean",
|
|
1949
1966
|
"nullable": true
|
|
@@ -2023,6 +2040,9 @@
|
|
|
2023
2040
|
"slug": {
|
|
2024
2041
|
"$ref": "#/components/schemas/slug"
|
|
2025
2042
|
},
|
|
2043
|
+
"teamsLink": {
|
|
2044
|
+
"type": "string"
|
|
2045
|
+
},
|
|
2026
2046
|
"time": {
|
|
2027
2047
|
"type": "string"
|
|
2028
2048
|
},
|
package/specs/test/events.json
CHANGED
|
@@ -1446,6 +1446,9 @@
|
|
|
1446
1446
|
"type": "string",
|
|
1447
1447
|
"default": "event"
|
|
1448
1448
|
},
|
|
1449
|
+
"allowDigitalParticipation": {
|
|
1450
|
+
"type": "boolean"
|
|
1451
|
+
},
|
|
1449
1452
|
"askForFeedback": {
|
|
1450
1453
|
"type": "boolean"
|
|
1451
1454
|
},
|
|
@@ -1522,6 +1525,9 @@
|
|
|
1522
1525
|
"slug": {
|
|
1523
1526
|
"$ref": "#/components/schemas/slug"
|
|
1524
1527
|
},
|
|
1528
|
+
"teamsLink": {
|
|
1529
|
+
"type": "string"
|
|
1530
|
+
},
|
|
1525
1531
|
"time": {
|
|
1526
1532
|
"type": "string"
|
|
1527
1533
|
},
|
|
@@ -1695,6 +1701,13 @@
|
|
|
1695
1701
|
"invitationSent": {
|
|
1696
1702
|
"type": "boolean",
|
|
1697
1703
|
"nullable": true
|
|
1704
|
+
},
|
|
1705
|
+
"allowDigitalParticipation": {
|
|
1706
|
+
"type": "boolean",
|
|
1707
|
+
"nullable": true
|
|
1708
|
+
},
|
|
1709
|
+
"teamsLink": {
|
|
1710
|
+
"type": "string"
|
|
1698
1711
|
}
|
|
1699
1712
|
}
|
|
1700
1713
|
},
|
|
@@ -1944,6 +1957,10 @@
|
|
|
1944
1957
|
"default": "active",
|
|
1945
1958
|
"nullable": true
|
|
1946
1959
|
},
|
|
1960
|
+
"allowDigitalParticipation": {
|
|
1961
|
+
"type": "boolean",
|
|
1962
|
+
"nullable": true
|
|
1963
|
+
},
|
|
1947
1964
|
"askForFeedback": {
|
|
1948
1965
|
"type": "boolean",
|
|
1949
1966
|
"nullable": true
|
|
@@ -2023,6 +2040,9 @@
|
|
|
2023
2040
|
"slug": {
|
|
2024
2041
|
"$ref": "#/components/schemas/slug"
|
|
2025
2042
|
},
|
|
2043
|
+
"teamsLink": {
|
|
2044
|
+
"type": "string"
|
|
2045
|
+
},
|
|
2026
2046
|
"time": {
|
|
2027
2047
|
"type": "string"
|
|
2028
2048
|
},
|
package/specs/test/sanity.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",
|