@snokam/mcp-api 2.60.1 → 2.61.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/test/accounting.json +226 -284
- package/specs/test/blog.json +167 -151
- package/specs/test/broker.json +1 -2
- package/specs/test/chatgpt.json +167 -280
- package/specs/test/employees.json +686 -739
- package/specs/test/events.json +47 -35
- package/specs/test/recruitment.json +55 -55
- package/specs/test/sales.json +229 -427
- package/specs/test/sanity.json +14253 -34276
package/specs/test/events.json
CHANGED
|
@@ -1313,8 +1313,7 @@
|
|
|
1313
1313
|
"properties": {
|
|
1314
1314
|
"token": {
|
|
1315
1315
|
"minLength": 1,
|
|
1316
|
-
"type": "string"
|
|
1317
|
-
"nullable": true
|
|
1316
|
+
"type": "string"
|
|
1318
1317
|
},
|
|
1319
1318
|
"sanityType": {
|
|
1320
1319
|
"enum": [
|
|
@@ -1631,16 +1630,13 @@
|
|
|
1631
1630
|
"type": "object",
|
|
1632
1631
|
"properties": {
|
|
1633
1632
|
"type": {
|
|
1634
|
-
"type": "string"
|
|
1635
|
-
"nullable": true
|
|
1633
|
+
"type": "string"
|
|
1636
1634
|
},
|
|
1637
1635
|
"url": {
|
|
1638
|
-
"type": "string"
|
|
1639
|
-
"nullable": true
|
|
1636
|
+
"type": "string"
|
|
1640
1637
|
},
|
|
1641
1638
|
"filename": {
|
|
1642
|
-
"type": "string"
|
|
1643
|
-
"nullable": true
|
|
1639
|
+
"type": "string"
|
|
1644
1640
|
}
|
|
1645
1641
|
}
|
|
1646
1642
|
},
|
|
@@ -2730,15 +2726,15 @@
|
|
|
2730
2726
|
"sanityEventMemoriesInner": {
|
|
2731
2727
|
"type": "object",
|
|
2732
2728
|
"properties": {
|
|
2733
|
-
"
|
|
2734
|
-
"$ref": "#/components/schemas/
|
|
2729
|
+
"sanityEventMemoriesInnerImage": {
|
|
2730
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerImage"
|
|
2735
2731
|
},
|
|
2736
|
-
"
|
|
2737
|
-
"$ref": "#/components/schemas/
|
|
2732
|
+
"sanityEventMemoriesInnerVideo": {
|
|
2733
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerVideo"
|
|
2738
2734
|
}
|
|
2739
2735
|
}
|
|
2740
2736
|
},
|
|
2741
|
-
"
|
|
2737
|
+
"sanityEventMemoriesInnerImage": {
|
|
2742
2738
|
"type": "object",
|
|
2743
2739
|
"properties": {
|
|
2744
2740
|
"sanityType": {
|
|
@@ -2761,7 +2757,7 @@
|
|
|
2761
2757
|
}
|
|
2762
2758
|
}
|
|
2763
2759
|
},
|
|
2764
|
-
"
|
|
2760
|
+
"sanityEventMemoriesInnerVideo": {
|
|
2765
2761
|
"type": "object",
|
|
2766
2762
|
"properties": {
|
|
2767
2763
|
"sanityType": {
|
|
@@ -2780,7 +2776,7 @@
|
|
|
2780
2776
|
"nullable": true
|
|
2781
2777
|
},
|
|
2782
2778
|
"asset": {
|
|
2783
|
-
"$ref": "#/components/schemas/
|
|
2779
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2784
2780
|
}
|
|
2785
2781
|
}
|
|
2786
2782
|
},
|
|
@@ -2905,15 +2901,15 @@
|
|
|
2905
2901
|
"sanityTechnologyWithRelationsArticlesInnerMedia": {
|
|
2906
2902
|
"type": "object",
|
|
2907
2903
|
"properties": {
|
|
2908
|
-
"
|
|
2909
|
-
"$ref": "#/components/schemas/
|
|
2904
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaImage": {
|
|
2905
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaImage"
|
|
2910
2906
|
},
|
|
2911
|
-
"
|
|
2912
|
-
"$ref": "#/components/schemas/
|
|
2907
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaVideo": {
|
|
2908
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaVideo"
|
|
2913
2909
|
}
|
|
2914
2910
|
}
|
|
2915
2911
|
},
|
|
2916
|
-
"
|
|
2912
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaImage": {
|
|
2917
2913
|
"type": "object",
|
|
2918
2914
|
"properties": {
|
|
2919
2915
|
"sanityType": {
|
|
@@ -2925,11 +2921,11 @@
|
|
|
2925
2921
|
"default": 1
|
|
2926
2922
|
},
|
|
2927
2923
|
"asset": {
|
|
2928
|
-
"$ref": "#/components/schemas/
|
|
2924
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2929
2925
|
}
|
|
2930
2926
|
}
|
|
2931
2927
|
},
|
|
2932
|
-
"
|
|
2928
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaVideo": {
|
|
2933
2929
|
"type": "object",
|
|
2934
2930
|
"properties": {
|
|
2935
2931
|
"sanityType": {
|
|
@@ -2940,18 +2936,12 @@
|
|
|
2940
2936
|
"format": "int32",
|
|
2941
2937
|
"default": 1
|
|
2942
2938
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"
|
|
2945
|
-
},
|
|
2946
|
-
"sanityId": {
|
|
2947
|
-
"type": "string"
|
|
2948
|
-
},
|
|
2949
|
-
"slug": {
|
|
2950
|
-
"$ref": "#/components/schemas/slug"
|
|
2939
|
+
"asset": {
|
|
2940
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2951
2941
|
}
|
|
2952
2942
|
}
|
|
2953
2943
|
},
|
|
2954
|
-
"
|
|
2944
|
+
"sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
|
|
2955
2945
|
"type": "object",
|
|
2956
2946
|
"properties": {
|
|
2957
2947
|
"sanityType": {
|
|
@@ -2962,14 +2952,14 @@
|
|
|
2962
2952
|
"format": "int32",
|
|
2963
2953
|
"default": 1
|
|
2964
2954
|
},
|
|
2965
|
-
"
|
|
2955
|
+
"name": {
|
|
2966
2956
|
"type": "string"
|
|
2967
2957
|
},
|
|
2968
|
-
"
|
|
2958
|
+
"sanityId": {
|
|
2969
2959
|
"type": "string"
|
|
2970
2960
|
},
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2961
|
+
"slug": {
|
|
2962
|
+
"$ref": "#/components/schemas/slug"
|
|
2973
2963
|
}
|
|
2974
2964
|
}
|
|
2975
2965
|
},
|
|
@@ -3014,6 +3004,28 @@
|
|
|
3014
3004
|
}
|
|
3015
3005
|
}
|
|
3016
3006
|
},
|
|
3007
|
+
"sanityVideoMemoryAsset": {
|
|
3008
|
+
"type": "object",
|
|
3009
|
+
"properties": {
|
|
3010
|
+
"sanityType": {
|
|
3011
|
+
"enum": [
|
|
3012
|
+
1
|
|
3013
|
+
],
|
|
3014
|
+
"type": "integer",
|
|
3015
|
+
"format": "int32",
|
|
3016
|
+
"default": 1
|
|
3017
|
+
},
|
|
3018
|
+
"sanityId": {
|
|
3019
|
+
"type": "string"
|
|
3020
|
+
},
|
|
3021
|
+
"filename": {
|
|
3022
|
+
"type": "string"
|
|
3023
|
+
},
|
|
3024
|
+
"playbackId": {
|
|
3025
|
+
"type": "string"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
},
|
|
3017
3029
|
"slug": {
|
|
3018
3030
|
"type": "object",
|
|
3019
3031
|
"properties": {
|
|
@@ -1151,59 +1151,6 @@
|
|
|
1151
1151
|
},
|
|
1152
1152
|
"components": {
|
|
1153
1153
|
"schemas": {
|
|
1154
|
-
"componentBlocksInnerOneOfChildrenInner": {
|
|
1155
|
-
"type": "object",
|
|
1156
|
-
"properties": {
|
|
1157
|
-
"sanityType": {
|
|
1158
|
-
"enum": [
|
|
1159
|
-
1
|
|
1160
|
-
],
|
|
1161
|
-
"type": "integer",
|
|
1162
|
-
"format": "int32",
|
|
1163
|
-
"default": 1
|
|
1164
|
-
},
|
|
1165
|
-
"sanityKey": {
|
|
1166
|
-
"type": "string"
|
|
1167
|
-
},
|
|
1168
|
-
"marksOption": {
|
|
1169
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1170
|
-
},
|
|
1171
|
-
"marks": {
|
|
1172
|
-
"type": "array",
|
|
1173
|
-
"items": {
|
|
1174
|
-
"type": "string"
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"textOption": {
|
|
1178
|
-
"$ref": "#/components/schemas/option_string"
|
|
1179
|
-
},
|
|
1180
|
-
"text": {
|
|
1181
|
-
"type": "string"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
1186
|
-
"type": "object",
|
|
1187
|
-
"properties": {
|
|
1188
|
-
"sanityType": {
|
|
1189
|
-
"enum": [
|
|
1190
|
-
1
|
|
1191
|
-
],
|
|
1192
|
-
"type": "integer",
|
|
1193
|
-
"format": "int32",
|
|
1194
|
-
"default": 1
|
|
1195
|
-
},
|
|
1196
|
-
"sanityKey": {
|
|
1197
|
-
"type": "string"
|
|
1198
|
-
},
|
|
1199
|
-
"hrefOption": {
|
|
1200
|
-
"$ref": "#/components/schemas/option_string"
|
|
1201
|
-
},
|
|
1202
|
-
"href": {
|
|
1203
|
-
"type": "string"
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
1154
|
"createCandidateInput": {
|
|
1208
1155
|
"type": "object",
|
|
1209
1156
|
"properties": {
|
|
@@ -2705,7 +2652,7 @@
|
|
|
2705
2652
|
"children": {
|
|
2706
2653
|
"type": "array",
|
|
2707
2654
|
"items": {
|
|
2708
|
-
"$ref": "#/components/schemas/
|
|
2655
|
+
"$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
|
|
2709
2656
|
}
|
|
2710
2657
|
},
|
|
2711
2658
|
"levelOption": {
|
|
@@ -2722,11 +2669,64 @@
|
|
|
2722
2669
|
"markDefs": {
|
|
2723
2670
|
"type": "array",
|
|
2724
2671
|
"items": {
|
|
2725
|
-
"$ref": "#/components/schemas/
|
|
2672
|
+
"$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
|
|
2726
2673
|
}
|
|
2727
2674
|
}
|
|
2728
2675
|
}
|
|
2729
2676
|
},
|
|
2677
|
+
"sanitySystemsInnerDescriptionInnerChildrenInner": {
|
|
2678
|
+
"type": "object",
|
|
2679
|
+
"properties": {
|
|
2680
|
+
"sanityType": {
|
|
2681
|
+
"enum": [
|
|
2682
|
+
1
|
|
2683
|
+
],
|
|
2684
|
+
"type": "integer",
|
|
2685
|
+
"format": "int32",
|
|
2686
|
+
"default": 1
|
|
2687
|
+
},
|
|
2688
|
+
"sanityKey": {
|
|
2689
|
+
"type": "string"
|
|
2690
|
+
},
|
|
2691
|
+
"marksOption": {
|
|
2692
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2693
|
+
},
|
|
2694
|
+
"marks": {
|
|
2695
|
+
"type": "array",
|
|
2696
|
+
"items": {
|
|
2697
|
+
"type": "string"
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"textOption": {
|
|
2701
|
+
"$ref": "#/components/schemas/option_string"
|
|
2702
|
+
},
|
|
2703
|
+
"text": {
|
|
2704
|
+
"type": "string"
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2708
|
+
"sanitySystemsInnerDescriptionInnerMarkDefsInner": {
|
|
2709
|
+
"type": "object",
|
|
2710
|
+
"properties": {
|
|
2711
|
+
"sanityType": {
|
|
2712
|
+
"enum": [
|
|
2713
|
+
1
|
|
2714
|
+
],
|
|
2715
|
+
"type": "integer",
|
|
2716
|
+
"format": "int32",
|
|
2717
|
+
"default": 1
|
|
2718
|
+
},
|
|
2719
|
+
"sanityKey": {
|
|
2720
|
+
"type": "string"
|
|
2721
|
+
},
|
|
2722
|
+
"hrefOption": {
|
|
2723
|
+
"$ref": "#/components/schemas/option_string"
|
|
2724
|
+
},
|
|
2725
|
+
"href": {
|
|
2726
|
+
"type": "string"
|
|
2727
|
+
}
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2730
2730
|
"sanityTask": {
|
|
2731
2731
|
"type": "object",
|
|
2732
2732
|
"properties": {
|