@shopby/shop-sdk 1.42.3 → 1.42.4
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.42.4](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.42.3...v1.42.4) (2023-02-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* termstype 응답값 수정 ([03691a8](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/03691a8235476f0665b1b5f58c2a927130fe5d40))
|
|
11
|
+
|
|
5
12
|
### [1.42.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.42.2...v1.42.3) (2023-02-15)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -482,7 +482,7 @@ export interface GetTermsRequest extends RequestConfig {
|
|
|
482
482
|
};
|
|
483
483
|
}
|
|
484
484
|
export declare type GetTermsResponse = {
|
|
485
|
-
[key in TermsType]: TermsKey;
|
|
485
|
+
[key in Lowercase<TermsType>]: TermsKey;
|
|
486
486
|
};
|
|
487
487
|
export interface TermsKey {
|
|
488
488
|
contents: string;
|