@ikas/code-components-mcp 0.75.0 → 0.77.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-11T10:58:18.514Z",
2
+ "generatedAt": "2026-03-11T11:49:38.767Z",
3
3
  "functions": [
4
4
  {
5
5
  "name": "apiListBlog",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-03-11T10:58:18.562Z",
2
+ "generatedAt": "2026-03-11T11:49:38.820Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
@@ -5194,6 +5194,11 @@
5194
5194
  "type": "number | null",
5195
5195
  "optional": false
5196
5196
  },
5197
+ {
5198
+ "name": "priceType",
5199
+ "type": "IkasProductOptionPriceTypeEnum | null",
5200
+ "optional": false
5201
+ },
5197
5202
  {
5198
5203
  "name": "value",
5199
5204
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "0.75.0",
3
+ "version": "0.77.0",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",