@softeria/ms-365-mcp-server 0.4.3 → 0.4.4
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/dist/endpoints.json +0 -8
- package/dist/generated/client.js +0 -32
- package/package.json +1 -1
- package/src/endpoints.json +0 -8
package/dist/endpoints.json
CHANGED
|
@@ -196,14 +196,6 @@
|
|
|
196
196
|
"Files.Read"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
-
{
|
|
200
|
-
"pathPattern": "/drives/{drive-id}/items/{driveItem-id}/children",
|
|
201
|
-
"method": "post",
|
|
202
|
-
"toolName": "create-folder",
|
|
203
|
-
"scopes": [
|
|
204
|
-
"Files.ReadWrite"
|
|
205
|
-
]
|
|
206
|
-
},
|
|
207
199
|
{
|
|
208
200
|
"pathPattern": "/me/onenote/notebooks",
|
|
209
201
|
"method": "get",
|
package/dist/generated/client.js
CHANGED
|
@@ -12700,38 +12700,6 @@ const endpoints = makeApi([
|
|
|
12700
12700
|
},
|
|
12701
12701
|
],
|
|
12702
12702
|
},
|
|
12703
|
-
{
|
|
12704
|
-
method: 'post',
|
|
12705
|
-
path: '/drives/:driveId/items/:driveItemId/children',
|
|
12706
|
-
alias: 'create-folder',
|
|
12707
|
-
requestFormat: 'json',
|
|
12708
|
-
parameters: [
|
|
12709
|
-
{
|
|
12710
|
-
name: 'body',
|
|
12711
|
-
description: `New navigation property`,
|
|
12712
|
-
type: 'Body',
|
|
12713
|
-
schema: microsoft_graph_driveItem,
|
|
12714
|
-
},
|
|
12715
|
-
],
|
|
12716
|
-
response: z.void(),
|
|
12717
|
-
errors: [
|
|
12718
|
-
{
|
|
12719
|
-
status: NaN,
|
|
12720
|
-
description: `Created navigation property.`,
|
|
12721
|
-
schema: microsoft_graph_driveItem,
|
|
12722
|
-
},
|
|
12723
|
-
{
|
|
12724
|
-
status: NaN,
|
|
12725
|
-
description: `error`,
|
|
12726
|
-
schema: microsoft_graph_ODataErrors_ODataError,
|
|
12727
|
-
},
|
|
12728
|
-
{
|
|
12729
|
-
status: NaN,
|
|
12730
|
-
description: `error`,
|
|
12731
|
-
schema: microsoft_graph_ODataErrors_ODataError,
|
|
12732
|
-
},
|
|
12733
|
-
],
|
|
12734
|
-
},
|
|
12735
12703
|
{
|
|
12736
12704
|
method: 'get',
|
|
12737
12705
|
path: '/drives/:driveId/items/:driveItemId/children/:driveItemId1/content',
|
package/package.json
CHANGED
package/src/endpoints.json
CHANGED
|
@@ -196,14 +196,6 @@
|
|
|
196
196
|
"Files.Read"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
-
{
|
|
200
|
-
"pathPattern": "/drives/{drive-id}/items/{driveItem-id}/children",
|
|
201
|
-
"method": "post",
|
|
202
|
-
"toolName": "create-folder",
|
|
203
|
-
"scopes": [
|
|
204
|
-
"Files.ReadWrite"
|
|
205
|
-
]
|
|
206
|
-
},
|
|
207
199
|
{
|
|
208
200
|
"pathPattern": "/me/onenote/notebooks",
|
|
209
201
|
"method": "get",
|