@snokam/mcp-api 0.120.0 → 0.121.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "0.120.0",
3
+ "version": "0.121.0",
4
4
  "description": "MCP server exposing Snokam backend APIs as tools for Claude Code and other MCP clients",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2823,6 +2823,48 @@
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
+ },
2826
2868
  "cryptoBuys": {
2827
2869
  "type": "object",
2828
2870
  "properties": {
@@ -3740,6 +3782,27 @@
3740
3782
  }
3741
3783
  }
3742
3784
  },
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
+ },
3743
3806
  "payItem": {
3744
3807
  "type": "object",
3745
3808
  "properties": {
@@ -4688,6 +4751,76 @@
4688
4751
  }
4689
4752
  }
4690
4753
  },
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
+ },
4691
4824
  "sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
4692
4825
  "type": "object",
4693
4826
  "properties": {