@shopby/shop-sdk 1.53.0 → 1.53.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.53.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.53.0...v1.53.1) (2023-03-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* make some type optional ([#180](https://gitlab.e-ncp.com/ncp-client/shop-sdk/issues/180)) ([8fdc20f](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/8fdc20fafa656686c40ebc5e2efbbf604d32d949))
|
|
11
|
+
|
|
5
12
|
## [1.53.0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.52.2...v1.53.0) (2023-03-20)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -289,7 +289,7 @@ export interface PostProfileOrderOptionsOrderOptionNoClaimsCancelRequestBody ext
|
|
|
289
289
|
}
|
|
290
290
|
export interface CancelRequestDefaultRequestBody {
|
|
291
291
|
claimReasonDetail: string;
|
|
292
|
-
responsibleObjectType
|
|
292
|
+
responsibleObjectType?: ResponsibleObjectType;
|
|
293
293
|
claimType: ClaimType;
|
|
294
294
|
saveBankAccountInfo: boolean;
|
|
295
295
|
bankAccountInfo?: BankAccountInfo;
|