@snokam/mcp-api 2.60.1 → 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.
@@ -658,7 +658,7 @@
658
658
  "content": {
659
659
  "application/json": {
660
660
  "schema": {
661
- "$ref": "#/components/schemas/patchEmployee"
661
+ "$ref": "#/components/schemas/sanityPatchEmployee"
662
662
  }
663
663
  }
664
664
  },
@@ -715,7 +715,7 @@
715
715
  "content": {
716
716
  "application/json": {
717
717
  "schema": {
718
- "$ref": "#/components/schemas/patchEmployee"
718
+ "$ref": "#/components/schemas/sanityPatchEmployee"
719
719
  }
720
720
  }
721
721
  },
@@ -809,7 +809,7 @@
809
809
  "content": {
810
810
  "application/json": {
811
811
  "schema": {
812
- "$ref": "#/components/schemas/gadgetBudget"
812
+ "$ref": "#/components/schemas/sanityGadgetBudget"
813
813
  }
814
814
  }
815
815
  },
@@ -931,162 +931,11 @@
931
931
  "addCvToProposalRequest": {
932
932
  "type": "object",
933
933
  "properties": {
934
- "user_id": {
935
- "type": "string",
936
- "nullable": true
937
- },
938
- "cv_id": {
939
- "type": "string",
940
- "nullable": true
941
- }
942
- }
943
- },
944
- "commissionTierReference": {
945
- "type": "object",
946
- "properties": {
947
- "sanityType": {
948
- "enum": [
949
- 1
950
- ],
951
- "type": "integer",
952
- "format": "int32",
953
- "default": 1
954
- },
955
- "sanityRef": {
956
- "type": "string"
957
- },
958
- "sanityWeakOption": {
959
- "$ref": "#/components/schemas/option_nullable`1"
960
- },
961
- "sanityWeak": {
962
- "type": "boolean",
963
- "nullable": true
964
- }
965
- }
966
- },
967
- "componentBlocksInnerOneOfChildrenInner": {
968
- "type": "object",
969
- "properties": {
970
- "sanityType": {
971
- "enum": [
972
- 1
973
- ],
974
- "type": "integer",
975
- "format": "int32",
976
- "default": 1
977
- },
978
- "sanityKey": {
979
- "type": "string"
980
- },
981
- "marksOption": {
982
- "$ref": "#/components/schemas/option_list`1"
983
- },
984
- "marks": {
985
- "type": "array",
986
- "items": {
987
- "type": "string"
988
- }
989
- },
990
- "textOption": {
991
- "$ref": "#/components/schemas/option_string"
992
- },
993
- "text": {
994
- "type": "string"
995
- }
996
- }
997
- },
998
- "componentBlocksInnerOneOfMarkDefsInner": {
999
- "type": "object",
1000
- "properties": {
1001
- "sanityType": {
1002
- "enum": [
1003
- 1
1004
- ],
1005
- "type": "integer",
1006
- "format": "int32",
1007
- "default": 1
1008
- },
1009
- "sanityKey": {
1010
- "type": "string"
1011
- },
1012
- "hrefOption": {
1013
- "$ref": "#/components/schemas/option_string"
1014
- },
1015
- "href": {
1016
- "type": "string"
1017
- }
1018
- }
1019
- },
1020
- "componentGalleryMediaInner": {
1021
- "type": "object",
1022
- "properties": {
1023
- "componentGalleryMediaInnerOneOf": {
1024
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
1025
- },
1026
- "componentGalleryMediaInnerOneOf1": {
1027
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
1028
- }
1029
- }
1030
- },
1031
- "componentGalleryMediaInnerOneOf": {
1032
- "type": "object",
1033
- "properties": {
1034
- "sanityType": {
1035
- "enum": [
1036
- 1
1037
- ],
1038
- "type": "integer",
1039
- "format": "int32",
1040
- "default": 1
1041
- },
1042
- "sanityKey": {
934
+ "userId": {
1043
935
  "type": "string"
1044
936
  },
1045
- "assetOption": {
1046
- "$ref": "#/components/schemas/option_sanityImageAssetReference"
1047
- },
1048
- "asset": {
1049
- "$ref": "#/components/schemas/sanityImageAssetReference"
1050
- },
1051
- "cropOption": {
1052
- "$ref": "#/components/schemas/option_sanityImageCrop"
1053
- },
1054
- "crop": {
1055
- "$ref": "#/components/schemas/sanityImageCrop"
1056
- },
1057
- "hotspotOption": {
1058
- "$ref": "#/components/schemas/option_sanityImageHotspot"
1059
- },
1060
- "hotspot": {
1061
- "$ref": "#/components/schemas/sanityImageHotspot"
1062
- },
1063
- "mediaOption": {
1064
- "$ref": "#/components/schemas/option_object"
1065
- },
1066
- "media": {
1067
- "type": "object"
1068
- }
1069
- }
1070
- },
1071
- "componentGalleryMediaInnerOneOf1": {
1072
- "type": "object",
1073
- "properties": {
1074
- "sanityType": {
1075
- "enum": [
1076
- 1
1077
- ],
1078
- "type": "integer",
1079
- "format": "int32",
1080
- "default": 1
1081
- },
1082
- "sanityKey": {
937
+ "cvId": {
1083
938
  "type": "string"
1084
- },
1085
- "assetOption": {
1086
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1087
- },
1088
- "asset": {
1089
- "$ref": "#/components/schemas/muxVideoAssetReference"
1090
939
  }
1091
940
  }
1092
941
  },
@@ -1094,34 +943,28 @@
1094
943
  "type": "object",
1095
944
  "properties": {
1096
945
  "userId": {
1097
- "type": "string",
1098
- "nullable": true
946
+ "type": "string"
1099
947
  },
1100
948
  "email": {
1101
- "type": "string",
1102
- "nullable": true
949
+ "type": "string"
1103
950
  },
1104
951
  "name": {
1105
- "type": "string",
1106
- "nullable": true
952
+ "type": "string"
1107
953
  },
1108
954
  "defaultCvId": {
1109
- "type": "string",
1110
- "nullable": true
955
+ "type": "string"
1111
956
  },
1112
957
  "technologies": {
1113
958
  "type": "array",
1114
959
  "items": {
1115
960
  "type": "string"
1116
- },
1117
- "nullable": true
961
+ }
1118
962
  },
1119
963
  "roles": {
1120
964
  "type": "array",
1121
965
  "items": {
1122
966
  "type": "string"
1123
- },
1124
- "nullable": true
967
+ }
1125
968
  },
1126
969
  "yearsExperience": {
1127
970
  "type": "integer",
@@ -1129,47 +972,40 @@
1129
972
  "nullable": true
1130
973
  },
1131
974
  "about": {
1132
- "type": "string",
1133
- "nullable": true
975
+ "type": "string"
1134
976
  },
1135
977
  "cvText": {
1136
- "type": "string",
1137
- "nullable": true
978
+ "type": "string"
1138
979
  },
1139
980
  "projectExperiences": {
1140
981
  "type": "array",
1141
982
  "items": {
1142
983
  "$ref": "#/components/schemas/consultantProjectExperience"
1143
- },
1144
- "nullable": true
984
+ }
1145
985
  },
1146
986
  "workExperiences": {
1147
987
  "type": "array",
1148
988
  "items": {
1149
989
  "$ref": "#/components/schemas/consultantWorkExperience"
1150
- },
1151
- "nullable": true
990
+ }
1152
991
  },
1153
992
  "educations": {
1154
993
  "type": "array",
1155
994
  "items": {
1156
995
  "$ref": "#/components/schemas/consultantEducation"
1157
- },
1158
- "nullable": true
996
+ }
1159
997
  },
1160
998
  "cvRoles": {
1161
999
  "type": "array",
1162
1000
  "items": {
1163
1001
  "$ref": "#/components/schemas/consultantCvRole"
1164
- },
1165
- "nullable": true
1002
+ }
1166
1003
  },
1167
1004
  "keyQualifications": {
1168
1005
  "type": "array",
1169
1006
  "items": {
1170
1007
  "$ref": "#/components/schemas/consultantKeyQualification"
1171
- },
1172
- "nullable": true
1008
+ }
1173
1009
  }
1174
1010
  }
1175
1011
  },
@@ -1177,19 +1013,16 @@
1177
1013
  "type": "object",
1178
1014
  "properties": {
1179
1015
  "name": {
1180
- "type": "string",
1181
- "nullable": true
1016
+ "type": "string"
1182
1017
  },
1183
1018
  "longDescription": {
1184
- "type": "string",
1185
- "nullable": true
1019
+ "type": "string"
1186
1020
  },
1187
1021
  "tags": {
1188
1022
  "type": "array",
1189
1023
  "items": {
1190
1024
  "type": "string"
1191
- },
1192
- "nullable": true
1025
+ }
1193
1026
  }
1194
1027
  }
1195
1028
  },
@@ -1197,16 +1030,13 @@
1197
1030
  "type": "object",
1198
1031
  "properties": {
1199
1032
  "school": {
1200
- "type": "string",
1201
- "nullable": true
1033
+ "type": "string"
1202
1034
  },
1203
1035
  "degree": {
1204
- "type": "string",
1205
- "nullable": true
1036
+ "type": "string"
1206
1037
  },
1207
1038
  "description": {
1208
- "type": "string",
1209
- "nullable": true
1039
+ "type": "string"
1210
1040
  },
1211
1041
  "yearFrom": {
1212
1042
  "type": "integer",
@@ -1224,19 +1054,16 @@
1224
1054
  "type": "object",
1225
1055
  "properties": {
1226
1056
  "label": {
1227
- "type": "string",
1228
- "nullable": true
1057
+ "type": "string"
1229
1058
  },
1230
1059
  "description": {
1231
- "type": "string",
1232
- "nullable": true
1060
+ "type": "string"
1233
1061
  },
1234
1062
  "tags": {
1235
1063
  "type": "array",
1236
1064
  "items": {
1237
1065
  "type": "string"
1238
- },
1239
- "nullable": true
1066
+ }
1240
1067
  }
1241
1068
  }
1242
1069
  },
