@snokam/mcp-api 0.142.0 → 0.143.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/test/recruitment.json +0 -60
- package/specs/test/sales.json +0 -5017
- package/specs/test/sync.json +0 -277
package/package.json
CHANGED
|
@@ -2159,48 +2159,6 @@
|
|
|
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
|
-
},
|
|
2204
2162
|
"createCandidateInput": {
|
|
2205
2163
|
"type": "object",
|
|
2206
2164
|
"properties": {
|
|
@@ -2295,24 +2253,6 @@
|
|
|
2295
2253
|
}
|
|
2296
2254
|
}
|
|
2297
2255
|
},
|
|
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
|
-
},
|
|
2316
2256
|
"interviewBookingBody": {
|
|
2317
2257
|
"type": "object",
|
|
2318
2258
|
"properties": {
|