@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.
@@ -939,102 +939,6 @@
939
939
  }
940
940
  }
941
941
  },
942
- "commissionTierReference": {
943
- "type": "object",
944
- "properties": {
945
- "sanityType": {
946
- "enum": [
947
- 1
948
- ],
949
- "type": "integer",
950
- "format": "int32",
951
- "default": 1
952
- },
953
- "sanityRef": {
954
- "type": "string"
955
- },
956
- "sanityWeakOption": {
957
- "$ref": "#/components/schemas/option_nullable`1"
958
- },
959
- "sanityWeak": {
960
- "type": "boolean",
961
- "nullable": true
962
- }
963
- }
964
- },
965
- "componentGalleryMediaInner": {
966
- "type": "object",
967
- "properties": {
968
- "componentGalleryMediaInnerImage": {
969
- "$ref": "#/components/schemas/componentGalleryMediaInnerImage"
970
- },
971
- "componentGalleryMediaInnerOneOf1": {
972
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
973
- }
974
- }
975
- },
976
- "componentGalleryMediaInnerImage": {
977
- "type": "object",
978
- "properties": {
979
- "sanityType": {
980
- "enum": [
981
- 1
982
- ],
983
- "type": "integer",
984
- "format": "int32",
985
- "default": 1
986
- },
987
- "sanityKey": {
988
- "type": "string"
989
- },
990
- "assetOption": {
991
- "$ref": "#/components/schemas/option_sanityImageAssetReference"
992
- },
993
- "asset": {
994
- "$ref": "#/components/schemas/sanityImageAssetReference"
995
- },
996
- "cropOption": {
997
- "$ref": "#/components/schemas/option_sanityImageCrop"
998
- },
999
- "crop": {
1000
- "$ref": "#/components/schemas/sanityImageCrop"
1001
- },
1002
- "hotspotOption": {
1003
- "$ref": "#/components/schemas/option_sanityImageHotspot"
1004
- },
1005
- "hotspot": {
1006
- "$ref": "#/components/schemas/sanityImageHotspot"
1007
- },
1008
- "mediaOption": {
1009
- "$ref": "#/components/schemas/option_object"
1010
- },
1011
- "media": {
1012
- "type": "object"
1013
- }
1014
- }
1015
- },
1016
- "componentGalleryMediaInnerOneOf1": {
1017
- "type": "object",
1018
- "properties": {
1019
- "sanityType": {
1020
- "enum": [
1021
- 1
1022
- ],
1023
- "type": "integer",
1024
- "format": "int32",
1025
- "default": 1
1026
- },
1027
- "sanityKey": {
1028
- "type": "string"
1029
- },
1030
- "assetOption": {
1031
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1032
- },
1033
- "asset": {
1034
- "$ref": "#/components/schemas/muxVideoAssetReference"
1035
- }
1036
- }
1037
- },
1038
942
  "consultantCv": {
1039
943
  "type": "object",
1040
944
  "properties": {
@@ -1260,29 +1164,6 @@
1260
1164
  }
1261
1165
  }
1262
1166
  },
1263
- "employeeReference": {
1264
- "type": "object",
1265
- "properties": {
1266
- "sanityType": {
1267
- "enum": [
1268
- 1
1269
- ],
1270
- "type": "integer",
1271
- "format": "int32",
1272
- "default": 1
1273
- },
1274
- "sanityRef": {
1275
- "type": "string"
1276
- },
1277
- "sanityWeakOption": {
1278
- "$ref": "#/components/schemas/option_nullable`1"
1279
- },
1280
- "sanityWeak": {
1281
- "type": "boolean",
1282
- "nullable": true
1283
- }
1284
- }
1285
- },
1286
1167
  "feedback": {
1287
1168
  "type": "object",
1288
1169
  "properties": {
@@ -1367,43 +1248,6 @@
1367
1248
  }
1368
1249
  }
1369
1250
  },
1370
- "geopoint": {
1371
- "type": "object",
1372
- "properties": {
1373
- "sanityType": {
1374
- "enum": [
1375
- 1
1376
- ],
1377
- "type": "integer",
1378
- "format": "int32",
1379
- "default": 1
1380
- },
1381
- "altOption": {
1382
- "$ref": "#/components/schemas/option_nullable`1"
1383
- },
1384
- "alt": {
1385
- "type": "number",
1386
- "format": "double",
1387
- "nullable": true
1388
- },
1389
- "latOption": {
1390
- "$ref": "#/components/schemas/option_nullable`1"
1391
- },
1392
- "lat": {
1393
- "type": "number",
1394
- "format": "double",
1395
- "nullable": true
1396
- },
1397
- "lngOption": {
1398
- "$ref": "#/components/schemas/option_nullable`1"
1399
- },
1400
- "lng": {
1401
- "type": "number",
1402
- "format": "double",
1403
- "nullable": true
1404
- }
1405
- }
1406
- },
1407
1251
  "jsonElement": {
1408
1252
  "type": "object",
1409
1253
  "properties": {
@@ -1427,94 +1271,87 @@
1427
1271
  }
1428
1272
  }
