@snokam/mcp-api 0.69.0 → 0.70.1
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 +30 -0
- package/specs/production/sanity.json +207 -20
- package/specs/test/recruitment.json +30 -0
- package/specs/test/sanity.json +207 -20
package/package.json
CHANGED
|
@@ -2082,6 +2082,12 @@
|
|
|
2082
2082
|
"address": {
|
|
2083
2083
|
"$ref": "#/components/schemas/sanityCandidateAddress"
|
|
2084
2084
|
},
|
|
2085
|
+
"allergies": {
|
|
2086
|
+
"type": "array",
|
|
2087
|
+
"items": {
|
|
2088
|
+
"type": "string"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2085
2091
|
"applicationLetter": {
|
|
2086
2092
|
"$ref": "#/components/schemas/sanityCandidateSignedContract"
|
|
2087
2093
|
},
|
|
@@ -2091,6 +2097,9 @@
|
|
|
2091
2097
|
"bankAccount": {
|
|
2092
2098
|
"type": "string"
|
|
2093
2099
|
},
|
|
2100
|
+
"birthDate": {
|
|
2101
|
+
"type": "string"
|
|
2102
|
+
},
|
|
2094
2103
|
"buddy": {
|
|
2095
2104
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
2096
2105
|
},
|
|
@@ -2112,6 +2121,9 @@
|
|
|
2112
2121
|
"cv": {
|
|
2113
2122
|
"$ref": "#/components/schemas/sanityCandidateSignedContract"
|
|
2114
2123
|
},
|
|
2124
|
+
"education": {
|
|
2125
|
+
"type": "string"
|
|
2126
|
+
},
|
|
2115
2127
|
"email": {
|
|
2116
2128
|
"type": "string"
|
|
2117
2129
|
},
|
|
@@ -2719,6 +2731,12 @@
|
|
|
2719
2731
|
"address": {
|
|
2720
2732
|
"$ref": "#/components/schemas/sanityPatchCandidateAddress"
|
|
2721
2733
|
},
|
|
2734
|
+
"allergies": {
|
|
2735
|
+
"type": "array",
|
|
2736
|
+
"items": {
|
|
2737
|
+
"type": "string"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2722
2740
|
"applicationLetter": {
|
|
2723
2741
|
"$ref": "#/components/schemas/sanityPatchCandidateApplicationLetter"
|
|
2724
2742
|
},
|
|
@@ -2728,6 +2746,9 @@
|
|
|
2728
2746
|
"bankAccount": {
|
|
2729
2747
|
"type": "string"
|
|
2730
2748
|
},
|
|
2749
|
+
"birthDate": {
|
|
2750
|
+
"type": "string"
|
|
2751
|
+
},
|
|
2731
2752
|
"buddy": {
|
|
2732
2753
|
"$ref": "#/components/schemas/employeeReference"
|
|
2733
2754
|
},
|
|
@@ -2749,6 +2770,9 @@
|
|
|
2749
2770
|
"cv": {
|
|
2750
2771
|
"$ref": "#/components/schemas/sanityPatchCandidateApplicationLetter"
|
|
2751
2772
|
},
|
|
2773
|
+
"education": {
|
|
2774
|
+
"type": "string"
|
|
2775
|
+
},
|
|
2752
2776
|
"email": {
|
|
2753
2777
|
"type": "string"
|
|
2754
2778
|
},
|
|
@@ -3006,6 +3030,12 @@
|
|
|
3006
3030
|
"type": "string",
|
|
3007
3031
|
"default": "system"
|
|
3008
3032
|
},
|
|
3033
|
+
"activateUrl": {
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3036
|
+
"deactivateUrl": {
|
|
3037
|
+
"type": "string"
|
|
3038
|
+
},
|
|
3009
3039
|
"description": {
|
|
3010
3040
|
"type": "array",
|
|
3011
3041
|
"items": {
|
|
@@ -3893,6 +3893,12 @@
|
|
|
3893
3893
|
"type": "number",
|
|
3894
3894
|
"format": "double"
|
|
3895
3895
|
},
|
|
3896
|
+
"deactivateUrl": {
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
"activateUrl": {
|
|
3900
|
+
"type": "string"
|
|
3901
|
+
},
|
|
3896
3902
|
"links": {
|
|
3897
3903
|
"items": {
|
|
3898
3904
|
"type": "string"
|
|
@@ -23301,6 +23307,126 @@
|
|
|
23301
23307
|
"type": "object",
|
|
23302
23308
|
"additionalProperties": true
|
|
23303
23309
|
},
|
|
23310
|
+
"SanityCreateGadgetBudget": {
|
|
23311
|
+
"properties": {
|
|
23312
|
+
"yearlyBudgets": {
|
|
23313
|
+
"items": {
|
|
23314
|
+
"properties": {
|
|
23315
|
+
"sanityKey": {
|
|
23316
|
+
"type": "string"
|
|
23317
|
+
},
|
|
23318
|
+
"sanityType": {
|
|
23319
|
+
"type": "string",
|
|
23320
|
+
"enum": [
|
|
23321
|
+
"yearlyBudget"
|
|
23322
|
+
],
|
|
23323
|
+
"nullable": false
|
|
23324
|
+
},
|
|
23325
|
+
"equipmentList": {
|
|
23326
|
+
"items": {
|
|
23327
|
+
"oneOf": [
|
|
23328
|
+
{
|
|
23329
|
+
"allOf": [
|
|
23330
|
+
{
|
|
23331
|
+
"properties": {
|
|
23332
|
+
"sanityKey": {
|
|
23333
|
+
"type": "string"
|
|
23334
|
+
}
|
|
23335
|
+
},
|
|
23336
|
+
"required": [
|
|
23337
|
+
"sanityKey"
|
|
23338
|
+
],
|
|
23339
|
+
"type": "object"
|
|
23340
|
+
},
|
|
23341
|
+
{
|
|
23342
|
+
"$ref": "#/components/schemas/Poweroffice"
|
|
23343
|
+
}
|
|
23344
|
+
]
|
|
23345
|
+
},
|
|
23346
|
+
{
|
|
23347
|
+
"properties": {
|
|
23348
|
+
"sanityKey": {
|
|
23349
|
+
"type": "string"
|
|
23350
|
+
},
|
|
23351
|
+
"sanityType": {
|
|
23352
|
+
"type": "string",
|
|
23353
|
+
"enum": [
|
|
23354
|
+
"equipment"
|
|
23355
|
+
],
|
|
23356
|
+
"nullable": false
|
|
23357
|
+
},
|
|
23358
|
+
"budgetCost": {
|
|
23359
|
+
"type": "number",
|
|
23360
|
+
"format": "double"
|
|
23361
|
+
},
|
|
23362
|
+
"equipment": {
|
|
23363
|
+
"$ref": "#/components/schemas/EquipmentReference"
|
|
23364
|
+
}
|
|
23365
|
+
},
|
|
23366
|
+
"required": [
|
|
23367
|
+
"sanityKey",
|
|
23368
|
+
"sanityType"
|
|
23369
|
+
],
|
|
23370
|
+
"type": "object"
|
|
23371
|
+
},
|
|
23372
|
+
{
|
|
23373
|
+
"allOf": [
|
|
23374
|
+
{
|
|
23375
|
+
"properties": {
|
|
23376
|
+
"sanityKey": {
|
|
23377
|
+
"type": "string"
|
|
23378
|
+
}
|
|
23379
|
+
},
|
|
23380
|
+
"required": [
|
|
23381
|
+
"sanityKey"
|
|
23382
|
+
],
|
|
23383
|
+
"type": "object"
|
|
23384
|
+
},
|
|
23385
|
+
{
|
|
23386
|
+
"$ref": "#/components/schemas/Other"
|
|
23387
|
+
}
|
|
23388
|
+
]
|
|
23389
|
+
}
|
|
23390
|
+
]
|
|
23391
|
+
},
|
|
23392
|
+
"type": "array"
|
|
23393
|
+
},
|
|
23394
|
+
"amount": {
|
|
23395
|
+
"type": "number",
|
|
23396
|
+
"format": "double"
|
|
23397
|
+
},
|
|
23398
|
+
"year": {
|
|
23399
|
+
"type": "number",
|
|
23400
|
+
"format": "double"
|
|
23401
|
+
}
|
|
23402
|
+
},
|
|
23403
|
+
"required": [
|
|
23404
|
+
"sanityKey",
|
|
23405
|
+
"sanityType"
|
|
23406
|
+
],
|
|
23407
|
+
"type": "object"
|
|
23408
|
+
},
|
|
23409
|
+
"type": "array"
|
|
23410
|
+
},
|
|
23411
|
+
"employee": {
|
|
23412
|
+
"$ref": "#/components/schemas/EmployeeReference"
|
|
23413
|
+
},
|
|
23414
|
+
"sanityType": {
|
|
23415
|
+
"type": "string",
|
|
23416
|
+
"enum": [
|
|
23417
|
+
"gadget"
|
|
23418
|
+
],
|
|
23419
|
+
"nullable": false
|
|
23420
|
+
}
|
|
23421
|
+
},
|
|
23422
|
+
"required": [
|
|
23423
|
+
"yearlyBudgets",
|
|
23424
|
+
"employee",
|
|
23425
|
+
"sanityType"
|
|
23426
|
+
],
|
|
23427
|
+
"type": "object",
|
|
23428
|
+
"additionalProperties": true
|
|
23429
|
+
},
|
|
23304
23430
|
"SanityYearlyGadgetBudget": {
|
|
23305
23431
|
"properties": {
|
|
23306
23432
|
"sanityKey": {
|
|
@@ -31431,6 +31557,18 @@
|
|
|
31431
31557
|
"type": "object",
|
|
31432
31558
|
"nullable": true
|
|
31433
31559
|
},
|
|
31560
|
+
"education": {
|
|
31561
|
+
"type": "string"
|
|
31562
|
+
},
|
|
31563
|
+
"allergies": {
|
|
31564
|
+
"items": {
|
|
31565
|
+
"type": "string"
|
|
31566
|
+
},
|
|
31567
|
+
"type": "array"
|
|
31568
|
+
},
|
|
31569
|
+
"birthDate": {
|
|
31570
|
+
"type": "string"
|
|
31571
|
+
},
|
|
31434
31572
|
"snapchatUsername": {
|
|
31435
31573
|
"type": "string"
|
|
31436
31574
|
},
|
|
@@ -31575,6 +31713,12 @@
|
|
|
31575
31713
|
"type": "number",
|
|
31576
31714
|
"format": "double"
|
|
31577
31715
|
},
|
|
31716
|
+
"deactivateUrl": {
|
|
31717
|
+
"type": "string"
|
|
31718
|
+
},
|
|
31719
|
+
"activateUrl": {
|
|
31720
|
+
"type": "string"
|
|
31721
|
+
},
|
|
31578
31722
|
"links": {
|
|
31579
31723
|
"items": {
|
|
31580
31724
|
"type": "string"
|
|
@@ -33228,6 +33372,17 @@
|
|
|
33228
33372
|
"type": "string",
|
|
33229
33373
|
"nullable": true
|
|
33230
33374
|
},
|
|
33375
|
+
"allergies": {
|
|
33376
|
+
"items": {
|
|
33377
|
+
"type": "string"
|
|
33378
|
+
},
|
|
33379
|
+
"type": "array",
|
|
33380
|
+
"nullable": true
|
|
33381
|
+
},
|
|
33382
|
+
"education": {
|
|
33383
|
+
"type": "string",
|
|
33384
|
+
"nullable": true
|
|
33385
|
+
},
|
|
33231
33386
|
"candidate": {
|
|
33232
33387
|
"type": "string",
|
|
33233
33388
|
"nullable": true
|
|
@@ -33567,6 +33722,10 @@
|
|
|
33567
33722
|
"snapchatUsername": {
|
|
33568
33723
|
"type": "string",
|
|
33569
33724
|
"nullable": true
|
|
33725
|
+
},
|
|
33726
|
+
"birthDate": {
|
|
33727
|
+
"type": "string",
|
|
33728
|
+
"nullable": true
|
|
33570
33729
|
}
|
|
33571
33730
|
},
|
|
33572
33731
|
"type": "object",
|
|
@@ -46450,7 +46609,7 @@
|
|
|
46450
46609
|
],
|
|
46451
46610
|
"type": "object"
|
|
46452
46611
|
},
|
|
46453
|
-
"
|
|
46612
|
+
"SanityCreateAnnualWheel": {
|
|
46454
46613
|
"properties": {
|
|
46455
46614
|
"events": {
|
|
46456
46615
|
"items": {
|
|
@@ -46518,12 +46677,10 @@
|
|
|
46518
46677
|
"title",
|
|
46519
46678
|
"sanityType"
|
|
46520
46679
|
],
|
|
46521
|
-
"type": "object"
|
|
46522
|
-
|
|
46523
|
-
"SanityCreateAnnualWheel": {
|
|
46524
|
-
"$ref": "#/components/schemas/SanityCreate_AnnualWheel_"
|
|
46680
|
+
"type": "object",
|
|
46681
|
+
"additionalProperties": true
|
|
46525
46682
|
},
|
|
46526
|
-
"
|
|
46683
|
+
"SanityPatchAnnualWheel": {
|
|
46527
46684
|
"properties": {
|
|
46528
46685
|
"sanityType": {
|
|
46529
46686
|
"type": "string",
|
|
@@ -46591,12 +46748,10 @@
|
|
|
46591
46748
|
"nullable": true
|
|
46592
46749
|
}
|
|
46593
46750
|
},
|
|
46594
|
-
"type": "object"
|
|
46595
|
-
|
|
46596
|
-
"SanityPatchAnnualWheel": {
|
|
46597
|
-
"$ref": "#/components/schemas/SanityPatch_AnnualWheel_"
|
|
46751
|
+
"type": "object",
|
|
46752
|
+
"additionalProperties": true
|
|
46598
46753
|
},
|
|
46599
|
-
"
|
|
46754
|
+
"SanityCreateAnnualWheelEvent": {
|
|
46600
46755
|
"properties": {
|
|
46601
46756
|
"SmsRecipients": {
|
|
46602
46757
|
"items": {
|
|
@@ -46645,12 +46800,10 @@
|
|
|
46645
46800
|
"title",
|
|
46646
46801
|
"sanityType"
|
|
46647
46802
|
],
|
|
46648
|
-
"type": "object"
|
|
46649
|
-
|
|
46650
|
-
"SanityCreateAnnualWheelEvent": {
|
|
46651
|
-
"$ref": "#/components/schemas/SanityCreate_Annualevent_"
|
|
46803
|
+
"type": "object",
|
|
46804
|
+
"additionalProperties": true
|
|
46652
46805
|
},
|
|
46653
|
-
"
|
|
46806
|
+
"SanityPatchAnnualWheelEvent": {
|
|
46654
46807
|
"properties": {
|
|
46655
46808
|
"sanityType": {
|
|
46656
46809
|
"type": "string",
|
|
@@ -46700,10 +46853,8 @@
|
|
|
46700
46853
|
"nullable": true
|
|
46701
46854
|
}
|
|
46702
46855
|
},
|
|
46703
|
-
"type": "object"
|
|
46704
|
-
|
|
46705
|
-
"SanityPatchAnnualWheelEvent": {
|
|
46706
|
-
"$ref": "#/components/schemas/SanityPatch_Annualevent_"
|
|
46856
|
+
"type": "object",
|
|
46857
|
+
"additionalProperties": true
|
|
46707
46858
|
}
|
|
46708
46859
|
},
|
|
46709
46860
|
"securitySchemes": {
|
|
@@ -51421,6 +51572,42 @@
|
|
|
51421
51572
|
}
|
|
51422
51573
|
}
|
|
51423
51574
|
]
|
|
51575
|
+
},
|
|
51576
|
+
"post": {
|
|
51577
|
+
"operationId": "CreateGadgetBudget",
|
|
51578
|
+
"responses": {
|
|
51579
|
+
"200": {
|
|
51580
|
+
"description": "Ok",
|
|
51581
|
+
"content": {
|
|
51582
|
+
"application/json": {
|
|
51583
|
+
"schema": {
|
|
51584
|
+
"$ref": "#/components/schemas/SanityGadgetBudget"
|
|
51585
|
+
}
|
|
51586
|
+
}
|
|
51587
|
+
}
|
|
51588
|
+
}
|
|
51589
|
+
},
|
|
51590
|
+
"tags": [
|
|
51591
|
+
"GadgetBudgets"
|
|
51592
|
+
],
|
|
51593
|
+
"security": [
|
|
51594
|
+
{
|
|
51595
|
+
"Implicit": [
|
|
51596
|
+
"api://3358ac8e-681e-4aeb-bfbf-bb008913c423/.default"
|
|
51597
|
+
]
|
|
51598
|
+
}
|
|
51599
|
+
],
|
|
51600
|
+
"parameters": [],
|
|
51601
|
+
"requestBody": {
|
|
51602
|
+
"required": true,
|
|
51603
|
+
"content": {
|
|
51604
|
+
"application/json": {
|
|
51605
|
+
"schema": {
|
|
51606
|
+
"$ref": "#/components/schemas/SanityCreateGadgetBudget"
|
|
51607
|
+
}
|
|
51608
|
+
}
|
|
51609
|
+
}
|
|
51610
|
+
}
|
|
51424
51611
|
}
|
|
51425
51612
|
},
|
|
51426
51613
|
"/v1.0/gadget-budgets/{id}": {
|
|
@@ -2082,6 +2082,12 @@
|
|
|
2082
2082
|
"address": {
|
|
2083
2083
|
"$ref": "#/components/schemas/sanityCandidateAddress"
|
|
2084
2084
|
},
|
|
2085
|
+
"allergies": {
|
|
2086
|
+
"type": "array",
|
|
2087
|
+
"items": {
|
|
2088
|
+
"type": "string"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2085
2091
|
"applicationLetter": {
|
|
2086
2092
|
"$ref": "#/components/schemas/sanityCandidateSignedContract"
|
|
2087
2093
|
},
|
|
@@ -2091,6 +2097,9 @@
|
|
|
2091
2097
|
"bankAccount": {
|
|
2092
2098
|
"type": "string"
|
|
2093
2099
|
},
|
|
2100
|
+
"birthDate": {
|
|
2101
|
+
"type": "string"
|
|
2102
|
+
},
|
|
2094
2103
|
"buddy": {
|
|
2095
2104
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
2096
2105
|
},
|
|
@@ -2112,6 +2121,9 @@
|
|
|
2112
2121
|
"cv": {
|
|
2113
2122
|
"$ref": "#/components/schemas/sanityCandidateSignedContract"
|
|
2114
2123
|
},
|
|
2124
|
+
"education": {
|
|
2125
|
+
"type": "string"
|
|
2126
|
+
},
|
|
2115
2127
|
"email": {
|
|
2116
2128
|
"type": "string"
|
|
2117
2129
|
},
|
|
@@ -2719,6 +2731,12 @@
|
|
|
2719
2731
|
"address": {
|
|
2720
2732
|
"$ref": "#/components/schemas/sanityPatchCandidateAddress"
|
|
2721
2733
|
},
|
|
2734
|
+
"allergies": {
|
|
2735
|
+
"type": "array",
|
|
2736
|
+
"items": {
|
|
2737
|
+
"type": "string"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2722
2740
|
"applicationLetter": {
|
|
2723
2741
|
"$ref": "#/components/schemas/sanityPatchCandidateApplicationLetter"
|
|
2724
2742
|
},
|
|
@@ -2728,6 +2746,9 @@
|
|
|
2728
2746
|
"bankAccount": {
|
|
2729
2747
|
"type": "string"
|
|
2730
2748
|
},
|
|
2749
|
+
"birthDate": {
|
|
2750
|
+
"type": "string"
|
|
2751
|
+
},
|
|
2731
2752
|
"buddy": {
|
|
2732
2753
|
"$ref": "#/components/schemas/employeeReference"
|
|
2733
2754
|
},
|
|
@@ -2749,6 +2770,9 @@
|
|
|
2749
2770
|
"cv": {
|
|
2750
2771
|
"$ref": "#/components/schemas/sanityPatchCandidateApplicationLetter"
|
|
2751
2772
|
},
|
|
2773
|
+
"education": {
|
|
2774
|
+
"type": "string"
|
|
2775
|
+
},
|
|
2752
2776
|
"email": {
|
|
2753
2777
|
"type": "string"
|
|
2754
2778
|
},
|
|
@@ -3006,6 +3030,12 @@
|
|
|
3006
3030
|
"type": "string",
|
|
3007
3031
|
"default": "system"
|
|
3008
3032
|
},
|
|
3033
|
+
"activateUrl": {
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3036
|
+
"deactivateUrl": {
|
|
3037
|
+
"type": "string"
|
|
3038
|
+
},
|
|
3009
3039
|
"description": {
|
|
3010
3040
|
"type": "array",
|
|
3011
3041
|
"items": {
|
package/specs/test/sanity.json
CHANGED
|
@@ -3893,6 +3893,12 @@
|
|
|
3893
3893
|
"type": "number",
|
|
3894
3894
|
"format": "double"
|
|
3895
3895
|
},
|
|
3896
|
+
"deactivateUrl": {
|
|
3897
|
+
"type": "string"
|
|
3898
|
+
},
|
|
3899
|
+
"activateUrl": {
|
|
3900
|
+
"type": "string"
|
|
3901
|
+
},
|
|
3896
3902
|
"links": {
|
|
3897
3903
|
"items": {
|
|
3898
3904
|
"type": "string"
|
|
@@ -23301,6 +23307,126 @@
|
|
|
23301
23307
|
"type": "object",
|
|
23302
23308
|
"additionalProperties": true
|
|
23303
23309
|
},
|
|
23310
|
+
"SanityCreateGadgetBudget": {
|
|
23311
|
+
"properties": {
|
|
23312
|
+
"yearlyBudgets": {
|
|
23313
|
+
"items": {
|
|
23314
|
+
"properties": {
|
|
23315
|
+
"sanityKey": {
|
|
23316
|
+
"type": "string"
|
|
23317
|
+
},
|
|
23318
|
+
"sanityType": {
|
|
23319
|
+
"type": "string",
|
|
23320
|
+
"enum": [
|
|
23321
|
+
"yearlyBudget"
|
|
23322
|
+
],
|
|
23323
|
+
"nullable": false
|
|
23324
|
+
},
|
|
23325
|
+
"equipmentList": {
|
|
23326
|
+
"items": {
|
|
23327
|
+
"oneOf": [
|
|
23328
|
+
{
|
|
23329
|
+
"allOf": [
|
|
23330
|
+
{
|
|
23331
|
+
"properties": {
|
|
23332
|
+
"sanityKey": {
|
|
23333
|
+
"type": "string"
|
|
23334
|
+
}
|
|
23335
|
+
},
|
|
23336
|
+
"required": [
|
|
23337
|
+
"sanityKey"
|
|
23338
|
+
],
|
|
23339
|
+
"type": "object"
|
|
23340
|
+
},
|
|
23341
|
+
{
|
|
23342
|
+
"$ref": "#/components/schemas/Poweroffice"
|
|
23343
|
+
}
|
|
23344
|
+
]
|
|
23345
|
+
},
|
|
23346
|
+
{
|
|
23347
|
+
"properties": {
|
|
23348
|
+
"sanityKey": {
|
|
23349
|
+
"type": "string"
|
|
23350
|
+
},
|
|
23351
|
+
"sanityType": {
|
|
23352
|
+
"type": "string",
|
|
23353
|
+
"enum": [
|
|
23354
|
+
"equipment"
|
|
23355
|
+
],
|
|
23356
|
+
"nullable": false
|
|
23357
|
+
},
|
|
23358
|
+
"budgetCost": {
|
|
23359
|
+
"type": "number",
|
|
23360
|
+
"format": "double"
|
|
23361
|
+
},
|
|
23362
|
+
"equipment": {
|
|
23363
|
+
"$ref": "#/components/schemas/EquipmentReference"
|
|
23364
|
+
}
|
|
23365
|
+
},
|
|
23366
|
+
"required": [
|
|
23367
|
+
"sanityKey",
|
|
23368
|
+
"sanityType"
|
|
23369
|
+
],
|
|
23370
|
+
"type": "object"
|
|
23371
|
+
},
|
|
23372
|
+
{
|
|
23373
|
+
"allOf": [
|
|
23374
|
+
{
|
|
23375
|
+
"properties": {
|
|
23376
|
+
"sanityKey": {
|
|
23377
|
+
"type": "string"
|
|
23378
|
+
}
|
|
23379
|
+
},
|
|
23380
|
+
"required": [
|
|
23381
|
+
"sanityKey"
|
|
23382
|
+
],
|
|
23383
|
+
"type": "object"
|
|
23384
|
+
},
|
|
23385
|
+
{
|
|
23386
|
+
"$ref": "#/components/schemas/Other"
|
|
23387
|
+
}
|
|
23388
|
+
]
|
|
23389
|
+
}
|
|
23390
|
+
]
|
|
23391
|
+
},
|
|
23392
|
+
"type": "array"
|
|
23393
|
+
},
|
|
23394
|
+
"amount": {
|
|
23395
|
+
"type": "number",
|
|
23396
|
+
"format": "double"
|
|
23397
|
+
},
|
|
23398
|
+
"year": {
|
|
23399
|
+
"type": "number",
|
|
23400
|
+
"format": "double"
|
|
23401
|
+
}
|
|
23402
|
+
},
|
|
23403
|
+
"required": [
|
|
23404
|
+
"sanityKey",
|
|
23405
|
+
"sanityType"
|
|
23406
|
+
],
|
|
23407
|
+
"type": "object"
|
|
23408
|
+
},
|
|
23409
|
+
"type": "array"
|
|
23410
|
+
},
|
|
23411
|
+
"employee": {
|
|
23412
|
+
"$ref": "#/components/schemas/EmployeeReference"
|
|
23413
|
+
},
|
|
23414
|
+
"sanityType": {
|
|
23415
|
+
"type": "string",
|
|
23416
|
+
"enum": [
|
|
23417
|
+
"gadget"
|
|
23418
|
+
],
|
|
23419
|
+
"nullable": false
|
|
23420
|
+
}
|
|
23421
|
+
},
|
|
23422
|
+
"required": [
|
|
23423
|
+
"yearlyBudgets",
|
|
23424
|
+
"employee",
|
|
23425
|
+
"sanityType"
|
|
23426
|
+
],
|
|
23427
|
+
"type": "object",
|
|
23428
|
+
"additionalProperties": true
|
|
23429
|
+
},
|
|
23304
23430
|
"SanityYearlyGadgetBudget": {
|
|
23305
23431
|
"properties": {
|
|
23306
23432
|
"sanityKey": {
|
|
@@ -31431,6 +31557,18 @@
|
|
|
31431
31557
|
"type": "object",
|
|
31432
31558
|
"nullable": true
|
|
31433
31559
|
},
|
|
31560
|
+
"education": {
|
|
31561
|
+
"type": "string"
|
|
31562
|
+
},
|
|
31563
|
+
"allergies": {
|
|
31564
|
+
"items": {
|
|
31565
|
+
"type": "string"
|
|
31566
|
+
},
|
|
31567
|
+
"type": "array"
|
|
31568
|
+
},
|
|
31569
|
+
"birthDate": {
|
|
31570
|
+
"type": "string"
|
|
31571
|
+
},
|
|
31434
31572
|
"snapchatUsername": {
|
|
31435
31573
|
"type": "string"
|
|
31436
31574
|
},
|
|
@@ -31575,6 +31713,12 @@
|
|
|
31575
31713
|
"type": "number",
|
|
31576
31714
|
"format": "double"
|
|
31577
31715
|
},
|
|
31716
|
+
"deactivateUrl": {
|
|
31717
|
+
"type": "string"
|
|
31718
|
+
},
|
|
31719
|
+
"activateUrl": {
|
|
31720
|
+
"type": "string"
|
|
31721
|
+
},
|
|
31578
31722
|
"links": {
|
|
31579
31723
|
"items": {
|
|
31580
31724
|
"type": "string"
|
|
@@ -33228,6 +33372,17 @@
|
|
|
33228
33372
|
"type": "string",
|
|
33229
33373
|
"nullable": true
|
|
33230
33374
|
},
|
|
33375
|
+
"allergies": {
|
|
33376
|
+
"items": {
|
|
33377
|
+
"type": "string"
|
|
33378
|
+
},
|
|
33379
|
+
"type": "array",
|
|
33380
|
+
"nullable": true
|
|
33381
|
+
},
|
|
33382
|
+
"education": {
|
|
33383
|
+
"type": "string",
|
|
33384
|
+
"nullable": true
|
|
33385
|
+
},
|
|
33231
33386
|
"candidate": {
|
|
33232
33387
|
"type": "string",
|
|
33233
33388
|
"nullable": true
|
|
@@ -33567,6 +33722,10 @@
|
|
|
33567
33722
|
"snapchatUsername": {
|
|
33568
33723
|
"type": "string",
|
|
33569
33724
|
"nullable": true
|
|
33725
|
+
},
|
|
33726
|
+
"birthDate": {
|
|
33727
|
+
"type": "string",
|
|
33728
|
+
"nullable": true
|
|
33570
33729
|
}
|
|
33571
33730
|
},
|
|
33572
33731
|
"type": "object",
|
|
@@ -46450,7 +46609,7 @@
|
|
|
46450
46609
|
],
|
|
46451
46610
|
"type": "object"
|
|
46452
46611
|
},
|
|
46453
|
-
"
|
|
46612
|
+
"SanityCreateAnnualWheel": {
|
|
46454
46613
|
"properties": {
|
|
46455
46614
|
"events": {
|
|
46456
46615
|
"items": {
|
|
@@ -46518,12 +46677,10 @@
|
|
|
46518
46677
|
"title",
|
|
46519
46678
|
"sanityType"
|
|
46520
46679
|
],
|
|
46521
|
-
"type": "object"
|
|
46522
|
-
|
|
46523
|
-
"SanityCreateAnnualWheel": {
|
|
46524
|
-
"$ref": "#/components/schemas/SanityCreate_AnnualWheel_"
|
|
46680
|
+
"type": "object",
|
|
46681
|
+
"additionalProperties": true
|
|
46525
46682
|
},
|
|
46526
|
-
"
|
|
46683
|
+
"SanityPatchAnnualWheel": {
|
|
46527
46684
|
"properties": {
|
|
46528
46685
|
"sanityType": {
|
|
46529
46686
|
"type": "string",
|
|
@@ -46591,12 +46748,10 @@
|
|
|
46591
46748
|
"nullable": true
|
|
46592
46749
|
}
|
|
46593
46750
|
},
|
|
46594
|
-
"type": "object"
|
|
46595
|
-
|
|
46596
|
-
"SanityPatchAnnualWheel": {
|
|
46597
|
-
"$ref": "#/components/schemas/SanityPatch_AnnualWheel_"
|
|
46751
|
+
"type": "object",
|
|
46752
|
+
"additionalProperties": true
|
|
46598
46753
|
},
|
|
46599
|
-
"
|
|
46754
|
+
"SanityCreateAnnualWheelEvent": {
|
|
46600
46755
|
"properties": {
|
|
46601
46756
|
"SmsRecipients": {
|
|
46602
46757
|
"items": {
|
|
@@ -46645,12 +46800,10 @@
|
|
|
46645
46800
|
"title",
|
|
46646
46801
|
"sanityType"
|
|
46647
46802
|
],
|
|
46648
|
-
"type": "object"
|
|
46649
|
-
|
|
46650
|
-
"SanityCreateAnnualWheelEvent": {
|
|
46651
|
-
"$ref": "#/components/schemas/SanityCreate_Annualevent_"
|
|
46803
|
+
"type": "object",
|
|
46804
|
+
"additionalProperties": true
|
|
46652
46805
|
},
|
|
46653
|
-
"
|
|
46806
|
+
"SanityPatchAnnualWheelEvent": {
|
|
46654
46807
|
"properties": {
|
|
46655
46808
|
"sanityType": {
|
|
46656
46809
|
"type": "string",
|
|
@@ -46700,10 +46853,8 @@
|
|
|
46700
46853
|
"nullable": true
|
|
46701
46854
|
}
|
|
46702
46855
|
},
|
|
46703
|
-
"type": "object"
|
|
46704
|
-
|
|
46705
|
-
"SanityPatchAnnualWheelEvent": {
|
|
46706
|
-
"$ref": "#/components/schemas/SanityPatch_Annualevent_"
|
|
46856
|
+
"type": "object",
|
|
46857
|
+
"additionalProperties": true
|
|
46707
46858
|
}
|
|
46708
46859
|
},
|
|
46709
46860
|
"securitySchemes": {
|
|
@@ -51421,6 +51572,42 @@
|
|
|
51421
51572
|
}
|
|
51422
51573
|
}
|
|
51423
51574
|
]
|
|
51575
|
+
},
|
|
51576
|
+
"post": {
|
|
51577
|
+
"operationId": "CreateGadgetBudget",
|
|
51578
|
+
"responses": {
|
|
51579
|
+
"200": {
|
|
51580
|
+
"description": "Ok",
|
|
51581
|
+
"content": {
|
|
51582
|
+
"application/json": {
|
|
51583
|
+
"schema": {
|
|
51584
|
+
"$ref": "#/components/schemas/SanityGadgetBudget"
|
|
51585
|
+
}
|
|
51586
|
+
}
|
|
51587
|
+
}
|
|
51588
|
+
}
|
|
51589
|
+
},
|
|
51590
|
+
"tags": [
|
|
51591
|
+
"GadgetBudgets"
|
|
51592
|
+
],
|
|
51593
|
+
"security": [
|
|
51594
|
+
{
|
|
51595
|
+
"Implicit": [
|
|
51596
|
+
"api://5dc55e32-6742-4fe9-b8b6-581cf56af144/.default"
|
|
51597
|
+
]
|
|
51598
|
+
}
|
|
51599
|
+
],
|
|
51600
|
+
"parameters": [],
|
|
51601
|
+
"requestBody": {
|
|
51602
|
+
"required": true,
|
|
51603
|
+
"content": {
|
|
51604
|
+
"application/json": {
|
|
51605
|
+
"schema": {
|
|
51606
|
+
"$ref": "#/components/schemas/SanityCreateGadgetBudget"
|
|
51607
|
+
}
|
|
51608
|
+
}
|
|
51609
|
+
}
|
|
51610
|
+
}
|
|
51424
51611
|
}
|
|
51425
51612
|
},
|
|
51426
51613
|
"/v1.0/gadget-budgets/{id}": {
|