@snokam/mcp-api 0.41.0 → 0.43.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 +179 -22
- package/specs/production/sanity.json +390 -0
- package/specs/test/recruitment.json +179 -22
- package/specs/test/sanity.json +390 -0
package/specs/test/sanity.json
CHANGED
|
@@ -30735,6 +30735,206 @@
|
|
|
30735
30735
|
"applicationOther": {
|
|
30736
30736
|
"type": "string"
|
|
30737
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
|
+
},
|
|
30738
30938
|
"offerPdf": {
|
|
30739
30939
|
"properties": {
|
|
30740
30940
|
"sanityType": {
|
|
@@ -31135,6 +31335,133 @@
|
|
|
31135
31335
|
"type": "object",
|
|
31136
31336
|
"nullable": true
|
|
31137
31337
|
},
|
|
31338
|
+
"contractSignDate": {
|
|
31339
|
+
"type": "string"
|
|
31340
|
+
},
|
|
31341
|
+
"contractSignerRole": {
|
|
31342
|
+
"type": "string"
|
|
31343
|
+
},
|
|
31344
|
+
"contractSigner": {
|
|
31345
|
+
"properties": {
|
|
31346
|
+
"tags": {
|
|
31347
|
+
"items": {
|
|
31348
|
+
"properties": {
|
|
31349
|
+
"slug": {
|
|
31350
|
+
"$ref": "#/components/schemas/Slug"
|
|
31351
|
+
},
|
|
31352
|
+
"name": {
|
|
31353
|
+
"type": "string"
|
|
31354
|
+
},
|
|
31355
|
+
"sanityType": {
|
|
31356
|
+
"type": "string",
|
|
31357
|
+
"enum": [
|
|
31358
|
+
"tag"
|
|
31359
|
+
],
|
|
31360
|
+
"nullable": false
|
|
31361
|
+
},
|
|
31362
|
+
"sanityId": {
|
|
31363
|
+
"type": "string"
|
|
31364
|
+
}
|
|
31365
|
+
},
|
|
31366
|
+
"required": [
|
|
31367
|
+
"slug",
|
|
31368
|
+
"name",
|
|
31369
|
+
"sanityType",
|
|
31370
|
+
"sanityId"
|
|
31371
|
+
],
|
|
31372
|
+
"type": "object"
|
|
31373
|
+
},
|
|
31374
|
+
"type": "array",
|
|
31375
|
+
"nullable": true
|
|
31376
|
+
},
|
|
31377
|
+
"image": {
|
|
31378
|
+
"properties": {
|
|
31379
|
+
"asset": {
|
|
31380
|
+
"properties": {
|
|
31381
|
+
"mimeType": {
|
|
31382
|
+
"type": "string"
|
|
31383
|
+
},
|
|
31384
|
+
"originalFilename": {
|
|
31385
|
+
"type": "string",
|
|
31386
|
+
"nullable": true
|
|
31387
|
+
},
|
|
31388
|
+
"url": {
|
|
31389
|
+
"type": "string"
|
|
31390
|
+
},
|
|
31391
|
+
"sanityType": {
|
|
31392
|
+
"type": "string",
|
|
31393
|
+
"enum": [
|
|
31394
|
+
"sanity.imageAsset"
|
|
31395
|
+
],
|
|
31396
|
+
"nullable": false
|
|
31397
|
+
},
|
|
31398
|
+
"sanityId": {
|
|
31399
|
+
"type": "string"
|
|
31400
|
+
}
|
|
31401
|
+
},
|
|
31402
|
+
"required": [
|
|
31403
|
+
"mimeType",
|
|
31404
|
+
"originalFilename",
|
|
31405
|
+
"url",
|
|
31406
|
+
"sanityType",
|
|
31407
|
+
"sanityId"
|
|
31408
|
+
],
|
|
31409
|
+
"type": "object",
|
|
31410
|
+
"nullable": true
|
|
31411
|
+
},
|
|
31412
|
+
"sanityType": {
|
|
31413
|
+
"type": "string",
|
|
31414
|
+
"enum": [
|
|
31415
|
+
"image"
|
|
31416
|
+
],
|
|
31417
|
+
"nullable": false
|
|
31418
|
+
}
|
|
31419
|
+
},
|
|
31420
|
+
"required": [
|
|
31421
|
+
"asset",
|
|
31422
|
+
"sanityType"
|
|
31423
|
+
],
|
|
31424
|
+
"type": "object"
|
|
31425
|
+
},
|
|
31426
|
+
"slug": {
|
|
31427
|
+
"$ref": "#/components/schemas/Slug"
|
|
31428
|
+
},
|
|
31429
|
+
"email": {
|
|
31430
|
+
"type": "string"
|
|
31431
|
+
},
|
|
31432
|
+
"telephone": {
|
|
31433
|
+
"type": "string"
|
|
31434
|
+
},
|
|
31435
|
+
"name": {
|
|
31436
|
+
"type": "string"
|
|
31437
|
+
},
|
|
31438
|
+
"sanityType": {
|
|
31439
|
+
"type": "string",
|
|
31440
|
+
"enum": [
|
|
31441
|
+
"employee"
|
|
31442
|
+
],
|
|
31443
|
+
"nullable": false
|
|
31444
|
+
},
|
|
31445
|
+
"sanityId": {
|
|
31446
|
+
"type": "string"
|
|
31447
|
+
}
|
|
31448
|
+
},
|
|
31449
|
+
"required": [
|
|
31450
|
+
"tags",
|
|
31451
|
+
"image",
|
|
31452
|
+
"slug",
|
|
31453
|
+
"email",
|
|
31454
|
+
"telephone",
|
|
31455
|
+
"name",
|
|
31456
|
+
"sanityType",
|
|
31457
|
+
"sanityId"
|
|
31458
|
+
],
|
|
31459
|
+
"type": "object",
|
|
31460
|
+
"nullable": true
|
|
31461
|
+
},
|
|
31462
|
+
"personalNumber": {
|
|
31463
|
+
"type": "string"
|
|
31464
|
+
},
|
|
31138
31465
|
"email": {
|
|
31139
31466
|
"type": "string"
|
|
31140
31467
|
},
|
|
@@ -31190,10 +31517,13 @@
|
|
|
31190
31517
|
"buddy",
|
|
31191
31518
|
"recruiter",
|
|
31192
31519
|
"jobPosition",
|
|
31520
|
+
"signedContract",
|
|
31521
|
+
"contractPdf",
|
|
31193
31522
|
"offerPdf",
|
|
31194
31523
|
"grades",
|
|
31195
31524
|
"cv",
|
|
31196
31525
|
"applicationLetter",
|
|
31526
|
+
"contractSigner",
|
|
31197
31527
|
"status",
|
|
31198
31528
|
"candidate",
|
|
31199
31529
|
"sanityRev",
|
|
@@ -31413,6 +31743,26 @@
|
|
|
31413
31743
|
"type": "boolean",
|
|
31414
31744
|
"nullable": true
|
|
31415
31745
|
},
|
|
31746
|
+
"personalNumber": {
|
|
31747
|
+
"type": "string",
|
|
31748
|
+
"nullable": true
|
|
31749
|
+
},
|
|
31750
|
+
"contractSigner": {
|
|
31751
|
+
"allOf": [
|
|
31752
|
+
{
|
|
31753
|
+
"$ref": "#/components/schemas/EmployeeReference"
|
|
31754
|
+
}
|
|
31755
|
+
],
|
|
31756
|
+
"nullable": true
|
|
31757
|
+
},
|
|
31758
|
+
"contractSignerRole": {
|
|
31759
|
+
"type": "string",
|
|
31760
|
+
"nullable": true
|
|
31761
|
+
},
|
|
31762
|
+
"contractSignDate": {
|
|
31763
|
+
"type": "string",
|
|
31764
|
+
"nullable": true
|
|
31765
|
+
},
|
|
31416
31766
|
"applicationLetter": {
|
|
31417
31767
|
"properties": {
|
|
31418
31768
|
"sanityType": {
|
|
@@ -31493,6 +31843,46 @@
|
|
|
31493
31843
|
"type": "object",
|
|
31494
31844
|
"nullable": true
|
|
31495
31845
|
},
|
|
31846
|
+
"contractPdf": {
|
|
31847
|
+
"properties": {
|
|
31848
|
+
"sanityType": {
|
|
31849
|
+
"type": "string",
|
|
31850
|
+
"enum": [
|
|
31851
|
+
"file"
|
|
31852
|
+
],
|
|
31853
|
+
"nullable": false
|
|
31854
|
+
},
|
|
31855
|
+
"media": {},
|
|
31856
|
+
"asset": {
|
|
31857
|
+
"$ref": "#/components/schemas/SanityFileAssetReference"
|
|
31858
|
+
}
|
|
31859
|
+
},
|
|
31860
|
+
"required": [
|
|
31861
|
+
"sanityType"
|
|
31862
|
+
],
|
|
31863
|
+
"type": "object",
|
|
31864
|
+
"nullable": true
|
|
31865
|
+
},
|
|
31866
|
+
"signedContract": {
|
|
31867
|
+
"properties": {
|
|
31868
|
+
"sanityType": {
|
|
31869
|
+
"type": "string",
|
|
31870
|
+
"enum": [
|
|
31871
|
+
"file"
|
|
31872
|
+
],
|
|
31873
|
+
"nullable": false
|
|
31874
|
+
},
|
|
31875
|
+
"media": {},
|
|
31876
|
+
"asset": {
|
|
31877
|
+
"$ref": "#/components/schemas/SanityFileAssetReference"
|
|
31878
|
+
}
|
|
31879
|
+
},
|
|
31880
|
+
"required": [
|
|
31881
|
+
"sanityType"
|
|
31882
|
+
],
|
|
31883
|
+
"type": "object",
|
|
31884
|
+
"nullable": true
|
|
31885
|
+
},
|
|
31496
31886
|
"applicationOther": {
|
|
31497
31887
|
"type": "string",
|
|
31498
31888
|
"nullable": true
|