@snokam/mcp-api 0.63.0 → 0.63.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/test/recruitment.json +42 -0
- package/specs/test/sales.json +42 -0
package/package.json
CHANGED
|
@@ -1777,6 +1777,48 @@
|
|
|
1777
1777
|
}
|
|
1778
1778
|
}
|
|
1779
1779
|
},
|
|
1780
|
+
"componentBlocksInnerOneOfChildrenInner": {
|
|
1781
|
+
"type": "object",
|
|
1782
|
+
"properties": {
|
|
1783
|
+
"sanityType": {
|
|
1784
|
+
"enum": [
|
|
1785
|
+
"span"
|
|
1786
|
+
],
|
|
1787
|
+
"type": "string",
|
|
1788
|
+
"default": "span"
|
|
1789
|
+
},
|
|
1790
|
+
"marks": {
|
|
1791
|
+
"type": "array",
|
|
1792
|
+
"items": {
|
|
1793
|
+
"type": "string"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
"sanityKey": {
|
|
1797
|
+
"type": "string"
|
|
1798
|
+
},
|
|
1799
|
+
"text": {
|
|
1800
|
+
"type": "string"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {
|
|
1807
|
+
"sanityType": {
|
|
1808
|
+
"enum": [
|
|
1809
|
+
"link"
|
|
1810
|
+
],
|
|
1811
|
+
"type": "string",
|
|
1812
|
+
"default": "link"
|
|
1813
|
+
},
|
|
1814
|
+
"href": {
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
},
|
|
1817
|
+
"sanityKey": {
|
|
1818
|
+
"type": "string"
|
|
1819
|
+
}
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1780
1822
|
"createCandidateInput": {
|
|
1781
1823
|
"type": "object",
|
|
1782
1824
|
"properties": {
|
package/specs/test/sales.json
CHANGED
|
@@ -3666,6 +3666,48 @@
|
|
|
3666
3666
|
}
|
|
3667
3667
|
}
|
|
3668
3668
|
},
|
|
3669
|
+
"questionLocation": {
|
|
3670
|
+
"type": "object",
|
|
3671
|
+
"properties": {
|
|
3672
|
+
"xmlPart": {
|
|
3673
|
+
"type": "string",
|
|
3674
|
+
"nullable": true
|
|
3675
|
+
},
|
|
3676
|
+
"bodyIndex": {
|
|
3677
|
+
"type": "integer",
|
|
3678
|
+
"format": "int32",
|
|
3679
|
+
"nullable": true
|
|
3680
|
+
},
|
|
3681
|
+
"tableIndex": {
|
|
3682
|
+
"type": "integer",
|
|
3683
|
+
"format": "int32",
|
|
3684
|
+
"nullable": true
|
|
3685
|
+
},
|
|
3686
|
+
"rowIndex": {
|
|
3687
|
+
"type": "integer",
|
|
3688
|
+
"format": "int32",
|
|
3689
|
+
"nullable": true
|
|
3690
|
+
},
|
|
3691
|
+
"colIndex": {
|
|
3692
|
+
"type": "integer",
|
|
3693
|
+
"format": "int32",
|
|
3694
|
+
"nullable": true
|
|
3695
|
+
},
|
|
3696
|
+
"sdtId": {
|
|
3697
|
+
"type": "string",
|
|
3698
|
+
"nullable": true
|
|
3699
|
+
},
|
|
3700
|
+
"sheetName": {
|
|
3701
|
+
"type": "string",
|
|
3702
|
+
"nullable": true
|
|
3703
|
+
},
|
|
3704
|
+
"cellReference": {
|
|
3705
|
+
"type": "string",
|
|
3706
|
+
"nullable": true
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"nullable": true
|
|
3710
|
+
},
|
|
3669
3711
|
"salesforceAttributes": {
|
|
3670
3712
|
"type": "object",
|
|
3671
3713
|
"properties": {
|