@snokam/mcp-api 0.180.2 → 0.180.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/package.json +1 -1
- package/specs/production/accounting.json +6054 -0
- package/specs/production/blog.json +1646 -0
- package/specs/production/broker.json +137 -0
- package/specs/production/chatgpt.json +1867 -0
- package/specs/production/employees.json +3396 -0
- package/specs/production/events.json +2792 -0
- package/specs/production/notifications.json +840 -0
- package/specs/production/office.json +1910 -0
- package/specs/production/sync.json +277 -0
- package/specs/production/webshop.json +651 -0
- package/specs/test/accounting.json +2007 -25
- package/specs/test/blog.json +1646 -0
- package/specs/test/broker.json +137 -0
- package/specs/test/chatgpt.json +1867 -0
- package/specs/test/employees.json +147 -0
- package/specs/test/events.json +2792 -0
- package/specs/test/notifications.json +840 -0
- package/specs/test/office.json +1910 -0
- package/specs/test/recruitment.json +3948 -0
- package/specs/test/sales.json +42 -0
|
@@ -1262,6 +1262,48 @@
|
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
1264
|
},
|
|
1265
|
+
"componentBlocksInnerOneOfChildrenInner": {
|
|
1266
|
+
"type": "object",
|
|
1267
|
+
"properties": {
|
|
1268
|
+
"sanityType": {
|
|
1269
|
+
"enum": [
|
|
1270
|
+
"span"
|
|
1271
|
+
],
|
|
1272
|
+
"type": "string",
|
|
1273
|
+
"default": "span"
|
|
1274
|
+
},
|
|
1275
|
+
"marks": {
|
|
1276
|
+
"type": "array",
|
|
1277
|
+
"items": {
|
|
1278
|
+
"type": "string"
|
|
1279
|
+
}
|
|
1280
|
+
},
|
|
1281
|
+
"sanityKey": {
|
|
1282
|
+
"type": "string"
|
|
1283
|
+
},
|
|
1284
|
+
"text": {
|
|
1285
|
+
"type": "string"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
1290
|
+
"type": "object",
|
|
1291
|
+
"properties": {
|
|
1292
|
+
"sanityType": {
|
|
1293
|
+
"enum": [
|
|
1294
|
+
"link"
|
|
1295
|
+
],
|
|
1296
|
+
"type": "string",
|
|
1297
|
+
"default": "link"
|
|
1298
|
+
},
|
|
1299
|
+
"href": {
|
|
1300
|
+
"type": "string"
|
|
1301
|
+
},
|
|
1302
|
+
"sanityKey": {
|
|
1303
|
+
"type": "string"
|
|
1304
|
+
}
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1265
1307
|
"componentGalleryMediaInner": {
|
|
1266
1308
|
"type": "object",
|
|
1267
1309
|
"properties": {
|
|
@@ -1741,6 +1783,27 @@
|
|
|
1741
1783
|
}
|
|
1742
1784
|
}
|
|
1743
1785
|
},
|
|
1786
|
+
"pageEmployeeOrderInner": {
|
|
1787
|
+
"type": "object",
|
|
1788
|
+
"properties": {
|
|
1789
|
+
"sanityType": {
|
|
1790
|
+
"enum": [
|
|
1791
|
+
"reference"
|
|
1792
|
+
],
|
|
1793
|
+
"type": "string",
|
|
1794
|
+
"default": "reference"
|
|
1795
|
+
},
|
|
1796
|
+
"sanityKey": {
|
|
1797
|
+
"type": "string"
|
|
1798
|
+
},
|
|
1799
|
+
"sanityRef": {
|
|
1800
|
+
"type": "string"
|
|
1801
|
+
},
|
|
1802
|
+
"sanityWeak": {
|
|
1803
|
+
"type": "boolean"
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
},
|
|
1744
1807
|
"pageEquipmentInner": {
|
|
1745
1808
|
"type": "object",
|
|
1746
1809
|
"properties": {
|
|
@@ -2662,6 +2725,20 @@
|
|
|
2662
2725
|
}
|
|
2663
2726
|
}
|
|
2664
2727
|
},
|
|
2728
|
+
"sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
|
|
2729
|
+
"type": "object",
|
|
2730
|
+
"properties": {
|
|
2731
|
+
"actualInstance": {
|
|
2732
|
+
"type": "object"
|
|
2733
|
+
},
|
|
2734
|
+
"isNullable": {
|
|
2735
|
+
"type": "boolean"
|
|
2736
|
+
},
|
|
2737
|
+
"schemaType": {
|
|
2738
|
+
"type": "string"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2665
2742
|
"sanityImage": {
|
|
2666
2743
|
"type": "object",
|
|
2667
2744
|
"properties": {
|
|
@@ -3054,6 +3131,76 @@
|
|
|
3054
3131
|
}
|
|
3055
3132
|
}
|
|
3056
3133
|
},
|
|
3134
|
+
"sanitySystemsInnerDescriptionInner": {
|
|
3135
|
+
"type": "object",
|
|
3136
|
+
"properties": {
|
|
3137
|
+
"listItem": {
|
|
3138
|
+
"enum": [
|
|
3139
|
+
"bullet",
|
|
3140
|
+
"number"
|
|
3141
|
+
],
|
|
3142
|
+
"type": "string",
|
|
3143
|
+
"default": "bullet",
|
|
3144
|
+
"nullable": true
|
|
3145
|
+
},
|
|
3146
|
+
"sanityType": {
|
|
3147
|
+
"enum": [
|
|
3148
|
+
"block"
|
|
3149
|
+
],
|
|
3150
|
+
"type": "string",
|
|
3151
|
+
"default": "block"
|
|
3152
|
+
},
|
|
3153
|
+
"style": {
|
|
3154
|
+
"enum": [
|
|
3155
|
+
"blockquote",
|
|
3156
|
+
"h1",
|
|
3157
|
+
"h2",
|
|
3158
|
+
"h3",
|
|
3159
|
+
"h4",
|
|
3160
|
+
"h5",
|
|
3161
|
+
"h6",
|
|
3162
|
+
"normal"
|
|
3163
|
+
],
|
|
3164
|
+
"type": "string",
|
|
3165
|
+
"default": "blockquote",
|
|
3166
|
+
"nullable": true
|
|
3167
|
+
},
|
|
3168
|
+
"children": {
|
|
3169
|
+
"type": "array",
|
|
3170
|
+
"items": {
|
|
3171
|
+
"$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
"level": {
|
|
3175
|
+
"type": "number",
|
|
3176
|
+
"format": "double"
|
|
3177
|
+
},
|
|
3178
|
+
"markDefs": {
|
|
3179
|
+
"type": "array",
|
|
3180
|
+
"items": {
|
|
3181
|
+
"$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
"sanityKey": {
|
|
3185
|
+
"type": "string"
|
|
3186
|
+
}
|
|
3187
|
+
}
|
|
3188
|
+
},
|
|
3189
|
+
"sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
|
|
3190
|
+
"type": "object",
|
|
3191
|
+
"properties": {
|
|
3192
|
+
"sanityType": {
|
|
3193
|
+
"enum": [
|
|
3194
|
+
"image"
|
|
3195
|
+
],
|
|
3196
|
+
"type": "string",
|
|
3197
|
+
"default": "image"
|
|
3198
|
+
},
|
|
3199
|
+
"asset": {
|
|
3200
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3057
3204
|
"sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
|
|
3058
3205
|
"type": "object",
|
|
3059
3206
|
"properties": {
|