@@ -1244,20 +1071,16 @@
1244
1071
  "type": "object",
1245
1072
  "properties": {
1246
1073
  "customer": {
1247
- "type": "string",
1248
- "nullable": true
1074
+ "type": "string"
1249
1075
  },
1250
1076
  "description": {
1251
- "type": "string",
1252
- "nullable": true
1077
+ "type": "string"
1253
1078
  },
1254
1079
  "longDescription": {
1255
- "type": "string",
1256
- "nullable": true
1080
+ "type": "string"
1257
1081
  },
1258
1082
  "industry": {
1259
- "type": "string",
1260
- "nullable": true
1083
+ "type": "string"
1261
1084
  },
1262
1085
  "yearFrom": {
1263
1086
  "type": "integer",
@@ -1280,19 +1103,16 @@
1280
1103
  "nullable": true
1281
1104
  },
1282
1105
  "roleTitle": {
1283
- "type": "string",
1284
- "nullable": true
1106
+ "type": "string"
1285
1107
  },
1286
1108
  "roleDescription": {
1287
- "type": "string",
1288
- "nullable": true
1109
+ "type": "string"
1289
1110
  },
1290
1111
  "technologies": {
1291
1112
  "type": "array",
1292
1113
  "items": {
1293
1114
  "type": "string"
1294
- },
1295
- "nullable": true
1115
+ }
1296
1116
  }
1297
1117
  }
1298
1118
  },
@@ -1300,16 +1120,13 @@
1300
1120
  "type": "object",
