@snokam/mcp-api 0.9.0 → 0.11.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/index.d.ts +1 -1
- package/dist/index.js +35 -2
- package/dist/openapi-loader.d.ts +5 -0
- package/dist/openapi-loader.js +15 -0
- package/package.json +1 -1
- package/specs/production/accounting.json +5161 -527
- package/specs/production/broker.json +2 -2
- package/specs/production/chatgpt.json +21 -17
- package/specs/production/employees.json +350 -353
- package/specs/production/events.json +260 -176
- package/specs/production/notifications.json +10 -10
- package/specs/production/office.json +4 -4
- package/specs/production/recruitment.json +39 -0
- package/specs/production/sales.json +39 -0
- package/specs/production/sanity.json +127 -150
- package/specs/production/sync.json +181 -0
- package/specs/production/webshop.json +10 -10
- package/specs/test/accounting.json +5161 -527
- package/specs/test/broker.json +2 -2
- package/specs/test/chatgpt.json +21 -17
- package/specs/test/employees.json +350 -353
- package/specs/test/events.json +260 -176
- package/specs/test/notifications.json +10 -10
- package/specs/test/office.json +1984 -0
- package/specs/test/recruitment.json +39 -0
- package/specs/test/sales.json +39 -0
- package/specs/test/sanity.json +127 -150
- package/specs/test/sync.json +181 -0
- package/specs/test/webshop.json +10 -10
- package/specs/production/calculators.json +0 -1523
- package/specs/production/crypto.json +0 -1998
- package/specs/production/power-office.json +0 -2383
- package/specs/test/calculators.json +0 -1523
- package/specs/test/crypto.json +0 -1998
- package/specs/test/power-office.json +0 -2383
package/specs/test/events.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"openapi": "3.0.1",
|
|
3
3
|
"info": {
|
|
4
|
-
"title": "Events
|
|
5
|
-
"description": "
|
|
4
|
+
"title": "Events API",
|
|
5
|
+
"description": "Events and notifications service",
|
|
6
6
|
"version": "v1.0.0"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
@@ -279,12 +279,35 @@
|
|
|
279
279
|
"security": [
|
|
280
280
|
{
|
|
281
281
|
"Implicit": [
|
|
282
|
-
"api://
|
|
282
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
283
283
|
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
}
|
|
287
287
|
},
|
|
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
|
+
},
|
|
288
311
|
"/v1.0/public/{eventId}/memories": {
|
|
289
312
|
"post": {
|
|
290
313
|
"tags": [
|
|
@@ -328,7 +351,7 @@
|
|
|
328
351
|
"security": [
|
|
329
352
|
{
|
|
330
353
|
"Implicit": [
|
|
331
|
-
"api://
|
|
354
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
332
355
|
]
|
|
333
356
|
}
|
|
334
357
|
]
|
|
@@ -512,7 +535,7 @@
|
|
|
512
535
|
"security": [
|
|
513
536
|
{
|
|
514
537
|
"Implicit": [
|
|
515
|
-
"api://
|
|
538
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
516
539
|
]
|
|
517
540
|
}
|
|
518
541
|
]
|
|
@@ -555,7 +578,7 @@
|
|
|
555
578
|
"security": [
|
|
556
579
|
{
|
|
557
580
|
"Implicit": [
|
|
558
|
-
"api://
|
|
581
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
559
582
|
]
|
|
560
583
|
}
|
|
561
584
|
]
|
|
@@ -605,7 +628,7 @@
|
|
|
605
628
|
"security": [
|
|
606
629
|
{
|
|
607
630
|
"Implicit": [
|
|
608
|
-
"api://
|
|
631
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
609
632
|
]
|
|
610
633
|
}
|
|
611
634
|
]
|
|
@@ -660,7 +683,7 @@
|
|
|
660
683
|
"security": [
|
|
661
684
|
{
|
|
662
685
|
"Implicit": [
|
|
663
|
-
"api://
|
|
686
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
664
687
|
]
|
|
665
688
|
}
|
|
666
689
|
]
|
|
@@ -690,7 +713,7 @@
|
|
|
690
713
|
"security": [
|
|
691
714
|
{
|
|
692
715
|
"Implicit": [
|
|
693
|
-
"api://
|
|
716
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
694
717
|
]
|
|
695
718
|
}
|
|
696
719
|
]
|
|
@@ -724,7 +747,7 @@
|
|
|
724
747
|
"security": [
|
|
725
748
|
{
|
|
726
749
|
"Implicit": [
|
|
727
|
-
"api://
|
|
750
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
728
751
|
]
|
|
729
752
|
}
|
|
730
753
|
]
|
|
@@ -784,7 +807,7 @@
|
|
|
784
807
|
"security": [
|
|
785
808
|
{
|
|
786
809
|
"Implicit": [
|
|
787
|
-
"api://
|
|
810
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
788
811
|
]
|
|
789
812
|
}
|
|
790
813
|
]
|
|
@@ -848,7 +871,7 @@
|
|
|
848
871
|
"security": [
|
|
849
872
|
{
|
|
850
873
|
"Implicit": [
|
|
851
|
-
"api://
|
|
874
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
852
875
|
]
|
|
853
876
|
}
|
|
854
877
|
]
|
|
@@ -894,7 +917,7 @@
|
|
|
894
917
|
"security": [
|
|
895
918
|
{
|
|
896
919
|
"Implicit": [
|
|
897
|
-
"api://
|
|
920
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
898
921
|
]
|
|
899
922
|
}
|
|
900
923
|
]
|
|
@@ -927,7 +950,7 @@
|
|
|
927
950
|
"security": [
|
|
928
951
|
{
|
|
929
952
|
"Implicit": [
|
|
930
|
-
"api://
|
|
953
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
931
954
|
]
|
|
932
955
|
}
|
|
933
956
|
]
|
|
@@ -994,7 +1017,7 @@
|
|
|
994
1017
|
"security": [
|
|
995
1018
|
{
|
|
996
1019
|
"Implicit": [
|
|
997
|
-
"api://
|
|
1020
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
998
1021
|
]
|
|
999
1022
|
}
|
|
1000
1023
|
]
|
|
@@ -1043,7 +1066,7 @@
|
|
|
1043
1066
|
"security": [
|
|
1044
1067
|
{
|
|
1045
1068
|
"Implicit": [
|
|
1046
|
-
"api://
|
|
1069
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
1047
1070
|
]
|
|
1048
1071
|
}
|
|
1049
1072
|
]
|
|
@@ -1089,7 +1112,7 @@
|
|
|
1089
1112
|
"security": [
|
|
1090
1113
|
{
|
|
1091
1114
|
"Implicit": [
|
|
1092
|
-
"api://
|
|
1115
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
1093
1116
|
]
|
|
1094
1117
|
}
|
|
1095
1118
|
]
|
|
@@ -1126,7 +1149,7 @@
|
|
|
1126
1149
|
"security": [
|
|
1127
1150
|
{
|
|
1128
1151
|
"Implicit": [
|
|
1129
|
-
"api://
|
|
1152
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
1130
1153
|
]
|
|
1131
1154
|
}
|
|
1132
1155
|
]
|
|
@@ -1171,7 +1194,7 @@
|
|
|
1171
1194
|
"security": [
|
|
1172
1195
|
{
|
|
1173
1196
|
"Implicit": [
|
|
1174
|
-
"api://
|
|
1197
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default"
|
|
1175
1198
|
]
|
|
1176
1199
|
}
|
|
1177
1200
|
]
|
|
@@ -1193,19 +1216,19 @@
|
|
|
1193
1216
|
"comment": {
|
|
1194
1217
|
"type": "string"
|
|
1195
1218
|
},
|
|
1196
|
-
"
|
|
1219
|
+
"foodAndDrinkRating": {
|
|
1197
1220
|
"type": "number",
|
|
1198
1221
|
"format": "double"
|
|
1199
1222
|
},
|
|
1200
|
-
"
|
|
1223
|
+
"locationRating": {
|
|
1201
1224
|
"type": "number",
|
|
1202
1225
|
"format": "double"
|
|
1203
1226
|
},
|
|
1204
|
-
"
|
|
1227
|
+
"organizationRating": {
|
|
1205
1228
|
"type": "number",
|
|
1206
1229
|
"format": "double"
|
|
1207
1230
|
},
|
|
1208
|
-
"
|
|
1231
|
+
"overallRating": {
|
|
1209
1232
|
"type": "number",
|
|
1210
1233
|
"format": "double"
|
|
1211
1234
|
},
|
|
@@ -1238,19 +1261,19 @@
|
|
|
1238
1261
|
"comment": {
|
|
1239
1262
|
"type": "string"
|
|
1240
1263
|
},
|
|
1241
|
-
"
|
|
1264
|
+
"foodAndDrinkRating": {
|
|
1242
1265
|
"type": "number",
|
|
1243
1266
|
"format": "double"
|
|
1244
1267
|
},
|
|
1245
|
-
"
|
|
1268
|
+
"locationRating": {
|
|
1246
1269
|
"type": "number",
|
|
1247
1270
|
"format": "double"
|
|
1248
1271
|
},
|
|
1249
|
-
"
|
|
1272
|
+
"organizationRating": {
|
|
1250
1273
|
"type": "number",
|
|
1251
1274
|
"format": "double"
|
|
1252
1275
|
},
|
|
1253
|
-
"
|
|
1276
|
+
"overallRating": {
|
|
1254
1277
|
"type": "number",
|
|
1255
1278
|
"format": "double"
|
|
1256
1279
|
},
|
|
@@ -1265,10 +1288,10 @@
|
|
|
1265
1288
|
"azureBlobStorageCredentials": {
|
|
1266
1289
|
"type": "object",
|
|
1267
1290
|
"properties": {
|
|
1268
|
-
"
|
|
1291
|
+
"blobUrl": {
|
|
1269
1292
|
"type": "string"
|
|
1270
1293
|
},
|
|
1271
|
-
"
|
|
1294
|
+
"sasToken": {
|
|
1272
1295
|
"type": "string"
|
|
1273
1296
|
},
|
|
1274
1297
|
"additionalProperties": {
|
|
@@ -1291,6 +1314,13 @@
|
|
|
1291
1314
|
"componentMedia": {
|
|
1292
1315
|
"type": "object",
|
|
1293
1316
|
"properties": {
|
|
1317
|
+
"sanityType": {
|
|
1318
|
+
"enum": [
|
|
1319
|
+
"component.media"
|
|
1320
|
+
],
|
|
1321
|
+
"type": "string",
|
|
1322
|
+
"default": "component.media"
|
|
1323
|
+
},
|
|
1294
1324
|
"type": {
|
|
1295
1325
|
"enum": [
|
|
1296
1326
|
"image",
|
|
@@ -1299,18 +1329,11 @@
|
|
|
1299
1329
|
"type": "string",
|
|
1300
1330
|
"default": "image"
|
|
1301
1331
|
},
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"component.media"
|
|
1305
|
-
],
|
|
1306
|
-
"type": "string",
|
|
1307
|
-
"default": "component.media"
|
|
1332
|
+
"image": {
|
|
1333
|
+
"$ref": "#/components/schemas/componentMediaImage"
|
|
1308
1334
|
},
|
|
1309
1335
|
"video": {
|
|
1310
1336
|
"$ref": "#/components/schemas/muxVideo"
|
|
1311
|
-
},
|
|
1312
|
-
"image": {
|
|
1313
|
-
"$ref": "#/components/schemas/componentMediaImage"
|
|
1314
1337
|
}
|
|
1315
1338
|
}
|
|
1316
1339
|
},
|
|
@@ -1324,6 +1347,9 @@
|
|
|
1324
1347
|
"type": "string",
|
|
1325
1348
|
"default": "image"
|
|
1326
1349
|
},
|
|
1350
|
+
"asset": {
|
|
1351
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1352
|
+
},
|
|
1327
1353
|
"crop": {
|
|
1328
1354
|
"$ref": "#/components/schemas/sanityImageCrop"
|
|
1329
1355
|
},
|
|
@@ -1332,9 +1358,6 @@
|
|
|
1332
1358
|
},
|
|
1333
1359
|
"media": {
|
|
1334
1360
|
"type": "object"
|
|
1335
|
-
},
|
|
1336
|
-
"asset": {
|
|
1337
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1338
1361
|
}
|
|
1339
1362
|
}
|
|
1340
1363
|
},
|
|
@@ -1366,87 +1389,87 @@
|
|
|
1366
1389
|
"type": "string",
|
|
1367
1390
|
"default": "event"
|
|
1368
1391
|
},
|
|
1369
|
-
"memories": {
|
|
1370
|
-
"type": "array",
|
|
1371
|
-
"items": {
|
|
1372
|
-
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1373
|
-
}
|
|
1374
|
-
},
|
|
1375
|
-
"invitationSent": {
|
|
1376
|
-
"type": "boolean"
|
|
1377
|
-
},
|
|
1378
|
-
"manualMemoriesApproval": {
|
|
1379
|
-
"type": "boolean"
|
|
1380
|
-
},
|
|
1381
1392
|
"askForFeedback": {
|
|
1382
1393
|
"type": "boolean"
|
|
1383
1394
|
},
|
|
1384
|
-
"
|
|
1395
|
+
"category": {
|
|
1385
1396
|
"type": "array",
|
|
1386
1397
|
"items": {
|
|
1387
|
-
"
|
|
1398
|
+
"type": "string"
|
|
1388
1399
|
}
|
|
1389
1400
|
},
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"format": "double"
|
|
1401
|
+
"creator": {
|
|
1402
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
1393
1403
|
},
|
|
1394
|
-
"
|
|
1404
|
+
"description": {
|
|
1395
1405
|
"type": "string"
|
|
1396
1406
|
},
|
|
1397
1407
|
"endTime": {
|
|
1398
1408
|
"type": "string"
|
|
1399
1409
|
},
|
|
1400
|
-
"time": {
|
|
1401
|
-
"type": "string"
|
|
1402
|
-
},
|
|
1403
|
-
"participationStart": {
|
|
1404
|
-
"type": "string"
|
|
1405
|
-
},
|
|
1406
|
-
"creator": {
|
|
1407
|
-
"$ref": "#/components/schemas/employeeReference"
|
|
1408
|
-
},
|
|
1409
1410
|
"eventType": {
|
|
1410
1411
|
"type": "array",
|
|
1411
1412
|
"items": {
|
|
1412
1413
|
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
1413
1414
|
}
|
|
1414
1415
|
},
|
|
1415
|
-
"
|
|
1416
|
+
"feedback": {
|
|
1416
1417
|
"type": "array",
|
|
1417
1418
|
"items": {
|
|
1418
|
-
"
|
|
1419
|
+
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1419
1420
|
}
|
|
1420
1421
|
},
|
|
1422
|
+
"invitationSent": {
|
|
1423
|
+
"type": "boolean"
|
|
1424
|
+
},
|
|
1421
1425
|
"isServingFood": {
|
|
1422
1426
|
"type": "boolean"
|
|
1423
1427
|
},
|
|
1424
|
-
"
|
|
1425
|
-
"type": "
|
|
1428
|
+
"linkOnly": {
|
|
1429
|
+
"type": "boolean"
|
|
1430
|
+
},
|
|
1431
|
+
"manualMemoriesApproval": {
|
|
1432
|
+
"type": "boolean"
|
|
1433
|
+
},
|
|
1434
|
+
"maxParticipants": {
|
|
1435
|
+
"type": "number",
|
|
1436
|
+
"format": "double"
|
|
1426
1437
|
},
|
|
1427
1438
|
"media": {
|
|
1428
1439
|
"$ref": "#/components/schemas/componentMedia"
|
|
1429
1440
|
},
|
|
1430
|
-
"
|
|
1431
|
-
"
|
|
1441
|
+
"memories": {
|
|
1442
|
+
"type": "array",
|
|
1443
|
+
"items": {
|
|
1444
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1445
|
+
}
|
|
1432
1446
|
},
|
|
1433
|
-
"
|
|
1434
|
-
"type": "
|
|
1447
|
+
"participants": {
|
|
1448
|
+
"type": "array",
|
|
1449
|
+
"items": {
|
|
1450
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"participationStart": {
|
|
1454
|
+
"type": "string"
|
|
1455
|
+
},
|
|
1456
|
+
"place": {
|
|
1457
|
+
"type": "string"
|
|
1435
1458
|
},
|
|
1436
1459
|
"public": {
|
|
1437
1460
|
"type": "boolean"
|
|
1438
1461
|
},
|
|
1439
|
-
"
|
|
1462
|
+
"recurringId": {
|
|
1440
1463
|
"type": "string"
|
|
1441
1464
|
},
|
|
1442
|
-
"
|
|
1465
|
+
"slug": {
|
|
1466
|
+
"$ref": "#/components/schemas/slug"
|
|
1467
|
+
},
|
|
1468
|
+
"time": {
|
|
1443
1469
|
"type": "string"
|
|
1444
1470
|
},
|
|
1445
|
-
"
|
|
1446
|
-
"type": "
|
|
1447
|
-
"items": {
|
|
1448
|
-
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1449
|
-
}
|
|
1471
|
+
"title": {
|
|
1472
|
+
"type": "string"
|
|
1450
1473
|
},
|
|
1451
1474
|
"additionalProperties": {
|
|
1452
1475
|
"type": "object",
|
|
@@ -1483,11 +1506,11 @@
|
|
|
1483
1506
|
"type": "string",
|
|
1484
1507
|
"default": "reference"
|
|
1485
1508
|
},
|
|
1486
|
-
"sanityWeak": {
|
|
1487
|
-
"type": "boolean"
|
|
1488
|
-
},
|
|
1489
1509
|
"sanityRef": {
|
|
1490
1510
|
"type": "string"
|
|
1511
|
+
},
|
|
1512
|
+
"sanityWeak": {
|
|
1513
|
+
"type": "boolean"
|
|
1491
1514
|
}
|
|
1492
1515
|
}
|
|
1493
1516
|
},
|
|
@@ -1652,6 +1675,67 @@
|
|
|
1652
1675
|
}
|
|
1653
1676
|
}
|
|
1654
1677
|
},
|
|
1678
|
+
"instagramFeedResponse": {
|
|
1679
|
+
"type": "object",
|
|
1680
|
+
"properties": {
|
|
1681
|
+
"username": {
|
|
1682
|
+
"type": "string"
|
|
1683
|
+
},
|
|
1684
|
+
"name": {
|
|
1685
|
+
"type": "string"
|
|
1686
|
+
},
|
|
1687
|
+
"profileUrl": {
|
|
1688
|
+
"type": "string"
|
|
1689
|
+
},
|
|
1690
|
+
"profilePictureUrl": {
|
|
1691
|
+
"type": "string"
|
|
1692
|
+
},
|
|
1693
|
+
"mediaCount": {
|
|
1694
|
+
"type": "integer",
|
|
1695
|
+
"format": "int32"
|
|
1696
|
+
},
|
|
1697
|
+
"followersCount": {
|
|
1698
|
+
"type": "integer",
|
|
1699
|
+
"format": "int32"
|
|
1700
|
+
},
|
|
1701
|
+
"followsCount": {
|
|
1702
|
+
"type": "integer",
|
|
1703
|
+
"format": "int32"
|
|
1704
|
+
},
|
|
1705
|
+
"media": {
|
|
1706
|
+
"type": "array",
|
|
1707
|
+
"items": {
|
|
1708
|
+
"$ref": "#/components/schemas/instagramMedia"
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"instagramMedia": {
|
|
1714
|
+
"type": "object",
|
|
1715
|
+
"properties": {
|
|
1716
|
+
"id": {
|
|
1717
|
+
"type": "string"
|
|
1718
|
+
},
|
|
1719
|
+
"caption": {
|
|
1720
|
+
"type": "string"
|
|
1721
|
+
},
|
|
1722
|
+
"mediaType": {
|
|
1723
|
+
"type": "string"
|
|
1724
|
+
},
|
|
1725
|
+
"mediaUrl": {
|
|
1726
|
+
"type": "string"
|
|
1727
|
+
},
|
|
1728
|
+
"thumbnailUrl": {
|
|
1729
|
+
"type": "string"
|
|
1730
|
+
},
|
|
1731
|
+
"permalink": {
|
|
1732
|
+
"type": "string"
|
|
1733
|
+
},
|
|
1734
|
+
"timestamp": {
|
|
1735
|
+
"type": "string"
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1655
1739
|
"invitationPreviewResponse": {
|
|
1656
1740
|
"type": "object",
|
|
1657
1741
|
"properties": {
|
|
@@ -1688,11 +1772,11 @@
|
|
|
1688
1772
|
"type": "string",
|
|
1689
1773
|
"default": "reference"
|
|
1690
1774
|
},
|
|
1691
|
-
"sanityWeak": {
|
|
1692
|
-
"type": "boolean"
|
|
1693
|
-
},
|
|
1694
1775
|
"sanityRef": {
|
|
1695
1776
|
"type": "string"
|
|
1777
|
+
},
|
|
1778
|
+
"sanityWeak": {
|
|
1779
|
+
"type": "boolean"
|
|
1696
1780
|
}
|
|
1697
1781
|
}
|
|
1698
1782
|
},
|
|
@@ -1788,19 +1872,38 @@
|
|
|
1788
1872
|
"default": "active",
|
|
1789
1873
|
"nullable": true
|
|
1790
1874
|
},
|
|
1791
|
-
"
|
|
1875
|
+
"askForFeedback": {
|
|
1876
|
+
"type": "boolean",
|
|
1877
|
+
"nullable": true
|
|
1878
|
+
},
|
|
1879
|
+
"category": {
|
|
1792
1880
|
"type": "array",
|
|
1793
1881
|
"items": {
|
|
1794
|
-
"
|
|
1882
|
+
"type": "string"
|
|
1795
1883
|
}
|
|
1796
1884
|
},
|
|
1885
|
+
"creator": {
|
|
1886
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
1887
|
+
},
|
|
1797
1888
|
"description": {
|
|
1798
1889
|
"type": "string"
|
|
1799
1890
|
},
|
|
1800
|
-
"
|
|
1891
|
+
"endTime": {
|
|
1801
1892
|
"type": "string"
|
|
1802
1893
|
},
|
|
1803
|
-
"
|
|
1894
|
+
"eventType": {
|
|
1895
|
+
"type": "array",
|
|
1896
|
+
"items": {
|
|
1897
|
+
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"feedback": {
|
|
1901
|
+
"type": "array",
|
|
1902
|
+
"items": {
|
|
1903
|
+
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"isServingFood": {
|
|
1804
1907
|
"type": "boolean",
|
|
1805
1908
|
"nullable": true
|
|
1806
1909
|
},
|
|
@@ -1808,70 +1911,51 @@
|
|
|
1808
1911
|
"type": "boolean",
|
|
1809
1912
|
"nullable": true
|
|
1810
1913
|
},
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1914
|
+
"manualMemoriesApproval": {
|
|
1915
|
+
"type": "boolean",
|
|
1916
|
+
"nullable": true
|
|
1917
|
+
},
|
|
1918
|
+
"maxParticipants": {
|
|
1919
|
+
"type": "number",
|
|
1920
|
+
"format": "double",
|
|
1921
|
+
"nullable": true
|
|
1813
1922
|
},
|
|
1814
1923
|
"media": {
|
|
1815
1924
|
"$ref": "#/components/schemas/componentMedia"
|
|
1816
1925
|
},
|
|
1817
|
-
"
|
|
1818
|
-
"type": "string"
|
|
1819
|
-
},
|
|
1820
|
-
"isServingFood": {
|
|
1821
|
-
"type": "boolean",
|
|
1822
|
-
"nullable": true
|
|
1823
|
-
},
|
|
1824
|
-
"category": {
|
|
1926
|
+
"memories": {
|
|
1825
1927
|
"type": "array",
|
|
1826
1928
|
"items": {
|
|
1827
|
-
"
|
|
1929
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1828
1930
|
}
|
|
1829
1931
|
},
|
|
1830
|
-
"
|
|
1932
|
+
"participants": {
|
|
1831
1933
|
"type": "array",
|
|
1832
1934
|
"items": {
|
|
1833
|
-
"$ref": "#/components/schemas/
|
|
1935
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
1834
1936
|
}
|
|
1835
1937
|
},
|
|
1836
|
-
"creator": {
|
|
1837
|
-
"$ref": "#/components/schemas/employeeReference"
|
|
1838
|
-
},
|
|
1839
1938
|
"participationStart": {
|
|
1840
1939
|
"type": "string"
|
|
1841
1940
|
},
|
|
1842
|
-
"time": {
|
|
1843
|
-
"type": "string"
|
|
1844
|
-
},
|
|
1845
|
-
"endTime": {
|
|
1846
|
-
"type": "string"
|
|
1847
|
-
},
|
|
1848
1941
|
"place": {
|
|
1849
1942
|
"type": "string"
|
|
1850
1943
|
},
|
|
1851
|
-
"
|
|
1852
|
-
"type": "
|
|
1853
|
-
"format": "double",
|
|
1944
|
+
"public": {
|
|
1945
|
+
"type": "boolean",
|
|
1854
1946
|
"nullable": true
|
|
1855
1947
|
},
|
|
1856
|
-
"
|
|
1857
|
-
"type": "
|
|
1858
|
-
"items": {
|
|
1859
|
-
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
1860
|
-
}
|
|
1948
|
+
"recurringId": {
|
|
1949
|
+
"type": "string"
|
|
1861
1950
|
},
|
|
1862
|
-
"
|
|
1863
|
-
"
|
|
1864
|
-
"nullable": true
|
|
1951
|
+
"slug": {
|
|
1952
|
+
"$ref": "#/components/schemas/slug"
|
|
1865
1953
|
},
|
|
1866
|
-
"
|
|
1867
|
-
"type": "
|
|
1868
|
-
"nullable": true
|
|
1954
|
+
"time": {
|
|
1955
|
+
"type": "string"
|
|
1869
1956
|
},
|
|
1870
|
-
"
|
|
1871
|
-
"type": "
|
|
1872
|
-
"items": {
|
|
1873
|
-
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1874
|
-
}
|
|
1957
|
+
"title": {
|
|
1958
|
+
"type": "string"
|
|
1875
1959
|
},
|
|
1876
1960
|
"additionalProperties": {
|
|
1877
1961
|
"type": "object",
|
|
@@ -1938,14 +2022,14 @@
|
|
|
1938
2022
|
"type": "string",
|
|
1939
2023
|
"default": "reference"
|
|
1940
2024
|
},
|
|
1941
|
-
"
|
|
1942
|
-
"type": "
|
|
2025
|
+
"sanityKey": {
|
|
2026
|
+
"type": "string"
|
|
1943
2027
|
},
|
|
1944
2028
|
"sanityRef": {
|
|
1945
2029
|
"type": "string"
|
|
1946
2030
|
},
|
|
1947
|
-
"
|
|
1948
|
-
"type": "
|
|
2031
|
+
"sanityWeak": {
|
|
2032
|
+
"type": "boolean"
|
|
1949
2033
|
}
|
|
1950
2034
|
}
|
|
1951
2035
|
},
|
|
@@ -1962,19 +2046,19 @@
|
|
|
1962
2046
|
"comment": {
|
|
1963
2047
|
"type": "string"
|
|
1964
2048
|
},
|
|
1965
|
-
"
|
|
2049
|
+
"foodAndDrinkRating": {
|
|
1966
2050
|
"type": "number",
|
|
1967
2051
|
"format": "double"
|
|
1968
2052
|
},
|
|
1969
|
-
"
|
|
2053
|
+
"locationRating": {
|
|
1970
2054
|
"type": "number",
|
|
1971
2055
|
"format": "double"
|
|
1972
2056
|
},
|
|
1973
|
-
"
|
|
2057
|
+
"organizationRating": {
|
|
1974
2058
|
"type": "number",
|
|
1975
2059
|
"format": "double"
|
|
1976
2060
|
},
|
|
1977
|
-
"
|
|
2061
|
+
"overallRating": {
|
|
1978
2062
|
"type": "number",
|
|
1979
2063
|
"format": "double"
|
|
1980
2064
|
},
|
|
@@ -2049,19 +2133,19 @@
|
|
|
2049
2133
|
"comment": {
|
|
2050
2134
|
"type": "string"
|
|
2051
2135
|
},
|
|
2052
|
-
"
|
|
2136
|
+
"foodAndDrinkRating": {
|
|
2053
2137
|
"type": "number",
|
|
2054
2138
|
"format": "double"
|
|
2055
2139
|
},
|
|
2056
|
-
"
|
|
2140
|
+
"locationRating": {
|
|
2057
2141
|
"type": "number",
|
|
2058
2142
|
"format": "double"
|
|
2059
2143
|
},
|
|
2060
|
-
"
|
|
2144
|
+
"organizationRating": {
|
|
2061
2145
|
"type": "number",
|
|
2062
2146
|
"format": "double"
|
|
2063
2147
|
},
|
|
2064
|
-
"
|
|
2148
|
+
"overallRating": {
|
|
2065
2149
|
"type": "number",
|
|
2066
2150
|
"format": "double"
|
|
2067
2151
|
},
|
|
@@ -2094,11 +2178,11 @@
|
|
|
2094
2178
|
"type": "string",
|
|
2095
2179
|
"default": "reference"
|
|
2096
2180
|
},
|
|
2097
|
-
"sanityWeak": {
|
|
2098
|
-
"type": "boolean"
|
|
2099
|
-
},
|
|
2100
2181
|
"sanityRef": {
|
|
2101
2182
|
"type": "string"
|
|
2183
|
+
},
|
|
2184
|
+
"sanityWeak": {
|
|
2185
|
+
"type": "boolean"
|
|
2102
2186
|
}
|
|
2103
2187
|
}
|
|
2104
2188
|
},
|
|
@@ -2112,7 +2196,7 @@
|
|
|
2112
2196
|
"type": "string",
|
|
2113
2197
|
"default": "sanity.imageCrop"
|
|
2114
2198
|
},
|
|
2115
|
-
"
|
|
2199
|
+
"bottom": {
|
|
2116
2200
|
"type": "number",
|
|
2117
2201
|
"format": "double"
|
|
2118
2202
|
},
|
|
@@ -2120,7 +2204,7 @@
|
|
|
2120
2204
|
"type": "number",
|
|
2121
2205
|
"format": "double"
|
|
2122
2206
|
},
|
|
2123
|
-
"
|
|
2207
|
+
"right": {
|
|
2124
2208
|
"type": "number",
|
|
2125
2209
|
"format": "double"
|
|
2126
2210
|
},
|
|
@@ -2140,19 +2224,19 @@
|
|
|
2140
2224
|
"type": "string",
|
|
2141
2225
|
"default": "sanity.imageHotspot"
|
|
2142
2226
|
},
|
|
2143
|
-
"
|
|
2227
|
+
"height": {
|
|
2144
2228
|
"type": "number",
|
|
2145
2229
|
"format": "double"
|
|
2146
2230
|
},
|
|
2147
|
-
"
|
|
2231
|
+
"width": {
|
|
2148
2232
|
"type": "number",
|
|
2149
2233
|
"format": "double"
|
|
2150
2234
|
},
|
|
2151
|
-
"
|
|
2235
|
+
"x": {
|
|
2152
2236
|
"type": "number",
|
|
2153
2237
|
"format": "double"
|
|
2154
2238
|
},
|
|
2155
|
-
"
|
|
2239
|
+
"y": {
|
|
2156
2240
|
"type": "number",
|
|
2157
2241
|
"format": "double"
|
|
2158
2242
|
}
|
|
@@ -2168,28 +2252,28 @@
|
|
|
2168
2252
|
"type": "string",
|
|
2169
2253
|
"default": "employee"
|
|
2170
2254
|
},
|
|
2171
|
-
"
|
|
2172
|
-
"type": "
|
|
2173
|
-
"items": {
|
|
2174
|
-
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
|
|
2175
|
-
}
|
|
2255
|
+
"email": {
|
|
2256
|
+
"type": "string"
|
|
2176
2257
|
},
|
|
2177
2258
|
"image": {
|
|
2178
2259
|
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
|
|
2179
2260
|
},
|
|
2180
|
-
"
|
|
2181
|
-
"$ref": "#/components/schemas/slug"
|
|
2182
|
-
},
|
|
2183
|
-
"email": {
|
|
2261
|
+
"name": {
|
|
2184
2262
|
"type": "string"
|
|
2185
2263
|
},
|
|
2186
|
-
"
|
|
2264
|
+
"sanityId": {
|
|
2187
2265
|
"type": "string"
|
|
2188
2266
|
},
|
|
2189
|
-
"
|
|
2190
|
-
"
|
|
2267
|
+
"slug": {
|
|
2268
|
+
"$ref": "#/components/schemas/slug"
|
|
2191
2269
|
},
|
|
2192
|
-
"
|
|
2270
|
+
"tags": {
|
|
2271
|
+
"type": "array",
|
|
2272
|
+
"items": {
|
|
2273
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
"telephone": {
|
|
2193
2277
|
"type": "string"
|
|
2194
2278
|
}
|
|
2195
2279
|
}
|
|
@@ -2218,14 +2302,14 @@
|
|
|
2218
2302
|
"type": "string",
|
|
2219
2303
|
"default": "tag"
|
|
2220
2304
|
},
|
|
2221
|
-
"slug": {
|
|
2222
|
-
"$ref": "#/components/schemas/slug"
|
|
2223
|
-
},
|
|
2224
2305
|
"name": {
|
|
2225
2306
|
"type": "string"
|
|
2226
2307
|
},
|
|
2227
2308
|
"sanityId": {
|
|
2228
2309
|
"type": "string"
|
|
2310
|
+
},
|
|
2311
|
+
"slug": {
|
|
2312
|
+
"$ref": "#/components/schemas/slug"
|
|
2229
2313
|
}
|
|
2230
2314
|
}
|
|
2231
2315
|
},
|
|
@@ -2260,10 +2344,10 @@
|
|
|
2260
2344
|
"originalFilename": {
|
|
2261
2345
|
"type": "string"
|
|
2262
2346
|
},
|
|
2263
|
-
"
|
|
2347
|
+
"sanityId": {
|
|
2264
2348
|
"type": "string"
|
|
2265
2349
|
},
|
|
2266
|
-
"
|
|
2350
|
+
"url": {
|
|
2267
2351
|
"type": "string"
|
|
2268
2352
|
}
|
|
2269
2353
|
}
|
|
@@ -2278,10 +2362,10 @@
|
|
|
2278
2362
|
"type": "string",
|
|
2279
2363
|
"default": "slug"
|
|
2280
2364
|
},
|
|
2281
|
-
"
|
|
2365
|
+
"current": {
|
|
2282
2366
|
"type": "string"
|
|
2283
2367
|
},
|
|
2284
|
-
"
|
|
2368
|
+
"source": {
|
|
2285
2369
|
"type": "string"
|
|
2286
2370
|
}
|
|
2287
2371
|
}
|
|
@@ -2312,7 +2396,7 @@
|
|
|
2312
2396
|
"tokenUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
|
|
2313
2397
|
"refreshUrl": "https://login.microsoftonline.com/a8533784-aa3c-403b-a61a-1533ecc6e3ed/oauth2/v2.0/token",
|
|
2314
2398
|
"scopes": {
|
|
2315
|
-
"api://
|
|
2399
|
+
"api://096d39ef-7b0b-4b72-82ea-7064c15ec318/.default": "Default function scope"
|
|
2316
2400
|
}
|
|
2317
2401
|
}
|
|
2318
2402
|
}
|