@snokam/mcp-api 0.133.0 → 0.135.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/recruitment.json +25 -25
- package/specs/production/sanity.json +4737 -943
- package/specs/test/recruitment.json +25 -25
- package/specs/test/sanity.json +4737 -943
|
@@ -2442,30 +2442,6 @@
|
|
|
2442
2442
|
}
|
|
2443
2443
|
}
|
|
2444
2444
|
},
|
|
2445
|
-
"pageMetaImage": {
|
|
2446
|
-
"type": "object",
|
|
2447
|
-
"properties": {
|
|
2448
|
-
"sanityType": {
|
|
2449
|
-
"enum": [
|
|
2450
|
-
"image"
|
|
2451
|
-
],
|
|
2452
|
-
"type": "string",
|
|
2453
|
-
"default": "image"
|
|
2454
|
-
},
|
|
2455
|
-
"asset": {
|
|
2456
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2457
|
-
},
|
|
2458
|
-
"crop": {
|
|
2459
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2460
|
-
},
|
|
2461
|
-
"hotspot": {
|
|
2462
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2463
|
-
},
|
|
2464
|
-
"media": {
|
|
2465
|
-
"type": "object"
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
2468
|
-
},
|
|
2469
2445
|
"patchCandidateRequestBody": {
|
|
2470
2446
|
"type": "object",
|
|
2471
2447
|
"properties": {
|
|
@@ -3017,7 +2993,7 @@
|
|
|
3017
2993
|
"type": "string"
|
|
3018
2994
|
},
|
|
3019
2995
|
"image": {
|
|
3020
|
-
"$ref": "#/components/schemas/
|
|
2996
|
+
"$ref": "#/components/schemas/sanityCreateTvCategoryDashboardsInnerBackgroundImage"
|
|
3021
2997
|
},
|
|
3022
2998
|
"metaDescription": {
|
|
3023
2999
|
"type": "string"
|
|
@@ -3152,6 +3128,30 @@
|
|
|
3152
3128
|
}
|
|
3153
3129
|
}
|
|
3154
3130
|
},
|
|
3131
|
+
"sanityCreateTvCategoryDashboardsInnerBackgroundImage": {
|
|
3132
|
+
"type": "object",
|
|
3133
|
+
"properties": {
|
|
3134
|
+
"sanityType": {
|
|
3135
|
+
"enum": [
|
|
3136
|
+
"image"
|
|
3137
|
+
],
|
|
3138
|
+
"type": "string",
|
|
3139
|
+
"default": "image"
|
|
3140
|
+
},
|
|
3141
|
+
"asset": {
|
|
3142
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
3143
|
+
},
|
|
3144
|
+
"crop": {
|
|
3145
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
3146
|
+
},
|
|
3147
|
+
"hotspot": {
|
|
3148
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
3149
|
+
},
|
|
3150
|
+
"media": {
|
|
3151
|
+
"type": "object"
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3155
3155
|
"sanityDocFileAsset": {
|
|
3156
3156
|
"type": "object",
|
|
3157
3157
|
"properties": {
|