@snokam/mcp-api 2.59.0 → 2.60.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/accounting.json +396 -176
- package/specs/production/blog.json +1135 -154
- package/specs/production/chatgpt.json +24 -1
- package/specs/production/employees.json +1187 -308
- package/specs/production/events.json +841 -267
- package/specs/production/recruitment.json +743 -260
- package/specs/test/accounting.json +396 -176
- package/specs/test/blog.json +1135 -154
- package/specs/test/chatgpt.json +24 -1
- package/specs/test/employees.json +1187 -308
- package/specs/test/events.json +841 -267
- package/specs/test/recruitment.json +743 -260
package/specs/test/chatgpt.json
CHANGED
|
@@ -1014,7 +1014,7 @@
|
|
|
1014
1014
|
"additionalProperties": {
|
|
1015
1015
|
"type": "object",
|
|
1016
1016
|
"additionalProperties": {
|
|
1017
|
-
"
|
|
1017
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1018
1018
|
}
|
|
1019
1019
|
}
|
|
1020
1020
|
}
|
|
@@ -1379,6 +1379,29 @@
|
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
},
|
|
1382
|
+
"jsonElement": {
|
|
1383
|
+
"type": "object",
|
|
1384
|
+
"properties": {
|
|
1385
|
+
"valueKind": {
|
|
1386
|
+
"enum": [
|
|
1387
|
+
0,
|
|
1388
|
+
1,
|
|
1389
|
+
2,
|
|
1390
|
+
3,
|
|
1391
|
+
4,
|
|
1392
|
+
5,
|
|
1393
|
+
6,
|
|
1394
|
+
7
|
|
1395
|
+
],
|
|
1396
|
+
"type": "integer",
|
|
1397
|
+
"format": "int32",
|
|
1398
|
+
"default": 0
|
|
1399
|
+
},
|
|
1400
|
+
"item": {
|
|
1401
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1402
|
+
}
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1382
1405
|
"parameters": {
|
|
1383
1406
|
"type": "object",
|
|
1384
1407
|
"properties": {
|