@snokam/mcp-api 0.88.0 → 0.89.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.
@@ -1736,7 +1736,7 @@
1736
1736
  "type": "string"
1737
1737
  },
1738
1738
  "blurred_image": {
1739
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1739
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
1740
1740
  },
1741
1741
  "boardMember": {
1742
1742
  "type": "boolean"
@@ -1776,7 +1776,7 @@
1776
1776
  }
1777
1777
  },
1778
1778
  "image": {
1779
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1779
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
1780
1780
  },
1781
1781
  "innovativeSalary": {
1782
1782
  "type": "boolean"
@@ -1800,7 +1800,7 @@
1800
1800
  "media": {
1801
1801
  "type": "array",
1802
1802
  "items": {
1803
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner"
1803
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
1804
1804
  }
1805
1805
  },
1806
1806
  "name": {
@@ -1843,7 +1843,7 @@
1843
1843
  "tags": {
1844
1844
  "type": "array",
1845
1845
  "items": {
1846
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1846
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
1847
1847
  }
1848
1848
  },
1849
1849
  "technologies": {
@@ -1891,7 +1891,7 @@
1891
1891
  "media": {
1892
1892
  "type": "array",
1893
1893
  "items": {
1894
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner"
1894
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
1895
1895
  }
1896
1896
  },
1897
1897
  "name": {
@@ -2124,7 +2124,7 @@
2124
2124
  "images": {
2125
2125
  "type": "array",
2126
2126
  "items": {
2127
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2127
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2128
2128
  }
2129
2129
  },
2130
2130
  "sanityId": {
@@ -2152,7 +2152,7 @@
2152
2152
  }
2153
2153
  },
2154
2154
  "image": {
2155
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2155
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2156
2156
  },
2157
2157
  "leaders": {
2158
2158
  "type": "array",
@@ -2194,7 +2194,7 @@
2194
2194
  "type": "string"
2195
2195
  },
2196
2196
  "image": {
2197
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2197
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2198
2198
  },
2199
2199
  "isBot": {
2200
2200
  "type": "boolean",
@@ -2216,7 +2216,7 @@
2216
2216
  "tags": {
2217
2217
  "type": "array",
2218
2218
  "items": {
2219
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2219
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2220
2220
  }
2221
2221
  },
2222
2222
  "telephone": {
@@ -2597,7 +2597,7 @@
2597
2597
  "type": "string"
2598
2598
  },
2599
2599
  "image": {
2600
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2600
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2601
2601
  },
2602
2602
  "isBot": {
2603
2603
  "type": "boolean",
@@ -2619,7 +2619,7 @@
2619
2619
  "tags": {
2620
2620
  "type": "array",
2621
2621
  "items": {
2622
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2622
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2623
2623
  }
2624
2624
  },
2625
2625
  "telephone": {
@@ -2706,31 +2706,36 @@
2706
2706
  }
2707
2707
  }
2708
2708
  },
2709
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
2709
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
2710
2710
  "type": "object",
2711
2711
  "properties": {
2712
2712
  "sanityType": {
2713
2713
  "enum": [
2714
- "technology"
2714
+ "image"
2715
2715
  ],
2716
2716
  "type": "string",
2717
- "default": "technology"
2718
- },
2719
- "parent": {
2720
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2717
+ "default": "image"
2721
2718
  },
2722
- "sanityId": {
2723
- "type": "string"
2719
+ "asset": {
2720
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2721
+ }
2722
+ }
2723
+ },
2724
+ "sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
2725
+ "type": "object",
2726
+ "properties": {
2727
+ "actualInstance": {
2728
+ "type": "object"
2724
2729
  },
2725
- "slug": {
2726
- "$ref": "#/components/schemas/slug"
2730
+ "isNullable": {
2731
+ "type": "boolean"
2727
2732
  },
2728
- "title": {
2733
+ "schemaType": {
2729
2734
  "type": "string"
2730
2735
  }
2731
2736
  }
2732
2737
  },
2733
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
2738
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
2734
2739
  "type": "object",
2735
2740
  "properties": {
2736
2741
  "sanityType": {
@@ -2751,32 +2756,27 @@
2751
2756
  }
2752
2757
  }
2753
2758
  },
2754
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5MediaInner": {
2755
- "type": "object",
2756
- "properties": {
2757
- "actualInstance": {
2758
- "type": "object"
2759
- },
2760
- "isNullable": {
2761
- "type": "boolean"
2762
- },
2763
- "schemaType": {
2764
- "type": "string"
2765
- }
2766
- }
2767
- },
2768
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
2759
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
2769
2760
  "type": "object",
2770
2761
  "properties": {
2771
2762
  "sanityType": {
2772
2763
  "enum": [
2773
- "image"
2764
+ "technology"
2774
2765
  ],
2775
2766
  "type": "string",
2776
- "default": "image"
2767
+ "default": "technology"
2777
2768
  },
2778
- "asset": {
2779
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2769
+ "parent": {
2770
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2771
+ },
2772
+ "sanityId": {
2773
+ "type": "string"
2774
+ },
2775
+ "slug": {
2776
+ "$ref": "#/components/schemas/slug"
2777
+ },
2778
+ "title": {
2779
+ "type": "string"
2780
2780
  }
2781
2781
  }
2782
2782
  },
@@ -2350,7 +2350,7 @@
2350
2350
  "type": "string"
2351
2351
  },
2352
2352
  "image": {
2353
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2353
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2354
2354
  },
2355
2355
  "isBot": {
2356
2356
  "type": "boolean",
@@ -2372,7 +2372,7 @@
2372
2372
  "tags": {
2373
2373
  "type": "array",
2374
2374
  "items": {
2375
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2375
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2376
2376
  }
2377
2377
  },
2378
2378
  "telephone": {
@@ -2394,39 +2394,39 @@
2394
2394
  }
2395
2395
  }
2396
2396
  },
