@ikas/code-components-mcp 1.4.0-beta.88 → 1.4.0-beta.89
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-06-23T15:
|
|
2
|
+
"generatedAt": "2026-06-23T15:31:36.049Z",
|
|
3
3
|
"types": [
|
|
4
4
|
{
|
|
5
5
|
"name": "IkasProductAttributeDetail",
|
|
@@ -12024,6 +12024,22 @@
|
|
|
12024
12024
|
],
|
|
12025
12025
|
"filePath": "theme-globals.ts"
|
|
12026
12026
|
},
|
|
12027
|
+
{
|
|
12028
|
+
"name": "RuntimeView",
|
|
12029
|
+
"kind": "type",
|
|
12030
|
+
"domain": "theme",
|
|
12031
|
+
"properties": [
|
|
12032
|
+
{
|
|
12033
|
+
"name": "name",
|
|
12034
|
+
"type": "never",
|
|
12035
|
+
"optional": true
|
|
12036
|
+
}
|
|
12037
|
+
],
|
|
12038
|
+
"extends": [
|
|
12039
|
+
"Omit<T, \"name\">"
|
|
12040
|
+
],
|
|
12041
|
+
"filePath": "theme-globals.ts"
|
|
12042
|
+
},
|
|
12027
12043
|
{
|
|
12028
12044
|
"name": "RuntimeThemeColorSchemes",
|
|
12029
12045
|
"kind": "type",
|