@snokam/mcp-api 0.87.1 → 0.88.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
CHANGED
|
@@ -580,6 +580,26 @@
|
|
|
580
580
|
"summary": "Gets all protected employees",
|
|
581
581
|
"description": "Retrieves a list of all protected employees.",
|
|
582
582
|
"operationId": "GetEmployeesProtected",
|
|
583
|
+
"parameters": [
|
|
584
|
+
{
|
|
585
|
+
"name": "includeBots",
|
|
586
|
+
"in": "query",
|
|
587
|
+
"description": "Include AI / bot employees (Olaf et al.). Defaults to false.",
|
|
588
|
+
"schema": {
|
|
589
|
+
"type": "boolean"
|
|
590
|
+
},
|
|
591
|
+
"x-ms-summary": "Include bots"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "includeExternals",
|
|
595
|
+
"in": "query",
|
|
596
|
+
"description": "Include external employees (contractors). Defaults to false.",
|
|
597
|
+
"schema": {
|
|
598
|
+
"type": "boolean"
|
|
599
|
+
},
|
|
600
|
+
"x-ms-summary": "Include externals"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
583
603
|
"responses": {
|
|
584
604
|
"200": {
|
|
585
605
|
"description": "List of protected employees retrieved successfully",
|
|
@@ -2143,6 +2163,9 @@
|
|
|
2143
2163
|
"name": {
|
|
2144
2164
|
"type": "string"
|
|
2145
2165
|
},
|
|
2166
|
+
"permissions": {
|
|
2167
|
+
"type": "string"
|
|
2168
|
+
},
|
|
2146
2169
|
"sanityCreatedAt": {
|
|
2147
2170
|
"type": "string"
|
|
2148
2171
|
},
|
|
@@ -580,6 +580,26 @@
|
|
|
580
580
|
"summary": "Gets all protected employees",
|
|
581
581
|
"description": "Retrieves a list of all protected employees.",
|
|
582
582
|
"operationId": "GetEmployeesProtected",
|
|
583
|
+
"parameters": [
|
|
584
|
+
{
|
|
585
|
+
"name": "includeBots",
|
|
586
|
+
"in": "query",
|
|
587
|
+
"description": "Include AI / bot employees (Olaf et al.). Defaults to false.",
|
|
588
|
+
"schema": {
|
|
589
|
+
"type": "boolean"
|
|
590
|
+
},
|
|
591
|
+
"x-ms-summary": "Include bots"
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "includeExternals",
|
|
595
|
+
"in": "query",
|
|
596
|
+
"description": "Include external employees (contractors). Defaults to false.",
|
|
597
|
+
"schema": {
|
|
598
|
+
"type": "boolean"
|
|
599
|
+
},
|
|
600
|
+
"x-ms-summary": "Include externals"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
583
603
|
"responses": {
|
|
584
604
|
"200": {
|
|
585
605
|
"description": "List of protected employees retrieved successfully",
|
|
@@ -2143,6 +2163,9 @@
|
|
|
2143
2163
|
"name": {
|
|
2144
2164
|
"type": "string"
|
|
2145
2165
|
},
|
|
2166
|
+
"permissions": {
|
|
2167
|
+
"type": "string"
|
|
2168
|
+
},
|
|
2146
2169
|
"sanityCreatedAt": {
|
|
2147
2170
|
"type": "string"
|
|
2148
2171
|
},
|