2397
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
2397
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
2398
2398
  "type": "object",
2399
2399
  "properties": {
2400
2400
  "sanityType": {
2401
2401
  "enum": [
2402
- "tag"
2402
+ "image"
2403
2403
  ],
2404
2404
  "type": "string",
2405
- "default": "tag"
2406
- },
2407
- "name": {
2408
- "type": "string"
2409
- },
2410
- "sanityId": {
2411
- "type": "string"
2405
+ "default": "image"
2412
2406
  },
2413
- "slug": {
2414
- "$ref": "#/components/schemas/slug"
2407
+ "asset": {
2408
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2415
2409
  }
2416
2410
  }
2417
2411
  },
2418
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
2412
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
2419
2413
  "type": "object",
2420
2414
  "properties": {
2421
2415
  "sanityType": {
2422
2416
  "enum": [
2423
- "image"
2417
+ "tag"
2424
2418
  ],
2425
2419
  "type": "string",
2426
- "default": "image"
2420
+ "default": "tag"
2427
2421
  },
2428
- "asset": {
2429
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2422
+ "name": {
2423
+ "type": "string"
2424
+ },
2425
+ "sanityId": {
2426
+ "type": "string"
2427
+ },
2428
+ "slug": {
2429
+ "$ref": "#/components/schemas/slug"
2430
2430
  }
2431
2431
  }
2432
2432
  },
@@ -79,12 +79,20 @@
79
79
  "operationId": "CreateCandidate",
80
80
  "parameters": [
81
81
  {
82
- "name": "notify",
82
+ "name": "notifyEmail",
83
83
  "in": "query",
84
84
  "schema": {
85
85
  "type": "boolean"
86
86
  },
87
- "x-ms-summary": "If false, suppress the welcome email/SMS even when the candidate has contact info. Defaults to true."
87
+ "x-ms-summary": "If false, suppress the welcome email even when the candidate has an email on file. Defaults to true."
88
+ },
89
+ {
90
+ "name": "notifySms",
91
+ "in": "query",
92
+ "schema": {
93
+ "type": "boolean"
94
+ },
95
+ "x-ms-summary": "If false, suppress the welcome SMS even when the candidate has a phone on file. Defaults to true."
88
96
  }
89
97
  ],
90
98
  "requestBody": {
@@ -201,12 +209,20 @@
201
209
  "x-ms-summary": "Candidate Sanity id"
202
210
  },
203
211
  {
204
- "name": "notify",
212
+ "name": "notifyEmail",
205
213
  "in": "query",
206
214
  "schema": {
207
215
  "type": "boolean"
208
216
  },
209
- "x-ms-summary": "If true and the patch changes status, send the candidate the email/SMS for the new status"
217
+ "x-ms-summary": "If true and the patch changes status, send the candidate the email for the new status"
218
+ },
219
+ {
220
+ "name": "notifySms",
221
+ "in": "query",
222
+ "schema": {
223
+ "type": "boolean"
224
+ },
225
+ "x-ms-summary": "If true and the patch changes status, send the candidate the SMS for the new status"
210
226
  }
211
227
  ],
212
228
  "requestBody": {
@@ -2357,7 +2373,7 @@
2357
2373
  "type": "string"
2358
2374
  },
2359
2375
  "image": {
2360
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2376
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2361
2377
  },
2362
2378
  "isBot": {
2363
2379
  "type": "boolean",
@@ -2379,7 +2395,7 @@
2379
2395
  "tags": {
2380
2396
  "type": "array",
2381
2397
  "items": {
2382
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2398
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2383
2399
  }
2384
2400
  },
2385
2401
  "telephone": {
@@ -2421,7 +2437,7 @@
2421
2437
  }
2422
2438
  },
2423
2439
  "applicationLetter": {
2424
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2440
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2425
2441
  },
2426
2442
  "applicationOther": {
2427
2443
  "type": "string"
@@ -2439,7 +2455,7 @@
2439
2455
  "type": "string"
2440
2456
  },
