@snokam/mcp-api 0.132.0 → 0.133.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/sanity.json +40 -0
- package/specs/test/sanity.json +40 -0
package/package.json
CHANGED
|
@@ -54988,6 +54988,46 @@
|
|
|
54988
54988
|
}
|
|
54989
54989
|
]
|
|
54990
54990
|
},
|
|
54991
|
+
"delete": {
|
|
54992
|
+
"operationId": "DeleteCandidate",
|
|
54993
|
+
"responses": {
|
|
54994
|
+
"200": {
|
|
54995
|
+
"description": "Ok",
|
|
54996
|
+
"content": {
|
|
54997
|
+
"application/json": {
|
|
54998
|
+
"schema": {
|
|
54999
|
+
"allOf": [
|
|
55000
|
+
{
|
|
55001
|
+
"$ref": "#/components/schemas/SanityCandidate"
|
|
55002
|
+
}
|
|
55003
|
+
],
|
|
55004
|
+
"nullable": true
|
|
55005
|
+
}
|
|
55006
|
+
}
|
|
55007
|
+
}
|
|
55008
|
+
}
|
|
55009
|
+
},
|
|
55010
|
+
"tags": [
|
|
55011
|
+
"Candidates"
|
|
55012
|
+
],
|
|
55013
|
+
"security": [
|
|
55014
|
+
{
|
|
55015
|
+
"Implicit": [
|
|
55016
|
+
"WILL BE REPLACED"
|
|
55017
|
+
]
|
|
55018
|
+
}
|
|
55019
|
+
],
|
|
55020
|
+
"parameters": [
|
|
55021
|
+
{
|
|
55022
|
+
"in": "path",
|
|
55023
|
+
"name": "id",
|
|
55024
|
+
"required": true,
|
|
55025
|
+
"schema": {
|
|
55026
|
+
"type": "string"
|
|
55027
|
+
}
|
|
55028
|
+
}
|
|
55029
|
+
]
|
|
55030
|
+
},
|
|
54991
55031
|
"patch": {
|
|
54992
55032
|
"operationId": "PatchCandidate",
|
|
54993
55033
|
"responses": {
|
package/specs/test/sanity.json
CHANGED
|
@@ -54988,6 +54988,46 @@
|
|
|
54988
54988
|
}
|
|
54989
54989
|
]
|
|
54990
54990
|
},
|
|
54991
|
+
"delete": {
|
|
54992
|
+
"operationId": "DeleteCandidate",
|
|
54993
|
+
"responses": {
|
|
54994
|
+
"200": {
|
|
54995
|
+
"description": "Ok",
|
|
54996
|
+
"content": {
|
|
54997
|
+
"application/json": {
|
|
54998
|
+
"schema": {
|
|
54999
|
+
"allOf": [
|
|
55000
|
+
{
|
|
55001
|
+
"$ref": "#/components/schemas/SanityCandidate"
|
|
55002
|
+
}
|
|
55003
|
+
],
|
|
55004
|
+
"nullable": true
|
|
55005
|
+
}
|
|
55006
|
+
}
|
|
55007
|
+
}
|
|
55008
|
+
}
|
|
55009
|
+
},
|
|
55010
|
+
"tags": [
|
|
55011
|
+
"Candidates"
|
|
55012
|
+
],
|
|
55013
|
+
"security": [
|
|
55014
|
+
{
|
|
55015
|
+
"Implicit": [
|
|
55016
|
+
"WILL BE REPLACED"
|
|
55017
|
+
]
|
|
55018
|
+
}
|
|
55019
|
+
],
|
|
55020
|
+
"parameters": [
|
|
55021
|
+
{
|
|
55022
|
+
"in": "path",
|
|
55023
|
+
"name": "id",
|
|
55024
|
+
"required": true,
|
|
55025
|
+
"schema": {
|
|
55026
|
+
"type": "string"
|
|
55027
|
+
}
|
|
55028
|
+
}
|
|
55029
|
+
]
|
|
55030
|
+
},
|
|
54991
55031
|
"patch": {
|
|
54992
55032
|
"operationId": "PatchCandidate",
|
|
54993
55033
|
"responses": {
|