@snokam/mcp-api 0.40.0 → 0.42.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/package.json +1 -1
- package/specs/production/recruitment.json +211 -23
- package/specs/production/sanity.json +370 -0
- package/specs/test/recruitment.json +211 -23
- package/specs/test/sanity.json +370 -0
package/specs/test/sanity.json
CHANGED
|
@@ -29940,6 +29940,9 @@
|
|
|
29940
29940
|
"type": "object",
|
|
29941
29941
|
"nullable": true
|
|
29942
29942
|
},
|
|
29943
|
+
"snapchatUsername": {
|
|
29944
|
+
"type": "string"
|
|
29945
|
+
},
|
|
29943
29946
|
"githubUsername": {
|
|
29944
29947
|
"type": "string"
|
|
29945
29948
|
},
|
|
@@ -30732,6 +30735,306 @@
|
|
|
30732
30735
|
"applicationOther": {
|
|
30733
30736
|
"type": "string"
|
|
30734
30737
|
},
|
|
30738
|
+
"signedContract": {
|
|
30739
|
+
"properties": {
|
|
30740
|
+
"sanityType": {
|
|
30741
|
+
"type": "string",
|
|
30742
|
+
"enum": [
|
|
30743
|
+
"file"
|
|
30744
|
+
],
|
|
30745
|
+
"nullable": false
|
|
30746
|
+
},
|
|
30747
|
+
"media": {},
|
|
30748
|
+
"asset": {
|
|
30749
|
+
"properties": {
|
|
30750
|
+
"source": {
|
|
30751
|
+
"$ref": "#/components/schemas/SanityAssetSourceData"
|
|
30752
|
+
},
|
|
30753
|
+
"url": {
|
|
30754
|
+
"type": "string"
|
|
30755
|
+
},
|
|
30756
|
+
"path": {
|
|
30757
|
+
"type": "string"
|
|
30758
|
+
},
|
|
30759
|
+
"uploadId": {
|
|
30760
|
+
"type": "string"
|
|
30761
|
+
},
|
|
30762
|
+
"assetId": {
|
|
30763
|
+
"type": "string"
|
|
30764
|
+
},
|
|
30765
|
+
"size": {
|
|
30766
|
+
"type": "number",
|
|
30767
|
+
"format": "double"
|
|
30768
|
+
},
|
|
30769
|
+
"mimeType": {
|
|
30770
|
+
"type": "string"
|
|
30771
|
+
},
|
|
30772
|
+
"extension": {
|
|
30773
|
+
"type": "string"
|
|
30774
|
+
},
|
|
30775
|
+
"sha1hash": {
|
|
30776
|
+
"type": "string"
|
|
30777
|
+
},
|
|
30778
|
+
"altText": {
|
|
30779
|
+
"type": "string"
|
|
30780
|
+
},
|
|
30781
|
+
"description": {
|
|
30782
|
+
"type": "string"
|
|
30783
|
+
},
|
|
30784
|
+
"title": {
|
|
30785
|
+
"type": "string"
|
|
30786
|
+
},
|
|
30787
|
+
"label": {
|
|
30788
|
+
"type": "string"
|
|
30789
|
+
},
|
|
30790
|
+
"originalFilename": {
|
|
30791
|
+
"type": "string"
|
|
30792
|
+
},
|
|
30793
|
+
"sanityRev": {
|
|
30794
|
+
"type": "string"
|
|
30795
|
+
},
|
|
30796
|
+
"sanityUpdatedAt": {
|
|
30797
|
+
"type": "string"
|
|
30798
|
+
},
|
|
30799
|
+
"sanityCreatedAt": {
|
|
30800
|
+
"type": "string"
|
|
30801
|
+
},
|
|
30802
|
+
"sanityType": {
|
|
30803
|
+
"type": "string",
|
|
30804
|
+
"enum": [
|
|
30805
|
+
"sanity.fileAsset"
|
|
30806
|
+
],
|
|
30807
|
+
"nullable": false
|
|
30808
|
+
},
|
|
30809
|
+
"sanityId": {
|
|
30810
|
+
"type": "string"
|
|
30811
|
+
}
|
|
30812
|
+
},
|
|
30813
|
+
"required": [
|
|
30814
|
+
"url",
|
|
30815
|
+
"path",
|
|
30816
|
+
"assetId",
|
|
30817
|
+
"size",
|
|
30818
|
+
"mimeType",
|
|
30819
|
+
"extension",
|
|
30820
|
+
"sha1hash",
|
|
30821
|
+
"sanityRev",
|
|
30822
|
+
"sanityUpdatedAt",
|
|
30823
|
+
"sanityCreatedAt",
|
|
30824
|
+
"sanityType",
|
|
30825
|
+
"sanityId"
|
|
30826
|
+
],
|
|
30827
|
+
"type": "object",
|
|
30828
|
+
"nullable": true
|
|
30829
|
+
}
|
|
30830
|
+
},
|
|
30831
|
+
"required": [
|
|
30832
|
+
"sanityType",
|
|
30833
|
+
"asset"
|
|
30834
|
+
],
|
|
30835
|
+
"type": "object",
|
|
30836
|
+
"nullable": true
|
|
30837
|
+
},
|
|
30838
|
+
"contractPdf": {
|
|
30839
|
+
"properties": {
|
|
30840
|
+
"sanityType": {
|
|
30841
|
+
"type": "string",
|
|
30842
|
+
"enum": [
|
|
30843
|
+
"file"
|
|
30844
|
+
],
|
|
30845
|
+
"nullable": false
|
|
30846
|
+
},
|
|
30847
|
+
"media": {},
|
|
30848
|
+
"asset": {
|
|
30849
|
+
"properties": {
|
|
30850
|
+
"source": {
|
|
30851
|
+
"$ref": "#/components/schemas/SanityAssetSourceData"
|
|
30852
|
+
},
|
|
30853
|
+
"url": {
|
|
30854
|
+
"type": "string"
|
|
30855
|
+
},
|
|
30856
|
+
"path": {
|
|
30857
|
+
"type": "string"
|
|
30858
|
+
},
|
|
30859
|
+
"uploadId": {
|
|
30860
|
+
"type": "string"
|
|
30861
|
+
},
|
|
30862
|
+
"assetId": {
|
|
30863
|
+
"type": "string"
|
|
30864
|
+
},
|
|
30865
|
+
"size": {
|
|
30866
|
+
"type": "number",
|
|
30867
|
+
"format": "double"
|
|
30868
|
+
},
|
|
30869
|
+
"mimeType": {
|
|
30870
|
+
"type": "string"
|
|
30871
|
+
},
|
|
30872
|
+
"extension": {
|
|
30873
|
+
"type": "string"
|
|
30874
|
+
},
|
|
30875
|
+
"sha1hash": {
|
|
30876
|
+
"type": "string"
|
|
30877
|
+
},
|
|
30878
|
+
"altText": {
|
|
30879
|
+
"type": "string"
|
|
30880
|
+
},
|
|
30881
|
+
"description": {
|
|
30882
|
+
"type": "string"
|
|
30883
|
+
},
|
|
30884
|
+
"title": {
|
|
30885
|
+
"type": "string"
|
|
30886
|
+
},
|
|
30887
|
+
"label": {
|
|
30888
|
+
"type": "string"
|
|
30889
|
+
},
|
|
30890
|
+
"originalFilename": {
|
|
30891
|
+
"type": "string"
|
|
30892
|
+
},
|
|
30893
|
+
"sanityRev": {
|
|
30894
|
+
"type": "string"
|
|
30895
|
+
},
|
|
30896
|
+
"sanityUpdatedAt": {
|
|
30897
|
+
"type": "string"
|
|
30898
|
+
},
|
|
30899
|
+
"sanityCreatedAt": {
|
|
30900
|
+
"type": "string"
|
|
30901
|
+
},
|
|
30902
|
+
"sanityType": {
|
|
30903
|
+
"type": "string",
|
|
30904
|
+
"enum": [
|
|
30905
|
+
"sanity.fileAsset"
|
|
30906
|
+
],
|
|
30907
|
+
"nullable": false
|
|
30908
|
+
},
|
|
30909
|
+
"sanityId": {
|
|
30910
|
+
"type": "string"
|
|
30911
|
+
}
|
|
30912
|
+
},
|
|
30913
|
+
"required": [
|
|
30914
|
+
"url",
|
|
30915
|
+
"path",
|
|
30916
|
+
"assetId",
|
|
30917
|
+
"size",
|
|
30918
|
+
"mimeType",
|
|
30919
|
+
"extension",
|
|
30920
|
+
"sha1hash",
|
|
30921
|
+
"sanityRev",
|
|
30922
|
+
"sanityUpdatedAt",
|
|
30923
|
+
"sanityCreatedAt",
|
|
30924
|
+
"sanityType",
|
|
30925
|
+
"sanityId"
|
|
30926
|
+
],
|
|
30927
|
+
"type": "object",
|
|
30928
|
+
"nullable": true
|
|
30929
|
+
}
|
|
30930
|
+
},
|
|
30931
|
+
"required": [
|
|
30932
|
+
"sanityType",
|
|
30933
|
+
"asset"
|
|
30934
|
+
],
|
|
30935
|
+
"type": "object",
|
|
30936
|
+
"nullable": true
|
|
30937
|
+
},
|
|
30938
|
+
"offerPdf": {
|
|
30939
|
+
"properties": {
|
|
30940
|
+
"sanityType": {
|
|
30941
|
+
"type": "string",
|
|
30942
|
+
"enum": [
|
|
30943
|
+
"file"
|
|
30944
|
+
],
|
|
30945
|
+
"nullable": false
|
|
30946
|
+
},
|
|
30947
|
+
"media": {},
|
|
30948
|
+
"asset": {
|
|
30949
|
+
"properties": {
|
|
30950
|
+
"source": {
|
|
30951
|
+
"$ref": "#/components/schemas/SanityAssetSourceData"
|
|
30952
|
+
},
|
|
30953
|
+
"url": {
|
|
30954
|
+
"type": "string"
|
|
30955
|
+
},
|
|
30956
|
+
"path": {
|
|
30957
|
+
"type": "string"
|
|
30958
|
+
},
|
|
30959
|
+
"uploadId": {
|
|
30960
|
+
"type": "string"
|
|
30961
|
+
},
|
|
30962
|
+
"assetId": {
|
|
30963
|
+
"type": "string"
|
|
30964
|
+
},
|
|
30965
|
+
"size": {
|
|
30966
|
+
"type": "number",
|
|
30967
|
+
"format": "double"
|
|
30968
|
+
},
|
|
30969
|
+
"mimeType": {
|
|
30970
|
+
"type": "string"
|
|
30971
|
+
},
|
|
30972
|
+
"extension": {
|
|
30973
|
+
"type": "string"
|
|
30974
|
+
},
|
|
30975
|
+
"sha1hash": {
|
|
30976
|
+
"type": "string"
|
|
30977
|
+
},
|
|
30978
|
+
"altText": {
|
|
30979
|
+
"type": "string"
|
|
30980
|
+
},
|
|
30981
|
+
"description": {
|
|
30982
|
+
"type": "string"
|
|
30983
|
+
},
|
|
30984
|
+
"title": {
|
|
30985
|
+
"type": "string"
|
|
30986
|
+
},
|
|
30987
|
+
"label": {
|
|
30988
|
+
"type": "string"
|
|
30989
|
+
},
|
|
30990
|
+
"originalFilename": {
|
|
30991
|
+
"type": "string"
|
|
30992
|
+
},
|
|
30993
|
+
"sanityRev": {
|
|
30994
|
+
"type": "string"
|
|
30995
|
+
},
|
|
30996
|
+
"sanityUpdatedAt": {
|
|
30997
|
+
"type": "string"
|
|
30998
|
+
},
|
|
30999
|
+
"sanityCreatedAt": {
|
|
31000
|
+
"type": "string"
|
|
31001
|
+
},
|
|
31002
|
+
"sanityType": {
|
|
31003
|
+
"type": "string",
|
|
31004
|
+
"enum": [
|
|
31005
|
+
"sanity.fileAsset"
|
|
31006
|
+
],
|
|
31007
|
+
"nullable": false
|
|
31008
|
+
},
|
|
31009
|
+
"sanityId": {
|
|
31010
|
+
"type": "string"
|
|
31011
|
+
}
|
|
31012
|
+
},
|
|
31013
|
+
"required": [
|
|
31014
|
+
"url",
|
|
31015
|
+
"path",
|
|
31016
|
+
"assetId",
|
|
31017
|
+
"size",
|
|
31018
|
+
"mimeType",
|
|
31019
|
+
"extension",
|
|
31020
|
+
"sha1hash",
|
|
31021
|
+
"sanityRev",
|
|
31022
|
+
"sanityUpdatedAt",
|
|
31023
|
+
"sanityCreatedAt",
|
|
31024
|
+
"sanityType",
|
|
31025
|
+
"sanityId"
|
|
31026
|
+
],
|
|
31027
|
+
"type": "object",
|
|
31028
|
+
"nullable": true
|
|
31029
|
+
}
|
|
31030
|
+
},
|
|
31031
|
+
"required": [
|
|
31032
|
+
"sanityType",
|
|
31033
|
+
"asset"
|
|
31034
|
+
],
|
|
31035
|
+
"type": "object",
|
|
31036
|
+
"nullable": true
|
|
31037
|
+
},
|
|
30735
31038
|
"grades": {
|
|
30736
31039
|
"properties": {
|
|
30737
31040
|
"sanityType": {
|
|
@@ -31087,6 +31390,9 @@
|
|
|
31087
31390
|
"buddy",
|
|
31088
31391
|
"recruiter",
|
|
31089
31392
|
"jobPosition",
|
|
31393
|
+
"signedContract",
|
|
31394
|
+
"contractPdf",
|
|
31395
|
+
"offerPdf",
|
|
31090
31396
|
"grades",
|
|
31091
31397
|
"cv",
|
|
31092
31398
|
"applicationLetter",
|
|
@@ -31369,6 +31675,66 @@
|
|
|
31369
31675
|
"type": "object",
|
|
31370
31676
|
"nullable": true
|
|
31371
31677
|
},
|
|
31678
|
+
"offerPdf": {
|
|
31679
|
+
"properties": {
|
|
31680
|
+
"sanityType": {
|
|
31681
|
+
"type": "string",
|
|
31682
|
+
"enum": [
|
|
31683
|
+
"file"
|
|
31684
|
+
],
|
|
31685
|
+
"nullable": false
|
|
31686
|
+
},
|
|
31687
|
+
"media": {},
|
|
31688
|
+
"asset": {
|
|
31689
|
+
"$ref": "#/components/schemas/SanityFileAssetReference"
|
|
31690
|
+
}
|
|
31691
|
+
},
|
|
31692
|
+
"required": [
|
|
31693
|
+
"sanityType"
|
|
31694
|
+
],
|
|
31695
|
+
"type": "object",
|
|
31696
|
+
"nullable": true
|
|
31697
|
+
},
|
|
31698
|
+
"contractPdf": {
|
|
31699
|
+
"properties": {
|
|
31700
|
+
"sanityType": {
|
|
31701
|
+
"type": "string",
|
|
31702
|
+
"enum": [
|
|
31703
|
+
"file"
|
|
31704
|
+
],
|
|
31705
|
+
"nullable": false
|
|
31706
|
+
},
|
|
31707
|
+
"media": {},
|
|
31708
|
+
"asset": {
|
|
31709
|
+
"$ref": "#/components/schemas/SanityFileAssetReference"
|
|
31710
|
+
}
|
|
31711
|
+
},
|
|
31712
|
+
"required": [
|
|
31713
|
+
"sanityType"
|
|
31714
|
+
],
|
|
31715
|
+
"type": "object",
|
|
31716
|
+
"nullable": true
|
|
31717
|
+
},
|
|
31718
|
+
"signedContract": {
|
|
31719
|
+
"properties": {
|
|
31720
|
+
"sanityType": {
|
|
31721
|
+
"type": "string",
|
|
31722
|
+
"enum": [
|
|
31723
|
+
"file"
|
|
31724
|
+
],
|
|
31725
|
+
"nullable": false
|
|
31726
|
+
},
|
|
31727
|
+
"media": {},
|
|
31728
|
+
"asset": {
|
|
31729
|
+
"$ref": "#/components/schemas/SanityFileAssetReference"
|
|
31730
|
+
}
|
|
31731
|
+
},
|
|
31732
|
+
"required": [
|
|
31733
|
+
"sanityType"
|
|
31734
|
+
],
|
|
31735
|
+
"type": "object",
|
|
31736
|
+
"nullable": true
|
|
31737
|
+
},
|
|
31372
31738
|
"applicationOther": {
|
|
31373
31739
|
"type": "string",
|
|
31374
31740
|
"nullable": true
|
|
@@ -31548,6 +31914,10 @@
|
|
|
31548
31914
|
"githubUsername": {
|
|
31549
31915
|
"type": "string",
|
|
31550
31916
|
"nullable": true
|
|
31917
|
+
},
|
|
31918
|
+
"snapchatUsername": {
|
|
31919
|
+
"type": "string",
|
|
31920
|
+
"nullable": true
|
|
31551
31921
|
}
|
|
31552
31922
|
},
|
|
31553
31923
|
"type": "object",
|