2441
2457
  "contractPdf": {
2442
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2458
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2443
2459
  },
2444
2460
  "contractSignDate": {
2445
2461
  "type": "string"
@@ -2451,7 +2467,7 @@
2451
2467
  "type": "string"
2452
2468
  },
2453
2469
  "cv": {
2454
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2470
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2455
2471
  },
2456
2472
  "education": {
2457
2473
  "type": "string"
@@ -2469,7 +2485,7 @@
2469
2485
  "type": "string"
2470
2486
  },
2471
2487
  "grades": {
2472
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2488
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2473
2489
  },
2474
2490
  "jobPosition": {
2475
2491
  "$ref": "#/components/schemas/sanityCandidateJobPosition"
@@ -2481,7 +2497,7 @@
2481
2497
  }
2482
2498
  },
2483
2499
  "offerPdf": {
2484
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2500
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2485
2501
  },
2486
2502
  "onboardingChecklist": {
2487
2503
  "type": "array",
@@ -2533,7 +2549,7 @@
2533
2549
  "type": "string"
2534
2550
  },
2535
2551
  "signedContract": {
2536
- "$ref": "#/components/schemas/sanityCandidateSignedContract"
2552
+ "$ref": "#/components/schemas/sanityCandidateApplicationLetter"
2537
2553
  },
2538
2554
  "snapchatUsername": {
2539
2555
  "type": "string"
@@ -2569,6 +2585,24 @@
2569
2585
  }
2570
2586
  }
2571
2587
  },
2588
+ "sanityCandidateApplicationLetter": {
2589
+ "type": "object",
2590
+ "properties": {
2591
+ "sanityType": {
2592
+ "enum": [
2593
+ "file"
2594
+ ],
2595
+ "type": "string",
2596
+ "default": "file"
2597
+ },
2598
+ "asset": {
2599
+ "$ref": "#/components/schemas/sanityDocFileAsset"
2600
+ },
2601
+ "media": {
2602
+ "type": "object"
2603
+ }
2604
+ }
2605
+ },
2572
2606
  "sanityCandidateJobPosition": {
2573
2607
  "type": "object",
2574
2608
  "properties": {
@@ -2668,24 +2702,6 @@
2668
2702
  }
2669
2703
  }
2670
2704
  },
2671
- "sanityCandidateSignedContract": {
2672
- "type": "object",
2673
- "properties": {
2674
- "sanityType": {
2675
- "enum": [
2676
- "file"
2677
- ],
2678
- "type": "string",
2679
- "default": "file"
2680
- },
2681
- "asset": {
2682
- "$ref": "#/components/schemas/sanityDocFileAsset"
2683
- },
2684
- "media": {
2685
- "type": "object"
2686
- }
2687
- }
2688
- },
2689
2705
  "sanityCreateSystem": {
2690
2706
  "type": "object",
2691
2707
  "properties": {
@@ -2829,7 +2845,7 @@
2829
2845
  "type": "string"
2830
2846
  },
2831
2847
  "image": {
2832
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2848
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
2833
2849
  },
2834
2850
  "isBot": {
2835
2851
  "type": "boolean",
@@ -2851,7 +2867,7 @@
2851
2867
  "tags": {
2852
2868
  "type": "array",
2853
2869
  "items": {
2854
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2870
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
2855
2871
  }
2856
2872
  },
2857
2873
  "telephone": {
@@ -3518,39 +3534,39 @@
3518
3534
  }
3519
3535
  }
3520
3536
  },
3521
- "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
3537
+ "sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
3522
3538
  "type": "object",
3523
3539
  "properties": {
3524
3540
  "sanityType": {
3525
3541
  "enum": [
3526
- "tag"
3542
+ "image"
3527
3543
  ],
3528
3544
  "type": "string",
3529
- "default": "tag"
3530
- },
3531
- "name": {
3532
- "type": "string"
3533
- },
3534
- "sanityId": {
3535
- "type": "string"
3545
+ "default": "image"
3536
3546
  },
3537
- "slug": {
3538
- "$ref": "#/components/schemas/slug"
3547
+ "asset": {
3548
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3539
3549
  }
3540
3550
  }
3541
3551
  },
3542
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
3552
+ "sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
3543
3553
  "type": "object",
3544
3554
  "properties": {
3545
3555
  "sanityType": {
3546
3556
  "enum": [
3547
- "image"
3557
+ "tag"
3548
3558
  ],
3549
3559
  "type": "string",
3550
- "default": "image"
3560
+ "default": "tag"
3551
3561
  },
3552
- "asset": {
3553
- "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3562
+ "name": {
3563
+ "type": "string"
3564
+ },
3565
+ "sanityId": {
3566
+ "type": "string"
3567
+ },
3568
+ "slug": {
3569
+ "$ref": "#/components/schemas/slug"
3554
3570
  }
3555
3571
  }
3556
3572
  },