@shopby/shop-sdk 1.78.33 → 1.78.34
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.34](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.33...v1.78.34) (2025-01-12)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* get terms used 응답 값 변경 ([ab49cdb](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/ab49cdb93a607d8831ccc326d0870cc1f9a984d5))
|
|
11
|
+
|
|
5
12
|
### [1.78.33](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.78.32...v1.78.33) (2025-01-09)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -535,9 +535,7 @@ export interface GetTermsUsedRequest extends RequestConfig {
|
|
|
535
535
|
};
|
|
536
536
|
}
|
|
537
537
|
export declare type GetTermsUsedResponse = {
|
|
538
|
-
|
|
539
|
-
used: boolean;
|
|
540
|
-
};
|
|
538
|
+
termsList: Array<TermsType>;
|
|
541
539
|
};
|
|
542
540
|
export interface PostTermsRequest extends RequestConfig {
|
|
543
541
|
requestBody: {
|