@ikas/code-components-mcp 0.67.0 → 0.68.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.
package/data/storefront-api.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-
|
|
2
|
+
"generatedAt": "2026-03-10T10:30:27.428Z",
|
|
3
3
|
"functions": [
|
|
4
4
|
{
|
|
5
5
|
"name": "apiListBlog",
|
|
@@ -16162,6 +16162,21 @@
|
|
|
16162
16162
|
"isAsync": false,
|
|
16163
16163
|
"isClass": false
|
|
16164
16164
|
},
|
|
16165
|
+
{
|
|
16166
|
+
"name": "IkasComponentRenderer",
|
|
16167
|
+
"signature": "function IkasComponentRenderer({\n components,\n style,\n className,\n parentProps = {},\n map = {},\n}: IkasComponentRendererProps): VNode<ClassAttributes<HTMLElement> & { dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
|
|
16168
|
+
"description": "",
|
|
16169
|
+
"params": [],
|
|
16170
|
+
"returnType": "VNode<ClassAttributes<HTMLElement> & { dangerouslySetInnerHTML: { __html: string; }; style: { cssText?: string | null | undefined; length?: string | number | null | undefined; ... 496 more ...; zoom?: string | ... 2 more ... | undefined; }; className: string | undefined; }> | null",
|
|
16171
|
+
"categories": [],
|
|
16172
|
+
"related": [],
|
|
16173
|
+
"isAsync": false,
|
|
16174
|
+
"isClass": false,
|
|
16175
|
+
"parameterTypes": [
|
|
16176
|
+
"IkasComponentRenderer",
|
|
16177
|
+
"IkasComponentRendererProps"
|
|
16178
|
+
]
|
|
16179
|
+
},
|
|
16165
16180
|
{
|
|
16166
16181
|
"name": "httpRequest",
|
|
16167
16182
|
"signature": "async function httpRequest(url: string, method: HttpMethod, body?: Record<string, any>, headers?: Record<string, string>): Promise<FetchResponse>",
|