@snokam/mcp-api 0.10.0 → 0.11.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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/specs/production/accounting.json +5161 -527
- package/specs/production/broker.json +2 -2
- package/specs/production/chatgpt.json +21 -17
- package/specs/production/employees.json +350 -353
- package/specs/production/events.json +260 -176
- package/specs/production/notifications.json +10 -10
- package/specs/production/office.json +4 -4
- package/specs/production/recruitment.json +39 -0
- package/specs/production/sales.json +39 -0
- package/specs/production/sanity.json +127 -150
- package/specs/production/sync.json +7 -7
- package/specs/production/webshop.json +10 -10
- package/specs/test/accounting.json +5161 -527
- package/specs/test/broker.json +2 -2
- package/specs/test/chatgpt.json +21 -17
- package/specs/test/employees.json +350 -353
- package/specs/test/events.json +260 -176
- package/specs/test/notifications.json +10 -10
- package/specs/test/office.json +1984 -0
- package/specs/test/recruitment.json +39 -0
- package/specs/test/sales.json +39 -0
- package/specs/test/sanity.json +127 -150
- package/specs/test/sync.json +7 -7
- package/specs/test/webshop.json +10 -10
- package/specs/production/calculators.json +0 -1523
- package/specs/production/crypto.json +0 -1998
- package/specs/production/power-office.json +0 -2383
- package/specs/test/calculators.json +0 -1523
- package/specs/test/crypto.json +0 -1998
- package/specs/test/power-office.json +0 -2383
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.1",
|
|
3
3
|
"info": {
|
|
4
|
-
"title": "Sync
|
|
5
|
-
"description": "
|
|
4
|
+
"title": "Sync API",
|
|
5
|
+
"description": "Data synchronization service",
|
|
6
6
|
"version": "v1.0.0"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"security": [
|
|
40
40
|
{
|
|
41
41
|
"Implicit": [
|
|
42
|
-
"api://
|
|
42
|
+
"api://854bbe76-5f97-44df-ac8c-6b9c5562a500/.default"
|
|
43
43
|
]
|
|
44
44
|
}
|
|
45
45
|
]
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"security": [
|
|
74
74
|
{
|
|
75
75
|
"Implicit": [
|
|
76
|
-
"api://
|
|
76
|
+
"api://854bbe76-5f97-44df-ac8c-6b9c5562a500/.default"
|
|
77
77
|
]
|
|
78
78
|
}
|
|
79
79
|
]
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"security": [
|
|
132
132
|
{
|
|
133
133
|
"Implicit": [
|
|
134
|
-
"api://
|
|
134
|
+
"api://854bbe76-5f97-44df-ac8c-6b9c5562a500/.default"
|
|
135
135
|
]
|
|
136
136
|
}
|
|
137
137
|
]
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"security": [
|
|
155
155
|
{
|
|
156
156
|
"Implicit": [
|
|
157
|
-
"api://
|
|
157
|
+
"api://854bbe76-5f97-44df-ac8c-6b9c5562a500/.default"
|
|
158
158
|
]
|
|
159
159
|
}
|
|
160
160
|
]
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"tokenUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
|
|
172
172
|
"refreshUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
|
|
173
173
|
"scopes": {
|
|
174
|
-
"api://
|
|
174
|
+
"api://854bbe76-5f97-44df-ac8c-6b9c5562a500/.default": "Default function scope"
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.1",
|
|
3
3
|
"info": {
|
|
4
|
-
"title": "Webshop
|
|
5
|
-
"description": "
|
|
4
|
+
"title": "Webshop API",
|
|
5
|
+
"description": "Webshop service",
|
|
6
6
|
"version": "v1.0.0"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"security": [
|
|
39
39
|
{
|
|
40
40
|
"Implicit": [
|
|
41
|
-
"api://
|
|
41
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
42
42
|
]
|
|
43
43
|
}
|
|
44
44
|
]
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"security": [
|
|
76
76
|
{
|
|
77
77
|
"Implicit": [
|
|
78
|
-
"api://
|
|
78
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
79
79
|
]
|
|
80
80
|
}
|
|
81
81
|
]
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"security": [
|
|
121
121
|
{
|
|
122
122
|
"Implicit": [
|
|
123
|
-
"api://
|
|
123
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
124
124
|
]
|
|
125
125
|
}
|
|
126
126
|
]
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"security": [
|
|
170
170
|
{
|
|
171
171
|
"Implicit": [
|
|
172
|
-
"api://
|
|
172
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
173
173
|
]
|
|
174
174
|
}
|
|
175
175
|
]
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"security": [
|
|
203
203
|
{
|
|
204
204
|
"Implicit": [
|
|
205
|
-
"api://
|
|
205
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
206
206
|
]
|
|
207
207
|
}
|
|
208
208
|
]
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"security": [
|
|
236
236
|
{
|
|
237
237
|
"Implicit": [
|
|
238
|
-
"api://
|
|
238
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
239
239
|
]
|
|
240
240
|
}
|
|
241
241
|
]
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"security": [
|
|
284
284
|
{
|
|
285
285
|
"Implicit": [
|
|
286
|
-
"api://
|
|
286
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default"
|
|
287
287
|
]
|
|
288
288
|
}
|
|
289
289
|
]
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"tokenUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
|
|
622
622
|
"refreshUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
|
|
623
623
|
"scopes": {
|
|
624
|
-
"api://
|
|
624
|
+
"api://baec0bd8-3f81-49ca-b014-55ca00993ef9/.default": "Default function scope"
|
|
625
625
|
}
|
|
626
626
|
}
|
|
627
627
|
}
|