1429
1273
  },
1430
- "muxVideoAssetReference": {
1274
+ "option_list`1": {
1431
1275
  "type": "object",
1432
1276
  "properties": {
1433
- "sanityType": {
1434
- "enum": [
1435
- 1
1436
- ],
1437
- "type": "integer",
1438
- "format": "int32",
1439
- "default": 1
1440
- },
1441
- "sanityRef": {
1442
- "type": "string"
1443
- },
1444
- "sanityWeakOption": {
1445
- "$ref": "#/components/schemas/option_nullable`1"
1446
- },
1447
- "sanityWeak": {
1277
+ "value": {
1278
+ "type": "array",
1279
+ "items": {
1280
+ "type": "string"
1281
+ }
1282
+ }
1283
+ }
1284
+ },
1285
+ "option_nullable`1": {
1286
+ "type": "object",
1287
+ "properties": {
1288
+ "value": {
1448
1289
  "type": "boolean",
1449
1290
  "nullable": true
1450
1291
  }
1451
1292
  }
1452
1293
  },
1453
- "option_commissionTierReference": {
1294
+ "option_object": {
1454
1295
  "type": "object",
1455
1296
  "properties": {
1456
1297
  "value": {
1457
- "$ref": "#/components/schemas/commissionTierReference"
1298
+ "type": "object"
1458
1299
  }
1459
1300
  }
1460
1301
  },
1461
- "option_employeeReference": {
1302
+ "option_sanityAssetSourceData": {
1462
1303
  "type": "object",
1463
1304
  "properties": {
1464
1305
  "value": {
1465
- "$ref": "#/components/schemas/employeeReference"
1306
+ "$ref": "#/components/schemas/sanityAssetSourceData"
1466
1307
  }
1467
1308
  }
1468
1309
  },
1469
- "option_geopoint": {
1310
+ "option_sanityCommissionTierReference": {
1470
1311
  "type": "object",
1471
1312
  "properties": {
1472
1313
  "value": {
1473
- "$ref": "#/components/schemas/geopoint"
1314
+ "$ref": "#/components/schemas/sanityCommissionTierReference"
1474
1315
  }
1475
1316
  }
1476
1317
  },
1477
- "option_list`1": {
1318
+ "option_sanityEmployeeCommissionTier": {
1478
1319
  "type": "object",
1479
1320
  "properties": {
1480
1321
  "value": {
1481
- "type": "array",
1482
- "items": {
1483
- "type": "string"
1484
- }
1322
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1485
1323
  }
1486
1324
  }
1487
1325
  },
1488
- "option_muxVideoAssetReference": {
1326
+ "option_sanityEmployeeManager": {
1489
1327
  "type": "object",
1490
1328
  "properties": {
1491
1329
  "value": {
1492
- "$ref": "#/components/schemas/muxVideoAssetReference"
1330
+ "$ref": "#/components/schemas/sanityEmployeeManager"
1493
1331
  }
1494
1332
  }
1495
1333
  },
1496
- "option_nullable`1": {
1334
+ "option_sanityEmployeeReference": {
1497
1335
  "type": "object",
1498
1336
  "properties": {
1499
1337
  "value": {
1500
- "type": "boolean",
1501
- "nullable": true
1338
+ "$ref": "#/components/schemas/sanityEmployeeReference"
1502
1339
  }
1503
1340
  }
1504
1341
  },
1505
- "option_object": {
1342
+ "option_sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment": {
1506
1343
  "type": "object",
1507
1344
  "properties": {
1508
1345
  "value": {
1509
- "type": "object"
1346
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
1510
1347
  }
1511
1348
  }
1512
1349
  },
1513
- "option_sanityAssetSourceData": {
1350
+ "option_sanityGeopoint": {
1514
1351
  "type": "object",
1515
1352
  "properties": {
1516
1353
  "value": {
1517
- "$ref": "#/components/schemas/sanityAssetSourceData"
1354
+ "$ref": "#/components/schemas/sanityGeopoint"
1518
1355
  }
1519
1356
  }
1520
1357
  },
@@ -1574,6 +1411,14 @@
1574
1411
  }
1575
1412
  }
1576
1413
  },
1414
+ "option_sanityMuxVideoAssetReference": {
1415
+ "type": "object",
1416
+ "properties": {
1417
+ "value": {
1418
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1419
+ }
1420
+ }
1421
+ },
1577
1422
  "option_sanityPatchPageMetaImage": {
1578
1423
  "type": "object",
1579
1424
  "properties": {
@@ -1582,71 +1427,43 @@
1582
1427
  }
1583
1428
  }
1584
1429
  },
1585
- "option_slug": {
1430
+ "option_sanitySlug": {
1586
1431
  "type": "object",
1587
1432
  "properties": {
1588
1433
  "value": {
1589
- "$ref": "#/components/schemas/slug"
1434
+ "$ref": "#/components/schemas/sanitySlug"
1590
1435
  }
1591
1436
  }
1592
1437
  },
1593
- "option_string": {
1438
+ "option_sanityTvCategoryDashboardsInnerBackgroundImage": {
1594
1439
  "type": "object",
1595
1440
  "properties": {
1596
1441
  "value": {
1597
- "type": "string"
1442
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
1598
1443
  }
1599
1444
  }
1600
1445
  },
1601
- "pageEmployeeOrderInner": {
1446
+ "option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
1602
1447
  "type": "object",
1603
1448
  "properties": {
1604
- "sanityType": {
1605
- "enum": [
1606
- 1
1607
- ],
1608
- "type": "integer",
1609
- "format": "int32",
1610
- "default": 1
1611
- },
1612
- "sanityKey": {
1613
- "type": "string"
1614
- },
1615
- "sanityRef": {
1616
- "type": "string"
1617
- },
1618
- "sanityWeakOption": {
1619
- "$ref": "#/components/schemas/option_nullable`1"
1620
- },
1621
- "sanityWeak": {
1622
- "type": "boolean",
1623
- "nullable": true
1449
+ "value": {
1450
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1624
1451
  }
1625
1452
  }
1626
1453
  },
1627
- "pageEquipmentInner": {
1454
+ "option_sanityVideoMemoryAsset": {
1628
1455
  "type": "object",
1629
1456
  "properties": {
1630
- "sanityType": {
1631
- "enum": [
1632
- 1
1633
- ],
1634
- "type": "integer",
1635
- "format": "int32",
1636
- "default": 1
1637
- },
1638
- "sanityKey": {
1639
- "type": "string"
1640
- },
1641
- "sanityRef": {
1457
+ "value": {
1458
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
1459
+ }
1460
+ }
1461
+ },
1462
+ "option_string": {
1463
+ "type": "object",
1464
+ "properties": {
1465
+ "value": {
1642
1466
  "type": "string"
1643
- },
1644
- "sanityWeakOption": {
1645
- "$ref": "#/components/schemas/option_nullable`1"
1646
- },
1647
- "sanityWeak": {
1648
- "type": "boolean",
1649
- "nullable": true
1650
1467
  }
1651
1468
  }
1652
1469
  },
@@ -1723,7 +1540,7 @@
1723
1540
  "type": "string"
1724
1541
  },
1725
1542
  "slug": {
1726
- "$ref": "#/components/schemas/slug"
1543
+ "$ref": "#/components/schemas/sanitySlug"
1727
1544
  },
1728
1545
  "startDate": {
1729
1546
  "type": "string"
@@ -1752,6 +1569,9 @@
1752
1569
  "type": "string"
1753
1570
  }
1754
1571
  },
1572
+ "cliftonStrengthsOption": {
1573
+ "$ref": "#/components/schemas/option_list`1"
1574
+ },
1755
1575
  "cliftonStrengths": {
1756
1576
  "type": "array",
1757
1577
  "items": {
@@ -1764,6 +1584,9 @@
1764
1584
  "coinbaseAccountEmail": {
1765
1585
  "type": "string"
1766
1586
  },
1587
+ "commissionTierOption": {
1588
+ "$ref": "#/components/schemas/option_sanityEmployeeCommissionTier"
1589
+ },
1767
1590
  "commissionTier": {
1768
1591
  "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1769
1592
  },
@@ -1773,6 +1596,9 @@
1773
1596
  "education": {
1774
1597
  "type": "string"
1775
1598
  },
1599
+ "equipmentOption": {
1600
+ "$ref": "#/components/schemas/option_list`1"
1601
+ },
1776
1602
  "equipment": {
1777
1603
  "type": "array",
1778
1604
  "items": {
@@ -1787,6 +1613,9 @@
1787
1613
  "format": "double",
1788
1614
  "nullable": true
1789
1615
  },
1616
+ "groupsOption": {
1617
+ "$ref": "#/components/schemas/option_list`1"
1618
+ },
1790
1619
  "groups": {
1791
1620
  "type": "array",
1792
1621
  "items": {
@@ -1822,15 +1651,24 @@
1822
1651
  "type": "boolean",
1823
1652
  "nullable": true
1824
1653
  },
1654
+ "managerOption": {
1655
+ "$ref": "#/components/schemas/option_sanityEmployeeManager"
1656
+ },
1825
1657
  "manager": {
1826
1658
  "$ref": "#/components/schemas/sanityEmployeeManager"
1827
1659
  },
1660
+ "mediaOption": {
1661
+ "$ref": "#/components/schemas/option_list`1"
1662
+ },
1828
1663
  "media": {
1829
1664
  "type": "array",
1830
1665
  "items": {
1831
1666
  "$ref": "#/components/schemas/sanityEmployeeMediaInner"
1832
1667
  }
1833
1668
  },
1669
+ "nextOfKinOption": {
1670
+ "$ref": "#/components/schemas/option_list`1"
1671
+ },
1834
1672
  "nextOfKin": {
1835
1673
  "type": "array",
1836
1674
  "items": {
@@ -1857,12 +1695,18 @@
1857
1695
  "position": {
1858
1696
  "type": "string"
1859
1697
  },
1698
+ "tagsOption": {
1699
+ "$ref": "#/components/schemas/option_list`1"
1700
+ },
1860
1701
  "tags": {
1861
1702
  "type": "array",
1862
1703
  "items": {
1863
1704
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1864
1705
  }
1865
1706
  },
1707
+ "technologiesOption": {
1708
+ "$ref": "#/components/schemas/option_list`1"
1709
+ },
1866
1710
  "technologies": {
1867
1711
  "type": "array",
1868
1712
  "items": {
@@ -1917,32 +1761,137 @@
1917
1761
  "gender": {
1918
1762
  "type": "string"
1919
1763
  },
1920
- "email": {
1921
- "type": "string"
1764
+ "email": {
1765
+ "type": "string"
1766
+ },
1767
+ "telephone": {
1768
+ "type": "string"
1769
+ },
1770
+ "position": {
1771
+ "type": "string"
1772
+ },
1773
+ "education": {
1774
+ "type": "string"
1775
+ },
1776
+ "about": {
1777
+ "type": "string"
1778
+ },
1779
+ "birthDate": {
1780
+ "type": "string",
1781
+ "format": "date-time",
1782
+ "nullable": true
1783
+ },
1784
+ "startDate": {
1785
+ "type": "string"
1786
+ }
1787
+ }
1788
+ },
1789
+ "sanityAssetSourceData": {
1790
+ "type": "object",
1791
+ "properties": {
1792
+ "sanityType": {
1793
+ "enum": [
1794
+ 1
1795
+ ],
1796
+ "type": "integer",
1797
+ "format": "int32",
1798
+ "default": 1
1799
+ },
1800
+ "idOption": {
1801
+ "$ref": "#/components/schemas/option_string"
1802
+ },
1803
+ "id": {
1804
+ "type": "string"
1805
+ },
1806
+ "nameOption": {
1807
+ "$ref": "#/components/schemas/option_string"
1808
+ },
1809
+ "name": {
1810
+ "type": "string"
1811
+ },
1812
+ "urlOption": {
1813
+ "$ref": "#/components/schemas/option_string"
1814
+ },
1815
+ "url": {
1816
+ "type": "string"
1817
+ }
1818
+ }
1819
+ },
1820
+ "sanityCommissionTierReference": {
1821
+ "type": "object",
1822
+ "properties": {
1823
+ "sanityType": {
1824
+ "enum": [
1825
+ 1
1826
+ ],
1827
+ "type": "integer",
1828
+ "format": "int32",
1829
+ "default": 1
1830
+ },
1831
+ "sanityRef": {
1832
+ "type": "string"
1833
+ },
1834
+ "sanityWeakOption": {
1835
+ "$ref": "#/components/schemas/option_nullable`1"
1836
+ },
1837
+ "sanityWeak": {
1838
+ "type": "boolean",
1839
+ "nullable": true
1840
+ }
1841
+ }
1842
+ },
1843
+ "sanityComponentGalleryMediaInner": {
1844
+ "type": "object",
1845
+ "properties": {
1846
+ "sanityComponentGalleryMediaInnerSanityImage": {
1847
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
1848
+ },
1849
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
1850
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
1851
+ }
1852
+ }
1853
+ },
1854
+ "sanityComponentGalleryMediaInnerSanityImage": {
1855
+ "type": "object",
1856
+ "properties": {
1857
+ "sanityType": {
1858
+ "enum": [
1859
+ 1
1860
+ ],
1861
+ "type": "integer",
1862
+ "format": "int32",
1863
+ "default": 1
1864
+ },
1865
+ "sanityKey": {
1866
+ "type": "string"
1867
+ },
1868
+ "assetOption": {
1869
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
1870
+ },
1871
+ "asset": {
1872
+ "$ref": "#/components/schemas/sanityImageAssetReference"
1922
1873
  },
1923
- "telephone": {
1924
- "type": "string"
1874
+ "cropOption": {
1875
+ "$ref": "#/components/schemas/option_sanityImageCrop"
1925
1876
  },
1926
- "position": {
1927
- "type": "string"
1877
+ "crop": {
1878
+ "$ref": "#/components/schemas/sanityImageCrop"
1928
1879
  },
1929
- "education": {
1930
- "type": "string"
1880
+ "hotspotOption": {
1881
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
1931
1882
  },
1932
- "about": {
1933
- "type": "string"
1883
+ "hotspot": {
1884
+ "$ref": "#/components/schemas/sanityImageHotspot"
1934
1885
  },
1935
- "birthDate": {
1936
- "type": "string",
1937
- "format": "date-time",
1938
- "nullable": true
1886
+ "mediaOption": {
1887
+ "$ref": "#/components/schemas/option_object"
1939
1888
  },
1940
- "startDate": {
1941
- "type": "string"
1889
+ "media": {
1890
+ "type": "object"
1942
1891
  }
1943
1892
  }
1944
1893
  },
1945
- "sanityAssetSourceData": {
1894
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
1946
1895
  "type": "object",
1947
1896
  "properties": {
1948
1897
  "sanityType": {
@@ -1953,23 +1902,14 @@
1953
1902
  "format": "int32",
1954
1903
  "default": 1
1955
1904
  },
1956
- "idOption": {
1957
- "$ref": "#/components/schemas/option_string"
1958
- },
1959
- "id": {
1960
- "type": "string"
1961
- },
1962
- "nameOption": {
1963
- "$ref": "#/components/schemas/option_string"
1964
- },
1965
- "name": {
1905
+ "sanityKey": {
1966
1906
  "type": "string"
1967
1907
  },
1968
- "urlOption": {
1969
- "$ref": "#/components/schemas/option_string"
1908
+ "assetOption": {
1909
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
1970
1910
  },
1971
- "url": {
1972
- "type": "string"
1911
+ "asset": {
1912
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1973
1913
  }
1974
1914
  }
1975
1915
  },
@@ -2173,15 +2113,24 @@
2173
2113
  "title": {
2174
2114
  "type": "string"
2175
2115
  },
2116
+ "descriptionOption": {
2117
+ "$ref": "#/components/schemas/option_list`1"
2118
+ },
2176
2119
  "description": {
2177
2120
  "type": "array",
2178
2121
  "items": {
2179
2122
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2180
2123
  }
2181
2124
  },
2125
+ "imageOption": {
2126
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
2127
+ },
2182
2128
  "image": {
2183
2129
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2184
2130
  },
2131
+ "imagesOption": {
2132
+ "$ref": "#/components/schemas/option_list`1"
2133
+ },
2185
2134
  "images": {
2186
2135
  "type": "array",
2187
2136
  "items": {
@@ -2234,7 +2183,7 @@
2234
2183
  "leaders": {
2235
2184
  "type": "array",
2236
2185
  "items": {
2237
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
2186
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
2238
2187
  }
2239
2188
  }
2240
2189
  }
@@ -2263,11 +2212,14 @@
2263
2212
  "type": "string"
2264
2213
  },
2265
2214
  "slug": {
2266
- "$ref": "#/components/schemas/slug"
2215
+ "$ref": "#/components/schemas/sanitySlug"
2267
2216
  },
2268
2217
  "telephone": {
2269
2218
  "type": "string"
2270
2219
  },
2220
+ "tagsOption": {
2221
+ "$ref": "#/components/schemas/option_list`1"
2222
+ },
2271
2223
  "tags": {
2272
2224
  "type": "array",
2273
2225
  "items": {
@@ -2279,11 +2231,11 @@
2279
2231
  "sanityEmployeeMediaInner": {
2280
2232
  "type": "object",
2281
2233
  "properties": {
2282
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
2283
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage"
2234
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
2235
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
2284
2236
  },
2285
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
2286
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo"
2237
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2238
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
2287
2239
  }
2288
2240
  }
2289
2241
  },
@@ -2315,6 +2267,29 @@
2315
2267
  }
2316
2268
  }
2317
2269
  },
2270
+ "sanityEmployeeReference": {
2271
+ "type": "object",
2272
+ "properties": {
2273
+ "sanityType": {
2274
+ "enum": [
2275
+ 1
2276
+ ],
2277
+ "type": "integer",
2278
+ "format": "int32",
2279
+ "default": 1
2280
+ },
2281
+ "sanityRef": {
2282
+ "type": "string"
2283
+ },
2284
+ "sanityWeakOption": {
2285
+ "$ref": "#/components/schemas/option_nullable`1"
2286
+ },
2287
+ "sanityWeak": {
2288
+ "type": "boolean",
2289
+ "nullable": true
2290
+ }
2291
+ }
2292
+ },
2318
2293
  "sanityGadgetBudget": {
2319
2294
  "type": "object",
2320
2295
  "properties": {
@@ -2371,6 +2346,9 @@
2371
2346
  "format": "double",
2372
2347
  "nullable": true
2373
2348
  },
2349
+ "equipmentListOption": {
2350
+ "$ref": "#/components/schemas/option_list`1"
2351
+ },
2374
2352
  "equipmentList": {
2375
2353
  "type": "array",
2376
2354
  "items": {
@@ -2390,18 +2368,18 @@
2390
2368
  "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
2391
2369
  "type": "object",
2392
2370
  "properties": {
2393
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerEquipment": {
2394
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerEquipment"
2371
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment": {
2372
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment"
2395
2373
  },
2396
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOther": {
2397
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOther"
2374
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther": {
2375
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther"
2398
2376
  },
2399
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerPoweroffice": {
2400
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerPoweroffice"
2377
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice": {
2378
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice"
2401
2379
  }
2402
2380
  }
2403
2381
  },
2404
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerEquipment": {
2382
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment": {
2405
2383
  "type": "object",
2406
2384
  "properties": {
2407
2385
  "sanityType": {
@@ -2423,12 +2401,15 @@
2423
2401
  "format": "double",
2424
2402
  "nullable": true
2425
2403
  },
2404
+ "equipmentOption": {
2405
+ "$ref": "#/components/schemas/option_sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
2406
+ },
2426
2407
  "equipment": {
2427
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerEquipmentEquipment"
2408
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
2428
2409
  }
2429
2410
  }
2430
2411
  },
2431
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerEquipmentEquipment": {
2412
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment": {
2432
2413
  "type": "object",
2433
2414
  "properties": {
2434
2415
  "sanityType": {
@@ -2445,15 +2426,24 @@
2445
2426
  "title": {
2446
2427
  "type": "string"
2447
2428
  },
2429
+ "descriptionOption": {
2430
+ "$ref": "#/components/schemas/option_list`1"
2431
+ },
2448
2432
  "description": {
2449
2433
  "type": "array",
2450
2434
  "items": {
2451
2435
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2452
2436
  }
2453
2437
  },
2438
+ "imageOption": {
2439
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
2440
+ },
2454
2441
  "image": {
2455
2442
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2456
2443
  },
2444
+ "imagesOption": {
2445
+ "$ref": "#/components/schemas/option_list`1"
2446
+ },
2457
2447
  "images": {
2458
2448
  "type": "array",
2459
2449
  "items": {
@@ -2462,7 +2452,7 @@
2462
2452
  }
2463
2453
  }
2464
2454
  },
2465
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOther": {
2455
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther": {
2466
2456
  "type": "object",
2467
2457
  "properties": {
2468
2458
  "sanityType": {
@@ -2492,7 +2482,7 @@
2492
2482
  }
2493
2483
  }
2494
2484
  },
2495
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerPoweroffice": {
2485
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice": {
2496
2486
  "type": "object",
2497
2487
  "properties": {
2498
2488
  "sanityType": {
@@ -2528,6 +2518,43 @@
2528
2518
  }
2529
2519
  }
2530
2520
  },
2521
+ "sanityGeopoint": {
2522
+ "type": "object",
2523
+ "properties": {
2524
+ "sanityType": {
2525
+ "enum": [
2526
+ 1
2527
+ ],
2528
+ "type": "integer",
2529
+ "format": "int32",
2530
+ "default": 1
2531
+ },
2532
+ "altOption": {
2533
+ "$ref": "#/components/schemas/option_nullable`1"
2534
+ },
2535
+ "alt": {
2536
+ "type": "number",
2537
+ "format": "double",
2538
+ "nullable": true
2539
+ },
2540
+ "latOption": {
2541
+ "$ref": "#/components/schemas/option_nullable`1"
2542
+ },
2543
+ "lat": {
2544
+ "type": "number",
2545
+ "format": "double",
2546
+ "nullable": true
2547
+ },
2548
+ "lngOption": {
2549
+ "$ref": "#/components/schemas/option_nullable`1"
2550
+ },
2551
+ "lng": {
2552
+ "type": "number",
2553
+ "format": "double",
2554
+ "nullable": true
2555
+ }
2556
+ }
2557
+ },
2531
2558
  "sanityImage": {
2532
2559
  "type": "object",
2533
2560
  "properties": {
@@ -2835,10 +2862,10 @@
2835
2862
  "nullable": true
2836
2863
  },
2837
2864
  "locationOption": {
2838
- "$ref": "#/components/schemas/option_geopoint"
2865
+ "$ref": "#/components/schemas/option_sanityGeopoint"
2839
2866
  },
2840
2867
  "location": {
2841
- "$ref": "#/components/schemas/geopoint"
2868
+ "$ref": "#/components/schemas/sanityGeopoint"
2842
2869
  },
2843
2870
  "lqipOption": {
2844
2871
  "$ref": "#/components/schemas/option_string"
@@ -2954,6 +2981,29 @@
2954
2981
  }
2955
2982
  }
2956
2983
  },
2984
+ "sanityMuxVideoAssetReference": {
2985
+ "type": "object",
2986
+ "properties": {
2987
+ "sanityType": {
2988
+ "enum": [
2989
+ 1
2990
+ ],
2991
+ "type": "integer",
2992
+ "format": "int32",
2993
+ "default": 1
2994
+ },
2995
+ "sanityRef": {
2996
+ "type": "string"
2997
+ },
2998
+ "sanityWeakOption": {
2999
+ "$ref": "#/components/schemas/option_nullable`1"
3000
+ },
3001
+ "sanityWeak": {
3002
+ "type": "boolean",
3003
+ "nullable": true
3004
+ }
3005
+ }
3006
+ },
2957
3007
  "sanityOrderEmployee": {
2958
3008
  "type": "object",
2959
3009
  "properties": {
@@ -2978,11 +3028,14 @@
2978
3028
  "type": "string"
2979
3029
  },
2980
3030
  "slug": {
2981
- "$ref": "#/components/schemas/slug"
3031
+ "$ref": "#/components/schemas/sanitySlug"
2982
3032
  },
2983
3033
  "telephone": {
2984
3034
  "type": "string"
2985
3035
  },
3036
+ "tagsOption": {
3037
+ "$ref": "#/components/schemas/option_list`1"
3038
+ },
2986
3039
  "tags": {
2987
3040
  "type": "array",
2988
3041
  "items": {
@@ -2991,6 +3044,58 @@
2991
3044
  }
2992
3045
  }
2993
3046
  },
3047
+ "sanityPageEmployeeOrderInner": {
3048
+ "type": "object",
3049
+ "properties": {
3050
+ "sanityType": {
3051
+ "enum": [
3052
+ 1
3053
+ ],
3054
+ "type": "integer",
3055
+ "format": "int32",
3056
+ "default": 1
3057
+ },
3058
+ "sanityKey": {
3059
+ "type": "string"
3060
+ },
3061
+ "sanityRef": {
3062
+ "type": "string"
3063
+ },
3064
+ "sanityWeakOption": {
3065
+ "$ref": "#/components/schemas/option_nullable`1"
3066
+ },
3067
+ "sanityWeak": {
3068
+ "type": "boolean",
3069
+ "nullable": true
3070
+ }
3071
+ }
3072
+ },
3073
+ "sanityPageEquipmentInner": {
3074
+ "type": "object",
3075
+ "properties": {
3076
+ "sanityType": {
3077
+ "enum": [
3078
+ 1
3079
+ ],
3080
+ "type": "integer",
3081
+ "format": "int32",
3082
+ "default": 1
3083
+ },
3084
+ "sanityKey": {
3085
+ "type": "string"
3086
+ },
3087
+ "sanityRef": {
3088
+ "type": "string"
3089
+ },
3090
+ "sanityWeakOption": {
3091
+ "$ref": "#/components/schemas/option_nullable`1"
3092
+ },
3093
+ "sanityWeak": {
3094
+ "type": "boolean",
3095
+ "nullable": true
3096
+ }
3097
+ }
3098
+ },
2994
3099
  "sanityPatchEmployee": {
2995
3100
  "type": "object",
2996
3101
  "properties": {
@@ -3097,10 +3202,10 @@
3097
3202
  "type": "string"
3098
3203
  },
3099
3204
  "commissionTierOption": {
3100
- "$ref": "#/components/schemas/option_commissionTierReference"
3205
+ "$ref": "#/components/schemas/option_sanityCommissionTierReference"
3101
3206
  },
3102
3207
  "commissionTier": {
3103
- "$ref": "#/components/schemas/commissionTierReference"
3208
+ "$ref": "#/components/schemas/sanityCommissionTierReference"
3104
3209
  },
3105
3210
  "educationOption": {
3106
3211
  "$ref": "#/components/schemas/option_string"
@@ -3120,7 +3225,7 @@
3120
3225
  "equipment": {
3121
3226
  "type": "array",
3122
3227
  "items": {
3123
- "$ref": "#/components/schemas/pageEquipmentInner"
3228
+ "$ref": "#/components/schemas/sanityPageEquipmentInner"
3124
3229
  }
3125
3230
  },
3126
3231
  "graduationYearOption": {
@@ -3176,10 +3281,10 @@
3176
3281
  "nullable": true
3177
3282
  },
3178
3283
  "managerOption": {
3179
- "$ref": "#/components/schemas/option_employeeReference"
3284
+ "$ref": "#/components/schemas/option_sanityEmployeeReference"
3180
3285
  },
3181
3286
  "manager": {
3182
- "$ref": "#/components/schemas/employeeReference"
3287
+ "$ref": "#/components/schemas/sanityEmployeeReference"
3183
3288
  },
3184
3289
  "mediaOption": {
3185
3290
  "$ref": "#/components/schemas/option_list`1"
@@ -3187,7 +3292,7 @@
3187
3292
  "media": {
3188
3293
  "type": "array",
3189
3294
  "items": {
3190
- "$ref": "#/components/schemas/componentGalleryMediaInner"
3295
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInner"
3191
3296
  }
3192
3297
  },
3193
3298
  "nameOption": {
@@ -3226,10 +3331,10 @@
3226
3331
  "type": "string"
3227
3332
  },
3228
3333
  "slugOption": {
3229
- "$ref": "#/components/schemas/option_slug"
3334
+ "$ref": "#/components/schemas/option_sanitySlug"
3230
3335
  },
3231
3336
  "slug": {
3232
- "$ref": "#/components/schemas/slug"
3337
+ "$ref": "#/components/schemas/sanitySlug"
3233
3338
  },
3234
3339
  "startDateOption": {
3235
3340
  "$ref": "#/components/schemas/option_string"
@@ -3306,6 +3411,28 @@
3306
3411
  }
3307
3412
  }
3308
3413
  },
3414
+ "sanitySlug": {
3415
+ "type": "object",
3416
+ "properties": {
3417
+ "sanityType": {
3418
+ "enum": [
3419
+ 1
3420
+ ],
3421
+ "type": "integer",
3422
+ "format": "int32",
3423
+ "default": 1
3424
+ },
3425
+ "current": {
3426
+ "type": "string"
3427
+ },
3428
+ "sourceOption": {
3429
+ "$ref": "#/components/schemas/option_string"
3430
+ },
3431
+ "source": {
3432
+ "type": "string"
3433
+ }
3434
+ }
3435
+ },
3309
3436
  "sanitySystemsInnerDescriptionInner": {
3310
3437
  "type": "object",
3311
3438
  "properties": {
@@ -3451,7 +3578,7 @@
3451
3578
  "type": "string"
3452
3579
  },
3453
3580
  "slug": {
3454
- "$ref": "#/components/schemas/slug"
3581
+ "$ref": "#/components/schemas/sanitySlug"
3455
3582
  },
3456
3583
  "title": {
3457
3584
  "type": "string"
@@ -3476,11 +3603,11 @@
3476
3603
  "type": "string"
3477
3604
  },
3478
3605
  "slug": {
3479
- "$ref": "#/components/schemas/slug"
3606
+ "$ref": "#/components/schemas/sanitySlug"
3480
3607
  }
3481
3608
  }
3482
3609
  },
3483
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
3610
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
3484
3611
  "type": "object",
3485
3612
  "properties": {
3486
3613
  "sanityType": {
@@ -3494,12 +3621,15 @@
3494
3621
  "sanityKey": {
3495
3622
  "type": "string"
3496
3623
  },
3624
+ "assetOption": {
3625
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3626
+ },
3497
3627
  "asset": {
3498
3628
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3499
3629
  }
3500
3630
  }
3501
3631
  },
3502
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
3632
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
3503
3633
  "type": "object",
3504
3634
  "properties": {
3505
3635
  "sanityType": {
@@ -3513,6 +3643,9 @@
3513
3643
  "sanityKey": {
3514
3644
  "type": "string"
3515
3645
  },
3646
+ "assetOption": {
3647
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
3648
+ },
3516
3649
  "asset": {
3517
3650
  "$ref": "#/components/schemas/sanityVideoMemoryAsset"
3518
3651
  }
@@ -3529,6 +3662,9 @@
3529
3662
  "format": "int32",
3530
3663
  "default": 1
3531
3664
  },
3665
+ "assetOption": {
3666
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3667
+ },
3532
3668
  "asset": {
3533
3669
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3534
3670
  }
@@ -3545,6 +3681,9 @@
3545
3681
  "format": "int32",
3546
3682
  "default": 1
3547
3683
  },
3684
+ "assetOption": {
3685
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3686
+ },
3548
3687
  "asset": {
3549
3688
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3550
3689
  }
@@ -3570,6 +3709,9 @@
3570
3709
  "url": {
3571
3710
  "type": "string"
3572
3711
  },
3712
+ "originalFilenameOption": {
3713
+ "$ref": "#/components/schemas/option_string"
3714
+ },
3573
3715
  "originalFilename": {
3574
3716
  "type": "string"
3575
3717
  }
@@ -3589,9 +3731,15 @@
3589
3731
  "sanityId": {
3590
3732
  "type": "string"
3591
3733
  },
3734
+ "filenameOption": {
3735
+ "$ref": "#/components/schemas/option_string"
3736
+ },
3592
3737
  "filename": {
3593
3738
  "type": "string"
3594
3739
  },
3740
+ "playbackIdOption": {
3741
+ "$ref": "#/components/schemas/option_string"
3742
+ },
3595
3743
  "playbackId": {
3596
3744
  "type": "string"
3597
3745
  }
@@ -3601,20 +3749,9 @@
3601
3749
  "type": "object",
3602
3750
  "properties": {
3603
3751
  "sanityType": {
3604
- "enum": [
3605
- 1
3606
- ],
3607
- "type": "integer",
3608
- "format": "int32",
3609
- "default": 1
3610
- },
3611
- "current": {
3612
3752
  "type": "string"
3613
3753
  },
3614
- "sourceOption": {
3615
- "$ref": "#/components/schemas/option_string"
3616
- },
3617
- "source": {
3754
+ "current": {
3618
3755
  "type": "string"
3619
3756
  }
3620
3757
  }