@shopby/shop-sdk 1.56.18 → 1.56.19

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.56.19](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.18...v1.56.19) (2023-04-03)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * /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))
11
+
5
12
  ### [1.56.18](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.56.17...v1.56.18) (2023-03-31)
6
13
 
7
14
 
@@ -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>;
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.19",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",