@snokam/mcp-api 0.118.0 → 0.120.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/accounting.json +0 -133
- package/specs/production/blog.json +0 -1602
- package/specs/production/chatgpt.json +0 -1721
- package/specs/production/notifications.json +0 -611
package/package.json
CHANGED
|
@@ -2823,48 +2823,6 @@
|
|
|
2823
2823
|
},
|
|
2824
2824
|
"nullable": true
|
|
2825
2825
|
},
|
|
2826
|
-
"componentBlocksInnerOneOfChildrenInner": {
|
|
2827
|
-
"type": "object",
|
|
2828
|
-
"properties": {
|
|
2829
|
-
"sanityType": {
|
|
2830
|
-
"enum": [
|
|
2831
|
-
"span"
|
|
2832
|
-
],
|
|
2833
|
-
"type": "string",
|
|
2834
|
-
"default": "span"
|
|
2835
|
-
},
|
|
2836
|
-
"marks": {
|
|
2837
|
-
"type": "array",
|
|
2838
|
-
"items": {
|
|
2839
|
-
"type": "string"
|
|
2840
|
-
}
|
|
2841
|
-
},
|
|
2842
|
-
"sanityKey": {
|
|
2843
|
-
"type": "string"
|
|
2844
|
-
},
|
|
2845
|
-
"text": {
|
|
2846
|
-
"type": "string"
|
|
2847
|
-
}
|
|
2848
|
-
}
|
|
2849
|
-
},
|
|
2850
|
-
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
2851
|
-
"type": "object",
|
|
2852
|
-
"properties": {
|
|
2853
|
-
"sanityType": {
|
|
2854
|
-
"enum": [
|
|
2855
|
-
"link"
|
|
2856
|
-
],
|
|
2857
|
-
"type": "string",
|
|
2858
|
-
"default": "link"
|
|
2859
|
-
},
|
|
2860
|
-
"href": {
|
|
2861
|
-
"type": "string"
|
|
2862
|
-
},
|
|
2863
|
-
"sanityKey": {
|
|
2864
|
-
"type": "string"
|
|
2865
|
-
}
|
|
2866
|
-
}
|
|
2867
|
-
},
|
|
2868
2826
|
"cryptoBuys": {
|
|
2869
2827
|
"type": "object",
|
|
2870
2828
|
"properties": {
|
|
@@ -3782,27 +3740,6 @@
|
|
|
3782
3740
|
}
|
|
3783
3741
|
}
|
|
3784
3742
|
},
|
|
3785
|
-
"pageEmployeeOrderInner": {
|
|
3786
|
-
"type": "object",
|
|
3787
|
-
"properties": {
|
|
3788
|
-
"sanityType": {
|
|
3789
|
-
"enum": [
|
|
3790
|
-
"reference"
|
|
3791
|
-
],
|
|
3792
|
-
"type": "string",
|
|
3793
|
-
"default": "reference"
|
|
3794
|
-
},
|
|
3795
|
-
"sanityKey": {
|
|
3796
|
-
"type": "string"
|
|
3797
|
-
},
|
|
3798
|
-
"sanityRef": {
|
|
3799
|
-
"type": "string"
|
|
3800
|
-
},
|
|
3801
|
-
"sanityWeak": {
|
|
3802
|
-
"type": "boolean"
|
|
3803
|
-
}
|
|
3804
|
-
}
|
|
3805
|
-
},
|
|
3806
3743
|
"payItem": {
|
|
3807
3744
|
"type": "object",
|
|
3808
3745
|
"properties": {
|
|
@@ -4751,76 +4688,6 @@
|
|
|
4751
4688
|
}
|
|
4752
4689
|
}
|
|
4753
4690
|
},
|
|
4754
|
-
"sanitySystemsInnerDescriptionInner": {
|
|
4755
|
-
"type": "object",
|
|
4756
|
-
"properties": {
|
|
4757
|
-
"listItem": {
|
|
4758
|
-
"enum": [
|
|
4759
|
-
"bullet",
|
|
4760
|
-
"number"
|
|
4761
|
-
],
|
|
4762
|
-
"type": "string",
|
|
4763
|
-
"default": "bullet",
|
|
4764
|
-
"nullable": true
|
|
4765
|
-
},
|
|
4766
|
-
"sanityType": {
|
|
4767
|
-
"enum": [
|
|
4768
|
-
"block"
|
|
4769
|
-
],
|
|
4770
|
-
"type": "string",
|
|
4771
|
-
"default": "block"
|
|
4772
|
-
},
|
|
4773
|
-
"style": {
|
|
4774
|
-
"enum": [
|
|
4775
|
-
"blockquote",
|
|
4776
|
-
"h1",
|
|
4777
|
-
"h2",
|
|
4778
|
-
"h3",
|
|
4779
|
-
"h4",
|
|
4780
|
-
"h5",
|
|
4781
|
-
"h6",
|
|
4782
|
-
"normal"
|
|
4783
|
-
],
|
|
4784
|
-
"type": "string",
|
|
4785
|
-
"default": "blockquote",
|
|
4786
|
-
"nullable": true
|
|
4787
|
-
},
|
|
4788
|
-
"children": {
|
|
4789
|
-
"type": "array",
|
|
4790
|
-
"items": {
|
|
4791
|
-
"$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
|
|
4792
|
-
}
|
|
4793
|
-
},
|
|
4794
|
-
"level": {
|
|
4795
|
-
"type": "number",
|
|
4796
|
-
"format": "double"
|
|
4797
|
-
},
|
|
4798
|
-
"markDefs": {
|
|
4799
|
-
"type": "array",
|
|
4800
|
-
"items": {
|
|
4801
|
-
"$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
|
|
4802
|
-
}
|
|
4803
|
-
},
|
|
4804
|
-
"sanityKey": {
|
|
4805
|
-
"type": "string"
|
|
4806
|
-
}
|
|
4807
|
-
}
|
|
4808
|
-
},
|
|
4809
|
-
"sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
|
|
4810
|
-
"type": "object",
|
|
4811
|
-
"properties": {
|
|
4812
|
-
"sanityType": {
|
|
4813
|
-
"enum": [
|
|
4814
|
-
"image"
|
|
4815
|
-
],
|
|
4816
|
-
"type": "string",
|
|
4817
|
-
"default": "image"
|
|
4818
|
-
},
|
|
4819
|
-
"asset": {
|
|
4820
|
-
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
4821
|
-
}
|
|
4822
|
-
}
|
|
4823
|
-
},
|
|
4824
4691
|
"sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
|
|
4825
4692
|
"type": "object",
|
|
4826
4693
|
"properties": {
|