1301
1121
  "properties": {
1302
1122
  "employer": {
1303
- "type": "string",
1304
- "nullable": true
1123
+ "type": "string"
1305
1124
  },
1306
1125
  "title": {
1307
- "type": "string",
1308
- "nullable": true
1126
+ "type": "string"
1309
1127
  },
1310
1128
  "description": {
1311
- "type": "string",
1312
- "nullable": true
1129
+ "type": "string"
1313
1130
  },
1314
1131
  "yearFrom": {
1315
1132
  "type": "integer",
@@ -1337,46 +1154,20 @@
1337
1154
  "type": "object",
1338
1155
  "properties": {
1339
1156
  "name": {
1340
- "type": "string",
1341
- "nullable": true
1157
+ "type": "string"
1342
1158
  },
1343
- "owner_id": {
1344
- "type": "string",
1345
- "nullable": true
1159
+ "ownerId": {
1160
+ "type": "string"
1346
1161
  },
1347
1162
  "status": {
1348
- "type": "string",
1349
- "nullable": true
1163
+ "type": "string"
1350
1164
  }
1351
1165
  }
1352
1166
  },
1353
- "employeeReference": {
1167
+ "feedback": {
1354
1168
  "type": "object",
1355
1169
  "properties": {
1356
- "sanityType": {
1357
- "enum": [
1358
- 1
1359
- ],
1360
- "type": "integer",
1361
- "format": "int32",
1362
- "default": 1
1363
- },
1364
- "sanityRef": {
1365
- "type": "string"
1366
- },
1367
- "sanityWeakOption": {
1368
- "$ref": "#/components/schemas/option_nullable`1"
1369
- },
1370
- "sanityWeak": {
1371
- "type": "boolean",
1372
- "nullable": true
1373
- }
1374
- }
1375
- },
1376
- "feedback": {
1377
- "type": "object",
1378
- "properties": {
1379
- "message": {
1170
+ "message": {
1380
1171
  "type": "string"
1381
1172
  }
1382
1173
  }
@@ -1385,43 +1176,36 @@
1385
1176
  "type": "object",
1386
1177
  "properties": {
1387
1178
  "id": {
1388
- "type": "string",
1389
- "nullable": true
1179
+ "type": "string"
1390
1180
  },
1391
1181
  "name": {
1392
- "type": "string",
1393
- "nullable": true
1182
+ "type": "string"
1394
1183
  },
1395
- "api_owner_id": {
1396
- "type": "string",
1397
- "nullable": true
1184
+ "apiOwnerId": {
1185
+ "type": "string"
1398
1186
  },
1399
- "api_owner_name": {
1400
- "type": "string",
1401
- "nullable": true
1187
+ "apiOwnerName": {
1188
+ "type": "string"
1402
1189
  },
1403
- "owner_id": {
1404
- "type": "string",
1405
- "nullable": true
1190
+ "ownerId": {
1191
+ "type": "string"
1406
1192
  },
1407
- "owner_name": {
1408
- "type": "string",
1409
- "nullable": true
1193
+ "ownerName": {
1194
+ "type": "string"
1410
1195
  },
1411
1196
  "status": {
1412
- "type": "string",
1413
- "nullable": true
1197
+ "type": "string"
1414
1198
  },
1415
1199
  "archived": {
1416
1200
  "type": "boolean",
1417
1201
  "nullable": true
1418
1202
  },
1419
- "created_at": {
1203
+ "createdAt": {
1420
1204
  "type": "string",
1421
1205
  "format": "date-time",
1422
1206
  "nullable": true
1423
1207
  },
1424
- "updated_at": {
1208
+ "updatedAt": {
1425
1209
  "type": "string",
1426
1210
  "format": "date-time",
1427
1211
  "nullable": true
@@ -1432,116 +1216,38 @@
1432
1216
  "type": "object",
1433
1217
  "properties": {
1434
1218
  "id": {
1435
- "type": "string",
1436
- "nullable": true
1219
+ "type": "string"
1437
1220
  },
1438
- "user_id": {
1439
- "type": "string",
1440
- "nullable": true
1221
+ "userId": {
1222
+ "type": "string"
1441
1223
  },
1442
- "proposal_id": {
1443
- "type": "string",
1444
- "nullable": true
1224
+ "proposalId": {
1225
+ "type": "string"
1445
1226
  },
1446
1227
  "name": {
1447
- "type": "string",
1448
- "nullable": true
1228
+ "type": "string"
1449
1229
  },
1450
1230
  "email": {
1451
- "type": "string",
1452
- "nullable": true
1231
+ "type": "string"
1453
1232
  },
1454
1233
  "title": {
1455
- "type": "string",
1456
- "nullable": true
1234
+ "type": "string"
1457
1235
  },
1458
1236
  "status": {
1459
- "type": "string",
1460
- "nullable": true
1237
+ "type": "string"
1461
1238
  },
1462
- "created_at": {
1239
+ "createdAt": {
1463
1240
  "type": "string",
1464
1241
  "format": "date-time",
1465
1242
  "nullable": true
1466
1243
  },
1467
- "updated_at": {
1244
+ "updatedAt": {
1468
1245
  "type": "string",
1469
1246
  "format": "date-time",
1470
1247
  "nullable": true
1471
1248
  }
1472
1249
  }
1473
1250
  },
1474
- "gadgetBudget": {
1475
- "type": "object",
1476
- "properties": {
1477
- "sanityType": {
1478
- "enum": [
1479
- 1
1480
- ],
1481
- "type": "integer",
1482
- "format": "int32",
1483
- "default": 1
1484
- },
1485
- "employee": {
1486
- "$ref": "#/components/schemas/sanityOrderEmployee"
1487
- },
1488
- "sanityCreatedAt": {
1489
- "type": "string"
1490
- },
1491
- "sanityId": {
1492
- "type": "string"
1493
- },
1494
- "sanityRev": {
1495
- "type": "string"
1496
- },
1497
- "sanityUpdatedAt": {
1498
- "type": "string"
1499
- },
1500
- "yearlyBudgets": {
1501
- "type": "array",
1502
- "items": {
1503
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInner"
1504
- }
1505
- }
1506
- }
1507
- },
1508
- "geopoint": {
1509
- "type": "object",
1510
- "properties": {
1511
- "sanityType": {
1512
- "enum": [
1513
- 1
1514
- ],
1515
- "type": "integer",
1516
- "format": "int32",
1517
- "default": 1
1518
- },
1519
- "altOption": {
1520
- "$ref": "#/components/schemas/option_nullable`1"
1521
- },
1522
- "alt": {
1523
- "type": "number",
1524
- "format": "double",
1525
- "nullable": true
1526
- },
1527
- "latOption": {
1528
- "$ref": "#/components/schemas/option_nullable`1"
1529
- },
1530
- "lat": {
1531
- "type": "number",
1532
- "format": "double",
1533
- "nullable": true
1534
- },
1535
- "lngOption": {
1536
- "$ref": "#/components/schemas/option_nullable`1"
1537
- },
1538
- "lng": {
1539
- "type": "number",
1540
- "format": "double",
1541
- "nullable": true
1542
- }
1543
- }
1544
- },
1545
1251
  "jsonElement": {
1546
1252
  "type": "object",
1547
1253
  "properties": {
@@ -1565,94 +1271,87 @@
1565
1271
  }
1566
1272
  }
1567
1273
  },
1568
- "muxVideoAssetReference": {
1274
+ "option_list`1": {
1275
+ "type": "object",
1276
+ "properties": {
1277
+ "value": {
1278
+ "type": "array",
1279
+ "items": {
1280
+ "type": "string"
1281
+ }
1282
+ }
1283
+ }
1284
+ },
1285
+ "option_nullable`1": {
1569
1286
  "type": "object",
1570
1287
  "properties": {
1571
- "sanityType": {
1572
- "enum": [
1573
- 1
1574
- ],
1575
- "type": "integer",
1576
- "format": "int32",
1577
- "default": 1
1578
- },
1579
- "sanityRef": {
1580
- "type": "string"
1581
- },
1582
- "sanityWeakOption": {
1583
- "$ref": "#/components/schemas/option_nullable`1"
1584
- },
1585
- "sanityWeak": {
1288
+ "value": {
1586
1289
  "type": "boolean",
1587
1290
  "nullable": true
1588
1291
  }
1589
1292
  }
1590
1293
  },
1591
- "option_commissionTierReference": {
1294
+ "option_object": {
1592
1295
  "type": "object",
1593
1296
  "properties": {
1594
1297
  "value": {
1595
- "$ref": "#/components/schemas/commissionTierReference"
1298
+ "type": "object"
1596
1299
  }
1597
1300
  }
1598
1301
  },
1599
- "option_employeeReference": {
1302
+ "option_sanityAssetSourceData": {
1600
1303
  "type": "object",
1601
1304
  "properties": {
1602
1305
  "value": {
1603
- "$ref": "#/components/schemas/employeeReference"
1306
+ "$ref": "#/components/schemas/sanityAssetSourceData"
1604
1307
  }
1605
1308
  }
1606
1309
  },
1607
- "option_geopoint": {
1310
+ "option_sanityCommissionTierReference": {
1608
1311
  "type": "object",
1609
1312
  "properties": {
1610
1313
  "value": {
1611
- "$ref": "#/components/schemas/geopoint"
1314
+ "$ref": "#/components/schemas/sanityCommissionTierReference"
1612
1315
  }
1613
1316
  }
1614
1317
  },
1615
- "option_list`1": {
1318
+ "option_sanityEmployeeCommissionTier": {
1616
1319
  "type": "object",
1617
1320
  "properties": {
1618
1321
  "value": {
1619
- "type": "array",
1620
- "items": {
1621
- "type": "string"
1622
- }
1322
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1623
1323
  }
1624
1324
  }
1625
1325
  },
1626
- "option_muxVideoAssetReference": {
1326
+ "option_sanityEmployeeManager": {
1627
1327
  "type": "object",
1628
1328
  "properties": {
1629
1329
  "value": {
1630
- "$ref": "#/components/schemas/muxVideoAssetReference"
1330
+ "$ref": "#/components/schemas/sanityEmployeeManager"
1631
1331
  }
1632
1332
  }
1633
1333
  },
1634
- "option_nullable`1": {
1334
+ "option_sanityEmployeeReference": {
1635
1335
  "type": "object",
1636
1336
  "properties": {
1637
1337
  "value": {
1638
- "type": "boolean",
1639
- "nullable": true
1338
+ "$ref": "#/components/schemas/sanityEmployeeReference"
1640
1339
  }
1641
1340
  }
1642
1341
  },
1643
- "option_object": {
1342
+ "option_sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment": {
1644
1343
  "type": "object",
1645
1344
  "properties": {
1646
1345
  "value": {
1647
- "type": "object"
1346
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
1648
1347
  }
1649
1348
  }
1650
1349
  },
1651
- "option_sanityAssetSourceData": {
1350
+ "option_sanityGeopoint": {
1652
1351
  "type": "object",
1653
1352
  "properties": {
1654
1353
  "value": {
1655
- "$ref": "#/components/schemas/sanityAssetSourceData"
1354
+ "$ref": "#/components/schemas/sanityGeopoint"
1656
1355
  }
1657
1356
  }
1658
1357
  },
@@ -1712,6 +1411,14 @@
1712
1411
  }
1713
1412
  }
1714
1413
  },
1414
+ "option_sanityMuxVideoAssetReference": {
1415
+ "type": "object",
1416
+ "properties": {
1417
+ "value": {
1418
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1419
+ }
1420
+ }
1421
+ },
1715
1422
  "option_sanityPatchPageMetaImage": {
1716
1423
  "type": "object",
1717
1424
  "properties": {
@@ -1720,79 +1427,52 @@
1720
1427
  }
1721
1428
  }
1722
1429
  },
1723
- "option_slug": {
1430
+ "option_sanitySlug": {
1724
1431
  "type": "object",
1725
1432
  "properties": {
1726
1433
  "value": {
1727
- "$ref": "#/components/schemas/slug"
1434
+ "$ref": "#/components/schemas/sanitySlug"
1728
1435
  }
1729
1436
  }
1730
1437
  },
1731
- "option_string": {
1438
+ "option_sanityTvCategoryDashboardsInnerBackgroundImage": {
1732
1439
  "type": "object",
1733
1440
  "properties": {
1734
1441
  "value": {
1735
- "type": "string"
1442
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
1736
1443
  }
1737
1444
  }
1738
1445
  },
1739
- "pageEmployeeOrderInner": {
1446
+ "option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
1740
1447
  "type": "object",
1741
1448
  "properties": {
1742
- "sanityType": {
1743
- "enum": [
1744
- 1
1745
- ],
1746
- "type": "integer",
1747
- "format": "int32",
1748
- "default": 1
1749
- },
1750
- "sanityKey": {
1751
- "type": "string"
1752
- },
1753
- "sanityRef": {
1754
- "type": "string"
1755
- },
1756
- "sanityWeakOption": {
1757
- "$ref": "#/components/schemas/option_nullable`1"
1758
- },
1759
- "sanityWeak": {
1760
- "type": "boolean",
1761
- "nullable": true
1449
+ "value": {
1450
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1762
1451
  }
1763
1452
  }
1764
1453
  },
1765
- "pageEquipmentInner": {
1454
+ "option_sanityVideoMemoryAsset": {
1766
1455
  "type": "object",
1767
1456
  "properties": {
1768
- "sanityType": {
1769
- "enum": [
1770
- 1
1771
- ],
1772
- "type": "integer",
1773
- "format": "int32",
1774
- "default": 1
1775
- },
1776
- "sanityKey": {
1777
- "type": "string"
1778
- },
1779
- "sanityRef": {
1457
+ "value": {
1458
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
1459
+ }
1460
+ }
1461
+ },
1462
+ "option_string": {
1463
+ "type": "object",
1464
+ "properties": {
1465
+ "value": {
1780
1466
  "type": "string"
1781
- },
1782
- "sanityWeakOption": {
1783
- "$ref": "#/components/schemas/option_nullable`1"
1784
- },
1785
- "sanityWeak": {
1786
- "type": "boolean",
1787
- "nullable": true
1788
1467
  }
1789
1468
  }
1790
1469
  },
1791
- "patchEmployee": {
1470
+ "protectedEmployee": {
1792
1471
  "type": "object",
1793
1472
  "properties": {
1794
- "genderOption": {
1795
- "$ref": "#/components/schemas/option_nullable`1"
1473
+ "started": {
1474
+ "type": "boolean",
1475
+ "nullable": true
1796
1476
  },
1797
1477
  "gender": {
1798
1478
  "enum": [
@@ -1802,8 +1482,15 @@
1802
1482
  ],
1803
1483
  "type": "integer",
1804
1484
  "format": "int32",
1805
- "default": 1,
1806
- "nullable": true
1485
+ "default": 1
1486
+ },
1487
+ "sanityType": {
1488
+ "enum": [
1489
+ 1
1490
+ ],
1491
+ "type": "integer",
1492
+ "format": "int32",
1493
+ "default": 1
1807
1494
  },
1808
1495
  "maritalStatusOption": {
1809
1496
  "$ref": "#/components/schemas/option_nullable`1"
@@ -1819,17 +1506,47 @@
1819
1506
  "default": 1,
1820
1507
  "nullable": true
1821
1508
  },
1822
- "sanityTypeOption": {
1823
- "$ref": "#/components/schemas/option_nullable`1"
1509
+ "active": {
1510
+ "type": "boolean"
1824
1511
  },
1825
- "sanityType": {
1826
- "enum": [
1827
- 1
1828
- ],
1829
- "type": "integer",
1830
- "format": "int32",
1831
- "default": 1,
1832
- "nullable": true
1512
+ "birthDate": {
1513
+ "type": "string"
1514
+ },
1515
+ "blurredImage": {
1516
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1517
+ },
1518
+ "boardMember": {
1519
+ "type": "boolean"
1520
+ },
1521
+ "email": {
1522
+ "type": "string"
1523
+ },
1524
+ "image": {
1525
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1526
+ },
1527
+ "name": {
1528
+ "type": "string"
1529
+ },
1530
+ "sanityCreatedAt": {
1531
+ "type": "string"
1532
+ },
1533
+ "sanityId": {
1534
+ "type": "string"
1535
+ },
1536
+ "sanityRev": {
1537
+ "type": "string"
1538
+ },
1539
+ "sanityUpdatedAt": {
1540
+ "type": "string"
1541
+ },
1542
+ "slug": {
1543
+ "$ref": "#/components/schemas/sanitySlug"
1544
+ },
1545
+ "startDate": {
1546
+ "type": "string"
1547
+ },
1548
+ "telephone": {
1549
+ "type": "string"
1833
1550
  },
1834
1551
  "aboutOption": {
1835
1552
  "$ref": "#/components/schemas/option_string"
@@ -1837,13 +1554,6 @@
1837
1554
  "about": {
1838
1555
  "type": "string"
1839
1556
  },
1840
- "activeOption": {
1841
- "$ref": "#/components/schemas/option_nullable`1"
1842
- },
1843
- "active": {
1844
- "type": "boolean",
1845
- "nullable": true
1846
- },
1847
1557
  "addressOption": {
1848
1558
  "$ref": "#/components/schemas/option_string"
1849
1559
  },
@@ -1859,32 +1569,13 @@
1859
1569
  "type": "string"
1860
1570
  }
1861
1571
  },
1862
- "birthDateOption": {
1863
- "$ref": "#/components/schemas/option_string"
1864
- },
1865
- "birthDate": {
1866
- "type": "string"
1867
- },
1868
- "blurredImageOption": {
1869
- "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
1870
- },
1871
- "blurredImage": {
1872
- "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1873
- },
1874
- "boardMemberOption": {
1875
- "$ref": "#/components/schemas/option_nullable`1"
1876
- },
1877
- "boardMember": {
1878
- "type": "boolean",
1879
- "nullable": true
1880
- },
1881
1572
  "cliftonStrengthsOption": {
1882
1573
  "$ref": "#/components/schemas/option_list`1"
1883
1574
  },
1884
1575
  "cliftonStrengths": {
1885
1576
  "type": "array",
1886
1577
  "items": {
1887
- "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
1578
+ "$ref": "#/components/schemas/sanityEmployeeCliftonStrengthsInner"
1888
1579
  }
1889
1580
  },
1890
1581
  "coinbaseAccountEmailOption": {
@@ -1894,10 +1585,10 @@
1894
1585
  "type": "string"
1895
1586
  },
1896
1587
  "commissionTierOption": {
1897
- "$ref": "#/components/schemas/option_commissionTierReference"
1588
+ "$ref": "#/components/schemas/option_sanityEmployeeCommissionTier"
1898
1589
  },
1899
1590
  "commissionTier": {
1900
- "$ref": "#/components/schemas/commissionTierReference"
1591
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1901
1592
  },
1902
1593
  "educationOption": {
1903
1594
  "$ref": "#/components/schemas/option_string"
@@ -1905,19 +1596,13 @@
1905
1596
  "education": {
1906
1597
  "type": "string"
1907
1598
  },
1908
- "emailOption": {
1909
- "$ref": "#/components/schemas/option_string"
1910
- },
1911
- "email": {
1912
- "type": "string"
1913
- },
1914
1599
  "equipmentOption": {
1915
1600
  "$ref": "#/components/schemas/option_list`1"
1916
1601
  },
1917
1602
  "equipment": {
1918
1603
  "type": "array",
1919
1604
  "items": {
1920
- "$ref": "#/components/schemas/pageEquipmentInner"
1605
+ "$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
1921
1606
  }
1922
1607
  },
1923
1608
  "graduationYearOption": {
@@ -1934,15 +1619,9 @@
1934
1619
  "groups": {
1935
1620
  "type": "array",
1936
1621
  "items": {
1937
- "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
1622
+ "$ref": "#/components/schemas/sanityEmployeeGroupsInner"
1938
1623
  }
1939
1624
  },
1940
- "imageOption": {
1941
- "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
1942
- },
1943
- "image": {
1944
- "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1945
- },
1946
1625
  "innovativeSalaryOption": {
1947
1626
  "$ref": "#/components/schemas/option_nullable`1"
1948
1627
  },
@@ -1973,10 +1652,10 @@
1973
1652
  "nullable": true
1974
1653
  },
1975
1654
  "managerOption": {
1976
- "$ref": "#/components/schemas/option_employeeReference"
1655
+ "$ref": "#/components/schemas/option_sanityEmployeeManager"
1977
1656
  },
1978
1657
  "manager": {
1979
- "$ref": "#/components/schemas/employeeReference"
1658
+ "$ref": "#/components/schemas/sanityEmployeeManager"
1980
1659
  },
1981
1660
  "mediaOption": {
1982
1661
  "$ref": "#/components/schemas/option_list`1"
@@ -1984,15 +1663,9 @@
1984
1663
  "media": {
1985
1664
  "type": "array",
1986
1665
  "items": {
1987
- "$ref": "#/components/schemas/componentGalleryMediaInner"
1666
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
1988
1667
  }
1989
1668
  },
1990
- "nameOption": {
1991
- "$ref": "#/components/schemas/option_string"
1992
- },
1993
- "name": {
1994
- "type": "string"
1995
- },
1996
1669
  "nextOfKinOption": {
1997
1670
  "$ref": "#/components/schemas/option_list`1"
1998
1671
  },
@@ -2022,25 +1695,13 @@
2022
1695
  "position": {
2023
1696
  "type": "string"
2024
1697
  },
2025
- "slugOption": {
2026
- "$ref": "#/components/schemas/option_slug"
2027
- },
2028
- "slug": {
2029
- "$ref": "#/components/schemas/slug"
2030
- },
2031
- "startDateOption": {
2032
- "$ref": "#/components/schemas/option_string"
2033
- },
2034
- "startDate": {
2035
- "type": "string"
2036
- },
2037
1698
  "tagsOption": {
2038
1699
  "$ref": "#/components/schemas/option_list`1"
2039
1700
  },
2040
1701
  "tags": {
2041
1702
  "type": "array",
2042
1703
  "items": {
2043
- "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
1704
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2044
1705
  }
2045
1706
  },
2046
1707
  "technologiesOption": {
@@ -2049,316 +1710,188 @@
2049
1710
  "technologies": {
2050
1711
  "type": "array",
2051
1712
  "items": {
2052
- "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
2053
- }
2054
- },
2055
- "telephoneOption": {
2056
- "$ref": "#/components/schemas/option_string"
2057
- },
2058
- "telephone": {
2059
- "type": "string"
2060
- },
2061
- "additionalProperties": {
2062
- "type": "object",
2063
- "additionalProperties": {
2064
- "$ref": "#/components/schemas/jsonElement"
1713
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
2065
1714
  }
2066
1715
  }
2067
1716
  }
2068
1717
  },
2069
- "protectedEmployee": {
1718
+ "publicEmployee": {
2070
1719
  "type": "object",
2071
1720
  "properties": {
2072
- "started": {
2073
- "type": "boolean",
2074
- "nullable": true
2075
- },
2076
- "gender": {
2077
- "enum": [
2078
- 1,
2079
- 2,
2080
- 3
2081
- ],
2082
- "type": "integer",
2083
- "format": "int32",
2084
- "default": 1
1721
+ "sanityId": {
1722
+ "type": "string"
2085
1723
  },
2086
1724
  "sanityType": {
2087
- "enum": [
2088
- 1
2089
- ],
2090
- "type": "integer",
2091
- "format": "int32",
2092
- "default": 1
2093
- },
2094
- "maritalStatusOption": {
2095
- "$ref": "#/components/schemas/option_nullable`1"
1725
+ "type": "string"
2096
1726
  },
2097
- "maritalStatus": {
2098
- "enum": [
2099
- 1,
2100
- 2,
2101
- 3
2102
- ],
2103
- "type": "integer",
2104
- "format": "int32",
2105
- "default": 1,
1727
+ "active": {
1728
+ "type": "boolean",
2106
1729
  "nullable": true
2107
1730
  },
2108
- "active": {
2109
- "type": "boolean"
1731
+ "image": {
1732
+ "$ref": "#/components/schemas/sanityImage"
2110
1733
  },
2111
- "birthDate": {
2112
- "type": "string"
1734
+ "tags": {
1735
+ "type": "array",
1736
+ "items": {
1737
+ "$ref": "#/components/schemas/tag"
1738
+ }
2113
1739
  },
2114
- "blurredImage": {
2115
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1740
+ "technologies": {
1741
+ "type": "array",
1742
+ "items": {
1743
+ "$ref": "#/components/schemas/technology"
1744
+ }
2116
1745
  },
2117
- "boardMember": {
1746
+ "started": {
2118
1747
  "type": "boolean"
2119
1748
  },
2120
- "email": {
2121
- "type": "string"
2122
- },
2123
- "image": {
2124
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1749
+ "media": {
1750
+ "type": "array",
1751
+ "items": {
1752
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
1753
+ }
2125
1754
  },
2126
1755
  "name": {
2127
1756
  "type": "string"
2128
1757
  },
2129
- "sanityCreatedAt": {
2130
- "type": "string"
1758
+ "slug": {
1759
+ "$ref": "#/components/schemas/slug"
2131
1760
  },
2132
- "sanityId": {
1761
+ "gender": {
2133
1762
  "type": "string"
2134
1763
  },
2135
- "sanityRev": {
1764
+ "email": {
2136
1765
  "type": "string"
2137
1766
  },
2138
- "sanityUpdatedAt": {
1767
+ "telephone": {
2139
1768
  "type": "string"
2140
1769
  },
2141
- "slug": {
2142
- "$ref": "#/components/schemas/slug"
2143
- },
2144
- "startDate": {
1770
+ "position": {
2145
1771
  "type": "string"
2146
1772
  },
2147
- "telephone": {
1773
+ "education": {
2148
1774
  "type": "string"
2149
1775
  },
2150
- "aboutOption": {
2151
- "$ref": "#/components/schemas/option_string"
2152
- },
2153
1776
  "about": {
2154
1777
  "type": "string"
2155
1778
  },
2156
- "addressOption": {
2157
- "$ref": "#/components/schemas/option_string"
1779
+ "birthDate": {
1780
+ "type": "string",
1781
+ "format": "date-time",
1782
+ "nullable": true
2158
1783
  },
2159
- "address": {
1784
+ "startDate": {
2160
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
2161
1799
  },
2162
- "allergiesOption": {
2163
- "$ref": "#/components/schemas/option_list`1"
2164
- },
2165
- "allergies": {
2166
- "type": "array",
2167
- "items": {
2168
- "type": "string"
2169
- }
1800
+ "idOption": {
1801
+ "$ref": "#/components/schemas/option_string"
2170
1802
  },
2171
- "cliftonStrengths": {
2172
- "type": "array",
2173
- "items": {
2174
- "$ref": "#/components/schemas/sanityEmployeeCliftonStrengthsInner"
2175
- }
1803
+ "id": {
1804
+ "type": "string"
2176
1805
  },
2177
- "coinbaseAccountEmailOption": {
1806
+ "nameOption": {
2178
1807
  "$ref": "#/components/schemas/option_string"
2179
1808
  },
2180
- "coinbaseAccountEmail": {
1809
+ "name": {
2181
1810
  "type": "string"
2182
1811
  },
2183
- "commissionTier": {
2184
- "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
2185
- },
2186
- "educationOption": {
1812
+ "urlOption": {
2187
1813
  "$ref": "#/components/schemas/option_string"
2188
1814
  },
2189
- "education": {
1815
+ "url": {
2190
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
2191
1830
  },
2192
- "equipment": {
2193
- "type": "array",
2194
- "items": {
2195
- "$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
2196
- }
2197
- },
2198
- "graduationYearOption": {
2199
- "$ref": "#/components/schemas/option_nullable`1"
2200
- },
2201
- "graduationYear": {
2202
- "type": "number",
2203
- "format": "double",
2204
- "nullable": true
2205
- },
2206
- "groups": {
2207
- "type": "array",
2208
- "items": {
2209
- "$ref": "#/components/schemas/sanityEmployeeGroupsInner"
2210
- }
2211
- },
2212
- "innovativeSalaryOption": {
2213
- "$ref": "#/components/schemas/option_nullable`1"
2214
- },
2215
- "innovativeSalary": {
2216
- "type": "boolean",
2217
- "nullable": true
2218
- },
2219
- "innovativeSalaryPercentageOption": {
2220
- "$ref": "#/components/schemas/option_nullable`1"
2221
- },
2222
- "innovativeSalaryPercentage": {
2223
- "type": "number",
2224
- "format": "double",
2225
- "nullable": true
2226
- },
2227
- "isBotOption": {
2228
- "$ref": "#/components/schemas/option_nullable`1"
2229
- },
2230
- "isBot": {
2231
- "type": "boolean",
2232
- "nullable": true
1831
+ "sanityRef": {
1832
+ "type": "string"
2233
1833
  },
2234
- "isSeekingProjectOption": {
1834
+ "sanityWeakOption": {
2235
1835
  "$ref": "#/components/schemas/option_nullable`1"
2236
1836
  },
2237
- "isSeekingProject": {
1837
+ "sanityWeak": {
2238
1838
  "type": "boolean",
2239
1839
  "nullable": true
2240
- },
2241
- "manager": {
2242
- "$ref": "#/components/schemas/sanityEmployeeManager"
2243
- },
2244
- "media": {
2245
- "type": "array",
2246
- "items": {
2247
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
2248
- }
2249
- },
2250
- "nextOfKin": {
2251
- "type": "array",
2252
- "items": {
2253
- "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
2254
- }
2255
- },
2256
- "nrOfChildrenOption": {
2257
- "$ref": "#/components/schemas/option_nullable`1"
2258
- },
2259
- "nrOfChildren": {
2260
- "type": "number",
2261
- "format": "double",
2262
- "nullable": true
2263
- },
2264
- "personalProjectRequirementsOption": {
2265
- "$ref": "#/components/schemas/option_string"
2266
- },
2267
- "personalProjectRequirements": {
2268
- "type": "string"
2269
- },
2270
- "positionOption": {
2271
- "$ref": "#/components/schemas/option_string"
2272
- },
2273
- "position": {
2274
- "type": "string"
2275
- },
2276
- "tags": {
2277
- "type": "array",
2278
- "items": {
2279
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2280
- }
2281
- },
2282
- "technologies": {
2283
- "type": "array",
2284
- "items": {
2285
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
2286
- }
2287
1840
  }
2288
1841
  }
2289
1842
  },
2290
- "publicEmployee": {
1843
+ "sanityComponentGalleryMediaInner": {
2291
1844
  "type": "object",
2292
1845
  "properties": {
2293
- "sanityId": {
2294
- "type": "string"
1846
+ "sanityComponentGalleryMediaInnerSanityImage": {
1847
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
2295
1848
  },
1849
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
1850
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
1851
+ }
1852
+ }
1853
+ },
1854
+ "sanityComponentGalleryMediaInnerSanityImage": {
1855
+ "type": "object",
1856
+ "properties": {
2296
1857
  "sanityType": {
2297
- "type": "string"
2298
- },
2299
- "active": {
2300
- "type": "boolean",
2301
- "nullable": true
2302
- },
2303
- "image": {
2304
- "$ref": "#/components/schemas/sanityImage"
2305
- },
2306
- "tags": {
2307
- "type": "array",
2308
- "items": {
2309
- "$ref": "#/components/schemas/tag"
2310
- }
2311
- },
2312
- "technologies": {
2313
- "type": "array",
2314
- "items": {
2315
- "$ref": "#/components/schemas/technology"
2316
- }
2317
- },
2318
- "started": {
2319
- "type": "boolean"
2320
- },
2321
- "media": {
2322
- "type": "array",
2323
- "items": {
2324
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
2325
- }
1858
+ "enum": [
1859
+ 1
1860
+ ],
1861
+ "type": "integer",
1862
+ "format": "int32",
1863
+ "default": 1
2326
1864
  },
2327
- "name": {
1865
+ "sanityKey": {
2328
1866
  "type": "string"
2329
1867
  },
2330
- "slug": {
2331
- "$ref": "#/components/schemas/slug"
2332
- },
2333
- "gender": {
2334
- "type": "string"
1868
+ "assetOption": {
1869
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
2335
1870
  },
2336
- "email": {
2337
- "type": "string"
1871
+ "asset": {
1872
+ "$ref": "#/components/schemas/sanityImageAssetReference"
2338
1873
  },
2339
- "telephone": {
2340
- "type": "string"
1874
+ "cropOption": {
1875
+ "$ref": "#/components/schemas/option_sanityImageCrop"
2341
1876
  },
2342
- "position": {
2343
- "type": "string"
1877
+ "crop": {
1878
+ "$ref": "#/components/schemas/sanityImageCrop"
2344
1879
  },
2345
- "education": {
2346
- "type": "string"
1880
+ "hotspotOption": {
1881
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
2347
1882
  },
2348
- "about": {
2349
- "type": "string"
1883
+ "hotspot": {
1884
+ "$ref": "#/components/schemas/sanityImageHotspot"
2350
1885
  },
2351
- "birthDate": {
2352
- "type": "string",
2353
- "format": "date-time",
2354
- "nullable": true
1886
+ "mediaOption": {
1887
+ "$ref": "#/components/schemas/option_object"
2355
1888
  },
2356
- "startDate": {
2357
- "type": "string"
1889
+ "media": {
1890
+ "type": "object"
2358
1891
  }
2359
1892
  }
2360
1893
  },
2361
- "sanityAssetSourceData": {
1894
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
2362
1895
  "type": "object",
2363
1896
  "properties": {
2364
1897
  "sanityType": {
@@ -2369,23 +1902,14 @@
2369
1902
  "format": "int32",
2370
1903
  "default": 1
2371
1904
  },
2372
- "idOption": {
2373
- "$ref": "#/components/schemas/option_string"
2374
- },
2375
- "id": {
2376
- "type": "string"
2377
- },
2378
- "nameOption": {
2379
- "$ref": "#/components/schemas/option_string"
2380
- },
2381
- "name": {
1905
+ "sanityKey": {
2382
1906
  "type": "string"
2383
1907
  },
2384
- "urlOption": {
2385
- "$ref": "#/components/schemas/option_string"
1908
+ "assetOption": {
1909
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
2386
1910
  },
2387
- "url": {
2388
- "type": "string"
1911
+ "asset": {
1912
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
2389
1913
  }
2390
1914
  }
2391
1915
  },
@@ -2589,15 +2113,24 @@
2589
2113
  "title": {
2590
2114
  "type": "string"
2591
2115
  },
2116
+ "descriptionOption": {
2117
+ "$ref": "#/components/schemas/option_list`1"
2118
+ },
2592
2119
  "description": {
2593
2120
  "type": "array",
2594
2121
  "items": {
2595
2122
  "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2596
2123
  }
2597
2124
  },
2125
+ "imageOption": {
2126
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
2127
+ },
2598
2128
  "image": {
2599
2129
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2600
2130
  },
2131
+ "imagesOption": {
2132
+ "$ref": "#/components/schemas/option_list`1"
2133
+ },
2601
2134
  "images": {
2602
2135
  "type": "array",
2603
2136
  "items": {
@@ -2650,7 +2183,7 @@
2650
2183
  "leaders": {
2651
2184
  "type": "array",
2652
2185
  "items": {
2653
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
2186
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
2654
2187
  }
2655
2188
  }
2656
2189
  }
@@ -2679,11 +2212,14 @@
2679
2212
  "type": "string"
2680
2213
  },
2681
2214
  "slug": {
2682
- "$ref": "#/components/schemas/slug"
2215
+ "$ref": "#/components/schemas/sanitySlug"
2683
2216
  },
2684
2217
  "telephone": {
2685
2218
  "type": "string"
2686
2219
  },
2220
+ "tagsOption": {
2221
+ "$ref": "#/components/schemas/option_list`1"
2222
+ },
2687
2223
  "tags": {
2688
2224
  "type": "array",
2689
2225
  "items": {
@@ -2692,6 +2228,17 @@
2692
2228
  }
2693
2229
  }
2694
2230
  },
2231
+ "sanityEmployeeMediaInner": {
2232
+ "type": "object",
2233
+ "properties": {
2234
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
2235
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
2236
+ },
2237
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2238
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
2239
+ }
2240
+ }
2241
+ },
2695
2242
  "sanityEmployeeNextOfKinInner": {
2696
2243
  "type": "object",
2697
2244
  "properties": {
@@ -2720,7 +2267,7 @@
2720
2267
  }
2721
2268
  }
2722
2269
  },
2723
- "sanityGadgetBudgetYearlyBudgetsInner": {
2270
+ "sanityEmployeeReference": {
2724
2271
  "type": "object",
2725
2272
  "properties": {
2726
2273
  "sanityType": {
@@ -2731,48 +2278,19 @@
2731
2278
  "format": "int32",
2732
2279
  "default": 1
2733
2280
  },
2734
- "sanityKey": {
2281
+ "sanityRef": {
2735
2282
  "type": "string"
2736
2283
  },
2737
- "amountOption": {
2738
- "$ref": "#/components/schemas/option_nullable`1"
2739
- },
2740
- "amount": {
2741
- "type": "number",
2742
- "format": "double",
2743
- "nullable": true
2744
- },
2745
- "equipmentList": {
2746
- "type": "array",
2747
- "items": {
2748
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner"
2749
- }
2750
- },
2751
- "yearOption": {
2284
+ "sanityWeakOption": {
2752
2285
  "$ref": "#/components/schemas/option_nullable`1"
2753
2286
  },
2754
- "year": {
2755
- "type": "number",
2756
- "format": "double",
2287
+ "sanityWeak": {
2288
+ "type": "boolean",
2757
2289
  "nullable": true
2758
2290
  }
2759
2291
  }
2760
2292
  },
2761
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
2762
- "type": "object",
2763
- "properties": {
2764
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf": {
2765
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf"
2766
- },
2767
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1": {
2768
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1"
2769
- },
2770
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2": {
2771
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2"
2772
- }
2773
- }
2774
- },
2775
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf": {
2293
+ "sanityGadgetBudget": {
2776
2294
  "type": "object",
2777
2295
  "properties": {
2778
2296
  "sanityType": {
@@ -2783,9 +2301,98 @@
2783
2301
  "format": "int32",
2784
2302
  "default": 1
2785
2303
  },
2786
- "sanityKey": {
2787
- "type": "string"
2788
- },
2304
+ "employee": {
2305
+ "$ref": "#/components/schemas/sanityOrderEmployee"
2306
+ },
2307
+ "sanityCreatedAt": {
2308
+ "type": "string"
2309
+ },
2310
+ "sanityId": {
2311
+ "type": "string"
2312
+ },
2313
+ "sanityRev": {
2314
+ "type": "string"
2315
+ },
2316
+ "sanityUpdatedAt": {
2317
+ "type": "string"
2318
+ },
2319
+ "yearlyBudgets": {
2320
+ "type": "array",
2321
+ "items": {
2322
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInner"
2323
+ }
2324
+ }
2325
+ }
2326
+ },
2327
+ "sanityGadgetBudgetYearlyBudgetsInner": {
2328
+ "type": "object",
2329
+ "properties": {
2330
+ "sanityType": {
2331
+ "enum": [
2332
+ 1
2333
+ ],
2334
+ "type": "integer",
2335
+ "format": "int32",
2336
+ "default": 1
2337
+ },
2338
+ "sanityKey": {
2339
+ "type": "string"
2340
+ },
2341
+ "amountOption": {
2342
+ "$ref": "#/components/schemas/option_nullable`1"
2343
+ },
2344
+ "amount": {
2345
+ "type": "number",
2346
+ "format": "double",
2347
+ "nullable": true
2348
+ },
2349
+ "equipmentListOption": {
2350
+ "$ref": "#/components/schemas/option_list`1"
2351
+ },
2352
+ "equipmentList": {
2353
+ "type": "array",
2354
+ "items": {
2355
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner"
2356
+ }
2357
+ },
2358
+ "yearOption": {
2359
+ "$ref": "#/components/schemas/option_nullable`1"
2360
+ },
2361
+ "year": {
2362
+ "type": "number",
2363
+ "format": "double",
2364
+ "nullable": true
2365
+ }
2366
+ }
2367
+ },
2368
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
2369
+ "type": "object",
2370
+ "properties": {
2371
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment": {
2372
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment"
2373
+ },
2374
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther": {
2375
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther"
2376
+ },
2377
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice": {
2378
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice"
2379
+ }
2380
+ }
2381
+ },
2382
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipment": {
2383
+ "type": "object",
2384
+ "properties": {
2385
+ "sanityType": {
2386
+ "enum": [
2387
+ 1
2388
+ ],
2389
+ "type": "integer",
2390
+ "format": "int32",
2391
+ "default": 1
2392
+ },
2393
+ "sanityKey": {
2394
+ "type": "string"
2395
+ },
2789
2396
  "budgetCostOption": {
2790
2397
  "$ref": "#/components/schemas/option_nullable`1"
2791
2398
  },
@@ -2794,12 +2401,58 @@
2794
2401
  "format": "double",
2795
2402
  "nullable": true
2796
2403
  },
2404
+ "equipmentOption": {
2405
+ "$ref": "#/components/schemas/option_sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
2406
+ },
2797
2407
  "equipment": {
2798
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOfEquipment"
2408
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment"
2409
+ }
2410
+ }
2411
+ },
2412
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityEquipmentEquipment": {
2413
+ "type": "object",
2414
+ "properties": {
2415
+ "sanityType": {
2416
+ "enum": [
2417
+ 1
2418
+ ],
2419
+ "type": "integer",
2420
+ "format": "int32",
2421
+ "default": 1
2422
+ },
2423
+ "sanityId": {
2424
+ "type": "string"
2425
+ },
2426
+ "title": {
2427
+ "type": "string"
2428
+ },
2429
+ "descriptionOption": {
2430
+ "$ref": "#/components/schemas/option_list`1"
2431
+ },
2432
+ "description": {
2433
+ "type": "array",
2434
+ "items": {
2435
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2436
+ }
2437
+ },
2438
+ "imageOption": {
2439
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
2440
+ },
2441
+ "image": {
2442
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2443
+ },
2444
+ "imagesOption": {
2445
+ "$ref": "#/components/schemas/option_list`1"
2446
+ },
2447
+ "images": {
2448
+ "type": "array",
2449
+ "items": {
2450
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2451
+ }
2799
2452
  }
2800
2453
  }
2801
2454
  },
2802
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1": {
2455
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityOther": {
2803
2456
  "type": "object",
2804
2457
  "properties": {
2805
2458
  "sanityType": {
@@ -2829,7 +2482,7 @@
2829
2482
  }
2830
2483
  }
2831
2484
  },
2832
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2": {
2485
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerSanityPoweroffice": {
2833
2486
  "type": "object",
2834
2487
  "properties": {
2835
2488
  "sanityType": {
@@ -2865,7 +2518,7 @@
2865
2518
  }
2866
2519
  }
2867
2520
  },
2868
- "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOfEquipment": {
2521
+ "sanityGeopoint": {
2869
2522
  "type": "object",
2870
2523
  "properties": {
2871
2524
  "sanityType": {
@@ -2876,26 +2529,29 @@
2876
2529
  "format": "int32",
2877
2530
  "default": 1
2878
2531
  },
2879
- "sanityId": {
2880
- "type": "string"
2532
+ "altOption": {
2533
+ "$ref": "#/components/schemas/option_nullable`1"
2881
2534
  },
2882
- "title": {
2883
- "type": "string"
2535
+ "alt": {
2536
+ "type": "number",
2537
+ "format": "double",
2538
+ "nullable": true
2884
2539
  },
2885
- "description": {
2886
- "type": "array",
2887
- "items": {
2888
- "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2889
- }
2540
+ "latOption": {
2541
+ "$ref": "#/components/schemas/option_nullable`1"
2890
2542
  },
2891
- "image": {
2892
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2543
+ "lat": {
2544
+ "type": "number",
2545
+ "format": "double",
2546
+ "nullable": true
2893
2547
  },
2894
- "images": {
2895
- "type": "array",
2896
- "items": {
2897
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2898
- }
2548
+ "lngOption": {
2549
+ "$ref": "#/components/schemas/option_nullable`1"
2550
+ },
2551
+ "lng": {
2552
+ "type": "number",
2553
+ "format": "double",
2554
+ "nullable": true
2899
2555
  }
2900
2556
  }
2901
2557
  },
@@ -3206,10 +2862,10 @@
3206
2862
  "nullable": true
3207
2863
  },
3208
2864
  "locationOption": {
3209
- "$ref": "#/components/schemas/option_geopoint"
2865
+ "$ref": "#/components/schemas/option_sanityGeopoint"
3210
2866
  },
3211
2867
  "location": {
3212
- "$ref": "#/components/schemas/geopoint"
2868
+ "$ref": "#/components/schemas/sanityGeopoint"
3213
2869
  },
3214
2870
  "lqipOption": {
3215
2871
  "$ref": "#/components/schemas/option_string"
@@ -3260,104 +2916,460 @@
3260
2916
  "dominant": {
3261
2917
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3262
2918
  },
3263
- "lightMutedOption": {
3264
- "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2919
+ "lightMutedOption": {
2920
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2921
+ },
2922
+ "lightMuted": {
2923
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2924
+ },
2925
+ "lightVibrantOption": {
2926
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2927
+ },
2928
+ "lightVibrant": {
2929
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2930
+ },
2931
+ "mutedOption": {
2932
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2933
+ },
2934
+ "muted": {
2935
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2936
+ },
2937
+ "vibrantOption": {
2938
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2939
+ },
2940
+ "vibrant": {
2941
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2942
+ }
2943
+ }
2944
+ },
2945
+ "sanityImagePaletteSwatch": {
2946
+ "type": "object",
2947
+ "properties": {
2948
+ "sanityType": {
2949
+ "enum": [
2950
+ 1
2951
+ ],
2952
+ "type": "integer",
2953
+ "format": "int32",
2954
+ "default": 1
2955
+ },
2956
+ "backgroundOption": {
2957
+ "$ref": "#/components/schemas/option_string"
2958
+ },
2959
+ "background": {
2960
+ "type": "string"
2961
+ },
2962
+ "foregroundOption": {
2963
+ "$ref": "#/components/schemas/option_string"
2964
+ },
2965
+ "foreground": {
2966
+ "type": "string"
2967
+ },
2968
+ "populationOption": {
2969
+ "$ref": "#/components/schemas/option_nullable`1"
2970
+ },
2971
+ "population": {
2972
+ "type": "number",
2973
+ "format": "double",
2974
+ "nullable": true
2975
+ },
2976
+ "titleOption": {
2977
+ "$ref": "#/components/schemas/option_string"
2978
+ },
2979
+ "title": {
2980
+ "type": "string"
2981
+ }
2982
+ }
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
+ },
3007
+ "sanityOrderEmployee": {
3008
+ "type": "object",
3009
+ "properties": {
3010
+ "sanityType": {
3011
+ "enum": [
3012
+ 1
3013
+ ],
3014
+ "type": "integer",
3015
+ "format": "int32",
3016
+ "default": 1
3017
+ },
3018
+ "email": {
3019
+ "type": "string"
3020
+ },
3021
+ "image": {
3022
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
3023
+ },
3024
+ "name": {
3025
+ "type": "string"
3026
+ },
3027
+ "sanityId": {
3028
+ "type": "string"
3029
+ },
3030
+ "slug": {
3031
+ "$ref": "#/components/schemas/sanitySlug"
3032
+ },
3033
+ "telephone": {
3034
+ "type": "string"
3035
+ },
3036
+ "tagsOption": {
3037
+ "$ref": "#/components/schemas/option_list`1"
3038
+ },
3039
+ "tags": {
3040
+ "type": "array",
3041
+ "items": {
3042
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
3043
+ }
3044
+ }
3045
+ }
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
+ },
3099
+ "sanityPatchEmployee": {
3100
+ "type": "object",
3101
+ "properties": {
3102
+ "genderOption": {
3103
+ "$ref": "#/components/schemas/option_nullable`1"
3104
+ },
3105
+ "gender": {
3106
+ "enum": [
3107
+ 1,
3108
+ 2,
3109
+ 3
3110
+ ],
3111
+ "type": "integer",
3112
+ "format": "int32",
3113
+ "default": 1,
3114
+ "nullable": true
3115
+ },
3116
+ "maritalStatusOption": {
3117
+ "$ref": "#/components/schemas/option_nullable`1"
3118
+ },
3119
+ "maritalStatus": {
3120
+ "enum": [
3121
+ 1,
3122
+ 2,
3123
+ 3
3124
+ ],
3125
+ "type": "integer",
3126
+ "format": "int32",
3127
+ "default": 1,
3128
+ "nullable": true
3129
+ },
3130
+ "sanityTypeOption": {
3131
+ "$ref": "#/components/schemas/option_nullable`1"
3132
+ },
3133
+ "sanityType": {
3134
+ "enum": [
3135
+ 1
3136
+ ],
3137
+ "type": "integer",
3138
+ "format": "int32",
3139
+ "default": 1,
3140
+ "nullable": true
3141
+ },
3142
+ "aboutOption": {
3143
+ "$ref": "#/components/schemas/option_string"
3144
+ },
3145
+ "about": {
3146
+ "type": "string"
3147
+ },
3148
+ "activeOption": {
3149
+ "$ref": "#/components/schemas/option_nullable`1"
3150
+ },
3151
+ "active": {
3152
+ "type": "boolean",
3153
+ "nullable": true
3154
+ },
3155
+ "addressOption": {
3156
+ "$ref": "#/components/schemas/option_string"
3157
+ },
3158
+ "address": {
3159
+ "type": "string"
3160
+ },
3161
+ "allergiesOption": {
3162
+ "$ref": "#/components/schemas/option_list`1"
3163
+ },
3164
+ "allergies": {
3165
+ "type": "array",
3166
+ "items": {
3167
+ "type": "string"
3168
+ }
3169
+ },
3170
+ "birthDateOption": {
3171
+ "$ref": "#/components/schemas/option_string"
3172
+ },
3173
+ "birthDate": {
3174
+ "type": "string"
3175
+ },
3176
+ "blurredImageOption": {
3177
+ "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
3178
+ },
3179
+ "blurredImage": {
3180
+ "$ref": "#/components/schemas/sanityPatchPageMetaImage"
3181
+ },
3182
+ "boardMemberOption": {
3183
+ "$ref": "#/components/schemas/option_nullable`1"
3184
+ },
3185
+ "boardMember": {
3186
+ "type": "boolean",
3187
+ "nullable": true
3188
+ },
3189
+ "cliftonStrengthsOption": {
3190
+ "$ref": "#/components/schemas/option_list`1"
3191
+ },
3192
+ "cliftonStrengths": {
3193
+ "type": "array",
3194
+ "items": {
3195
+ "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
3196
+ }
3197
+ },
3198
+ "coinbaseAccountEmailOption": {
3199
+ "$ref": "#/components/schemas/option_string"
3200
+ },
3201
+ "coinbaseAccountEmail": {
3202
+ "type": "string"
3203
+ },
3204
+ "commissionTierOption": {
3205
+ "$ref": "#/components/schemas/option_sanityCommissionTierReference"
3206
+ },
3207
+ "commissionTier": {
3208
+ "$ref": "#/components/schemas/sanityCommissionTierReference"
3209
+ },
3210
+ "educationOption": {
3211
+ "$ref": "#/components/schemas/option_string"
3212
+ },
3213
+ "education": {
3214
+ "type": "string"
3215
+ },
3216
+ "emailOption": {
3217
+ "$ref": "#/components/schemas/option_string"
3218
+ },
3219
+ "email": {
3220
+ "type": "string"
3221
+ },
3222
+ "equipmentOption": {
3223
+ "$ref": "#/components/schemas/option_list`1"
3224
+ },
3225
+ "equipment": {
3226
+ "type": "array",
3227
+ "items": {
3228
+ "$ref": "#/components/schemas/sanityPageEquipmentInner"
3229
+ }
3230
+ },
3231
+ "graduationYearOption": {
3232
+ "$ref": "#/components/schemas/option_nullable`1"
3233
+ },
3234
+ "graduationYear": {
3235
+ "type": "number",
3236
+ "format": "double",
3237
+ "nullable": true
3238
+ },
3239
+ "groupsOption": {
3240
+ "$ref": "#/components/schemas/option_list`1"
3241
+ },
3242
+ "groups": {
3243
+ "type": "array",
3244
+ "items": {
3245
+ "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
3246
+ }
3247
+ },
3248
+ "imageOption": {
3249
+ "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
3250
+ },
3251
+ "image": {
3252
+ "$ref": "#/components/schemas/sanityPatchPageMetaImage"
3253
+ },
3254
+ "innovativeSalaryOption": {
3255
+ "$ref": "#/components/schemas/option_nullable`1"
3256
+ },
3257
+ "innovativeSalary": {
3258
+ "type": "boolean",
3259
+ "nullable": true
3260
+ },
3261
+ "innovativeSalaryPercentageOption": {
3262
+ "$ref": "#/components/schemas/option_nullable`1"
3263
+ },
3264
+ "innovativeSalaryPercentage": {
3265
+ "type": "number",
3266
+ "format": "double",
3267
+ "nullable": true
3268
+ },
3269
+ "isBotOption": {
3270
+ "$ref": "#/components/schemas/option_nullable`1"
3265
3271
  },
3266
- "lightMuted": {
3267
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3272
+ "isBot": {
3273
+ "type": "boolean",
3274
+ "nullable": true
3268
3275
  },
3269
- "lightVibrantOption": {
3270
- "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3276
+ "isSeekingProjectOption": {
3277
+ "$ref": "#/components/schemas/option_nullable`1"
3271
3278
  },
3272
- "lightVibrant": {
3273
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3279
+ "isSeekingProject": {
3280
+ "type": "boolean",
3281
+ "nullable": true
3274
3282
  },
3275
- "mutedOption": {
3276
- "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3283
+ "managerOption": {
3284
+ "$ref": "#/components/schemas/option_sanityEmployeeReference"
3277
3285
  },
3278
- "muted": {
3279
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3286
+ "manager": {
3287
+ "$ref": "#/components/schemas/sanityEmployeeReference"
3280
3288
  },
3281
- "vibrantOption": {
3282
- "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3289
+ "mediaOption": {
3290
+ "$ref": "#/components/schemas/option_list`1"
3283
3291
  },
3284
- "vibrant": {
3285
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3286
- }
3287
- }
3288
- },
3289
- "sanityImagePaletteSwatch": {
3290
- "type": "object",
3291
- "properties": {
3292
- "sanityType": {
3293
- "enum": [
3294
- 1
3295
- ],
3296
- "type": "integer",
3297
- "format": "int32",
3298
- "default": 1
3292
+ "media": {
3293
+ "type": "array",
3294
+ "items": {
3295
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInner"
3296
+ }
3299
3297
  },
3300
- "backgroundOption": {
3298
+ "nameOption": {
3301
3299
  "$ref": "#/components/schemas/option_string"
3302
3300
  },
3303
- "background": {
3301
+ "name": {
3304
3302
  "type": "string"
3305
3303
  },
3306
- "foregroundOption": {
3307
- "$ref": "#/components/schemas/option_string"
3304
+ "nextOfKinOption": {
3305
+ "$ref": "#/components/schemas/option_list`1"
3308
3306
  },
3309
- "foreground": {
3310
- "type": "string"
3307
+ "nextOfKin": {
3308
+ "type": "array",
3309
+ "items": {
3310
+ "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
3311
+ }
3311
3312
  },
3312
- "populationOption": {
3313
+ "nrOfChildrenOption": {
3313
3314
  "$ref": "#/components/schemas/option_nullable`1"
3314
3315
  },
3315
- "population": {
3316
+ "nrOfChildren": {
3316
3317
  "type": "number",
3317
3318
  "format": "double",
3318
3319
  "nullable": true
3319
3320
  },
3320
- "titleOption": {
3321
+ "personalProjectRequirementsOption": {
3321
3322
  "$ref": "#/components/schemas/option_string"
3322
3323
  },
3323
- "title": {
3324
- "type": "string"
3325
- }
3326
- }
3327
- },
3328
- "sanityOrderEmployee": {
3329
- "type": "object",
3330
- "properties": {
3331
- "sanityType": {
3332
- "enum": [
3333
- 1
3334
- ],
3335
- "type": "integer",
3336
- "format": "int32",
3337
- "default": 1
3338
- },
3339
- "email": {
3324
+ "personalProjectRequirements": {
3340
3325
  "type": "string"
3341
3326
  },
3342
- "image": {
3343
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
3327
+ "positionOption": {
3328
+ "$ref": "#/components/schemas/option_string"
3344
3329
  },
3345
- "name": {
3330
+ "position": {
3346
3331
  "type": "string"
3347
3332
  },
3348
- "sanityId": {
3349
- "type": "string"
3333
+ "slugOption": {
3334
+ "$ref": "#/components/schemas/option_sanitySlug"
3350
3335
  },
3351
3336
  "slug": {
3352
- "$ref": "#/components/schemas/slug"
3337
+ "$ref": "#/components/schemas/sanitySlug"
3353
3338
  },
3354
- "telephone": {
3339
+ "startDateOption": {
3340
+ "$ref": "#/components/schemas/option_string"
3341
+ },
3342
+ "startDate": {
3355
3343
  "type": "string"
3356
3344
  },
3345
+ "tagsOption": {
3346
+ "$ref": "#/components/schemas/option_list`1"
3347
+ },
3357
3348
  "tags": {
3358
3349
  "type": "array",
3359
3350
  "items": {
3360
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
3351
+ "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
3352
+ }
3353
+ },
3354
+ "technologiesOption": {
3355
+ "$ref": "#/components/schemas/option_list`1"
3356
+ },
3357
+ "technologies": {
3358
+ "type": "array",
3359
+ "items": {
3360
+ "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
3361
+ }
3362
+ },
3363
+ "telephoneOption": {
3364
+ "$ref": "#/components/schemas/option_string"
3365
+ },
3366
+ "telephone": {
3367
+ "type": "string"
3368
+ },
3369
+ "additionalProperties": {
3370
+ "type": "object",
3371
+ "additionalProperties": {
3372
+ "$ref": "#/components/schemas/jsonElement"
3361
3373
  }
3362
3374
  }
3363
3375
  }
@@ -3399,6 +3411,28 @@
3399
3411
  }
3400
3412
  }
3401
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
+ },
3402
3436
  "sanitySystemsInnerDescriptionInner": {
3403
3437
  "type": "object",
3404
3438
  "properties": {
@@ -3451,7 +3485,7 @@
3451
3485
  "children": {
3452
3486
  "type": "array",
3453
3487
  "items": {
3454
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
3488
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
3455
3489
  }
3456
3490
  },
3457
3491
  "levelOption": {
@@ -3468,12 +3502,12 @@
3468
3502
  "markDefs": {
3469
3503
  "type": "array",
3470
3504
  "items": {
3471
- "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
3505
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
3472
3506
  }
3473
3507
  }
3474
3508
  }
3475
3509
  },
3476
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
3510
+ "sanitySystemsInnerDescriptionInnerChildrenInner": {
3477
3511
  "type": "object",
3478
3512
  "properties": {
3479
3513
  "sanityType": {
@@ -3484,21 +3518,27 @@
3484
3518
  "format": "int32",
3485
3519
  "default": 1
3486
3520
  },
3487
- "parent": {
3488
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
3489
- },
3490
- "sanityId": {
3521
+ "sanityKey": {
3491
3522
  "type": "string"
3492
3523
  },
3493
- "slug": {
3494
- "$ref": "#/components/schemas/slug"
3524
+ "marksOption": {
3525
+ "$ref": "#/components/schemas/option_list`1"
3495
3526
  },
3496
- "title": {
3527
+ "marks": {
3528
+ "type": "array",
3529
+ "items": {
3530
+ "type": "string"
3531
+ }
3532
+ },
3533
+ "textOption": {
3534
+ "$ref": "#/components/schemas/option_string"
3535
+ },
3536
+ "text": {
3497
3537
  "type": "string"
3498
3538
  }
3499
3539
  }
3500
3540
  },
3501
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
3541
+ "sanitySystemsInnerDescriptionInnerMarkDefsInner": {
3502
3542
  "type": "object",
3503
3543
  "properties": {
3504
3544
  "sanityType": {
@@ -3509,29 +3549,43 @@
3509
3549
  "format": "int32",
3510
3550
  "default": 1
3511
3551
  },
3512
- "name": {
3552
+ "sanityKey": {
3513
3553
  "type": "string"
3514
3554
  },
3515
- "sanityId": {
3516
- "type": "string"
3555
+ "hrefOption": {
3556
+ "$ref": "#/components/schemas/option_string"
3517
3557
  },
3518
- "slug": {
3519
- "$ref": "#/components/schemas/slug"
3558
+ "href": {
3559
+ "type": "string"
3520
3560
  }
3521
3561
  }
3522
3562
  },
3523
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
3563
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
3524
3564
  "type": "object",
3525
3565
  "properties": {
3526
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
3527
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf"
3566
+ "sanityType": {
3567
+ "enum": [
3568
+ 1
3569
+ ],
3570
+ "type": "integer",
3571
+ "format": "int32",
3572
+ "default": 1
3573
+ },
3574
+ "parent": {
3575
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
3576
+ },
3577
+ "sanityId": {
3578
+ "type": "string"
3579
+ },
3580
+ "slug": {
3581
+ "$ref": "#/components/schemas/sanitySlug"
3528
3582
  },
3529
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
3530
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
3583
+ "title": {
3584
+ "type": "string"
3531
3585
  }
3532
3586
  }
3533
3587
  },
3534
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
3588
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
3535
3589
  "type": "object",
3536
3590
  "properties": {
3537
3591
  "sanityType": {
@@ -3542,15 +3596,18 @@
3542
3596
  "format": "int32",
3543
3597
  "default": 1
3544
3598
  },
3545
- "sanityKey": {
3599
+ "name": {
3546
3600
  "type": "string"
3547
3601
  },
3548
- "asset": {
3549
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3602
+ "sanityId": {
3603
+ "type": "string"
3604
+ },
3605
+ "slug": {
3606
+ "$ref": "#/components/schemas/sanitySlug"
3550
3607
  }
3551
3608
  }
3552
3609
  },
3553
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
3610
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
3554
3611
  "type": "object",
3555
3612
  "properties": {
3556
3613
  "sanityType": {
@@ -3564,12 +3621,15 @@
3564
3621
  "sanityKey": {
3565
3622
  "type": "string"
3566
3623
  },
3624
+ "assetOption": {
3625
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3626
+ },
3567
3627
  "asset": {
3568
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
3628
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3569
3629
  }
3570
3630
  }
3571
3631
  },
3572
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
3632
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
3573
3633
  "type": "object",
3574
3634
  "properties": {
3575
3635
  "sanityType": {
@@ -3580,14 +3640,14 @@
3580
3640
  "format": "int32",
3581
3641
  "default": 1
3582
3642
  },
3583
- "sanityId": {
3643
+ "sanityKey": {
3584
3644
  "type": "string"
3585
3645
  },
3586
- "filename": {
3587
- "type": "string"
3646
+ "assetOption": {
3647
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
3588
3648
  },
3589
- "playbackId": {
3590
- "type": "string"
3649
+ "asset": {
3650
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
3591
3651
  }
3592
3652
  }
3593
3653
  },
@@ -3602,6 +3662,9 @@
3602
3662
  "format": "int32",
3603
3663
  "default": 1
3604
3664
  },
3665
+ "assetOption": {
3666
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3667
+ },
3605
3668
  "asset": {
3606
3669
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3607
3670
  }
@@ -3618,6 +3681,9 @@
3618
3681
  "format": "int32",
3619
3682
  "default": 1
3620
3683
  },
3684
+ "assetOption": {
3685
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3686
+ },
3621
3687
  "asset": {
3622
3688
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3623
3689
  }
@@ -3643,12 +3709,15 @@
3643
3709
  "url": {
3644
3710
  "type": "string"
3645
3711
  },
3712
+ "originalFilenameOption": {
3713
+ "$ref": "#/components/schemas/option_string"
3714
+ },
3646
3715
  "originalFilename": {
3647
3716
  "type": "string"
3648
3717
  }
3649
3718
  }
3650
3719
  },
3651
- "slug": {
3720
+ "sanityVideoMemoryAsset": {
3652
3721
  "type": "object",
3653
3722
  "properties": {
3654
3723
  "sanityType": {
@@ -3659,13 +3728,30 @@
3659
3728
  "format": "int32",
3660
3729
  "default": 1
3661
3730
  },
3662
- "current": {
3731
+ "sanityId": {
3663
3732
  "type": "string"
3664
3733
  },
3665
- "sourceOption": {
3734
+ "filenameOption": {
3666
3735
  "$ref": "#/components/schemas/option_string"
3667
3736
  },
3668
- "source": {
3737
+ "filename": {
3738
+ "type": "string"
3739
+ },
3740
+ "playbackIdOption": {
3741
+ "$ref": "#/components/schemas/option_string"
3742
+ },
3743
+ "playbackId": {
3744
+ "type": "string"
3745
+ }
3746
+ }
3747
+ },
3748
+ "slug": {
3749
+ "type": "object",
3750
+ "properties": {
3751
+ "sanityType": {
3752
+ "type": "string"
3753
+ },
3754
+ "current": {
3669
3755
  "type": "string"
3670
3756
  }
3671
3757
  }
@@ -3711,16 +3797,14 @@
3711
3797
  "type": "object",
3712
3798
  "properties": {
3713
3799
  "name": {
3714
- "type": "string",
3715
- "nullable": true
3800
+ "type": "string"
3716
3801
  },
3717
3802
  "archived": {
3718
3803
  "type": "boolean",
3719
3804
  "nullable": true
3720
3805
  },
3721
3806
  "status": {
3722
- "type": "string",
3723
- "nullable": true
3807
+ "type": "string"
3724
3808
  }
3725
3809
  }
3726
3810
  }