@snokam/mcp-api 2.61.0 → 2.61.1

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.
@@ -542,7 +542,7 @@
542
542
  "content": {
543
543
  "application/json": {
544
544
  "schema": {
545
- "$ref": "#/components/schemas/azureBlobStorageCredentials"
545
+ "$ref": "#/components/schemas/sanityAzureBlobStorageCredentials"
546
546
  }
547
547
  }
548
548
  },
@@ -997,23 +997,6 @@
997
997
  }
998
998
  }
999
999
  },
1000
- "azureBlobStorageCredentials": {
1001
- "type": "object",
1002
- "properties": {
1003
- "blobUrl": {
1004
- "type": "string"
1005
- },
1006
- "sasToken": {
1007
- "type": "string"
1008
- },
1009
- "additionalProperties": {
1010
- "type": "object",
1011
- "additionalProperties": {
1012
- "$ref": "#/components/schemas/jsonElement"
1013
- }
1014
- }
1015
- }
1016
- },
1017
1000
  "clientSecret": {
1018
1001
  "type": "object",
1019
1002
  "properties": {
@@ -1448,6 +1431,23 @@
1448
1431
  }
1449
1432
  }
1450
1433
  },
1434
+ "sanityAzureBlobStorageCredentials": {
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "blobUrl": {
1438
+ "type": "string"
1439
+ },
1440
+ "sasToken": {
1441
+ "type": "string"
1442
+ },
1443
+ "additionalProperties": {
1444
+ "type": "object",
1445
+ "additionalProperties": {
1446
+ "$ref": "#/components/schemas/jsonElement"
1447
+ }
1448
+ }
1449
+ }
1450
+ },
1451
1451
  "simpleResponseDto": {
1452
1452
  "type": "object",
1453
1453
  "properties": {