@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.
Files changed (35) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/dist/index.js +35 -2
  3. package/dist/openapi-loader.d.ts +5 -0
  4. package/dist/openapi-loader.js +15 -0
  5. package/package.json +1 -1
  6. package/specs/production/accounting.json +5161 -527
  7. package/specs/production/broker.json +2 -2
  8. package/specs/production/chatgpt.json +21 -17
  9. package/specs/production/employees.json +350 -353
  10. package/specs/production/events.json +260 -176
  11. package/specs/production/notifications.json +10 -10
  12. package/specs/production/office.json +4 -4
  13. package/specs/production/recruitment.json +39 -0
  14. package/specs/production/sales.json +39 -0
  15. package/specs/production/sanity.json +127 -150
  16. package/specs/production/sync.json +181 -0
  17. package/specs/production/webshop.json +10 -10
  18. package/specs/test/accounting.json +5161 -527
  19. package/specs/test/broker.json +2 -2
  20. package/specs/test/chatgpt.json +21 -17
  21. package/specs/test/employees.json +350 -353
  22. package/specs/test/events.json +260 -176
  23. package/specs/test/notifications.json +10 -10
  24. package/specs/test/office.json +1984 -0
  25. package/specs/test/recruitment.json +39 -0
  26. package/specs/test/sales.json +39 -0
  27. package/specs/test/sanity.json +127 -150
  28. package/specs/test/sync.json +181 -0
  29. package/specs/test/webshop.json +10 -10
  30. package/specs/production/calculators.json +0 -1523
  31. package/specs/production/crypto.json +0 -1998
  32. package/specs/production/power-office.json +0 -2383
  33. package/specs/test/calculators.json +0 -1523
  34. package/specs/test/crypto.json +0 -1998
  35. package/specs/test/power-office.json +0 -2383
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "openapi": "3.0.1",
3
3
  "info": {
4
- "title": "Employees Function",
5
- "description": "Expose and update employees from Sanity",
4
+ "title": "Employees API",
5
+ "description": "Employee management service",
6
6
  "version": "v1.0.0"
7
7
  },
8
8
  "servers": [
@@ -42,7 +42,7 @@
42
42
  "security": [
43
43
  {
44
44
  "Implicit": [
45
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation"
45
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default"
46
46
  ]
47
47
  }
48
48
  ]
@@ -80,7 +80,7 @@
80
80
  "security": [
81
81
  {
82
82
  "Implicit": [
83
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation"
83
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default"
84
84
  ]
85
85
  }
86
86
  ]
@@ -123,7 +123,7 @@
123
123
  "security": [
124
124
  {
125
125
  "Implicit": [
126
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation"
126
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default"
127
127
  ]
128
128
  }
129
129
  ]
@@ -173,7 +173,7 @@
173
173
  "security": [
174
174
  {
175
175
  "Implicit": [
176
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation"
176
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default"
177
177
  ]
178
178
  }
179
179
  ]
@@ -207,7 +207,7 @@
207
207
  "security": [
208
208
  {
209
209
  "Implicit": [
210
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation"
210
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default"
211
211
  ]
212
212
  }
213
213
  ]
@@ -322,11 +322,11 @@
322
322
  "type": "string",
323
323
  "default": "reference"
324
324
  },
325
- "sanityWeak": {
326
- "type": "boolean"
327
- },
328
325
  "sanityRef": {
329
326
  "type": "string"
327
+ },
328
+ "sanityWeak": {
329
+ "type": "boolean"
330
330
  }
331
331
  }
332
332
  },
@@ -340,17 +340,17 @@
340
340
  "type": "string",
341
341
  "default": "span"
342
342
  },
343
- "sanityKey": {
344
- "type": "string"
345
- },
346
- "text": {
347
- "type": "string"
348
- },
349
343
  "marks": {
350
344
  "type": "array",
351
345
  "items": {
352
346
  "type": "string"
353
347
  }
348
+ },
349
+ "sanityKey": {
350
+ "type": "string"
351
+ },
352
+ "text": {
353
+ "type": "string"
354
354
  }
355
355
  }
356
356
  },
@@ -364,10 +364,10 @@
364
364
  "type": "string",
365
365
  "default": "link"
366
366
  },
367
- "sanityKey": {
367
+ "href": {
368
368
  "type": "string"
369
369
  },
370
- "href": {
370
+ "sanityKey": {
371
371
  "type": "string"
372
372
  }
373
373
  }
@@ -396,11 +396,11 @@
396
396
  "type": "string",
397
397
  "default": "reference"
398
398
  },
399
- "sanityWeak": {
400
- "type": "boolean"
401
- },
402
399
  "sanityRef": {
403
400
  "type": "string"
401
+ },
402
+ "sanityWeak": {
403
+ "type": "boolean"
404
404
  }
405
405
  }
406
406
  },
@@ -422,26 +422,26 @@
422
422
  "type": "string",
423
423
  "default": "gadget"
424
424
  },
425
- "yearlyBudgets": {
426
- "type": "array",
427
- "items": {
428
- "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInner"
429
- }
430
- },
431
425
  "employee": {
432
426
  "$ref": "#/components/schemas/sanityOrderEmployee"
433
427
  },
