@ikas/code-components-mcp 0.79.0 → 0.82.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-16T10:32:45.436Z",
|
|
3
3
|
"types": [
|
|
4
4
|
{
|
|
5
5
|
"name": "IkasProductAttributeDetail",
|
|
@@ -4960,6 +4960,29 @@
|
|
|
4960
4960
|
],
|
|
4961
4961
|
"filePath": "order/line-item/base-unit/unit-type/index.ts"
|
|
4962
4962
|
},
|
|
4963
|
+
{
|
|
4964
|
+
"name": "IkasOrderLineBundleProductSettings",
|
|
4965
|
+
"kind": "type",
|
|
4966
|
+
"domain": "order",
|
|
4967
|
+
"properties": [
|
|
4968
|
+
{
|
|
4969
|
+
"name": "bundleLineId",
|
|
4970
|
+
"type": "string",
|
|
4971
|
+
"optional": false
|
|
4972
|
+
},
|
|
4973
|
+
{
|
|
4974
|
+
"name": "bundleLineQuantity",
|
|
4975
|
+
"type": "number",
|
|
4976
|
+
"optional": false
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"name": "name",
|
|
4980
|
+
"type": "string | null",
|
|
4981
|
+
"optional": false
|
|
4982
|
+
}
|
|
4983
|
+
],
|
|
4984
|
+
"filePath": "order/line-item/bundle-product-settings/index.ts"
|
|
4985
|
+
},
|
|
4963
4986
|
{
|
|
4964
4987
|
"name": "IkasOrderLineDiscount",
|
|
4965
4988
|
"kind": "type",
|
|
@@ -5103,6 +5126,11 @@
|
|
|
5103
5126
|
"type": "IkasOrderLineVariant",
|
|
5104
5127
|
"optional": false
|
|
5105
5128
|
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "bundleProductSettings",
|
|
5131
|
+
"type": "IkasOrderLineBundleProductSettings | null",
|
|
5132
|
+
"optional": false
|
|
5133
|
+
},
|
|
5106
5134
|
{
|
|
5107
5135
|
"name": "orderedAt",
|
|
5108
5136
|
"type": "number",
|