@snokam/mcp-api 2.61.0 → 2.61.1

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.
@@ -3628,6 +3628,46 @@
3628
3628
  }
3629
3629
  }
3630
3630
  },
3631
+ "option_sanityEmployeeCommissionTier": {
3632
+ "type": "object",
3633
+ "properties": {
3634
+ "value": {
3635
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
3636
+ }
3637
+ }
3638
+ },
3639
+ "option_sanityEmployeeManager": {
3640
+ "type": "object",
3641
+ "properties": {
3642
+ "value": {
3643
+ "$ref": "#/components/schemas/sanityEmployeeManager"
3644
+ }
3645
+ }
3646
+ },
3647
+ "option_sanityTvCategoryDashboardsInnerBackgroundImage": {
3648
+ "type": "object",
3649
+ "properties": {
3650
+ "value": {
3651
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
3652
+ }
3653
+ }
3654
+ },
3655
+ "option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
3656
+ "type": "object",
3657
+ "properties": {
3658
+ "value": {
3659
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3660
+ }
3661
+ }
3662
+ },
3663
+ "option_sanityVideoMemoryAsset": {
3664
+ "type": "object",
3665
+ "properties": {
3666
+ "value": {
3667
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
3668
+ }
3669
+ }
3670
+ },
3631
3671
  "option_string": {
3632
3672
  "type": "object",
3633
3673
  "properties": {
@@ -3666,32 +3706,6 @@
3666
3706
  }
3667
3707
  }
3668
3708
  },
3669
- "pageEmployeeOrderInner": {
3670
- "type": "object",
3671
- "properties": {
3672
- "sanityType": {
3673
- "enum": [
3674
- 1
3675
- ],
3676
- "type": "integer",
3677
- "format": "int32",
3678
- "default": 1
3679
- },
3680
- "sanityKey": {
3681
- "type": "string"
3682
- },
3683
- "sanityRef": {
3684
- "type": "string"
3685
- },
3686
- "sanityWeakOption": {
3687
- "$ref": "#/components/schemas/option_nullable`1"
3688
- },
3689
- "sanityWeak": {
3690
- "type": "boolean",
3691
- "nullable": true
3692
- }
3693
- }
3694
- },
3695
3709
  "payItem": {
3696
3710
  "type": "object",
3697
3711
  "properties": {
@@ -4301,7 +4315,7 @@
4301
4315
  "type": "string"
4302
4316
  },
4303
4317
  "slug": {
4304
- "$ref": "#/components/schemas/slug"
4318
+ "$ref": "#/components/schemas/sanitySlug"
4305
4319
  },
4306
4320
  "startDate": {
4307
4321
  "type": "string"
@@ -4330,6 +4344,9 @@
4330
4344
  "type": "string"
4331
4345
  }
4332
4346
  },
