@snokam/mcp-api 2.61.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/auth.d.ts +0 -15
- package/dist/auth.js +17 -61
- package/dist/builtin-tools.d.ts +109 -0
- package/dist/builtin-tools.js +200 -0
- package/dist/execute-call.d.ts +5 -0
- package/dist/execute-call.js +45 -0
- package/dist/index.d.ts +0 -7
- package/dist/index.js +16 -311
- package/dist/openapi-loader.d.ts +1 -14
- package/dist/openapi-loader.js +27 -50
- package/dist/requirements.d.ts +10 -0
- package/dist/requirements.js +92 -0
- package/dist/state.d.ts +14 -0
- package/dist/state.js +66 -0
- package/dist/tool-schema.d.ts +2 -0
- package/dist/tool-schema.js +42 -0
- package/package.json +8 -3
- package/specs/production/accounting.json +2759 -2107
- package/specs/production/blog.json +783 -1504
- package/specs/production/broker.json +52 -24
- package/specs/production/chatgpt.json +285 -35
- package/specs/production/employees.json +2225 -1267
- package/specs/production/events.json +475 -755
- package/specs/production/notifications.json +329 -15
- package/specs/production/office.json +818 -836
- package/specs/production/recruitment.json +1889 -1116
- package/specs/production/sales.json +2392 -853
- package/specs/production/sanity.json +26027 -15014
- package/specs/production/sync.json +116 -20
- package/specs/production/webshop.json +37 -17
- package/specs/test/accounting.json +2869 -2159
- package/specs/test/blog.json +774 -1511
- package/specs/test/broker.json +54 -25
- package/specs/test/chatgpt.json +561 -198
- package/specs/test/employees.json +2490 -1479
- package/specs/test/events.json +481 -773
- package/specs/test/notifications.json +329 -15
- package/specs/test/office.json +818 -836
- package/specs/test/recruitment.json +1894 -1121
- package/specs/test/sales.json +2909 -1172
- package/specs/test/sanity.json +47384 -16348
- package/specs/test/sync.json +116 -20
- package/specs/test/webshop.json +37 -17
package/specs/test/events.json
CHANGED
|
@@ -97,6 +97,15 @@
|
|
|
97
97
|
"type": "string"
|
|
98
98
|
},
|
|
99
99
|
"x-ms-summary": "The slug or id of the event"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "token",
|
|
103
|
+
"in": "query",
|
|
104
|
+
"description": "Guest participation token; grants read access to a non-public event",
|
|
105
|
+
"schema": {
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"x-ms-summary": "Participant token"
|
|
100
109
|
}
|
|
101
110
|
],
|
|
102
111
|
"responses": {
|
|
@@ -279,35 +288,12 @@
|
|
|
279
288
|
"security": [
|
|
280
289
|
{
|
|
281
290
|
"Implicit": [
|
|
282
|
-
"api://
|
|
291
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
283
292
|
]
|
|
284
293
|
}
|
|
285
294
|
]
|
|
286
295
|
}
|
|
287
296
|
},
|
|
288
|
-
"/v1.0/public/instagram/feed": {
|
|
289
|
-
"get": {
|
|
290
|
-
"tags": [
|
|
291
|
-
"Instagram"
|
|
292
|
-
],
|
|
293
|
-
"summary": "Gets Instagram feed",
|
|
294
|
-
"description": "Retrieves the public Instagram feed (media posts). Cached for 1 hour.",
|
|
295
|
-
"operationId": "GetPublicInstagramFeed",
|
|
296
|
-
"responses": {
|
|
297
|
-
"200": {
|
|
298
|
-
"description": "Instagram feed retrieved successfully",
|
|
299
|
-
"content": {
|
|
300
|
-
"application/json": {
|
|
301
|
-
"schema": {
|
|
302
|
-
"$ref": "#/components/schemas/instagramFeedResponse"
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"x-ms-summary": "Success"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
297
|
"/v1.0/public/{eventId}/memories": {
|
|
312
298
|
"post": {
|
|
313
299
|
"tags": [
|
|
@@ -351,7 +337,7 @@
|
|
|
351
337
|
"security": [
|
|
352
338
|
{
|
|
353
339
|
"Implicit": [
|
|
354
|
-
"api://
|
|
340
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
355
341
|
]
|
|
356
342
|
}
|
|
357
343
|
]
|
|
@@ -475,6 +461,29 @@
|
|
|
475
461
|
}
|
|
476
462
|
}
|
|
477
463
|
},
|
|
464
|
+
"/v1.0/public/instagram/feed": {
|
|
465
|
+
"get": {
|
|
466
|
+
"tags": [
|
|
467
|
+
"Instagram"
|
|
468
|
+
],
|
|
469
|
+
"summary": "Gets Instagram feed",
|
|
470
|
+
"description": "Retrieves the public Instagram feed (media posts). Cached for 1 hour.",
|
|
471
|
+
"operationId": "GetPublicInstagramFeed",
|
|
472
|
+
"responses": {
|
|
473
|
+
"200": {
|
|
474
|
+
"description": "Instagram feed retrieved successfully",
|
|
475
|
+
"content": {
|
|
476
|
+
"application/json": {
|
|
477
|
+
"schema": {
|
|
478
|
+
"$ref": "#/components/schemas/instagramFeedResponse"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"x-ms-summary": "Success"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
},
|
|
478
487
|
"/v1.0/protected": {
|
|
479
488
|
"get": {
|
|
480
489
|
"tags": [
|
|
@@ -535,8 +544,11 @@
|
|
|
535
544
|
"security": [
|
|
536
545
|
{
|
|
537
546
|
"Implicit": [
|
|
538
|
-
"api://
|
|
547
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
539
548
|
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"ApiKey": []
|
|
540
552
|
}
|
|
541
553
|
]
|
|
542
554
|
},
|
|
@@ -564,7 +576,7 @@
|
|
|
564
576
|
"content": {
|
|
565
577
|
"application/json": {
|
|
566
578
|
"schema": {
|
|
567
|
-
"$ref": "#/components/schemas/
|
|
579
|
+
"$ref": "#/components/schemas/sanityEvent"
|
|
568
580
|
}
|
|
569
581
|
}
|
|
570
582
|
},
|
|
@@ -578,8 +590,11 @@
|
|
|
578
590
|
"security": [
|
|
579
591
|
{
|
|
580
592
|
"Implicit": [
|
|
581
|
-
"api://
|
|
593
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
582
594
|
]
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"ApiKey": []
|
|
583
598
|
}
|
|
584
599
|
]
|
|
585
600
|
}
|
|
@@ -628,8 +643,11 @@
|
|
|
628
643
|
"security": [
|
|
629
644
|
{
|
|
630
645
|
"Implicit": [
|
|
631
|
-
"api://
|
|
646
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
632
647
|
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"ApiKey": []
|
|
633
651
|
}
|
|
634
652
|
]
|
|
635
653
|
},
|
|
@@ -683,8 +701,11 @@
|
|
|
683
701
|
"security": [
|
|
684
702
|
{
|
|
685
703
|
"Implicit": [
|
|
686
|
-
"api://
|
|
704
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
687
705
|
]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"ApiKey": []
|
|
688
709
|
}
|
|
689
710
|
]
|
|
690
711
|
}
|
|
@@ -713,8 +734,11 @@
|
|
|
713
734
|
"security": [
|
|
714
735
|
{
|
|
715
736
|
"Implicit": [
|
|
716
|
-
"api://
|
|
737
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
717
738
|
]
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"ApiKey": []
|
|
718
742
|
}
|
|
719
743
|
]
|
|
720
744
|
}
|
|
@@ -747,8 +771,11 @@
|
|
|
747
771
|
"security": [
|
|
748
772
|
{
|
|
749
773
|
"Implicit": [
|
|
750
|
-
"api://
|
|
774
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
751
775
|
]
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"ApiKey": []
|
|
752
779
|
}
|
|
753
780
|
]
|
|
754
781
|
}
|
|
@@ -807,8 +834,11 @@
|
|
|
807
834
|
"security": [
|
|
808
835
|
{
|
|
809
836
|
"Implicit": [
|
|
810
|
-
"api://
|
|
837
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
811
838
|
]
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"ApiKey": []
|
|
812
842
|
}
|
|
813
843
|
]
|
|
814
844
|
}
|
|
@@ -871,8 +901,11 @@
|
|
|
871
901
|
"security": [
|
|
872
902
|
{
|
|
873
903
|
"Implicit": [
|
|
874
|
-
"api://
|
|
904
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
875
905
|
]
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"ApiKey": []
|
|
876
909
|
}
|
|
877
910
|
]
|
|
878
911
|
}
|
|
@@ -917,8 +950,11 @@
|
|
|
917
950
|
"security": [
|
|
918
951
|
{
|
|
919
952
|
"Implicit": [
|
|
920
|
-
"api://
|
|
953
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
921
954
|
]
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"ApiKey": []
|
|
922
958
|
}
|
|
923
959
|
]
|
|
924
960
|
}
|
|
@@ -950,8 +986,52 @@
|
|
|
950
986
|
"security": [
|
|
951
987
|
{
|
|
952
988
|
"Implicit": [
|
|
953
|
-
"api://
|
|
989
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"ApiKey": []
|
|
994
|
+
}
|
|
995
|
+
]
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
"/v1.0/protected/health/{provider}": {
|
|
999
|
+
"get": {
|
|
1000
|
+
"tags": [
|
|
1001
|
+
"Health"
|
|
1002
|
+
],
|
|
1003
|
+
"summary": "Checks an integration's connectivity",
|
|
1004
|
+
"operationId": "EventsIntegrationHealth",
|
|
1005
|
+
"parameters": [
|
|
1006
|
+
{
|
|
1007
|
+
"name": "provider",
|
|
1008
|
+
"in": "path",
|
|
1009
|
+
"required": true,
|
|
1010
|
+
"schema": {
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"responses": {
|
|
1016
|
+
"200": {
|
|
1017
|
+
"description": "Health result",
|
|
1018
|
+
"content": {
|
|
1019
|
+
"application/json": {
|
|
1020
|
+
"schema": {
|
|
1021
|
+
"$ref": "#/components/schemas/integrationHealthResult"
|
|
1022
|
+
}
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"security": [
|
|
1028
|
+
{
|
|
1029
|
+
"Implicit": [
|
|
1030
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
954
1031
|
]
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"ApiKey": []
|
|
955
1035
|
}
|
|
956
1036
|
]
|
|
957
1037
|
}
|
|
@@ -1017,8 +1097,11 @@
|
|
|
1017
1097
|
"security": [
|
|
1018
1098
|
{
|
|
1019
1099
|
"Implicit": [
|
|
1020
|
-
"api://
|
|
1100
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1021
1101
|
]
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"ApiKey": []
|
|
1022
1105
|
}
|
|
1023
1106
|
]
|
|
1024
1107
|
}
|
|
@@ -1066,8 +1149,11 @@
|
|
|
1066
1149
|
"security": [
|
|
1067
1150
|
{
|
|
1068
1151
|
"Implicit": [
|
|
1069
|
-
"api://
|
|
1152
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1070
1153
|
]
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
"ApiKey": []
|
|
1071
1157
|
}
|
|
1072
1158
|
]
|
|
1073
1159
|
}
|
|
@@ -1112,8 +1198,11 @@
|
|
|
1112
1198
|
"security": [
|
|
1113
1199
|
{
|
|
1114
1200
|
"Implicit": [
|
|
1115
|
-
"api://
|
|
1201
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1116
1202
|
]
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"ApiKey": []
|
|
1117
1206
|
}
|
|
1118
1207
|
]
|
|
1119
1208
|
},
|
|
@@ -1149,8 +1238,11 @@
|
|
|
1149
1238
|
"security": [
|
|
1150
1239
|
{
|
|
1151
1240
|
"Implicit": [
|
|
1152
|
-
"api://
|
|
1241
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1153
1242
|
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"ApiKey": []
|
|
1154
1246
|
}
|
|
1155
1247
|
]
|
|
1156
1248
|
}
|
|
@@ -1206,8 +1298,11 @@
|
|
|
1206
1298
|
"security": [
|
|
1207
1299
|
{
|
|
1208
1300
|
"Implicit": [
|
|
1209
|
-
"api://
|
|
1301
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1210
1302
|
]
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"ApiKey": []
|
|
1211
1306
|
}
|
|
1212
1307
|
]
|
|
1213
1308
|
}
|
|
@@ -1251,8 +1346,11 @@
|
|
|
1251
1346
|
"security": [
|
|
1252
1347
|
{
|
|
1253
1348
|
"Implicit": [
|
|
1254
|
-
"api://
|
|
1349
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
1255
1350
|
]
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"ApiKey": []
|
|
1256
1354
|
}
|
|
1257
1355
|
]
|
|
1258
1356
|
}
|
|
@@ -1265,11 +1363,17 @@
|
|
|
1265
1363
|
"properties": {
|
|
1266
1364
|
"sanityType": {
|
|
1267
1365
|
"enum": [
|
|
1268
|
-
|
|
1366
|
+
"response"
|
|
1269
1367
|
],
|
|
1270
|
-
"type": "
|
|
1271
|
-
"
|
|
1272
|
-
|
|
1368
|
+
"type": "string",
|
|
1369
|
+
"default": "response"
|
|
1370
|
+
},
|
|
1371
|
+
"comment": {
|
|
1372
|
+
"type": "string"
|
|
1373
|
+
},
|
|
1374
|
+
"foodAndDrinkRating": {
|
|
1375
|
+
"type": "number",
|
|
1376
|
+
"format": "double"
|
|
1273
1377
|
},
|
|
1274
1378
|
"locationRating": {
|
|
1275
1379
|
"type": "number",
|
|
@@ -1283,24 +1387,10 @@
|
|
|
1283
1387
|
"type": "number",
|
|
1284
1388
|
"format": "double"
|
|
1285
1389
|
},
|
|
1286
|
-
"commentOption": {
|
|
1287
|
-
"$ref": "#/components/schemas/option_string"
|
|
1288
|
-
},
|
|
1289
|
-
"comment": {
|
|
1290
|
-
"type": "string"
|
|
1291
|
-
},
|
|
1292
|
-
"foodAndDrinkRatingOption": {
|
|
1293
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1294
|
-
},
|
|
1295
|
-
"foodAndDrinkRating": {
|
|
1296
|
-
"type": "number",
|
|
1297
|
-
"format": "double",
|
|
1298
|
-
"nullable": true
|
|
1299
|
-
},
|
|
1300
1390
|
"additionalProperties": {
|
|
1301
1391
|
"type": "object",
|
|
1302
1392
|
"additionalProperties": {
|
|
1303
|
-
"
|
|
1393
|
+
"type": "object"
|
|
1304
1394
|
}
|
|
1305
1395
|
}
|
|
1306
1396
|
}
|
|
@@ -1313,15 +1403,22 @@
|
|
|
1313
1403
|
"properties": {
|
|
1314
1404
|
"token": {
|
|
1315
1405
|
"minLength": 1,
|
|
1316
|
-
"type": "string"
|
|
1406
|
+
"type": "string",
|
|
1407
|
+
"nullable": true
|
|
1317
1408
|
},
|
|
1318
1409
|
"sanityType": {
|
|
1319
1410
|
"enum": [
|
|
1320
|
-
|
|
1411
|
+
"response"
|
|
1321
1412
|
],
|
|
1322
|
-
"type": "
|
|
1323
|
-
"
|
|
1324
|
-
|
|
1413
|
+
"type": "string",
|
|
1414
|
+
"default": "response"
|
|
1415
|
+
},
|
|
1416
|
+
"comment": {
|
|
1417
|
+
"type": "string"
|
|
1418
|
+
},
|
|
1419
|
+
"foodAndDrinkRating": {
|
|
1420
|
+
"type": "number",
|
|
1421
|
+
"format": "double"
|
|
1325
1422
|
},
|
|
1326
1423
|
"locationRating": {
|
|
1327
1424
|
"type": "number",
|
|
@@ -1335,24 +1432,10 @@
|
|
|
1335
1432
|
"type": "number",
|
|
1336
1433
|
"format": "double"
|
|
1337
1434
|
},
|
|
1338
|
-
"commentOption": {
|
|
1339
|
-
"$ref": "#/components/schemas/option_string"
|
|
1340
|
-
},
|
|
1341
|
-
"comment": {
|
|
1342
|
-
"type": "string"
|
|
1343
|
-
},
|
|
1344
|
-
"foodAndDrinkRatingOption": {
|
|
1345
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1346
|
-
},
|
|
1347
|
-
"foodAndDrinkRating": {
|
|
1348
|
-
"type": "number",
|
|
1349
|
-
"format": "double",
|
|
1350
|
-
"nullable": true
|
|
1351
|
-
},
|
|
1352
1435
|
"additionalProperties": {
|
|
1353
1436
|
"type": "object",
|
|
1354
1437
|
"additionalProperties": {
|
|
1355
|
-
"
|
|
1438
|
+
"type": "object"
|
|
1356
1439
|
}
|
|
1357
1440
|
}
|
|
1358
1441
|
}
|
|
@@ -1369,7 +1452,7 @@
|
|
|
1369
1452
|
"additionalProperties": {
|
|
1370
1453
|
"type": "object",
|
|
1371
1454
|
"additionalProperties": {
|
|
1372
|
-
"
|
|
1455
|
+
"type": "object"
|
|
1373
1456
|
}
|
|
1374
1457
|
}
|
|
1375
1458
|
}
|
|
@@ -1388,30 +1471,22 @@
|
|
|
1388
1471
|
"properties": {
|
|
1389
1472
|
"sanityType": {
|
|
1390
1473
|
"enum": [
|
|
1391
|
-
|
|
1474
|
+
"component.media"
|
|
1392
1475
|
],
|
|
1393
|
-
"type": "
|
|
1394
|
-
"
|
|
1395
|
-
"default": 1
|
|
1476
|
+
"type": "string",
|
|
1477
|
+
"default": "component.media"
|
|
1396
1478
|
},
|
|
1397
1479
|
"type": {
|
|
1398
1480
|
"enum": [
|
|
1399
|
-
|
|
1400
|
-
|
|
1481
|
+
"image",
|
|
1482
|
+
"video"
|
|
1401
1483
|
],
|
|
1402
|
-
"type": "
|
|
1403
|
-
"
|
|
1404
|
-
"default": 1
|
|
1405
|
-
},
|
|
1406
|
-
"imageOption": {
|
|
1407
|
-
"$ref": "#/components/schemas/option_componentMediaImage"
|
|
1484
|
+
"type": "string",
|
|
1485
|
+
"default": "image"
|
|
1408
1486
|
},
|
|
1409
1487
|
"image": {
|
|
1410
1488
|
"$ref": "#/components/schemas/componentMediaImage"
|
|
1411
1489
|
},
|
|
1412
|
-
"videoOption": {
|
|
1413
|
-
"$ref": "#/components/schemas/option_muxVideo"
|
|
1414
|
-
},
|
|
1415
1490
|
"video": {
|
|
1416
1491
|
"$ref": "#/components/schemas/muxVideo"
|
|
1417
1492
|
}
|
|
@@ -1422,33 +1497,20 @@
|
|
|
1422
1497
|
"properties": {
|
|
1423
1498
|
"sanityType": {
|
|
1424
1499
|
"enum": [
|
|
1425
|
-
|
|
1500
|
+
"image"
|
|
1426
1501
|
],
|
|
1427
|
-
"type": "
|
|
1428
|
-
"
|
|
1429
|
-
"default": 1
|
|
1430
|
-
},
|
|
1431
|
-
"assetOption": {
|
|
1432
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"default": "image"
|
|
1433
1504
|
},
|
|
1434
1505
|
"asset": {
|
|
1435
1506
|
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1436
1507
|
},
|
|
1437
|
-
"cropOption": {
|
|
1438
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
1439
|
-
},
|
|
1440
1508
|
"crop": {
|
|
1441
1509
|
"$ref": "#/components/schemas/sanityImageCrop"
|
|
1442
1510
|
},
|
|
1443
|
-
"hotspotOption": {
|
|
1444
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
1445
|
-
},
|
|
1446
1511
|
"hotspot": {
|
|
1447
1512
|
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
1448
1513
|
},
|
|
1449
|
-
"mediaOption": {
|
|
1450
|
-
"$ref": "#/components/schemas/option_object"
|
|
1451
|
-
},
|
|
1452
1514
|
"media": {
|
|
1453
1515
|
"type": "object"
|
|
1454
1516
|
}
|
|
@@ -1459,169 +1521,125 @@
|
|
|
1459
1521
|
"properties": {
|
|
1460
1522
|
"status": {
|
|
1461
1523
|
"enum": [
|
|
1462
|
-
|
|
1463
|
-
|
|
1524
|
+
"active",
|
|
1525
|
+
"cancelled"
|
|
1464
1526
|
],
|
|
1465
|
-
"type": "
|
|
1466
|
-
"
|
|
1467
|
-
"default": 1
|
|
1527
|
+
"type": "string",
|
|
1528
|
+
"default": "active"
|
|
1468
1529
|
},
|
|
1469
1530
|
"dates": {
|
|
1470
1531
|
"type": "array",
|
|
1471
1532
|
"items": {
|
|
1472
1533
|
"type": "string",
|
|
1473
1534
|
"format": "date-time"
|
|
1474
|
-
}
|
|
1535
|
+
},
|
|
1536
|
+
"nullable": true
|
|
1475
1537
|
},
|
|
1476
1538
|
"file": {
|
|
1477
1539
|
"$ref": "#/components/schemas/createEventFile"
|
|
1478
1540
|
},
|
|
1479
1541
|
"sanityType": {
|
|
1480
1542
|
"enum": [
|
|
1481
|
-
|
|
1543
|
+
"event"
|
|
1482
1544
|
],
|
|
1483
|
-
"type": "
|
|
1484
|
-
"
|
|
1485
|
-
"default": 1
|
|
1545
|
+
"type": "string",
|
|
1546
|
+
"default": "event"
|
|
1486
1547
|
},
|
|
1487
|
-
"
|
|
1548
|
+
"allowDigitalParticipation": {
|
|
1488
1549
|
"type": "boolean"
|
|
1489
1550
|
},
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
},
|
|
1493
|
-
"description": {
|
|
1494
|
-
"type": "string"
|
|
1551
|
+
"askForFeedback": {
|
|
1552
|
+
"type": "boolean"
|
|
1495
1553
|
},
|
|
1496
|
-
"
|
|
1554
|
+
"category": {
|
|
1497
1555
|
"type": "array",
|
|
1498
1556
|
"items": {
|
|
1499
|
-
"
|
|
1557
|
+
"type": "string"
|
|
1500
1558
|
}
|
|
1501
1559
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
},
|
|
1505
|
-
"manualMemoriesApproval": {
|
|
1506
|
-
"type": "boolean"
|
|
1507
|
-
},
|
|
1508
|
-
"public": {
|
|
1509
|
-
"type": "boolean"
|
|
1510
|
-
},
|
|
1511
|
-
"slug": {
|
|
1512
|
-
"$ref": "#/components/schemas/slug"
|
|
1560
|
+
"creator": {
|
|
1561
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
1513
1562
|
},
|
|
1514
|
-
"
|
|
1563
|
+
"description": {
|
|
1515
1564
|
"type": "string"
|
|
1516
1565
|
},
|
|
1517
|
-
"
|
|
1566
|
+
"endTime": {
|
|
1518
1567
|
"type": "string"
|
|
1519
1568
|
},
|
|
1520
|
-
"
|
|
1521
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1522
|
-
},
|
|
1523
|
-
"allowDigitalParticipation": {
|
|
1524
|
-
"type": "boolean",
|
|
1525
|
-
"nullable": true
|
|
1526
|
-
},
|
|
1527
|
-
"categoryOption": {
|
|
1528
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1529
|
-
},
|
|
1530
|
-
"category": {
|
|
1569
|
+
"eventType": {
|
|
1531
1570
|
"type": "array",
|
|
1532
1571
|
"items": {
|
|
1533
|
-
"
|
|
1572
|
+
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
1534
1573
|
}
|
|
1535
1574
|
},
|
|
1536
|
-
"endTimeOption": {
|
|
1537
|
-
"$ref": "#/components/schemas/option_string"
|
|
1538
|
-
},
|
|
1539
|
-
"endTime": {
|
|
1540
|
-
"type": "string"
|
|
1541
|
-
},
|
|
1542
|
-
"feedbackOption": {
|
|
1543
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1544
|
-
},
|
|
1545
1575
|
"feedback": {
|
|
1546
1576
|
"type": "array",
|
|
1547
1577
|
"items": {
|
|
1548
1578
|
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1549
1579
|
}
|
|
1550
1580
|
},
|
|
1551
|
-
"invitationSentOption": {
|
|
1552
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1553
|
-
},
|
|
1554
1581
|
"invitationSent": {
|
|
1555
|
-
"type": "boolean"
|
|
1556
|
-
"nullable": true
|
|
1557
|
-
},
|
|
1558
|
-
"isServingFoodOption": {
|
|
1559
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1582
|
+
"type": "boolean"
|
|
1560
1583
|
},
|
|
1561
1584
|
"isServingFood": {
|
|
1562
|
-
"type": "boolean"
|
|
1563
|
-
|
|
1585
|
+
"type": "boolean"
|
|
1586
|
+
},
|
|
1587
|
+
"linkOnly": {
|
|
1588
|
+
"type": "boolean"
|
|
1564
1589
|
},
|
|
1565
|
-
"
|
|
1566
|
-
"
|
|
1590
|
+
"manualMemoriesApproval": {
|
|
1591
|
+
"type": "boolean"
|
|
1567
1592
|
},
|
|
1568
1593
|
"maxParticipants": {
|
|
1569
1594
|
"type": "number",
|
|
1570
|
-
"format": "double"
|
|
1571
|
-
"nullable": true
|
|
1572
|
-
},
|
|
1573
|
-
"mediaOption": {
|
|
1574
|
-
"$ref": "#/components/schemas/option_componentMedia"
|
|
1595
|
+
"format": "double"
|
|
1575
1596
|
},
|
|
1576
1597
|
"media": {
|
|
1577
1598
|
"$ref": "#/components/schemas/componentMedia"
|
|
1578
1599
|
},
|
|
1579
|
-
"memoriesOption": {
|
|
1580
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1581
|
-
},
|
|
1582
1600
|
"memories": {
|
|
1583
1601
|
"type": "array",
|
|
1584
1602
|
"items": {
|
|
1585
1603
|
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1586
1604
|
}
|
|
1587
1605
|
},
|
|
1588
|
-
"participantsOption": {
|
|
1589
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1590
|
-
},
|
|
1591
1606
|
"participants": {
|
|
1592
1607
|
"type": "array",
|
|
1593
1608
|
"items": {
|
|
1594
1609
|
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
1595
1610
|
}
|
|
1596
1611
|
},
|
|
1597
|
-
"participationStartOption": {
|
|
1598
|
-
"$ref": "#/components/schemas/option_string"
|
|
1599
|
-
},
|
|
1600
1612
|
"participationStart": {
|
|
1601
1613
|
"type": "string"
|
|
1602
1614
|
},
|
|
1603
|
-
"placeOption": {
|
|
1604
|
-
"$ref": "#/components/schemas/option_string"
|
|
1605
|
-
},
|
|
1606
1615
|
"place": {
|
|
1607
1616
|
"type": "string"
|
|
1608
1617
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1618
|
+
"public": {
|
|
1619
|
+
"type": "boolean"
|
|
1611
1620
|
},
|
|
1612
1621
|
"recurringId": {
|
|
1613
1622
|
"type": "string"
|
|
1614
1623
|
},
|
|
1615
|
-
"
|
|
1616
|
-
"
|
|
1624
|
+
"slackTs": {
|
|
1625
|
+
"type": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"slug": {
|
|
1628
|
+
"$ref": "#/components/schemas/slug"
|
|
1617
1629
|
},
|
|
1618
1630
|
"teamsLink": {
|
|
1619
1631
|
"type": "string"
|
|
1620
1632
|
},
|
|
1633
|
+
"time": {
|
|
1634
|
+
"type": "string"
|
|
1635
|
+
},
|
|
1636
|
+
"title": {
|
|
1637
|
+
"type": "string"
|
|
1638
|
+
},
|
|
1621
1639
|
"additionalProperties": {
|
|
1622
1640
|
"type": "object",
|
|
1623
1641
|
"additionalProperties": {
|
|
1624
|
-
"
|
|
1642
|
+
"type": "object"
|
|
1625
1643
|
}
|
|
1626
1644
|
}
|
|
1627
1645
|
}
|
|
@@ -1630,36 +1648,35 @@
|
|
|
1630
1648
|
"type": "object",
|
|
1631
1649
|
"properties": {
|
|
1632
1650
|
"type": {
|
|
1633
|
-
"type": "string"
|
|
1651
|
+
"type": "string",
|
|
1652
|
+
"nullable": true
|
|
1634
1653
|
},
|
|
1635
1654
|
"url": {
|
|
1636
|
-
"type": "string"
|
|
1655
|
+
"type": "string",
|
|
1656
|
+
"nullable": true
|
|
1637
1657
|
},
|
|
1638
1658
|
"filename": {
|
|
1639
|
-
"type": "string"
|
|
1659
|
+
"type": "string",
|
|
1660
|
+
"nullable": true
|
|
1640
1661
|
}
|
|
1641
|
-
}
|
|
1662
|
+
},
|
|
1663
|
+
"nullable": true
|
|
1642
1664
|
},
|
|
1643
1665
|
"employeeReference": {
|
|
1644
1666
|
"type": "object",
|
|
1645
1667
|
"properties": {
|
|
1646
1668
|
"sanityType": {
|
|
1647
1669
|
"enum": [
|
|
1648
|
-
|
|
1670
|
+
"reference"
|
|
1649
1671
|
],
|
|
1650
|
-
"type": "
|
|
1651
|
-
"
|
|
1652
|
-
"default": 1
|
|
1672
|
+
"type": "string",
|
|
1673
|
+
"default": "reference"
|
|
1653
1674
|
},
|
|
1654
1675
|
"sanityRef": {
|
|
1655
1676
|
"type": "string"
|
|
1656
1677
|
},
|
|
1657
|
-
"sanityWeakOption": {
|
|
1658
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1659
|
-
},
|
|
1660
1678
|
"sanityWeak": {
|
|
1661
|
-
"type": "boolean"
|
|
1662
|
-
"nullable": true
|
|
1679
|
+
"type": "boolean"
|
|
1663
1680
|
}
|
|
1664
1681
|
}
|
|
1665
1682
|
},
|
|
@@ -1892,6 +1909,20 @@
|
|
|
1892
1909
|
}
|
|
1893
1910
|
}
|
|
1894
1911
|
},
|
|
1912
|
+
"integrationHealthResult": {
|
|
1913
|
+
"type": "object",
|
|
1914
|
+
"properties": {
|
|
1915
|
+
"key": {
|
|
1916
|
+
"type": "string"
|
|
1917
|
+
},
|
|
1918
|
+
"status": {
|
|
1919
|
+
"type": "string"
|
|
1920
|
+
},
|
|
1921
|
+
"message": {
|
|
1922
|
+
"type": "string"
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1895
1926
|
"invitationPreviewResponse": {
|
|
1896
1927
|
"type": "object",
|
|
1897
1928
|
"properties": {
|
|
@@ -1903,42 +1934,15 @@
|
|
|
1903
1934
|
}
|
|
1904
1935
|
}
|
|
1905
1936
|
},
|
|
1906
|
-
"jsonElement": {
|
|
1907
|
-
"type": "object",
|
|
1908
|
-
"properties": {
|
|
1909
|
-
"valueKind": {
|
|
1910
|
-
"enum": [
|
|
1911
|
-
0,
|
|
1912
|
-
1,
|
|
1913
|
-
2,
|
|
1914
|
-
3,
|
|
1915
|
-
4,
|
|
1916
|
-
5,
|
|
1917
|
-
6,
|
|
1918
|
-
7
|
|
1919
|
-
],
|
|
1920
|
-
"type": "integer",
|
|
1921
|
-
"format": "int32",
|
|
1922
|
-
"default": 0
|
|
1923
|
-
},
|
|
1924
|
-
"item": {
|
|
1925
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1928
|
-
},
|
|
1929
1937
|
"muxVideo": {
|
|
1930
1938
|
"type": "object",
|
|
1931
1939
|
"properties": {
|
|
1932
1940
|
"sanityType": {
|
|
1933
1941
|
"enum": [
|
|
1934
|
-
|
|
1942
|
+
"mux.video"
|
|
1935
1943
|
],
|
|
1936
|
-
"type": "
|
|
1937
|
-
"
|
|
1938
|
-
"default": 1
|
|
1939
|
-
},
|
|
1940
|
-
"assetOption": {
|
|
1941
|
-
"$ref": "#/components/schemas/option_muxVideoAssetReference"
|
|
1944
|
+
"type": "string",
|
|
1945
|
+
"default": "mux.video"
|
|
1942
1946
|
},
|
|
1943
1947
|
"asset": {
|
|
1944
1948
|
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
@@ -1950,167 +1954,16 @@
|
|
|
1950
1954
|
"properties": {
|
|
1951
1955
|
"sanityType": {
|
|
1952
1956
|
"enum": [
|
|
1953
|
-
|
|
1957
|
+
"reference"
|
|
1954
1958
|
],
|
|
1955
|
-
"type": "
|
|
1956
|
-
"
|
|
1957
|
-
"default": 1
|
|
1959
|
+
"type": "string",
|
|
1960
|
+
"default": "reference"
|
|
1958
1961
|
},
|
|
1959
1962
|
"sanityRef": {
|
|
1960
1963
|
"type": "string"
|
|
1961
1964
|
},
|
|
1962
|
-
"sanityWeakOption": {
|
|
1963
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1964
|
-
},
|
|
1965
1965
|
"sanityWeak": {
|
|
1966
|
-
"type": "boolean"
|
|
1967
|
-
"nullable": true
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
},
|
|
1971
|
-
"option_componentMedia": {
|
|
1972
|
-
"type": "object",
|
|
1973
|
-
"properties": {
|
|
1974
|
-
"value": {
|
|
1975
|
-
"$ref": "#/components/schemas/componentMedia"
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
"option_componentMediaImage": {
|
|
1980
|
-
"type": "object",
|
|
1981
|
-
"properties": {
|
|
1982
|
-
"value": {
|
|
1983
|
-
"$ref": "#/components/schemas/componentMediaImage"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
},
|
|
1987
|
-
"option_employeeReference": {
|
|
1988
|
-
"type": "object",
|
|
1989
|
-
"properties": {
|
|
1990
|
-
"value": {
|
|
1991
|
-
"$ref": "#/components/schemas/employeeReference"
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
|
-
"option_list`1": {
|
|
1996
|
-
"type": "object",
|
|
1997
|
-
"properties": {
|
|
1998
|
-
"value": {
|
|
1999
|
-
"type": "array",
|
|
2000
|
-
"items": {
|
|
2001
|
-
"type": "string"
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
},
|
|
2006
|
-
"option_muxVideo": {
|
|
2007
|
-
"type": "object",
|
|
2008
|
-
"properties": {
|
|
2009
|
-
"value": {
|
|
2010
|
-
"$ref": "#/components/schemas/muxVideo"
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
"option_muxVideoAssetReference": {
|
|
2015
|
-
"type": "object",
|
|
2016
|
-
"properties": {
|
|
2017
|
-
"value": {
|
|
2018
|
-
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
2019
|
-
}
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
2022
|
-
"option_nullable`1": {
|
|
2023
|
-
"type": "object",
|
|
2024
|
-
"properties": {
|
|
2025
|
-
"value": {
|
|
2026
|
-
"type": "number",
|
|
2027
|
-
"format": "double",
|
|
2028
|
-
"nullable": true
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
"option_object": {
|
|
2033
|
-
"type": "object",
|
|
2034
|
-
"properties": {
|
|
2035
|
-
"value": {
|
|
2036
|
-
"type": "object"
|
|
2037
|
-
}
|
|
2038
|
-
}
|
|
2039
|
-
},
|
|
2040
|
-
"option_sanityImageAssetReference": {
|
|
2041
|
-
"type": "object",
|
|
2042
|
-
"properties": {
|
|
2043
|
-
"value": {
|
|
2044
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2045
|
-
}
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
"option_sanityImageCrop": {
|
|
2049
|
-
"type": "object",
|
|
2050
|
-
"properties": {
|
|
2051
|
-
"value": {
|
|
2052
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
"option_sanityImageHotspot": {
|
|
2057
|
-
"type": "object",
|
|
2058
|
-
"properties": {
|
|
2059
|
-
"value": {
|
|
2060
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2063
|
-
},
|
|
2064
|
-
"option_slug": {
|
|
2065
|
-
"type": "object",
|
|
2066
|
-
"properties": {
|
|
2067
|
-
"value": {
|
|
2068
|
-
"$ref": "#/components/schemas/slug"
|
|
2069
|
-
}
|
|
2070
|
-
}
|
|
2071
|
-
},
|
|
2072
|
-
"option_string": {
|
|
2073
|
-
"type": "object",
|
|
2074
|
-
"properties": {
|
|
2075
|
-
"value": {
|
|
2076
|
-
"type": "string"
|
|
2077
|
-
}
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
"pageMetaImage": {
|
|
2081
|
-
"type": "object",
|
|
2082
|
-
"properties": {
|
|
2083
|
-
"sanityType": {
|
|
2084
|
-
"enum": [
|
|
2085
|
-
1
|
|
2086
|
-
],
|
|
2087
|
-
"type": "integer",
|
|
2088
|
-
"format": "int32",
|
|
2089
|
-
"default": 1
|
|
2090
|
-
},
|
|
2091
|
-
"assetOption": {
|
|
2092
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2093
|
-
},
|
|
2094
|
-
"asset": {
|
|
2095
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2096
|
-
},
|
|
2097
|
-
"cropOption": {
|
|
2098
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2099
|
-
},
|
|
2100
|
-
"crop": {
|
|
2101
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2102
|
-
},
|
|
2103
|
-
"hotspotOption": {
|
|
2104
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2105
|
-
},
|
|
2106
|
-
"hotspot": {
|
|
2107
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2108
|
-
},
|
|
2109
|
-
"mediaOption": {
|
|
2110
|
-
"$ref": "#/components/schemas/option_object"
|
|
2111
|
-
},
|
|
2112
|
-
"media": {
|
|
2113
|
-
"type": "object"
|
|
1966
|
+
"type": "boolean"
|
|
2114
1967
|
}
|
|
2115
1968
|
}
|
|
2116
1969
|
},
|
|
@@ -2204,199 +2057,122 @@
|
|
|
2204
2057
|
"type": "boolean",
|
|
2205
2058
|
"nullable": true
|
|
2206
2059
|
},
|
|
2207
|
-
"sanityTypeOption": {
|
|
2208
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2209
|
-
},
|
|
2210
2060
|
"sanityType": {
|
|
2211
2061
|
"enum": [
|
|
2212
|
-
|
|
2062
|
+
"event"
|
|
2213
2063
|
],
|
|
2214
|
-
"type": "
|
|
2215
|
-
"
|
|
2216
|
-
"default": 1,
|
|
2064
|
+
"type": "string",
|
|
2065
|
+
"default": "event",
|
|
2217
2066
|
"nullable": true
|
|
2218
2067
|
},
|
|
2219
|
-
"statusOption": {
|
|
2220
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2221
|
-
},
|
|
2222
2068
|
"status": {
|
|
2223
2069
|
"enum": [
|
|
2224
|
-
|
|
2225
|
-
|
|
2070
|
+
"active",
|
|
2071
|
+
"cancelled"
|
|
2226
2072
|
],
|
|
2227
|
-
"type": "
|
|
2228
|
-
"
|
|
2229
|
-
"default": 1,
|
|
2073
|
+
"type": "string",
|
|
2074
|
+
"default": "active",
|
|
2230
2075
|
"nullable": true
|
|
2231
2076
|
},
|
|
2232
|
-
"allowDigitalParticipationOption": {
|
|
2233
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2234
|
-
},
|
|
2235
2077
|
"allowDigitalParticipation": {
|
|
2236
2078
|
"type": "boolean",
|
|
2237
2079
|
"nullable": true
|
|
2238
2080
|
},
|
|
2239
|
-
"askForFeedbackOption": {
|
|
2240
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2241
|
-
},
|
|
2242
2081
|
"askForFeedback": {
|
|
2243
2082
|
"type": "boolean",
|
|
2244
2083
|
"nullable": true
|
|
2245
2084
|
},
|
|
2246
|
-
"categoryOption": {
|
|
2247
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
2248
|
-
},
|
|
2249
2085
|
"category": {
|
|
2250
2086
|
"type": "array",
|
|
2251
2087
|
"items": {
|
|
2252
2088
|
"type": "string"
|
|
2253
2089
|
}
|
|
2254
2090
|
},
|
|
2255
|
-
"creatorOption": {
|
|
2256
|
-
"$ref": "#/components/schemas/option_employeeReference"
|
|
2257
|
-
},
|
|
2258
2091
|
"creator": {
|
|
2259
2092
|
"$ref": "#/components/schemas/employeeReference"
|
|
2260
2093
|
},
|
|
2261
|
-
"descriptionOption": {
|
|
2262
|
-
"$ref": "#/components/schemas/option_string"
|
|
2263
|
-
},
|
|
2264
2094
|
"description": {
|
|
2265
2095
|
"type": "string"
|
|
2266
2096
|
},
|
|
2267
|
-
"endTimeOption": {
|
|
2268
|
-
"$ref": "#/components/schemas/option_string"
|
|
2269
|
-
},
|
|
2270
2097
|
"endTime": {
|
|
2271
2098
|
"type": "string"
|
|
2272
2099
|
},
|
|
2273
|
-
"eventTypeOption": {
|
|
2274
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
2275
|
-
},
|
|
2276
2100
|
"eventType": {
|
|
2277
2101
|
"type": "array",
|
|
2278
2102
|
"items": {
|
|
2279
2103
|
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
2280
2104
|
}
|
|
2281
2105
|
},
|
|
2282
|
-
"feedbackOption": {
|
|
2283
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
2284
|
-
},
|
|
2285
2106
|
"feedback": {
|
|
2286
2107
|
"type": "array",
|
|
2287
2108
|
"items": {
|
|
2288
2109
|
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
2289
2110
|
}
|
|
2290
2111
|
},
|
|
2291
|
-
"invitationSentOption": {
|
|
2292
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2293
|
-
},
|
|
2294
|
-
"isServingFoodOption": {
|
|
2295
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2296
|
-
},
|
|
2297
2112
|
"isServingFood": {
|
|
2298
2113
|
"type": "boolean",
|
|
2299
2114
|
"nullable": true
|
|
2300
2115
|
},
|
|
2301
|
-
"linkOnlyOption": {
|
|
2302
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2303
|
-
},
|
|
2304
2116
|
"linkOnly": {
|
|
2305
2117
|
"type": "boolean",
|
|
2306
2118
|
"nullable": true
|
|
2307
2119
|
},
|
|
2308
|
-
"manualMemoriesApprovalOption": {
|
|
2309
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2310
|
-
},
|
|
2311
2120
|
"manualMemoriesApproval": {
|
|
2312
2121
|
"type": "boolean",
|
|
2313
2122
|
"nullable": true
|
|
2314
2123
|
},
|
|
2315
|
-
"maxParticipantsOption": {
|
|
2316
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2317
|
-
},
|
|
2318
2124
|
"maxParticipants": {
|
|
2319
2125
|
"type": "number",
|
|
2320
2126
|
"format": "double",
|
|
2321
2127
|
"nullable": true
|
|
2322
2128
|
},
|
|
2323
|
-
"mediaOption": {
|
|
2324
|
-
"$ref": "#/components/schemas/option_componentMedia"
|
|
2325
|
-
},
|
|
2326
2129
|
"media": {
|
|
2327
2130
|
"$ref": "#/components/schemas/componentMedia"
|
|
2328
2131
|
},
|
|
2329
|
-
"memoriesOption": {
|
|
2330
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
2331
|
-
},
|
|
2332
2132
|
"memories": {
|
|
2333
2133
|
"type": "array",
|
|
2334
2134
|
"items": {
|
|
2335
2135
|
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
2336
2136
|
}
|
|
2337
2137
|
},
|
|
2338
|
-
"participantsOption": {
|
|
2339
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
2340
|
-
},
|
|
2341
2138
|
"participants": {
|
|
2342
2139
|
"type": "array",
|
|
2343
2140
|
"items": {
|
|
2344
2141
|
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
2345
2142
|
}
|
|
2346
2143
|
},
|
|
2347
|
-
"participationStartOption": {
|
|
2348
|
-
"$ref": "#/components/schemas/option_string"
|
|
2349
|
-
},
|
|
2350
2144
|
"participationStart": {
|
|
2351
2145
|
"type": "string"
|
|
2352
2146
|
},
|
|
2353
|
-
"placeOption": {
|
|
2354
|
-
"$ref": "#/components/schemas/option_string"
|
|
2355
|
-
},
|
|
2356
2147
|
"place": {
|
|
2357
2148
|
"type": "string"
|
|
2358
2149
|
},
|
|
2359
|
-
"publicOption": {
|
|
2360
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2361
|
-
},
|
|
2362
2150
|
"public": {
|
|
2363
2151
|
"type": "boolean",
|
|
2364
2152
|
"nullable": true
|
|
2365
2153
|
},
|
|
2366
|
-
"recurringIdOption": {
|
|
2367
|
-
"$ref": "#/components/schemas/option_string"
|
|
2368
|
-
},
|
|
2369
2154
|
"recurringId": {
|
|
2370
2155
|
"type": "string"
|
|
2371
2156
|
},
|
|
2372
|
-
"
|
|
2373
|
-
"
|
|
2157
|
+
"slackTs": {
|
|
2158
|
+
"type": "string"
|
|
2374
2159
|
},
|
|
2375
2160
|
"slug": {
|
|
2376
2161
|
"$ref": "#/components/schemas/slug"
|
|
2377
2162
|
},
|
|
2378
|
-
"teamsLinkOption": {
|
|
2379
|
-
"$ref": "#/components/schemas/option_string"
|
|
2380
|
-
},
|
|
2381
2163
|
"teamsLink": {
|
|
2382
2164
|
"type": "string"
|
|
2383
2165
|
},
|
|
2384
|
-
"timeOption": {
|
|
2385
|
-
"$ref": "#/components/schemas/option_string"
|
|
2386
|
-
},
|
|
2387
2166
|
"time": {
|
|
2388
2167
|
"type": "string"
|
|
2389
2168
|
},
|
|
2390
|
-
"titleOption": {
|
|
2391
|
-
"$ref": "#/components/schemas/option_string"
|
|
2392
|
-
},
|
|
2393
2169
|
"title": {
|
|
2394
2170
|
"type": "string"
|
|
2395
2171
|
},
|
|
2396
2172
|
"additionalProperties": {
|
|
2397
2173
|
"type": "object",
|
|
2398
2174
|
"additionalProperties": {
|
|
2399
|
-
"
|
|
2175
|
+
"type": "object"
|
|
2400
2176
|
}
|
|
2401
2177
|
}
|
|
2402
2178
|
}
|
|
@@ -2410,7 +2186,7 @@
|
|
|
2410
2186
|
"additionalProperties": {
|
|
2411
2187
|
"type": "object",
|
|
2412
2188
|
"additionalProperties": {
|
|
2413
|
-
"
|
|
2189
|
+
"type": "object"
|
|
2414
2190
|
}
|
|
2415
2191
|
}
|
|
2416
2192
|
}
|
|
@@ -2453,11 +2229,10 @@
|
|
|
2453
2229
|
"properties": {
|
|
2454
2230
|
"sanityType": {
|
|
2455
2231
|
"enum": [
|
|
2456
|
-
|
|
2232
|
+
"reference"
|
|
2457
2233
|
],
|
|
2458
|
-
"type": "
|
|
2459
|
-
"
|
|
2460
|
-
"default": 1
|
|
2234
|
+
"type": "string",
|
|
2235
|
+
"default": "reference"
|
|
2461
2236
|
},
|
|
2462
2237
|
"sanityKey": {
|
|
2463
2238
|
"type": "string"
|
|
@@ -2465,12 +2240,8 @@
|
|
|
2465
2240
|
"sanityRef": {
|
|
2466
2241
|
"type": "string"
|
|
2467
2242
|
},
|
|
2468
|
-
"sanityWeakOption": {
|
|
2469
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2470
|
-
},
|
|
2471
2243
|
"sanityWeak": {
|
|
2472
|
-
"type": "boolean"
|
|
2473
|
-
"nullable": true
|
|
2244
|
+
"type": "boolean"
|
|
2474
2245
|
}
|
|
2475
2246
|
}
|
|
2476
2247
|
},
|
|
@@ -2479,11 +2250,17 @@
|
|
|
2479
2250
|
"properties": {
|
|
2480
2251
|
"sanityType": {
|
|
2481
2252
|
"enum": [
|
|
2482
|
-
|
|
2253
|
+
"response"
|
|
2483
2254
|
],
|
|
2484
|
-
"type": "
|
|
2485
|
-
"
|
|
2486
|
-
|
|
2255
|
+
"type": "string",
|
|
2256
|
+
"default": "response"
|
|
2257
|
+
},
|
|
2258
|
+
"comment": {
|
|
2259
|
+
"type": "string"
|
|
2260
|
+
},
|
|
2261
|
+
"foodAndDrinkRating": {
|
|
2262
|
+
"type": "number",
|
|
2263
|
+
"format": "double"
|
|
2487
2264
|
},
|
|
2488
2265
|
"locationRating": {
|
|
2489
2266
|
"type": "number",
|
|
@@ -2499,185 +2276,206 @@
|
|
|
2499
2276
|
},
|
|
2500
2277
|
"sanityKey": {
|
|
2501
2278
|
"type": "string"
|
|
2502
|
-
},
|
|
2503
|
-
"commentOption": {
|
|
2504
|
-
"$ref": "#/components/schemas/option_string"
|
|
2505
|
-
},
|
|
2506
|
-
"comment": {
|
|
2507
|
-
"type": "string"
|
|
2508
|
-
},
|
|
2509
|
-
"foodAndDrinkRatingOption": {
|
|
2510
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2511
|
-
},
|
|
2512
|
-
"foodAndDrinkRating": {
|
|
2513
|
-
"type": "number",
|
|
2514
|
-
"format": "double",
|
|
2515
|
-
"nullable": true
|
|
2516
2279
|
}
|
|
2517
2280
|
}
|
|
2518
2281
|
},
|
|
2519
2282
|
"sanityCreateEventMemoriesInner": {
|
|
2520
2283
|
"type": "object",
|
|
2521
2284
|
"properties": {
|
|
2522
|
-
"
|
|
2523
|
-
"
|
|
2285
|
+
"actualInstance": {
|
|
2286
|
+
"type": "object"
|
|
2524
2287
|
},
|
|
2525
|
-
"
|
|
2526
|
-
"
|
|
2288
|
+
"isNullable": {
|
|
2289
|
+
"type": "boolean"
|
|
2290
|
+
},
|
|
2291
|
+
"schemaType": {
|
|
2292
|
+
"type": "string"
|
|
2527
2293
|
}
|
|
2528
2294
|
}
|
|
2529
2295
|
},
|
|
2530
|
-
"
|
|
2296
|
+
"sanityCreateEventParticipantsInner": {
|
|
2531
2297
|
"type": "object",
|
|
2532
2298
|
"properties": {
|
|
2533
|
-
"
|
|
2534
|
-
"
|
|
2535
|
-
1
|
|
2536
|
-
],
|
|
2537
|
-
"type": "integer",
|
|
2538
|
-
"format": "int32",
|
|
2539
|
-
"default": 1
|
|
2299
|
+
"actualInstance": {
|
|
2300
|
+
"type": "object"
|
|
2540
2301
|
},
|
|
2541
|
-
"
|
|
2542
|
-
"
|
|
2302
|
+
"isNullable": {
|
|
2303
|
+
"type": "boolean"
|
|
2543
2304
|
},
|
|
2544
|
-
"
|
|
2305
|
+
"schemaType": {
|
|
2545
2306
|
"type": "string"
|
|
2546
|
-
},
|
|
2547
|
-
"approvedOption": {
|
|
2548
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2549
|
-
},
|
|
2550
|
-
"approved": {
|
|
2551
|
-
"type": "boolean",
|
|
2552
|
-
"nullable": true
|
|
2553
2307
|
}
|
|
2554
2308
|
}
|
|
2555
2309
|
},
|
|
2556
|
-
"
|
|
2310
|
+
"sanityCreateMemory": {
|
|
2557
2311
|
"type": "object",
|
|
2558
2312
|
"properties": {
|
|
2559
2313
|
"sanityType": {
|
|
2560
2314
|
"enum": [
|
|
2561
|
-
|
|
2315
|
+
"memory.image",
|
|
2316
|
+
"memory.video"
|
|
2562
2317
|
],
|
|
2563
|
-
"type": "
|
|
2564
|
-
"
|
|
2565
|
-
"default": 1
|
|
2318
|
+
"type": "string",
|
|
2319
|
+
"default": "memory.image"
|
|
2566
2320
|
},
|
|
2567
|
-
"
|
|
2321
|
+
"filename": {
|
|
2568
2322
|
"type": "string"
|
|
2569
2323
|
},
|
|
2570
|
-
"
|
|
2571
|
-
"
|
|
2572
|
-
},
|
|
2573
|
-
"approvedOption": {
|
|
2574
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2575
|
-
},
|
|
2576
|
-
"approved": {
|
|
2577
|
-
"type": "boolean",
|
|
2578
|
-
"nullable": true
|
|
2579
|
-
}
|
|
2580
|
-
}
|
|
2581
|
-
},
|
|
2582
|
-
"sanityCreateEventParticipantsInner": {
|
|
2583
|
-
"type": "object",
|
|
2584
|
-
"properties": {
|
|
2585
|
-
"sanityCreateEventParticipantsInnerOneOf": {
|
|
2586
|
-
"$ref": "#/components/schemas/sanityCreateEventParticipantsInnerOneOf"
|
|
2324
|
+
"mediaUrl": {
|
|
2325
|
+
"type": "string"
|
|
2587
2326
|
},
|
|
2588
|
-
"
|
|
2589
|
-
"
|
|
2327
|
+
"additionalProperties": {
|
|
2328
|
+
"type": "object",
|
|
2329
|
+
"additionalProperties": {
|
|
2330
|
+
"type": "object"
|
|
2331
|
+
}
|
|
2590
2332
|
}
|
|
2591
2333
|
}
|
|
2592
2334
|
},
|
|
2593
|
-
"
|
|
2335
|
+
"sanityEvent": {
|
|
2594
2336
|
"type": "object",
|
|
2595
2337
|
"properties": {
|
|
2596
2338
|
"sanityType": {
|
|
2597
2339
|
"enum": [
|
|
2598
|
-
|
|
2340
|
+
"event"
|
|
2599
2341
|
],
|
|
2600
|
-
"type": "
|
|
2601
|
-
"
|
|
2602
|
-
"default": 1
|
|
2342
|
+
"type": "string",
|
|
2343
|
+
"default": "event"
|
|
2603
2344
|
},
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2345
|
+
"status": {
|
|
2346
|
+
"enum": [
|
|
2347
|
+
"active",
|
|
2348
|
+
"cancelled"
|
|
2349
|
+
],
|
|
2350
|
+
"type": "string",
|
|
2351
|
+
"default": "active"
|
|
2606
2352
|
},
|
|
2607
|
-
"
|
|
2353
|
+
"allowDigitalParticipation": {
|
|
2608
2354
|
"type": "boolean"
|
|
2609
2355
|
},
|
|
2610
|
-
"
|
|
2356
|
+
"askForFeedback": {
|
|
2357
|
+
"type": "boolean"
|
|
2358
|
+
},
|
|
2359
|
+
"category": {
|
|
2360
|
+
"type": "array",
|
|
2361
|
+
"items": {
|
|
2362
|
+
"type": "string"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
"creator": {
|
|
2366
|
+
"$ref": "#/components/schemas/sanityOrderEmployee"
|
|
2367
|
+
},
|
|
2368
|
+
"description": {
|
|
2611
2369
|
"type": "string"
|
|
2612
2370
|
},
|
|
2613
|
-
"
|
|
2371
|
+
"endTime": {
|
|
2614
2372
|
"type": "string"
|
|
2615
2373
|
},
|
|
2616
|
-
"
|
|
2374
|
+
"eventType": {
|
|
2375
|
+
"type": "array",
|
|
2376
|
+
"items": {
|
|
2377
|
+
"$ref": "#/components/schemas/sanityEventEventTypeInner"
|
|
2378
|
+
}
|
|
2379
|
+
},
|
|
2380
|
+
"feedback": {
|
|
2381
|
+
"type": "array",
|
|
2382
|
+
"items": {
|
|
2383
|
+
"$ref": "#/components/schemas/sanityEventFeedbackInner"
|
|
2384
|
+
}
|
|
2385
|
+
},
|
|
2386
|
+
"invitationSent": {
|
|
2387
|
+
"type": "boolean"
|
|
2388
|
+
},
|
|
2389
|
+
"isServingFood": {
|
|
2390
|
+
"type": "boolean"
|
|
2391
|
+
},
|
|
2392
|
+
"linkOnly": {
|
|
2393
|
+
"type": "boolean"
|
|
2394
|
+
},
|
|
2395
|
+
"manualMemoriesApproval": {
|
|
2396
|
+
"type": "boolean"
|
|
2397
|
+
},
|
|
2398
|
+
"maxParticipants": {
|
|
2399
|
+
"type": "number",
|
|
2400
|
+
"format": "double"
|
|
2401
|
+
},
|
|
2402
|
+
"media": {
|
|
2403
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
|
|
2404
|
+
},
|
|
2405
|
+
"memories": {
|
|
2406
|
+
"type": "array",
|
|
2407
|
+
"items": {
|
|
2408
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInner"
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
"participants": {
|
|
2412
|
+
"type": "array",
|
|
2413
|
+
"items": {
|
|
2414
|
+
"$ref": "#/components/schemas/sanityEventParticipantsInner"
|
|
2415
|
+
}
|
|
2416
|
+
},
|
|
2417
|
+
"participationStart": {
|
|
2617
2418
|
"type": "string"
|
|
2618
|
-
}
|
|
2619
|
-
}
|
|
2620
|
-
},
|
|
2621
|
-
"sanityCreateEventParticipantsInnerOneOf1": {
|
|
2622
|
-
"type": "object",
|
|
2623
|
-
"properties": {
|
|
2624
|
-
"sanityType": {
|
|
2625
|
-
"enum": [
|
|
2626
|
-
1
|
|
2627
|
-
],
|
|
2628
|
-
"type": "integer",
|
|
2629
|
-
"format": "int32",
|
|
2630
|
-
"default": 1
|
|
2631
2419
|
},
|
|
2632
|
-
"
|
|
2420
|
+
"place": {
|
|
2633
2421
|
"type": "string"
|
|
2634
2422
|
},
|
|
2635
|
-
"
|
|
2423
|
+
"public": {
|
|
2636
2424
|
"type": "boolean"
|
|
2637
2425
|
},
|
|
2638
|
-
"
|
|
2426
|
+
"recurringId": {
|
|
2639
2427
|
"type": "string"
|
|
2640
2428
|
},
|
|
2641
|
-
"
|
|
2429
|
+
"sanityCreatedAt": {
|
|
2642
2430
|
"type": "string"
|
|
2643
2431
|
},
|
|
2644
|
-
"
|
|
2432
|
+
"sanityId": {
|
|
2645
2433
|
"type": "string"
|
|
2646
2434
|
},
|
|
2647
|
-
"
|
|
2435
|
+
"sanityRev": {
|
|
2648
2436
|
"type": "string"
|
|
2649
2437
|
},
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2438
|
+
"sanityUpdatedAt": {
|
|
2439
|
+
"type": "string"
|
|
2652
2440
|
},
|
|
2653
|
-
"
|
|
2441
|
+
"slackTs": {
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2444
|
+
"slug": {
|
|
2445
|
+
"$ref": "#/components/schemas/slug"
|
|
2446
|
+
},
|
|
2447
|
+
"teamsLink": {
|
|
2448
|
+
"type": "string"
|
|
2449
|
+
},
|
|
2450
|
+
"time": {
|
|
2451
|
+
"type": "string"
|
|
2452
|
+
},
|
|
2453
|
+
"title": {
|
|
2654
2454
|
"type": "string"
|
|
2655
2455
|
}
|
|
2656
2456
|
}
|
|
2657
2457
|
},
|
|
2658
|
-
"
|
|
2458
|
+
"sanityEventEventTypeInner": {
|
|
2659
2459
|
"type": "object",
|
|
2660
2460
|
"properties": {
|
|
2661
2461
|
"sanityType": {
|
|
2662
2462
|
"enum": [
|
|
2663
|
-
|
|
2664
|
-
2
|
|
2463
|
+
"eventType"
|
|
2665
2464
|
],
|
|
2666
|
-
"type": "
|
|
2667
|
-
"
|
|
2668
|
-
"default": 1
|
|
2465
|
+
"type": "string",
|
|
2466
|
+
"default": "eventType"
|
|
2669
2467
|
},
|
|
2670
|
-
"
|
|
2468
|
+
"canSubscribe": {
|
|
2469
|
+
"type": "boolean"
|
|
2470
|
+
},
|
|
2471
|
+
"name": {
|
|
2671
2472
|
"type": "string"
|
|
2672
2473
|
},
|
|
2673
|
-
"
|
|
2474
|
+
"sanityId": {
|
|
2674
2475
|
"type": "string"
|
|
2675
2476
|
},
|
|
2676
|
-
"
|
|
2677
|
-
"
|
|
2678
|
-
"additionalProperties": {
|
|
2679
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
2680
|
-
}
|
|
2477
|
+
"slug": {
|
|
2478
|
+
"$ref": "#/components/schemas/slug"
|
|
2681
2479
|
}
|
|
2682
2480
|
}
|
|
2683
2481
|
},
|
|
@@ -2686,11 +2484,17 @@
|
|
|
2686
2484
|
"properties": {
|
|
2687
2485
|
"sanityType": {
|
|
2688
2486
|
"enum": [
|
|
2689
|
-
|
|
2487
|
+
"response"
|
|
2690
2488
|
],
|
|
2691
|
-
"type": "
|
|
2692
|
-
"
|
|
2693
|
-
|
|
2489
|
+
"type": "string",
|
|
2490
|
+
"default": "response"
|
|
2491
|
+
},
|
|
2492
|
+
"comment": {
|
|
2493
|
+
"type": "string"
|
|
2494
|
+
},
|
|
2495
|
+
"foodAndDrinkRating": {
|
|
2496
|
+
"type": "number",
|
|
2497
|
+
"format": "double"
|
|
2694
2498
|
},
|
|
2695
2499
|
"locationRating": {
|
|
2696
2500
|
"type": "number",
|
|
@@ -2706,77 +2510,34 @@
|
|
|
2706
2510
|
},
|
|
2707
2511
|
"sanityKey": {
|
|
2708
2512
|
"type": "string"
|
|
2709
|
-
},
|
|
2710
|
-
"commentOption": {
|
|
2711
|
-
"$ref": "#/components/schemas/option_string"
|
|
2712
|
-
},
|
|
2713
|
-
"comment": {
|
|
2714
|
-
"type": "string"
|
|
2715
|
-
},
|
|
2716
|
-
"foodAndDrinkRatingOption": {
|
|
2717
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2718
|
-
},
|
|
2719
|
-
"foodAndDrinkRating": {
|
|
2720
|
-
"type": "number",
|
|
2721
|
-
"format": "double",
|
|
2722
|
-
"nullable": true
|
|
2723
2513
|
}
|
|
2724
2514
|
}
|
|
2725
2515
|
},
|
|
2726
2516
|
"sanityEventMemoriesInner": {
|
|
2727
2517
|
"type": "object",
|
|
2728
2518
|
"properties": {
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2519
|
+
"actualInstance": {
|
|
2520
|
+
"type": "object"
|
|
2731
2521
|
},
|
|
2732
|
-
"
|
|
2733
|
-
"
|
|
2734
|
-
}
|
|
2735
|
-
}
|
|
2736
|
-
},
|
|
2737
|
-
"sanityEventMemoriesInnerImage": {
|
|
2738
|
-
"type": "object",
|
|
2739
|
-
"properties": {
|
|
2740
|
-
"sanityType": {
|
|
2741
|
-
"enum": [
|
|
2742
|
-
1
|
|
2743
|
-
],
|
|
2744
|
-
"type": "integer",
|
|
2745
|
-
"format": "int32",
|
|
2746
|
-
"default": 1
|
|
2522
|
+
"isNullable": {
|
|
2523
|
+
"type": "boolean"
|
|
2747
2524
|
},
|
|
2748
|
-
"
|
|
2525
|
+
"schemaType": {
|
|
2749
2526
|
"type": "string"
|
|
2750
|
-
},
|
|
2751
|
-
"approved": {
|
|
2752
|
-
"type": "boolean",
|
|
2753
|
-
"nullable": true
|
|
2754
|
-
},
|
|
2755
|
-
"asset": {
|
|
2756
|
-
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2757
2527
|
}
|
|
2758
2528
|
}
|
|
2759
2529
|
},
|
|
2760
|
-
"
|
|
2530
|
+
"sanityEventParticipantsInner": {
|
|
2761
2531
|
"type": "object",
|
|
2762
2532
|
"properties": {
|
|
2763
|
-
"
|
|
2764
|
-
"
|
|
2765
|
-
1
|
|
2766
|
-
],
|
|
2767
|
-
"type": "integer",
|
|
2768
|
-
"format": "int32",
|
|
2769
|
-
"default": 1
|
|
2770
|
-
},
|
|
2771
|
-
"sanityKey": {
|
|
2772
|
-
"type": "string"
|
|
2533
|
+
"actualInstance": {
|
|
2534
|
+
"type": "object"
|
|
2773
2535
|
},
|
|
2774
|
-
"
|
|
2775
|
-
"type": "boolean"
|
|
2776
|
-
"nullable": true
|
|
2536
|
+
"isNullable": {
|
|
2537
|
+
"type": "boolean"
|
|
2777
2538
|
},
|
|
2778
|
-
"
|
|
2779
|
-
"
|
|
2539
|
+
"schemaType": {
|
|
2540
|
+
"type": "string"
|
|
2780
2541
|
}
|
|
2781
2542
|
}
|
|
2782
2543
|
},
|
|
@@ -2785,21 +2546,16 @@
|
|
|
2785
2546
|
"properties": {
|
|
2786
2547
|
"sanityType": {
|
|
2787
2548
|
"enum": [
|
|
2788
|
-
|
|
2549
|
+
"reference"
|
|
2789
2550
|
],
|
|
2790
|
-
"type": "
|
|
2791
|
-
"
|
|
2792
|
-
"default": 1
|
|
2551
|
+
"type": "string",
|
|
2552
|
+
"default": "reference"
|
|
2793
2553
|
},
|
|
2794
2554
|
"sanityRef": {
|
|
2795
2555
|
"type": "string"
|
|
2796
2556
|
},
|
|
2797
|
-
"sanityWeakOption": {
|
|
2798
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
2799
|
-
},
|
|
2800
2557
|
"sanityWeak": {
|
|
2801
|
-
"type": "boolean"
|
|
2802
|
-
"nullable": true
|
|
2558
|
+
"type": "boolean"
|
|
2803
2559
|
}
|
|
2804
2560
|
}
|
|
2805
2561
|
},
|
|
@@ -2808,11 +2564,10 @@
|
|
|
2808
2564
|
"properties": {
|
|
2809
2565
|
"sanityType": {
|
|
2810
2566
|
"enum": [
|
|
2811
|
-
|
|
2567
|
+
"sanity.imageCrop"
|
|
2812
2568
|
],
|
|
2813
|
-
"type": "
|
|
2814
|
-
"
|
|
2815
|
-
"default": 1
|
|
2569
|
+
"type": "string",
|
|
2570
|
+
"default": "sanity.imageCrop"
|
|
2816
2571
|
},
|
|
2817
2572
|
"bottom": {
|
|
2818
2573
|
"type": "number",
|
|
@@ -2837,11 +2592,10 @@
|
|
|
2837
2592
|
"properties": {
|
|
2838
2593
|
"sanityType": {
|
|
2839
2594
|
"enum": [
|
|
2840
|
-
|
|
2595
|
+
"sanity.imageHotspot"
|
|
2841
2596
|
],
|
|
2842
|
-
"type": "
|
|
2843
|
-
"
|
|
2844
|
-
"default": 1
|
|
2597
|
+
"type": "string",
|
|
2598
|
+
"default": "sanity.imageHotspot"
|
|
2845
2599
|
},
|
|
2846
2600
|
"height": {
|
|
2847
2601
|
"type": "number",
|
|
@@ -2866,17 +2620,24 @@
|
|
|
2866
2620
|
"properties": {
|
|
2867
2621
|
"sanityType": {
|
|
2868
2622
|
"enum": [
|
|
2869
|
-
|
|
2623
|
+
"employee"
|
|
2870
2624
|
],
|
|
2871
|
-
"type": "
|
|
2872
|
-
"
|
|
2873
|
-
"default": 1
|
|
2625
|
+
"type": "string",
|
|
2626
|
+
"default": "employee"
|
|
2874
2627
|
},
|
|
2875
2628
|
"email": {
|
|
2876
2629
|
"type": "string"
|
|
2877
2630
|
},
|
|
2878
2631
|
"image": {
|
|
2879
|
-
"$ref": "#/components/schemas/
|
|
2632
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
2633
|
+
},
|
|
2634
|
+
"isBot": {
|
|
2635
|
+
"type": "boolean",
|
|
2636
|
+
"nullable": true
|
|
2637
|
+
},
|
|
2638
|
+
"isExternal": {
|
|
2639
|
+
"type": "boolean",
|
|
2640
|
+
"nullable": true
|
|
2880
2641
|
},
|
|
2881
2642
|
"name": {
|
|
2882
2643
|
"type": "string"
|
|
@@ -2887,70 +2648,40 @@
|
|
|
2887
2648
|
"slug": {
|
|
2888
2649
|
"$ref": "#/components/schemas/slug"
|
|
2889
2650
|
},
|
|
2890
|
-
"telephone": {
|
|
2891
|
-
"type": "string"
|
|
2892
|
-
},
|
|
2893
2651
|
"tags": {
|
|
2894
2652
|
"type": "array",
|
|
2895
2653
|
"items": {
|
|
2896
|
-
"$ref": "#/components/schemas/
|
|
2654
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
2897
2655
|
}
|
|
2898
|
-
}
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
"sanityTechnologyWithRelationsArticlesInnerMedia": {
|
|
2902
|
-
"type": "object",
|
|
2903
|
-
"properties": {
|
|
2904
|
-
"sanityTechnologyWithRelationsProjectsInnerMediaImage": {
|
|
2905
|
-
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaImage"
|
|
2906
2656
|
},
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2657
|
+
"telephone": {
|
|
2658
|
+
"type": "string"
|
|
2909
2659
|
}
|
|
2910
2660
|
}
|
|
2911
2661
|
},
|
|
2912
|
-
"
|
|
2662
|
+
"sanityTechnologyWithRelationsArticlesInnerMedia": {
|
|
2913
2663
|
"type": "object",
|
|
2914
2664
|
"properties": {
|
|
2915
|
-
"
|
|
2916
|
-
"
|
|
2917
|
-
1
|
|
2918
|
-
],
|
|
2919
|
-
"type": "integer",
|
|
2920
|
-
"format": "int32",
|
|
2921
|
-
"default": 1
|
|
2665
|
+
"actualInstance": {
|
|
2666
|
+
"type": "object"
|
|
2922
2667
|
},
|
|
2923
|
-
"
|
|
2924
|
-
"
|
|
2925
|
-
}
|
|
2926
|
-
}
|
|
2927
|
-
},
|
|
2928
|
-
"sanityTechnologyWithRelationsProjectsInnerMediaVideo": {
|
|
2929
|
-
"type": "object",
|
|
2930
|
-
"properties": {
|
|
2931
|
-
"sanityType": {
|
|
2932
|
-
"enum": [
|
|
2933
|
-
1
|
|
2934
|
-
],
|
|
2935
|
-
"type": "integer",
|
|
2936
|
-
"format": "int32",
|
|
2937
|
-
"default": 1
|
|
2668
|
+
"isNullable": {
|
|
2669
|
+
"type": "boolean"
|
|
2938
2670
|
},
|
|
2939
|
-
"
|
|
2940
|
-
"
|
|
2671
|
+
"schemaType": {
|
|
2672
|
+
"type": "string"
|
|
2941
2673
|
}
|
|
2942
2674
|
}
|
|
2943
2675
|
},
|
|
2944
|
-
"
|
|
2676
|
+
"sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
|
|
2945
2677
|
"type": "object",
|
|
2946
2678
|
"properties": {
|
|
2947
2679
|
"sanityType": {
|
|
2948
2680
|
"enum": [
|
|
2949
|
-
|
|
2681
|
+
"tag"
|
|
2950
2682
|
],
|
|
2951
|
-
"type": "
|
|
2952
|
-
"
|
|
2953
|
-
"default": 1
|
|
2683
|
+
"type": "string",
|
|
2684
|
+
"default": "tag"
|
|
2954
2685
|
},
|
|
2955
2686
|
"name": {
|
|
2956
2687
|
"type": "string"
|
|
@@ -2963,16 +2694,15 @@
|
|
|
2963
2694
|
}
|
|
2964
2695
|
}
|
|
2965
2696
|
},
|
|
2966
|
-
"
|
|
2697
|
+
"sanityTvCategoryDashboardsInnerBackgroundImage": {
|
|
2967
2698
|
"type": "object",
|
|
2968
2699
|
"properties": {
|
|
2969
2700
|
"sanityType": {
|
|
2970
2701
|
"enum": [
|
|
2971
|
-
|
|
2702
|
+
"image"
|
|
2972
2703
|
],
|
|
2973
|
-
"type": "
|
|
2974
|
-
"
|
|
2975
|
-
"default": 1
|
|
2704
|
+
"type": "string",
|
|
2705
|
+
"default": "image"
|
|
2976
2706
|
},
|
|
2977
2707
|
"asset": {
|
|
2978
2708
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
@@ -2984,44 +2714,21 @@
|
|
|
2984
2714
|
"properties": {
|
|
2985
2715
|
"sanityType": {
|
|
2986
2716
|
"enum": [
|
|
2987
|
-
|
|
2717
|
+
"sanity.imageAsset"
|
|
2988
2718
|
],
|
|
2989
|
-
"type": "
|
|
2990
|
-
"
|
|
2991
|
-
"default": 1
|
|
2719
|
+
"type": "string",
|
|
2720
|
+
"default": "sanity.imageAsset"
|
|
2992
2721
|
},
|
|
2993
2722
|
"mimeType": {
|
|
2994
2723
|
"type": "string"
|
|
2995
2724
|
},
|
|
2996
|
-
"sanityId": {
|
|
2997
|
-
"type": "string"
|
|
2998
|
-
},
|
|
2999
|
-
"url": {
|
|
3000
|
-
"type": "string"
|
|
3001
|
-
},
|
|
3002
2725
|
"originalFilename": {
|
|
3003
2726
|
"type": "string"
|
|
3004
|
-
}
|
|
3005
|
-
}
|
|
3006
|
-
},
|
|
3007
|
-
"sanityVideoMemoryAsset": {
|
|
3008
|
-
"type": "object",
|
|
3009
|
-
"properties": {
|
|
3010
|
-
"sanityType": {
|
|
3011
|
-
"enum": [
|
|
3012
|
-
1
|
|
3013
|
-
],
|
|
3014
|
-
"type": "integer",
|
|
3015
|
-
"format": "int32",
|
|
3016
|
-
"default": 1
|
|
3017
2727
|
},
|
|
3018
2728
|
"sanityId": {
|
|
3019
2729
|
"type": "string"
|
|
3020
2730
|
},
|
|
3021
|
-
"
|
|
3022
|
-
"type": "string"
|
|
3023
|
-
},
|
|
3024
|
-
"playbackId": {
|
|
2731
|
+
"url": {
|
|
3025
2732
|
"type": "string"
|
|
3026
2733
|
}
|
|
3027
2734
|
}
|
|
@@ -3031,18 +2738,14 @@
|
|
|
3031
2738
|
"properties": {
|
|
3032
2739
|
"sanityType": {
|
|
3033
2740
|
"enum": [
|
|
3034
|
-
|
|
2741
|
+
"slug"
|
|
3035
2742
|
],
|
|
3036
|
-
"type": "
|
|
3037
|
-
"
|
|
3038
|
-
"default": 1
|
|
2743
|
+
"type": "string",
|
|
2744
|
+
"default": "slug"
|
|
3039
2745
|
},
|
|
3040
2746
|
"current": {
|
|
3041
2747
|
"type": "string"
|
|
3042
2748
|
},
|
|
3043
|
-
"sourceOption": {
|
|
3044
|
-
"$ref": "#/components/schemas/option_string"
|
|
3045
|
-
},
|
|
3046
2749
|
"source": {
|
|
3047
2750
|
"type": "string"
|
|
3048
2751
|
}
|
|
@@ -3070,14 +2773,19 @@
|
|
|
3070
2773
|
"type": "oauth2",
|
|
3071
2774
|
"flows": {
|
|
3072
2775
|
"implicit": {
|
|
3073
|
-
"authorizationUrl": "https://login.microsoftonline.com/
|
|
3074
|
-
"tokenUrl": "https://login.microsoftonline.com/
|
|
3075
|
-
"refreshUrl": "https://login.microsoftonline.com/
|
|
2776
|
+
"authorizationUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize",
|
|
2777
|
+
"tokenUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token",
|
|
2778
|
+
"refreshUrl": "https://login.microsoftonline.com/organizations/oauth2/v2.0/token",
|
|
3076
2779
|
"scopes": {
|
|
3077
|
-
"api://
|
|
2780
|
+
"api://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default": "Default function scope"
|
|
3078
2781
|
}
|
|
3079
2782
|
}
|
|
3080
2783
|
}
|
|
2784
|
+
},
|
|
2785
|
+
"ApiKey": {
|
|
2786
|
+
"type": "http",
|
|
2787
|
+
"scheme": "bearer",
|
|
2788
|
+
"bearerFormat": "JWT"
|
|
3081
2789
|
}
|
|
3082
2790
|
}
|
|
3083
2791
|
}
|