@snokam/mcp-api 0.14.0 → 0.15.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 +276 -950
- package/specs/production/blog.json +461 -2106
- package/specs/production/chatgpt.json +18 -18
- package/specs/production/employees.json +654 -2138
- package/specs/production/events.json +2498 -0
- package/specs/production/recruitment.json +572 -2055
- package/specs/production/sanity.json +37030 -22871
- package/specs/test/accounting.json +276 -950
- package/specs/test/blog.json +461 -2106
- package/specs/test/chatgpt.json +18 -18
- package/specs/test/employees.json +654 -2138
- package/specs/test/events.json +2498 -0
- package/specs/test/recruitment.json +572 -2055
- package/specs/test/sanity.json +37030 -22871
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"content": {
|
|
543
543
|
"application/json": {
|
|
544
544
|
"schema": {
|
|
545
|
-
"$ref": "#/components/schemas/
|
|
545
|
+
"$ref": "#/components/schemas/azureBlobStorageCredentials"
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
},
|
|
@@ -1002,6 +1002,23 @@
|
|
|
1002
1002
|
}
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
|
+
"azureBlobStorageCredentials": {
|
|
1006
|
+
"type": "object",
|
|
1007
|
+
"properties": {
|
|
1008
|
+
"blobUrl": {
|
|
1009
|
+
"type": "string"
|
|
1010
|
+
},
|
|
1011
|
+
"sasToken": {
|
|
1012
|
+
"type": "string"
|
|
1013
|
+
},
|
|
1014
|
+
"additionalProperties": {
|
|
1015
|
+
"type": "object",
|
|
1016
|
+
"additionalProperties": {
|
|
1017
|
+
"type": "object"
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1005
1022
|
"clientSecret": {
|
|
1006
1023
|
"type": "object",
|
|
1007
1024
|
"properties": {
|
|
@@ -1497,23 +1514,6 @@
|
|
|
1497
1514
|
}
|
|
1498
1515
|
}
|
|
1499
1516
|
},
|
|
1500
|
-
"sanityAzureBlobStorageCredentials": {
|
|
1501
|
-
"type": "object",
|
|
1502
|
-
"properties": {
|
|
1503
|
-
"additionalData": {
|
|
1504
|
-
"type": "object",
|
|
1505
|
-
"additionalProperties": {
|
|
1506
|
-
"type": "object"
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
"blobUrl": {
|
|
1510
|
-
"type": "string"
|
|
1511
|
-
},
|
|
1512
|
-
"sasToken": {
|
|
1513
|
-
"type": "string"
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
1517
|
"simpleResponseDto": {
|
|
1518
1518
|
"type": "object",
|
|
1519
1519
|
"properties": {
|