@ikas/code-components-mcp 0.73.0 → 0.75.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-11T10:58:18.514Z",
|
|
3
3
|
"functions": [
|
|
4
4
|
{
|
|
5
5
|
"name": "apiListBlog",
|
|
@@ -6881,6 +6881,20 @@
|
|
|
6881
6881
|
"IkasProduct"
|
|
6882
6882
|
]
|
|
6883
6883
|
},
|
|
6884
|
+
{
|
|
6885
|
+
"name": "initProductOptionSet",
|
|
6886
|
+
"signature": "function initProductOptionSet(productOptionSet: IkasProductOptionSet): void",
|
|
6887
|
+
"description": "",
|
|
6888
|
+
"params": [],
|
|
6889
|
+
"returnType": "void",
|
|
6890
|
+
"categories": [],
|
|
6891
|
+
"related": [],
|
|
6892
|
+
"isAsync": false,
|
|
6893
|
+
"isClass": false,
|
|
6894
|
+
"parameterTypes": [
|
|
6895
|
+
"IkasProductOptionSet"
|
|
6896
|
+
]
|
|
6897
|
+
},
|
|
6884
6898
|
{
|
|
6885
6899
|
"name": "initBundleProducts",
|
|
6886
6900
|
"signature": "async function initBundleProducts(product: IkasProduct): Promise<void>",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-03-
|
|
2
|
+
"generatedAt": "2026-03-11T10:58:18.562Z",
|
|
3
3
|
"types": [
|
|
4
4
|
{
|
|
5
5
|
"name": "IkasProductAttributeDetail",
|
|
@@ -7993,6 +7993,7 @@
|
|
|
7993
7993
|
"filePath": "product/option-set/index.ts",
|
|
7994
7994
|
"relatedFunctions": [
|
|
7995
7995
|
"apiListProductOptionSet",
|
|
7996
|
+
"initProductOptionSet",
|
|
7996
7997
|
"setChildOptions",
|
|
7997
7998
|
"initOptionValues",
|
|
7998
7999
|
"getDisplayedOptions",
|