@shopby/shop-sdk 1.78.13 → 1.78.14

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.14](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.13...v1.78.14) (2024-10-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * parentArticle 타입 수정 ([b905353](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/b90535393147c8214e24a8c7a6d22ac33e60739c))
11
+
5
12
  ### [1.78.13](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.12...v1.78.13) (2024-10-29)
6
13
 
7
14
 
@@ -611,7 +611,7 @@ export interface PostBoardsPostsRequest extends RequestConfig {
611
611
  useAccessToken?: boolean;
612
612
  }
613
613
  declare type BoardsPostsItem = Omit<BoardsBoardNoArticlesItem, 'replied' | 'articleNo' | 'recommendCount' | 'notice' | 'content' | 'memberId' | 'reportCount'> & {
614
- parentArticle: GetBoardsBoardNoArticlesArticleNoResponse;
614
+ parentArticle: GetBoardsBoardNoPostsPostNoResponse;
615
615
  postSearchTags: string[];
616
616
  boardNo: number;
617
617
  scraped: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.78.13",
3
+ "version": "1.78.14",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",