@shopby/shop-sdk 1.2.5 → 1.2.6

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.
@@ -128,7 +128,7 @@ export interface GetBoardsBoardNoArticlesArticleNoResponse {
128
128
  modifierType?: string;
129
129
  content?: string;
130
130
  articleNo?: number;
131
- childArticles?: Array<object | boolean | string | number>;
131
+ childArticles?: Array<GetBoardsBoardNoArticlesArticleNoResponse>;
132
132
  registerNo?: number;
133
133
  registerGroupNames?: string;
134
134
  viewCnt?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/root.d.ts",