434
- "sanityRev": {
428
+ "sanityCreatedAt": {
435
429
  "type": "string"
436
430
  },
437
- "sanityUpdatedAt": {
431
+ "sanityId": {
438
432
  "type": "string"
439
433
  },
440
- "sanityCreatedAt": {
434
+ "sanityRev": {
441
435
  "type": "string"
442
436
  },
443
- "sanityId": {
437
+ "sanityUpdatedAt": {
444
438
  "type": "string"
439
+ },
440
+ "yearlyBudgets": {
441
+ "type": "array",
442
+ "items": {
443
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInner"
444
+ }
445
445
  }
446
446
  }
447
447
  },
@@ -459,11 +459,11 @@
459
459
  "type": "number",
460
460
  "format": "double"
461
461
  },
462
- "lng": {
462
+ "lat": {
463
463
  "type": "number",
464
464
  "format": "double"
465
465
  },
466
- "lat": {
466
+ "lng": {
467
467
  "type": "number",
468
468
  "format": "double"
469
469
  }
@@ -472,14 +472,6 @@
472
472
  "patchEmployee": {
473
473
  "type": "object",
474
474
  "properties": {
475
- "sanityType": {
476
- "enum": [
477
- "employee"
478
- ],
479
- "type": "string",
480
- "default": "employee",
481
- "nullable": true
482
- },
483
475
  "gender": {
484
476
  "enum": [
485
477
  "male",
@@ -500,75 +492,102 @@
500
492
  "default": "single",
501
493
  "nullable": true
502
494
  },
503
- "name": {
495
+ "sanityType": {
496
+ "enum": [
497
+ "employee"
498
+ ],
499
+ "type": "string",
500
+ "default": "employee",
501
+ "nullable": true
502
+ },
503
+ "about": {
504
504
  "type": "string"
505
505
  },
506
- "email": {
506
+ "active": {
507
+ "type": "boolean",
508
+ "nullable": true
509
+ },
510
+ "address": {
507
511
  "type": "string"
508
512
  },
509
- "equipment": {
513
+ "allergies": {
510
514
  "type": "array",
511
515
  "items": {
512
- "$ref": "#/components/schemas/sanityCreateEmployeeEquipmentInner"
516
+ "type": "string"
513
517
  }
514
518
  },
515
- "image": {
516
- "$ref": "#/components/schemas/sanityPatchOkrIcon"
519
+ "appRedemptionCode": {
520
+ "type": "string"
517
521
  },
518
- "slug": {
519
- "$ref": "#/components/schemas/slug"
522
+ "birth_date": {
523
+ "type": "string"
520
524
  },
521
- "media": {
522
- "type": "array",
523
- "items": {
524
- "$ref": "#/components/schemas/componentGalleryMediaInner"
525
- }
525
+ "blurred_image": {
526
+ "$ref": "#/components/schemas/sanityPatchOkrIcon"
526
527
  },
527
- "active": {
528
+ "boardMember": {
528
529
  "type": "boolean",
529
530
  "nullable": true
530
531
  },
531
- "manager": {
532
- "$ref": "#/components/schemas/employeeReference"
532
+ "cliftonStrengths": {
533
+ "type": "array",
534
+ "items": {
535
+ "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
536
+ }
533
537
  },
534
- "address": {
538
+ "coinbaseAccountEmail": {
535
539
  "type": "string"
536
540
  },
537
- "birth_date": {
541
+ "commissionTier": {
542
+ "$ref": "#/components/schemas/commissionTierReference"
543
+ },
544
+ "education": {
538
545
  "type": "string"
539
546
  },
540
- "start_date": {
547
+ "email": {
541
548
  "type": "string"
542
549
  },
543
- "tags": {
550
+ "equipment": {
544
551
  "type": "array",
545
552
  "items": {
546
- "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
553
+ "$ref": "#/components/schemas/sanityCreateEmployeeEquipmentInner"
547
554
  }
548
555
  },
549
- "technologies": {
556
+ "graduationYear": {
557
+ "type": "number",
558
+ "format": "double",
559
+ "nullable": true
560
+ },
561
+ "groups": {
550
562
  "type": "array",
551
563
  "items": {
552
- "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
564
+ "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
553
565
  }
554
566
  },
555
- "blurred_image": {
567
+ "image": {
556
568
  "$ref": "#/components/schemas/sanityPatchOkrIcon"
557
569
  },
558
- "telephone": {
559
- "type": "string"
570
+ "innovativeSalary": {
571
+ "type": "boolean",
572
+ "nullable": true
560
573
  },
561
- "graduationYear": {
574
+ "innovativeSalaryPercentage": {
562
575
  "type": "number",
563
576
  "format": "double",
564
577
  "nullable": true
565
578
  },
566
- "allergies": {
579
+ "manager": {
580
+ "$ref": "#/components/schemas/employeeReference"
581
+ },
582
+ "media": {
567
583
  "type": "array",
568
584
  "items": {
569
- "type": "string"
585
+ "$ref": "#/components/schemas/componentGalleryMediaInner"
570
586
  }
571
587
  },
588
+ "name": {
589
+ "type": "string"
590
+ },
572
591
  "nextOfKin": {
573
592
  "type": "array",
574
593
  "items": {
@@ -583,51 +602,32 @@
583
602
  "position": {
584
603
  "type": "string"
585
604
  },
586
- "education": {
587
- "type": "string"
588
- },
589
- "about": {
590
- "type": "string"
591
- },
592
605
  "satisfaction": {
593
606
  "type": "number",
594
607
  "format": "double",
595
608
  "nullable": true
596
609
  },
597
- "groups": {
610
+ "slug": {
611
+ "$ref": "#/components/schemas/slug"
612
+ },
613
+ "start_date": {
614
+ "type": "string"
615
+ },
616
+ "tags": {
598
617
  "type": "array",
599
618
  "items": {
600
- "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
619
+ "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
601
620
  }
602
621
  },
603
- "cliftonStrengths": {
622
+ "technologies": {
604
623
  "type": "array",
605
624
  "items": {
606
- "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
625
+ "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
607
626
  }
608
627
  },
609
- "innovativeSalary": {
610
- "type": "boolean",
611
- "nullable": true
612
- },
613
- "innovativeSalaryPercentage": {
614
- "type": "number",
615
- "format": "double",
616
- "nullable": true
617
- },
618
- "coinbaseAccountEmail": {
619
- "type": "string"
620
- },
621
- "appRedemptionCode": {
628
+ "telephone": {
622
629
  "type": "string"
623
630
  },
624
- "boardMember": {
625
- "type": "boolean",
626
- "nullable": true
627
- },
628
- "commissionTier": {
629
- "$ref": "#/components/schemas/commissionTierReference"
630
- },
631
631
  "additionalProperties": {
632
632
  "type": "object",
633
633
  "additionalProperties": {
@@ -643,6 +643,15 @@
643
643
  "type": "boolean",
644
644
  "nullable": true
645
645
  },
646
+ "gender": {
647
+ "enum": [
648
+ "female",
649
+ "male",
650
+ "These are not the genders you are looking for"
651
+ ],
652
+ "type": "string",
653
+ "default": "female"
654
+ },
646
655
  "maritalStatus": {
647
656
  "enum": [
648
657
  "cohabitant",
@@ -653,15 +662,6 @@
653
662
  "default": "cohabitant",
654
663
  "nullable": true
655
664
  },
656
- "gender": {
657
- "enum": [
658
- "female",
659
- "male",
660
- "These are not the genders you are looking for"
661
- ],
662
- "type": "string",
663
- "default": "female"
664
- },
665
665
  "sanityType": {
666
666
  "enum": [
667
667
  "employee"
@@ -669,23 +669,31 @@
669
669
  "type": "string",
670
670
  "default": "employee"
671
671
  },
672
- "commissionTier": {
673
- "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
672
+ "about": {
673
+ "type": "string"
674
674
  },
675
- "boardMember": {
675
+ "active": {
676
676
  "type": "boolean"
677
677
  },
678
+ "address": {
679
+ "type": "string"
680
+ },
681
+ "allergies": {
682
+ "type": "array",
683
+ "items": {
684
+ "type": "string"
685
+ }
686
+ },
678
687
  "appRedemptionCode": {
679
688
  "type": "string"
680
689
  },
681
- "coinbaseAccountEmail": {
690
+ "birth_date": {
682
691
  "type": "string"
683
692
  },
684
- "innovativeSalaryPercentage": {
685
- "type": "number",
686
- "format": "double"
693
+ "blurred_image": {
694
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
687
695
  },
688
- "innovativeSalary": {
696
+ "boardMember": {
689
697
  "type": "boolean"
690
698
  },
691
699
  "cliftonStrengths": {
@@ -694,11 +702,17 @@
694
702
  "$ref": "#/components/schemas/sanityEmployeeCliftonStrengthsInner"
695
703
  }
696
704
  },
697
- "media": {
698
- "type": "array",
699
- "items": {
700
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
701
- }
705
+ "coinbaseAccountEmail": {
706
+ "type": "string"
707
+ },
708
+ "commissionTier": {
709
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
710
+ },
711
+ "education": {
712
+ "type": "string"
713
+ },
714
+ "email": {
715
+ "type": "string"
702
716
  },
703
717
  "equipment": {
704
718
  "type": "array",
@@ -706,100 +720,86 @@
706
720
  "$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
707
721
  }
708
722
  },
723
+ "graduationYear": {
724
+ "type": "number",
725
+ "format": "double"
726
+ },
709
727
  "groups": {
710
728
  "type": "array",
711
729
  "items": {
712
730
  "$ref": "#/components/schemas/sanityEmployeeGroupsInner"
713
731
  }
714
732
  },
715
- "satisfaction": {
716
- "type": "number",
717
- "format": "double"
718
- },
719
- "about": {
720
- "type": "string"
721
- },
722
- "education": {
723
- "type": "string"
733
+ "image": {
734
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
724
735
  },
725
- "position": {
726
- "type": "string"
736
+ "innovativeSalary": {
737
+ "type": "boolean"
727
738
  },
728
- "nrOfChildren": {
739
+ "innovativeSalaryPercentage": {
729
740
  "type": "number",
730
741
  "format": "double"
731
742
  },
732
- "nextOfKin": {
743
+ "manager": {
744
+ "$ref": "#/components/schemas/sanityEmployeeManager"
745
+ },
746
+ "media": {
733
747
  "type": "array",
734
748
  "items": {
735
- "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
749
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
736
750
  }
737
751
  },
738
- "allergies": {
752
+ "name": {
753
+ "type": "string"
754
+ },
755
+ "nextOfKin": {
739
756
  "type": "array",
740
757
  "items": {
741
- "type": "string"
758
+ "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
742
759
  }
743
760
  },
744
- "graduationYear": {
761
+ "nrOfChildren": {
745
762
  "type": "number",
746
763
  "format": "double"
747
764
  },
748
- "email": {
765
+ "position": {
749
766
  "type": "string"
750
767
  },
751
- "telephone": {
768
+ "sanityCreatedAt": {
752
769
  "type": "string"
753
770
  },
754
- "blurred_image": {
755
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
756
- },
757
- "image": {
758
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
759
- },
760
- "technologies": {
761
- "type": "array",
762
- "items": {
763
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
764
- }
765
- },
766
- "tags": {
767
- "type": "array",
768
- "items": {
769
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
770
- }
771
- },
772
- "start_date": {
771
+ "sanityId": {
773
772
  "type": "string"
774
773
  },
775
- "birth_date": {
774
+ "sanityRev": {
776
775
  "type": "string"
777
776
  },
778
- "address": {
777
+ "sanityUpdatedAt": {
779
778
  "type": "string"
780
779
  },
781
- "manager": {
782
- "$ref": "#/components/schemas/sanityEmployeeManager"
780
+ "satisfaction": {
781
+ "type": "number",
782
+ "format": "double"
783
783
  },
784
784
  "slug": {
785
785
  "$ref": "#/components/schemas/slug"
786
786
  },
787
- "name": {
788
- "type": "string"
789
- },
790
- "active": {
791
- "type": "boolean"
792
- },
793
- "sanityRev": {
787
+ "start_date": {
794
788
  "type": "string"
795
789
  },
796
- "sanityUpdatedAt": {
797
- "type": "string"
790
+ "tags": {
791
+ "type": "array",
792
+ "items": {
793
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
794
+ }
798
795
  },
799
- "sanityCreatedAt": {
800
- "type": "string"
796
+ "technologies": {
797
+ "type": "array",
798
+ "items": {
799
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
800
+ }
801
801
  },
802
- "sanityId": {
802
+ "telephone": {
803
803
  "type": "string"
804
804
  }
805
805
  }
@@ -872,9 +872,6 @@
872
872
  },
873
873
  "startDate": {
874
874
  "type": "string"
875
- },
876
- "appRedemptionCode": {
877
- "type": "string"
878
875
  }
879
876
  }
880
877
  },
@@ -888,14 +885,14 @@
888
885
  "type": "string",
889
886
  "default": "sanity.assetSourceData"
890
887
  },
891
- "url": {
892
- "type": "string"
893
- },
894
888
  "id": {
895
889
  "type": "string"
896
890
  },
897
891
  "name": {
898
892
  "type": "string"
893
+ },
894
+ "url": {
895
+ "type": "string"
899
896
  }
900
897
  }
901
898
  },
@@ -909,14 +906,14 @@
909
906
  "type": "string",
910
907
  "default": "reference"
911
908
  },
912
- "sanityWeak": {
913
- "type": "boolean"
909
+ "sanityKey": {
910
+ "type": "string"
914
911
  },
915
912
  "sanityRef": {
916
913
  "type": "string"
917
914
  },
918
- "sanityKey": {
919
- "type": "string"
915
+ "sanityWeak": {
916
+ "type": "boolean"
920
917
  }
921
918
  }
922
919
  },
@@ -930,14 +927,14 @@
930
927
  "type": "string",
931
928
  "default": "reference"
932
929
  },
933
- "sanityWeak": {
934
- "type": "boolean"
930
+ "sanityKey": {
931
+ "type": "string"
935
932
  },
936
933
  "sanityRef": {
937
934
  "type": "string"
938
935
  },
939
- "sanityKey": {
940
- "type": "string"
936
+ "sanityWeak": {
937
+ "type": "boolean"
941
938
  }
942
939
  }
943
940
  },
@@ -951,14 +948,14 @@
951
948
  "type": "string",
952
949
  "default": "reference"
953
950
  },
954
- "sanityWeak": {
955
- "type": "boolean"
951
+ "sanityKey": {
952
+ "type": "string"
956
953
  },
957
954
  "sanityRef": {
958
955
  "type": "string"
959
956
  },
960
- "sanityKey": {
961
- "type": "string"
957
+ "sanityWeak": {
958
+ "type": "boolean"
962
959
  }
963
960
  }
964
961
  },
@@ -972,14 +969,14 @@
972
969
  "type": "string",
973
970
  "default": "reference"
974
971
  },
975
- "sanityWeak": {
976
- "type": "boolean"
972
+ "sanityKey": {
973
+ "type": "string"
977
974
  },
978
975
  "sanityRef": {
979
976
  "type": "string"
980
977
  },
981
- "sanityKey": {
982
- "type": "string"
978
+ "sanityWeak": {
979
+ "type": "boolean"
983
980
  }
984
981
  }
985
982
  },
@@ -993,14 +990,14 @@
993
990
  "type": "string",
994
991
  "default": "reference"
995
992
  },
996
- "sanityWeak": {
997
- "type": "boolean"
993
+ "sanityKey": {
994
+ "type": "string"
998
995
  },
999
996
  "sanityRef": {
1000
997
  "type": "string"
1001
998
  },
1002
- "sanityKey": {
1003
- "type": "string"
999
+ "sanityWeak": {
1000
+ "type": "boolean"
1004
1001
  }
1005
1002
  }
1006
1003
  },
@@ -1025,19 +1022,19 @@
1025
1022
  "type": "string",
1026
1023
  "default": "cliftonStrength"
1027
1024
  },
1028
- "strength": {
1025
+ "sanityCreatedAt": {
1029
1026
  "type": "string"
1030
1027
  },
1031
- "sanityRev": {
1028
+ "sanityId": {
1032
1029
  "type": "string"
1033
1030
  },
1034
- "sanityUpdatedAt": {
1031
+ "sanityRev": {
1035
1032
  "type": "string"
1036
1033
  },
1037
- "sanityCreatedAt": {
1034
+ "sanityUpdatedAt": {
1038
1035
  "type": "string"
1039
1036
  },
1040
- "sanityId": {
1037
+ "strength": {
1041
1038
  "type": "string"
1042
1039
  }
1043
1040
  }
@@ -1056,19 +1053,19 @@
1056
1053
  "type": "number",
1057
1054
  "format": "double"
1058
1055
  },
1059
- "title": {
1056
+ "sanityCreatedAt": {
1060
1057
  "type": "string"
1061
1058
  },
1062
- "sanityRev": {
1059
+ "sanityId": {
1063
1060
  "type": "string"
1064
1061
  },
1065
- "sanityUpdatedAt": {
1062
+ "sanityRev": {
1066
1063
  "type": "string"
1067
1064
  },
1068
- "sanityCreatedAt": {
1065
+ "sanityUpdatedAt": {
1069
1066
  "type": "string"
1070
1067
  },
1071
- "sanityId": {
1068
+ "title": {
1072
1069
  "type": "string"
1073
1070
  }
1074
1071
  }
@@ -1083,25 +1080,25 @@
1083
1080
  "type": "string",
1084
1081
  "default": "equipment"
1085
1082
  },
1086
- "images": {
1083
+ "description": {
1087
1084
  "type": "array",
1088
1085
  "items": {
1089
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1086
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
1090
1087
  }
1091
1088
  },
1092
1089
  "image": {
1093
1090
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
1094
1091
  },
1095
- "description": {
1092
+ "images": {
1096
1093
  "type": "array",
1097
1094
  "items": {
1098
- "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
1095
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1099
1096
  }
1100
1097
  },
1101
- "title": {
1098
+ "sanityId": {
1102
1099
  "type": "string"
1103
1100
  },
1104
- "sanityId": {
1101
+ "title": {
1105
1102
  "type": "string"
1106
1103
  }
1107
1104
  }
@@ -1116,6 +1113,12 @@
1116
1113
  "type": "string",
1117
1114
  "default": "group"
1118
1115
  },
1116
+ "description": {
1117
+ "type": "array",
1118
+ "items": {
1119
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
1120
+ }
1121
+ },
1119
1122
  "image": {
1120
1123
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1121
1124
  },
@@ -1125,25 +1128,19 @@
1125
1128
  "$ref": "#/components/schemas/sanityEmployeeGroupsInnerLeadersInner"
1126
1129
  }
1127
1130
  },
1128
- "description": {
1129
- "type": "array",
1130
- "items": {
1131
- "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
1132
- }
1133
- },
1134
1131
  "name": {
1135
1132
  "type": "string"
1136
1133
  },
1137
- "sanityRev": {
1134
+ "sanityCreatedAt": {
1138
1135
  "type": "string"
1139
1136
  },
1140
- "sanityUpdatedAt": {
1137
+ "sanityId": {
1141
1138
  "type": "string"
1142
1139
  },
1143
- "sanityCreatedAt": {
1140
+ "sanityRev": {
1144
1141
  "type": "string"
1145
1142
  },
1146
- "sanityId": {
1143
+ "sanityUpdatedAt": {
1147
1144
  "type": "string"
1148
1145
  }
1149
1146
  }
@@ -1158,14 +1155,14 @@
1158
1155
  "type": "string",
1159
1156
  "default": "reference"
1160
1157
  },
1161
- "sanityWeak": {
1162
- "type": "boolean"
1158
+ "sanityKey": {
1159
+ "type": "string"
1163
1160
  },
1164
1161
  "sanityRef": {
1165
1162
  "type": "string"
1166
1163
  },
1167
- "sanityKey": {
1168
- "type": "string"
1164
+ "sanityWeak": {
1165
+ "type": "boolean"
1169
1166
  }
1170
1167
  }
1171
1168
  },
@@ -1179,28 +1176,28 @@
1179
1176
  "type": "string",
1180
1177
  "default": "employee"
1181
1178
  },
1182
- "tags": {
1183
- "type": "array",
1184
- "items": {
1185
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1186
- }
1179
+ "email": {
1180
+ "type": "string"
1187
1181
  },
1188
1182
  "image": {
1189
1183
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1190
1184
  },
1191
- "slug": {
1192
- "$ref": "#/components/schemas/slug"
1193
- },
1194
- "email": {
1185
+ "name": {
1195
1186
  "type": "string"
1196
1187
  },
1197
- "telephone": {
1188
+ "sanityId": {
1198
1189
  "type": "string"
1199
1190
  },
1200
- "name": {
1201
- "type": "string"
1191
+ "slug": {
1192
+ "$ref": "#/components/schemas/slug"
1202
1193
  },
1203
- "sanityId": {
1194
+ "tags": {
1195
+ "type": "array",
1196
+ "items": {
1197
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1198
+ }
1199
+ },
1200
+ "telephone": {
1204
1201
  "type": "string"
1205
1202
  }
1206
1203
  }
@@ -1215,13 +1212,13 @@
1215
1212
  "type": "string",
1216
1213
  "default": "nextofkin"
1217
1214
  },
1218
- "sanityKey": {
1215
+ "name": {
1219
1216
  "type": "string"
1220
1217
  },
1221
- "telephone": {
1218
+ "sanityKey": {
1222
1219
  "type": "string"
1223
1220
  },
1224
- "name": {
1221
+ "telephone": {
1225
1222
  "type": "string"
1226
1223
  }
1227
1224
  }
@@ -1236,8 +1233,9 @@
1236
1233
  "type": "string",
1237
1234
  "default": "yearlyBudget"
1238
1235
  },
1239
- "sanityKey": {
1240
- "type": "string"
1236
+ "amount": {
1237
+ "type": "number",
1238
+ "format": "double"
1241
1239
  },
1242
1240
  "equipmentList": {
1243
1241
  "type": "array",
@@ -1245,9 +1243,8 @@
1245
1243
  "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner"
1246
1244
  }
1247
1245
  },
1248
- "amount": {
1249
- "type": "number",
1250
- "format": "double"
1246
+ "sanityKey": {
1247
+ "type": "string"
1251
1248
  },
1252
1249
  "year": {
1253
1250
  "type": "number",
@@ -1279,14 +1276,14 @@
1279
1276
  "type": "string",
1280
1277
  "default": "image"
1281
1278
  },
1282
- "sanityKey": {
1283
- "type": "string"
1279
+ "asset": {
1280
+ "$ref": "#/components/schemas/sanityImageAsset"
1284
1281
  },
1285
1282
  "sanityId": {
1286
1283
  "type": "string"
1287
1284
  },
1288
- "asset": {
1289
- "$ref": "#/components/schemas/sanityImageAsset"
1285
+ "sanityKey": {
1286
+ "type": "string"
1290
1287
  },
1291
1288
  "additionalProperties": {
1292
1289
  "type": "object",
@@ -1306,64 +1303,64 @@
1306
1303
  "type": "string",
1307
1304
  "default": "sanity.imageAsset"
1308
1305
  },
1309
- "sanityId": {
1306
+ "altText": {
1310
1307
  "type": "string"
1311
1308
  },
1312
- "sanityCreatedAt": {
1309
+ "assetId": {
1313
1310
  "type": "string"
1314
1311
  },
1315
- "sanityUpdatedAt": {
1312
+ "description": {
1316
1313
  "type": "string"
1317
1314
  },
1318
- "sanityRev": {
1315
+ "extension": {
1319
1316
  "type": "string"
1320
1317
  },
1321
- "originalFilename": {
1318
+ "label": {
1322
1319
  "type": "string"
1323
1320
  },
1324
- "label": {
1321
+ "metadata": {
1322
+ "$ref": "#/components/schemas/sanityImageMetadata"
1323
+ },
1324
+ "mimeType": {
1325
1325
  "type": "string"
1326
1326
  },
1327
- "title": {
1327
+ "originalFilename": {
1328
1328
  "type": "string"
1329
1329
  },
1330
- "description": {
1330
+ "path": {
1331
1331
  "type": "string"
1332
1332
  },
1333
- "altText": {
1333
+ "sanityCreatedAt": {
1334
1334
  "type": "string"
1335
1335
  },
1336
- "sha1hash": {
1336
+ "sanityId": {
1337
1337
  "type": "string"
1338
1338
  },
1339
- "extension": {
1339
+ "sanityRev": {
1340
1340
  "type": "string"
1341
1341
  },
1342
- "mimeType": {
1342
+ "sanityUpdatedAt": {
1343
+ "type": "string"
1344
+ },
1345
+ "sha1hash": {
1343
1346
  "type": "string"
1344
1347
  },
1345
1348
  "size": {
1346
1349
  "type": "number",
1347
1350
  "format": "double"
1348
1351
  },
1349
- "assetId": {
1350
- "type": "string"
1352
+ "source": {
1353
+ "$ref": "#/components/schemas/sanityAssetSourceData"
1351
1354
  },
1352
- "uploadId": {
1355
+ "title": {
1353
1356
  "type": "string"
1354
1357
  },
1355
- "path": {
1358
+ "uploadId": {
1356
1359
  "type": "string"
1357
1360
  },
1358
1361
  "url": {
1359
1362
  "type": "string"
1360
1363
  },
1361
- "metadata": {
1362
- "$ref": "#/components/schemas/sanityImageMetadata"
1363
- },
1364
- "source": {
1365
- "$ref": "#/components/schemas/sanityAssetSourceData"
1366
- },
1367
1364
  "additionalProperties": {
1368
1365
  "type": "object",
1369
1366
  "additionalProperties": {
@@ -1382,11 +1379,11 @@
1382
1379
  "type": "string",
1383
1380
  "default": "reference"
1384
1381
  },
1385
- "sanityWeak": {
1386
- "type": "boolean"
1387
- },
1388
1382
  "sanityRef": {
1389
1383
  "type": "string"
1384
+ },
1385
+ "sanityWeak": {
1386
+ "type": "boolean"
1390
1387
  }
1391
1388
  }
1392
1389
  },
@@ -1400,7 +1397,7 @@
1400
1397
  "type": "string",
1401
1398
  "default": "sanity.imageCrop"
1402
1399
  },
1403
- "right": {
1400
+ "bottom": {
1404
1401
  "type": "number",
1405
1402
  "format": "double"
1406
1403
  },
@@ -1408,7 +1405,7 @@
1408
1405
  "type": "number",
1409
1406
  "format": "double"
1410
1407
  },
1411
- "bottom": {
1408
+ "right": {
1412
1409
  "type": "number",
1413
1410
  "format": "double"
1414
1411
  },
@@ -1432,11 +1429,11 @@
1432
1429
  "type": "number",
1433
1430
  "format": "double"
1434
1431
  },
1435
- "width": {
1432
+ "height": {
1436
1433
  "type": "number",
1437
1434
  "format": "double"
1438
1435
  },
1439
- "height": {
1436
+ "width": {
1440
1437
  "type": "number",
1441
1438
  "format": "double"
1442
1439
  }
@@ -1452,19 +1449,19 @@
1452
1449
  "type": "string",
1453
1450
  "default": "sanity.imageHotspot"
1454
1451
  },
1455
- "width": {
1452
+ "height": {
1456
1453
  "type": "number",
1457
1454
  "format": "double"
1458
1455
  },
1459
- "height": {
1456
+ "width": {
1460
1457
  "type": "number",
1461
1458
  "format": "double"
1462
1459
  },
1463
- "y": {
1460
+ "x": {
1464
1461
  "type": "number",
1465
1462
  "format": "double"
1466
1463
  },
1467
- "x": {
1464
+ "y": {
1468
1465
  "type": "number",
1469
1466
  "format": "double"
1470
1467
  }
@@ -1480,17 +1477,20 @@
1480
1477
  "type": "string",
1481
1478
  "default": "sanity.imageMetadata"
1482
1479
  },
1483
- "isOpaque": {
1484
- "type": "boolean"
1480
+ "blurHash": {
1481
+ "type": "string"
1482
+ },
1483
+ "dimensions": {
1484
+ "$ref": "#/components/schemas/sanityImageDimensions"
1485
1485
  },
1486
1486
  "hasAlpha": {
1487
1487
  "type": "boolean"
1488
1488
  },
1489
- "thumbHash": {
1490
- "type": "string"
1489
+ "isOpaque": {
1490
+ "type": "boolean"
1491
1491
  },
1492
- "blurHash": {
1493
- "type": "string"
1492
+ "location": {
1493
+ "$ref": "#/components/schemas/geopoint"
1494
1494
  },
1495
1495
  "lqip": {
1496
1496
  "type": "string"
@@ -1498,11 +1498,8 @@
1498
1498
  "palette": {
1499
1499
  "$ref": "#/components/schemas/sanityImagePalette"
1500
1500
  },
1501
- "dimensions": {
1502
- "$ref": "#/components/schemas/sanityImageDimensions"
1503
- },
1504
- "location": {
1505
- "$ref": "#/components/schemas/geopoint"
1501
+ "thumbHash": {
1502
+ "type": "string"
1506
1503
  }
1507
1504
  }
1508
1505
  },
@@ -1516,25 +1513,25 @@
1516
1513
  "type": "string",
1517
1514
  "default": "sanity.imagePalette"
1518
1515
  },
1519
- "muted": {
1516
+ "darkMuted": {
1520
1517
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1521
1518
  },
1522
- "lightMuted": {
1519
+ "darkVibrant": {
1523
1520
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1524
1521
  },
1525
1522
  "dominant": {
1526
1523
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1527
1524
  },
1528
- "vibrant": {
1525
+ "lightMuted": {
1529
1526
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1530
1527
  },
1531
- "darkVibrant": {
1528
+ "lightVibrant": {
1532
1529
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1533
1530
  },
1534
- "lightVibrant": {
1531
+ "muted": {
1535
1532
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1536
1533
  },
1537
- "darkMuted": {
1534
+ "vibrant": {
1538
1535
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1539
1536
  }
1540
1537
  }
@@ -1549,17 +1546,17 @@
1549
1546
  "type": "string",
1550
1547
  "default": "sanity.imagePaletteSwatch"
1551
1548
  },
1552
- "title": {
1549
+ "background": {
1550
+ "type": "string"
1551
+ },
1552
+ "foreground": {
1553
1553
  "type": "string"
1554
1554
  },
1555
1555
  "population": {
1556
1556
  "type": "number",
1557
1557
  "format": "double"
1558
1558
  },
1559
- "foreground": {
1560
- "type": "string"
1561
- },
1562
- "background": {
1559
+ "title": {
1563
1560
  "type": "string"
1564
1561
  }
1565
1562
  }
@@ -1574,28 +1571,28 @@
1574
1571
  "type": "string",
1575
1572
  "default": "employee"
1576
1573
  },
1577
- "tags": {
1578
- "type": "array",
1579
- "items": {
1580
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1581
- }
1574
+ "email": {
1575
+ "type": "string"
1582
1576
  },
1583
1577
  "image": {
1584
1578
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1585
1579
  },
1586
- "slug": {
1587
- "$ref": "#/components/schemas/slug"
1588
- },
1589
- "email": {
1580
+ "name": {
1590
1581
  "type": "string"
1591
1582
  },
1592
- "telephone": {
1583
+ "sanityId": {
1593
1584
  "type": "string"
1594
1585
  },
1595
- "name": {
1596
- "type": "string"
1586
+ "slug": {
1587
+ "$ref": "#/components/schemas/slug"
1597
1588
  },
1598
- "sanityId": {
1589
+ "tags": {
1590
+ "type": "array",
1591
+ "items": {
1592
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1593
+ }
1594
+ },
1595
+ "telephone": {
1599
1596
  "type": "string"
1600
1597
  }
1601
1598
  }
@@ -1610,6 +1607,9 @@
1610
1607
  "type": "string",
1611
1608
  "default": "image"
1612
1609
  },
1610
+ "asset": {
1611
+ "$ref": "#/components/schemas/sanityImageAssetReference"
1612
+ },
1613
1613
  "crop": {
1614
1614
  "$ref": "#/components/schemas/sanityImageCrop"
1615
1615
  },
@@ -1618,22 +1618,12 @@
1618
1618
  },
1619
1619
  "media": {
1620
1620
  "type": "object"
1621
- },
1622
- "asset": {
1623
- "$ref": "#/components/schemas/sanityImageAssetReference"
1624
1621
  }
1625
1622
  }
1626
1623
  },
1627
1624
  "sanitySystemsInnerDescriptionInner": {
1628
1625
  "type": "object",
1629
1626
  "properties": {
1630
- "sanityType": {
1631
- "enum": [
1632
- "block"
1633
- ],
1634
- "type": "string",
1635
- "default": "block"
1636
- },
1637
1627
  "listItem": {
1638
1628
  "enum": [
1639
1629
  "bullet",
@@ -1643,6 +1633,13 @@
1643
1633
  "default": "bullet",
1644
1634
  "nullable": true
1645
1635
  },
1636
+ "sanityType": {
1637
+ "enum": [
1638
+ "block"
1639
+ ],
1640
+ "type": "string",
1641
+ "default": "block"
1642
+ },
1646
1643
  "style": {
1647
1644
  "enum": [
1648
1645
  "blockquote",
@@ -1658,8 +1655,11 @@
1658
1655
  "default": "blockquote",
1659
1656
  "nullable": true
1660
1657
  },
1661
- "sanityKey": {
1662
- "type": "string"
1658
+ "children": {
1659
+ "type": "array",
1660
+ "items": {
1661
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
1662
+ }
1663
1663
  },
1664
1664
  "level": {
1665
1665
  "type": "number",
@@ -1671,11 +1671,8 @@
1671
1671
  "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
1672
1672
  }
1673
1673
  },
1674
- "children": {
1675
- "type": "array",
1676
- "items": {
1677
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
1678
- }
1674
+ "sanityKey": {
1675
+ "type": "string"
1679
1676
  }
1680
1677
  }
1681
1678
  },
@@ -1692,14 +1689,14 @@
1692
1689
  "parent": {
1693
1690
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1694
1691
  },
1692
+ "sanityId": {
1693
+ "type": "string"
1694
+ },
1695
1695
  "slug": {
1696
1696
  "$ref": "#/components/schemas/slug"
1697
1697
  },
1698
1698
  "title": {
1699
1699
  "type": "string"
1700
- },
1701
- "sanityId": {
1702
- "type": "string"
1703
1700
  }
1704
1701
  }
1705
1702
  },
@@ -1713,14 +1710,14 @@
1713
1710
  "type": "string",
1714
1711
  "default": "tag"
1715
1712
  },
1716
- "slug": {
1717
- "$ref": "#/components/schemas/slug"
1718
- },
1719
1713
  "name": {
1720
1714
  "type": "string"
1721
1715
  },
1722
1716
  "sanityId": {
1723
1717
  "type": "string"
1718
+ },
1719
+ "slug": {
1720
+ "$ref": "#/components/schemas/slug"
1724
1721
  }
1725
1722
  }
1726
1723
  },
@@ -1784,10 +1781,10 @@
1784
1781
  "originalFilename": {
1785
1782
  "type": "string"
1786
1783
  },
1787
- "url": {
1784
+ "sanityId": {
1788
1785
  "type": "string"
1789
1786
  },
1790
- "sanityId": {
1787
+ "url": {
1791
1788
  "type": "string"
1792
1789
  }
1793
1790
  }
@@ -1802,10 +1799,10 @@
1802
1799
  "type": "string",
1803
1800
  "default": "slug"
1804
1801
  },
1805
- "source": {
1802
+ "current": {
1806
1803
  "type": "string"
1807
1804
  },
1808
- "current": {
1805
+ "source": {
1809
1806
  "type": "string"
1810
1807
  }
1811
1808
  }
@@ -1857,7 +1854,7 @@
1857
1854
  "tokenUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
1858
1855
  "refreshUrl": "https://login.microsoftonline.com/81a4f38d-6712-4b65-868b-c3771f9ba91e/oauth2/v2.0/token",
1859
1856
  "scopes": {
1860
- "api://7ac7afa1-fda4-4679-a3b6-de4b3b0ed1cc/user_impersonation": "Default function scope"
1857
+ "api://1c7354b7-6006-4c53-9ba4-c277b2ba31bb/.default": "Default function scope"
1861
1858
  }
1862
1859
  }
1863
1860
  }