4347
+ "cliftonStrengthsOption": {
4348
+ "$ref": "#/components/schemas/option_list`1"
4349
+ },
4333
4350
  "cliftonStrengths": {
4334
4351
  "type": "array",
4335
4352
  "items": {
@@ -4342,6 +4359,9 @@
4342
4359
  "coinbaseAccountEmail": {
4343
4360
  "type": "string"
4344
4361
  },
4362
+ "commissionTierOption": {
4363
+ "$ref": "#/components/schemas/option_sanityEmployeeCommissionTier"
4364
+ },
4345
4365
  "commissionTier": {
4346
4366
  "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
4347
4367
  },
@@ -4351,6 +4371,9 @@
4351
4371
  "education": {
4352
4372
  "type": "string"
4353
4373
  },
4374
+ "equipmentOption": {
4375
+ "$ref": "#/components/schemas/option_list`1"
4376
+ },
4354
4377
  "equipment": {
4355
4378
  "type": "array",
4356
4379
  "items": {
@@ -4365,6 +4388,9 @@
4365
4388
  "format": "double",
4366
4389
  "nullable": true
4367
4390
  },
4391
+ "groupsOption": {
4392
+ "$ref": "#/components/schemas/option_list`1"
4393
+ },
4368
4394
  "groups": {
4369
4395
  "type": "array",
4370
4396
  "items": {
@@ -4400,15 +4426,24 @@
4400
4426
  "type": "boolean",
4401
4427
  "nullable": true
4402
4428
  },
4429
+ "managerOption": {
4430
+ "$ref": "#/components/schemas/option_sanityEmployeeManager"
4431
+ },
4403
4432
  "manager": {
4404
4433
  "$ref": "#/components/schemas/sanityEmployeeManager"
4405
4434
  },
4435
+ "mediaOption": {
4436
+ "$ref": "#/components/schemas/option_list`1"
4437
+ },
4406
4438
  "media": {
4407
4439
  "type": "array",
4408
4440
  "items": {
4409
4441
  "$ref": "#/components/schemas/sanityEmployeeMediaInner"
4410
4442
  }
4411
4443
  },
4444
+ "nextOfKinOption": {
4445
+ "$ref": "#/components/schemas/option_list`1"
4446
+ },
4412
4447
  "nextOfKin": {
4413
4448
  "type": "array",
4414
4449
  "items": {
@@ -4435,12 +4470,18 @@
4435
4470
  "position": {
4436
4471
  "type": "string"
4437
4472
  },
4473
+ "tagsOption": {
4474
+ "$ref": "#/components/schemas/option_list`1"
4475
+ },
4438
4476
  "tags": {
4439
4477
  "type": "array",
4440
4478
  "items": {
4441
4479
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4442
4480
  }
4443
4481
  },
4482
+ "technologiesOption": {
4483
+ "$ref": "#/components/schemas/option_list`1"
4484
+ },
4444
4485
  "technologies": {
4445
4486
  "type": "array",
4446
4487
  "items": {
@@ -4545,15 +4586,24 @@
4545
4586
  "title": {
4546
4587
  "type": "string"
4547
4588
  },
4589
+ "descriptionOption": {
4590
+ "$ref": "#/components/schemas/option_list`1"
4591
+ },
4548
4592
  "description": {
4549
4593
  "type": "array",
4550
4594
  "items": {
4551
4595
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
4552
4596
  }
4553
4597
  },
4598
+ "imageOption": {
4599
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
4600
+ },
4554
4601
  "image": {
4555
4602
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
4556
4603
  },
4604
+ "imagesOption": {
4605
+ "$ref": "#/components/schemas/option_list`1"
4606
+ },
4557
4607
  "images": {
4558
4608
  "type": "array",
4559
4609
  "items": {
@@ -4606,7 +4656,7 @@
4606
4656
  "leaders": {
4607
4657
  "type": "array",
4608
4658
  "items": {
4609
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
4659
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
4610
4660
  }
4611
4661
  }
4612
4662
  }
@@ -4635,11 +4685,14 @@
4635
4685
  "type": "string"
4636
4686
  },
4637
4687
  "slug": {
4638
- "$ref": "#/components/schemas/slug"
4688
+ "$ref": "#/components/schemas/sanitySlug"
4639
4689
  },
4640
4690
  "telephone": {
4641
4691
  "type": "string"
4642
4692
  },
4693
+ "tagsOption": {
4694
+ "$ref": "#/components/schemas/option_list`1"
4695
+ },
4643
4696
  "tags": {
4644
4697
  "type": "array",
4645
4698
  "items": {
@@ -4651,11 +4704,11 @@
4651
4704
  "sanityEmployeeMediaInner": {
4652
4705
  "type": "object",
4653
4706
  "properties": {
4654
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
4655
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage"
4707
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
4708
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
4656
4709
  },
4657
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
4658
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo"
4710
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
4711
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
4659
4712
  }
4660
4713
  }
4661
4714
  },
@@ -4687,6 +4740,54 @@
4687
4740
  }
4688
4741
  }
4689
4742
  },
4743
+ "sanityPageEmployeeOrderInner": {
4744
+ "type": "object",
4745
+ "properties": {
4746
+ "sanityType": {
4747
+ "enum": [
4748
+ 1
4749
+ ],
4750
+ "type": "integer",
4751
+ "format": "int32",
4752
+ "default": 1
4753
+ },
4754
+ "sanityKey": {
4755
+ "type": "string"
4756
+ },
4757
+ "sanityRef": {
4758
+ "type": "string"
4759
+ },
4760
+ "sanityWeakOption": {
4761
+ "$ref": "#/components/schemas/option_nullable`1"
4762
+ },
4763
+ "sanityWeak": {
4764
+ "type": "boolean",
4765
+ "nullable": true
4766
+ }
4767
+ }
4768
+ },
4769
+ "sanitySlug": {
4770
+ "type": "object",
4771
+ "properties": {
4772
+ "sanityType": {
4773
+ "enum": [
4774
+ 1
4775
+ ],
4776
+ "type": "integer",
4777
+ "format": "int32",
4778
+ "default": 1
4779
+ },
4780
+ "current": {
4781
+ "type": "string"
4782
+ },
4783
+ "sourceOption": {
4784
+ "$ref": "#/components/schemas/option_string"
4785
+ },
4786
+ "source": {
4787
+ "type": "string"
4788
+ }
4789
+ }
4790
+ },
4690
4791
  "sanitySystemsInnerDescriptionInner": {
4691
4792
  "type": "object",
4692
4793
  "properties": {
@@ -4832,7 +4933,7 @@
4832
4933
  "type": "string"
4833
4934
  },
4834
4935
  "slug": {
4835
- "$ref": "#/components/schemas/slug"
4936
+ "$ref": "#/components/schemas/sanitySlug"
4836
4937
  },
4837
4938
  "title": {
4838
4939
  "type": "string"
@@ -4857,11 +4958,11 @@
4857
4958
  "type": "string"
4858
4959
  },
4859
4960
  "slug": {
4860
- "$ref": "#/components/schemas/slug"
4961
+ "$ref": "#/components/schemas/sanitySlug"
4861
4962
  }
4862
4963
  }
4863
4964
  },
4864
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
4965
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
4865
4966
  "type": "object",
4866
4967
  "properties": {
4867
4968
  "sanityType": {
@@ -4875,12 +4976,15 @@
4875
4976
  "sanityKey": {
4876
4977
  "type": "string"
4877
4978
  },
4979
+ "assetOption": {
4980
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4981
+ },
4878
4982
  "asset": {
4879
4983
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4880
4984
  }
4881
4985
  }
4882
4986
  },
4883
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
4987
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
4884
4988
  "type": "object",
4885
4989
  "properties": {
4886
4990
  "sanityType": {
@@ -4894,6 +4998,9 @@
4894
4998
  "sanityKey": {
4895
4999
  "type": "string"
4896
5000
  },
5001
+ "assetOption": {
5002
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
5003
+ },
4897
5004
  "asset": {
4898
5005
  "$ref": "#/components/schemas/sanityVideoMemoryAsset"
4899
5006
  }
@@ -4910,6 +5017,9 @@
4910
5017
  "format": "int32",
4911
5018
  "default": 1
4912
5019
  },
5020
+ "assetOption": {
5021
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
5022
+ },
4913
5023
  "asset": {
4914
5024
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4915
5025
  }
@@ -4926,6 +5036,9 @@
4926
5036
  "format": "int32",
4927
5037
  "default": 1
4928
5038
  },
5039
+ "assetOption": {
5040
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
5041
+ },
4929
5042
  "asset": {
4930
5043
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4931
5044
  }
@@ -4951,6 +5064,9 @@
4951
5064
  "url": {
4952
5065
  "type": "string"
4953
5066
  },
5067
+ "originalFilenameOption": {
5068
+ "$ref": "#/components/schemas/option_string"
5069
+ },
4954
5070
  "originalFilename": {
4955
5071
  "type": "string"
4956
5072
  }
@@ -4970,9 +5086,15 @@
4970
5086
  "sanityId": {
4971
5087
  "type": "string"
4972
5088
  },
5089
+ "filenameOption": {
5090
+ "$ref": "#/components/schemas/option_string"
5091
+ },
4973
5092
  "filename": {
4974
5093
  "type": "string"
4975
5094
  },
5095
+ "playbackIdOption": {
5096
+ "$ref": "#/components/schemas/option_string"
5097
+ },
4976
5098
  "playbackId": {
4977
5099
  "type": "string"
4978
5100
  }
@@ -5078,28 +5200,6 @@
5078
5200
  }
5079
5201
  }
5080
5202
  },
5081
- "slug": {
5082
- "type": "object",
5083
- "properties": {
5084
- "sanityType": {
5085
- "enum": [
5086
- 1
5087
- ],
5088
- "type": "integer",
5089
- "format": "int32",
5090
- "default": 1
5091
- },
5092
- "current": {
5093
- "type": "string"
5094
- },
5095
- "sourceOption": {
5096
- "$ref": "#/components/schemas/option_string"
5097
- },
5098
- "source": {
5099
- "type": "string"
5100
- }
5101
- }
5102
- },
5103
5203
  "statistics": {
5104
5204
  "type": "object",
5105
5205
  "properties": {