@shopby/shop-sdk 1.3.2 → 1.3.3
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/build/types/admin.d.ts +1 -8
- package/package.json +1 -1
package/build/types/admin.d.ts
CHANGED
|
@@ -98,13 +98,6 @@ export interface MallsCategories1 {
|
|
|
98
98
|
categoryNo?: number;
|
|
99
99
|
label?: string;
|
|
100
100
|
}
|
|
101
|
-
export interface MallsCategoriesChildren {
|
|
102
|
-
depth?: number;
|
|
103
|
-
icon?: string;
|
|
104
|
-
categoryNo?: number;
|
|
105
|
-
label?: string;
|
|
106
|
-
content?: string;
|
|
107
|
-
}
|
|
108
101
|
export interface MallsCategoriesFlatCategories {
|
|
109
102
|
depth5CategoryNo?: number;
|
|
110
103
|
depth2DisplayOrder?: number;
|
|
@@ -135,7 +128,7 @@ export interface MallsCategoriesFlatCategories {
|
|
|
135
128
|
}
|
|
136
129
|
export interface MallsCategoriesMultiLevelCategories {
|
|
137
130
|
depth?: number;
|
|
138
|
-
children?:
|
|
131
|
+
children?: MallsCategoriesMultiLevelCategories[];
|
|
139
132
|
icon?: string;
|
|
140
133
|
categoryNo?: number;
|
|
141
134
|
label?: string;
|