@snokam/mcp-api 0.61.1 → 0.62.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 +1 -1
- package/specs/production/sanity.json +2635 -154
- package/specs/test/webshop.json +0 -37
- package/specs/test/accounting.json +0 -5767
- package/specs/test/blog.json +0 -1594
- package/specs/test/broker.json +0 -109
- package/specs/test/chatgpt.json +0 -1668
- package/specs/test/events.json +0 -2500
- package/specs/test/notifications.json +0 -559
- package/specs/test/office.json +0 -1984
- package/specs/test/recruitment.json +0 -3261
- package/specs/test/sales.json +0 -4540
- package/specs/test/sanity.json +0 -53190
- package/specs/test/sync.json +0 -181
package/specs/test/webshop.json
CHANGED
|
@@ -377,26 +377,6 @@
|
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
|
-
"descriptionChild": {
|
|
381
|
-
"type": "object",
|
|
382
|
-
"properties": {
|
|
383
|
-
"marks": {
|
|
384
|
-
"type": "array",
|
|
385
|
-
"items": {
|
|
386
|
-
"type": "string"
|
|
387
|
-
}
|
|
388
|
-
},
|
|
389
|
-
"text": {
|
|
390
|
-
"type": "string"
|
|
391
|
-
},
|
|
392
|
-
"sanityType": {
|
|
393
|
-
"type": "string"
|
|
394
|
-
},
|
|
395
|
-
"sanityKey": {
|
|
396
|
-
"type": "string"
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
380
|
"employee": {
|
|
401
381
|
"type": "object",
|
|
402
382
|
"properties": {
|
|
@@ -492,23 +472,6 @@
|
|
|
492
472
|
}
|
|
493
473
|
}
|
|
494
474
|
},
|
|
495
|
-
"imageAsset": {
|
|
496
|
-
"type": "object",
|
|
497
|
-
"properties": {
|
|
498
|
-
"sanityType": {
|
|
499
|
-
"type": "string"
|
|
500
|
-
},
|
|
501
|
-
"mimeType": {
|
|
502
|
-
"type": "string"
|
|
503
|
-
},
|
|
504
|
-
"originalFilename": {
|
|
505
|
-
"type": "string"
|
|
506
|
-
},
|
|
507
|
-
"url": {
|
|
508
|
-
"type": "string"
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
475
|
"innerOrder": {
|
|
513
476
|
"required": [
|
|
514
477
|
"equipmentId"
|