@ikas/code-components-mcp 0.117.0 → 0.119.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,6 +1,17 @@
1
1
  {
2
- "generatedAt": "2026-04-13T14:19:19.882Z",
2
+ "generatedAt": "2026-04-14T10:15:35.567Z",
3
3
  "functions": [
4
+ {
5
+ "name": "fbp_initAdvancedMatching",
6
+ "signature": "function fbp_initAdvancedMatching(userData: {\n em?: string | null;\n fn?: string | null;\n ln?: string | null;\n ph?: string | null;\n external_id?: string | null;\n ct?: string | null;\n st?: string | null;\n zp?: string | null;\n country?: string | null;\n}): void",
7
+ "description": "",
8
+ "params": [],
9
+ "returnType": "void",
10
+ "categories": [],
11
+ "related": [],
12
+ "isAsync": false,
13
+ "isClass": false
14
+ },
4
15
  {
5
16
  "name": "apiListBlog",
6
17
  "signature": "async function apiListBlog(params: ListBlogQueryParams): Promise<APIResponse<{ data: IkasBlog[]; count?: number | undefined; hasNext?: boolean | undefined; limit?: number | undefined; page?: number | undefined; }>>",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-13T14:19:19.953Z",
2
+ "generatedAt": "2026-04-14T10:15:35.594Z",
3
3
  "types": [
4
4
  {
5
5
  "name": "IkasProductAttributeDetail",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/code-components-mcp",
3
- "version": "0.117.0",
3
+ "version": "0.119.0",
4
4
  "description": "MCP server for ikas code components documentation",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",