@snokam/mcp-api 0.13.0 → 0.14.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 +6 -6
- package/specs/production/accounting.json +942 -266
- package/specs/production/blog.json +2993 -1
- package/specs/production/chatgpt.json +27 -18
- package/specs/production/employees.json +3386 -901
- package/specs/production/notifications.json +116 -0
- package/specs/production/recruitment.json +3929 -1
- package/specs/production/sales.json +3901 -129
- package/specs/production/sanity.json +24555 -36106
- package/specs/production/webshop.json +1 -1
- package/specs/test/accounting.json +942 -266
- package/specs/test/blog.json +2993 -1
- package/specs/test/chatgpt.json +27 -18
- package/specs/test/employees.json +3386 -901
- package/specs/test/notifications.json +116 -0
- package/specs/test/recruitment.json +3929 -1
- package/specs/test/sales.json +3901 -129
- package/specs/test/sanity.json +24555 -36106
- package/specs/test/webshop.json +1 -1
- package/specs/production/events.json +0 -2406
- package/specs/test/events.json +0 -2406
|
@@ -28,6 +28,15 @@
|
|
|
28
28
|
"type": "string"
|
|
29
29
|
},
|
|
30
30
|
"x-ms-summary": "Technology topic"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "mailbox",
|
|
34
|
+
"in": "query",
|
|
35
|
+
"description": "Override the mailbox the summarizer reads, e.g. fag-feed@snokam.no. Falls back to the environment default.",
|
|
36
|
+
"schema": {
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
"x-ms-summary": "Shared mailbox to read"
|
|
31
40
|
}
|
|
32
41
|
],
|
|
33
42
|
"responses": {
|
|
@@ -533,7 +542,7 @@
|
|
|
533
542
|
"content": {
|
|
534
543
|
"application/json": {
|
|
535
544
|
"schema": {
|
|
536
|
-
"$ref": "#/components/schemas/
|
|
545
|
+
"$ref": "#/components/schemas/sanityAzureBlobStorageCredentials"
|
|
537
546
|
}
|
|
538
547
|
}
|
|
539
548
|
},
|
|
@@ -993,23 +1002,6 @@
|
|
|
993
1002
|
}
|
|
994
1003
|
}
|
|
995
1004
|
},
|
|
996
|
-
"azureBlobStorageCredentials": {
|
|
997
|
-
"type": "object",
|
|
998
|
-
"properties": {
|
|
999
|
-
"blobUrl": {
|
|
1000
|
-
"type": "string"
|
|
1001
|
-
},
|
|
1002
|
-
"sasToken": {
|
|
1003
|
-
"type": "string"
|
|
1004
|
-
},
|
|
1005
|
-
"additionalProperties": {
|
|
1006
|
-
"type": "object",
|
|
1007
|
-
"additionalProperties": {
|
|
1008
|
-
"type": "object"
|
|
1009
|
-
}
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
1005
|
"clientSecret": {
|
|
1014
1006
|
"type": "object",
|
|
1015
1007
|
"properties": {
|
|
@@ -1505,6 +1497,23 @@
|
|
|
1505
1497
|
}
|
|
1506
1498
|
}
|
|
1507
1499
|
},
|
|
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
|
+
},
|
|
1508
1517
|
"simpleResponseDto": {
|
|
1509
1518
|
"type": "object",
|
|
1510
1519
|
"properties": {
|