@shopby/shop-sdk 1.78.6 → 1.78.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.78.7](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.6...v1.78.7) (2024-10-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * replyEnabled 속성 추가 ([f79a098](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/f79a098b4368c1544c39f18dbfeef2cad846f421))
11
+
5
12
  ### [1.78.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.5...v1.78.6) (2024-10-28)
6
13
 
7
14
 
@@ -694,6 +694,7 @@ export interface GetBoardsBoardNoPostsPostNoResponse {
694
694
  parentArticle?: GetBoardsBoardNoArticlesArticleNoResponse;
695
695
  postSearchTags: string[];
696
696
  displayStatusType: DisplayStatusType;
697
+ replyEnabled?: boolean;
697
698
  }
698
699
  export interface GetBoardsBoardPostsPostNoRepliesRequest extends RequestConfig {
699
700
  pathVariable: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.6",
3
+ "version": "1.78.7",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",