@shopby/shop-sdk 1.56.18 → 1.56.20

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,20 @@
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.56.20](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.19...v1.56.20) (2023-04-03)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 오타 수정 ([#239](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/239)) ([6a00da5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/6a00da56d5f8d0a7e31f44cca4430bd6061a6c8f))
11
+
12
+ ### [1.56.19](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.18...v1.56.19) (2023-04-03)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * /profile/claims api 타입 일부 수정 ([#237](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/237)) ([c989502](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/c989502a741523de9a7bffde18d1b09665ff5a73))
18
+
5
19
  ### [1.56.18](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.17...v1.56.18) (2023-03-31)
6
20
 
7
21
 
@@ -18,7 +18,7 @@ export interface GetProfileClaimsRequest {
18
18
  }
19
19
  export interface GetProfileClaimsResponse {
20
20
  totalCount: number;
21
- items: Nullable<Array<ProfileClaim>>;
21
+ items: Array<ProfileClaim>;
22
22
  }
23
23
  export interface ProfileClaim {
24
24
  claimReasonDetail: Nullable<string>;
@@ -218,7 +218,7 @@ export interface ClaimOption {
218
218
  orderStatusDate: OrderStatusDate;
219
219
  brandNameEn: string;
220
220
  productNameEn: string;
221
- optionNAme: string;
221
+ optionName: string;
222
222
  optionManagementCd: string;
223
223
  }
224
224
  export interface ClaimNextAction {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.56.18",
3
+ "version": "1.56.20",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",