@snokam/mcp-api 0.143.0 → 0.145.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.143.0",
3
+ "version": "0.145.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": {
@@ -2159,6 +2159,48 @@
2159
2159
  }
2160
2160
  }
2161
2161
  },
2162
+ "componentBlocksInnerOneOfChildrenInner": {
2163
+ "type": "object",
2164
+ "properties": {
2165
+ "sanityType": {
2166
+ "enum": [
2167
+ "span"
2168
+ ],
2169
+ "type": "string",
2170
+ "default": "span"
2171
+ },
2172
+ "marks": {
2173
+ "type": "array",
2174
+ "items": {
2175
+ "type": "string"
2176
+ }
2177
+ },
2178
+ "sanityKey": {
2179
+ "type": "string"
2180
+ },
2181
+ "text": {
2182
+ "type": "string"
2183
+ }
2184
+ }
2185
+ },
2186
+ "componentBlocksInnerOneOfMarkDefsInner": {
2187
+ "type": "object",
2188
+ "properties": {
2189
+ "sanityType": {
2190
+ "enum": [
2191
+ "link"
2192
+ ],
2193
+ "type": "string",
2194
+ "default": "link"
2195
+ },
2196
+ "href": {
2197
+ "type": "string"
2198
+ },
2199
+ "sanityKey": {
2200
+ "type": "string"
2201
+ }
2202
+ }
2203
+ },
2162
2204
  "createCandidateInput": {
2163
2205
  "type": "object",
2164
2206
  "properties": {
@@ -2253,6 +2295,24 @@
2253
2295
  }
2254
2296
  }
2255
2297
  },
2298
+ "eventReference": {
2299
+ "type": "object",
2300
+ "properties": {
2301
+ "sanityType": {
2302
+ "enum": [
2303
+ "reference"
2304
+ ],
2305
+ "type": "string",
2306
+ "default": "reference"
2307
+ },
2308
+ "sanityRef": {
2309
+ "type": "string"
2310
+ },
2311
+ "sanityWeak": {
2312
+ "type": "boolean"
2313
+ }
2314
+ }
2315
+ },
2256
2316
  "interviewBookingBody": {
2257
2317
  "type": "object",
2258
2318
  "properties": {