@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.
@@ -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?: MallsCategoriesChildren[];
131
+ children?: MallsCategoriesMultiLevelCategories[];
139
132
  icon?: string;
140
133
  categoryNo?: number;
141
134
  label?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",