@shopby/shop-sdk 1.72.0 → 1.72.1
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.72.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.72.0...v1.72.1) (2024-04-05)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 스토라지 file 타입 export 누락 추가 ([cc505de](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/cc505ded88125fe7cb570b26c7d1d7ba207527ef))
|
|
11
|
+
|
|
5
12
|
## [1.72.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.71.1...v1.72.0) (2024-04-05)
|
|
6
13
|
|
|
7
14
|
|
package/build/src/index.d.ts
CHANGED
|
@@ -304,9 +304,9 @@ export declare const create: ({ baseURL, headerOption, customHttpRequest, versio
|
|
|
304
304
|
getCouponsProductsProductNoIssuableCoupons(request: import("../types").GetCouponsProductsProductNoIssuableCouponsRequest): Promise<import("../types/http").ResponseData<import("../types").GetCouponsProductsProductNoIssuableCouponsResponse>>;
|
|
305
305
|
};
|
|
306
306
|
storage: {
|
|
307
|
-
postFiles(request: import("../types
|
|
308
|
-
downloadFiles(request: import("../types
|
|
309
|
-
deleteFilesImages(request: import("../types
|
|
307
|
+
postFiles(request: import("../types").PostFilesRequest): Promise<import("../types/http").ResponseData<import("../types").PostFilesResponse>>;
|
|
308
|
+
downloadFiles(request: import("../types").DownloadFileRequest): Promise<import("../types/http").ResponseData<any>>;
|
|
309
|
+
deleteFilesImages(request: import("../types").DeleteFilesRequest): Promise<import("../types/http").ResponseData<void>>;
|
|
310
310
|
postFilesImages(request: import("../types").PostFilesImagesRequest): Promise<import("../types/http").ResponseData<import("../types").PostFilesImagesResponse>>;
|
|
311
311
|
};
|
|
312
312
|
workspace: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/storage/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../types/storage/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC"}
|