@snokam/mcp-api 0.180.2 → 0.180.3
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/accounting.json +6054 -0
- package/specs/production/blog.json +1646 -0
- package/specs/production/broker.json +137 -0
- package/specs/production/chatgpt.json +1867 -0
- package/specs/production/employees.json +3396 -0
- package/specs/production/events.json +2792 -0
- package/specs/production/notifications.json +840 -0
- package/specs/production/office.json +1910 -0
- package/specs/production/sync.json +277 -0
- package/specs/production/webshop.json +651 -0
- package/specs/test/accounting.json +2007 -25
- package/specs/test/blog.json +1646 -0
- package/specs/test/broker.json +137 -0
- package/specs/test/chatgpt.json +1867 -0
- package/specs/test/employees.json +147 -0
- package/specs/test/events.json +2792 -0
- package/specs/test/notifications.json +840 -0
- package/specs/test/office.json +1910 -0
- package/specs/test/recruitment.json +3948 -0
- package/specs/test/sales.json +42 -0
package/specs/test/sales.json
CHANGED
|
@@ -4601,6 +4601,48 @@
|
|
|
4601
4601
|
}
|
|
4602
4602
|
}
|
|
4603
4603
|
},
|
|
4604
|
+
"questionLocation": {
|
|
4605
|
+
"type": "object",
|
|
4606
|
+
"properties": {
|
|
4607
|
+
"xmlPart": {
|
|
4608
|
+
"type": "string",
|
|
4609
|
+
"nullable": true
|
|
4610
|
+
},
|
|
4611
|
+
"bodyIndex": {
|
|
4612
|
+
"type": "integer",
|
|
4613
|
+
"format": "int32",
|
|
4614
|
+
"nullable": true
|
|
4615
|
+
},
|
|
4616
|
+
"tableIndex": {
|
|
4617
|
+
"type": "integer",
|
|
4618
|
+
"format": "int32",
|
|
4619
|
+
"nullable": true
|
|
4620
|
+
},
|
|
4621
|
+
"rowIndex": {
|
|
4622
|
+
"type": "integer",
|
|
4623
|
+
"format": "int32",
|
|
4624
|
+
"nullable": true
|
|
4625
|
+
},
|
|
4626
|
+
"colIndex": {
|
|
4627
|
+
"type": "integer",
|
|
4628
|
+
"format": "int32",
|
|
4629
|
+
"nullable": true
|
|
4630
|
+
},
|
|
4631
|
+
"sdtId": {
|
|
4632
|
+
"type": "string",
|
|
4633
|
+
"nullable": true
|
|
4634
|
+
},
|
|
4635
|
+
"sheetName": {
|
|
4636
|
+
"type": "string",
|
|
4637
|
+
"nullable": true
|
|
4638
|
+
},
|
|
4639
|
+
"cellReference": {
|
|
4640
|
+
"type": "string",
|
|
4641
|
+
"nullable": true
|
|
4642
|
+
}
|
|
4643
|
+
},
|
|
4644
|
+
"nullable": true
|
|
4645
|
+
},
|
|
4604
4646
|
"sendTenderSlackMessageRequest": {
|
|
4605
4647
|
"type": "object",
|
|
4606
4648
|
"properties": {
|