@snokam/mcp-api 0.13.0 → 0.15.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.
@@ -135,7 +135,7 @@
135
135
  "description": "Removes an order for the authenticated user.",
136
136
  "operationId": "RemoveMyOrder",
137
137
  "requestBody": {
138
- "description": "Order ID to remove",
138
+ "description": "Sanity document ID of the order to remove",
139
139
  "content": {
140
140
  "application/json": {
141
141
  "schema": {
@@ -3695,6 +3695,27 @@
3695
3695
  }
3696
3696
  }
3697
3697
  },
3698
+ "pageEmployeeOrderInner": {
3699
+ "type": "object",
3700
+ "properties": {
3701
+ "sanityType": {
3702
+ "enum": [
3703
+ "reference"
3704
+ ],
3705
+ "type": "string",
3706
+ "default": "reference"
3707
+ },
3708
+ "sanityKey": {
3709
+ "type": "string"
3710
+ },
3711
+ "sanityRef": {
3712
+ "type": "string"
3713
+ },
3714
+ "sanityWeak": {
3715
+ "type": "boolean"
3716
+ }
3717
+ }
3718
+ },
3698
3719
  "payItem": {
3699
3720
  "type": "object",
3700
3721
  "properties": {
@@ -4279,9 +4300,6 @@
4279
4300
  "type": "string"
4280
4301
  }
4281
4302
  },
4282
- "appRedemptionCode": {
4283
- "type": "string"
4284
- },
4285
4303
  "birth_date": {
4286
4304
  "type": "string"
4287
4305
  },
@@ -4335,6 +4353,12 @@
4335
4353
  "type": "number",
4336
4354
  "format": "double"
4337
4355
  },
4356
+ "isBot": {
4357
+ "type": "boolean"
4358
+ },
4359
+ "isSeekingProject": {
4360
+ "type": "boolean"
4361
+ },
4338
4362
  "manager": {
4339
4363
  "$ref": "#/components/schemas/sanityEmployeeManager"
4340
4364
  },
@@ -4357,6 +4381,9 @@
4357
4381
  "type": "number",
4358
4382
  "format": "double"
4359
4383
  },
4384
+ "personalProjectRequirements": {
4385
+ "type": "string"
4386
+ },
4360
4387
  "position": {
4361
4388
  "type": "string"
4362
4389
  },
@@ -4372,10 +4399,6 @@
4372
4399
  "sanityUpdatedAt": {
4373
4400
  "type": "string"
4374
4401
  },
4375
- "satisfaction": {
4376
- "type": "number",
4377
- "format": "double"
4378
- },
4379
4402
  "slug": {
4380
4403
  "$ref": "#/components/schemas/slug"
4381
4404
  },
@@ -4523,7 +4546,7 @@
4523
4546
  "leaders": {
4524
4547
  "type": "array",
4525
4548
  "items": {
4526
- "$ref": "#/components/schemas/sanityEmployeeGroupsInnerLeadersInner"
4549
+ "$ref": "#/components/schemas/pageEmployeeOrderInner"
4527
4550
  }
4528
4551
  },
4529
4552
  "name": {
@@ -4543,27 +4566,6 @@
4543
4566
  }
4544
4567
  }
4545
4568
  },
4546
- "sanityEmployeeGroupsInnerLeadersInner": {
4547
- "type": "object",
4548
- "properties": {
4549
- "sanityType": {
4550
- "enum": [
4551
- "reference"
4552
- ],
4553
- "type": "string",
4554
- "default": "reference"
4555
- },
4556
- "sanityKey": {
4557
- "type": "string"
4558
- },
4559
- "sanityRef": {
4560
- "type": "string"
4561
- },
4562
- "sanityWeak": {
4563
- "type": "boolean"
4564
- }
4565
- }
4566
- },
4567
4569
  "sanityEmployeeManager": {
4568
4570
  "type": "object",
4569
4571
  "properties": {