@shopby/shop-sdk 1.72.1 → 1.72.3
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,20 @@
|
|
|
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.3](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.72.2...v1.72.3) (2024-04-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 주문서 조회 api 응답에 blockUseAccumulationWhenUseCoupon 타입 추가 ([9e97937](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/9e97937ae9e9f888de9f702efe5e5d079c1a02f7))
|
|
11
|
+
|
|
12
|
+
### [1.72.2](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.72.1...v1.72.2) (2024-04-12)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* 간편 로그인 자동로그인 타입 추가 ([c5a91d0](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/c5a91d058c0034567960aeb0be8bf344832b6321))
|
|
18
|
+
|
|
5
19
|
### [1.72.1](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.72.0...v1.72.1) (2024-04-05)
|
|
6
20
|
|
|
7
21
|
|
|
@@ -69,6 +69,7 @@ export interface OauthOpenIdRequest extends RequestConfig {
|
|
|
69
69
|
code?: string;
|
|
70
70
|
openAccessToken?: string;
|
|
71
71
|
platformType?: string;
|
|
72
|
+
keepLogin?: string;
|
|
72
73
|
};
|
|
73
74
|
}
|
|
74
75
|
declare type OauthProviderType = 'ncp_naver' | 'ncp_kakao' | 'ncp_kakao-sync' | 'ncp_line' | 'ncp_facebook' | 'ncp_payco' | string;
|
|
@@ -268,6 +268,7 @@ export interface GetOrderSheetsOrderSheetNoResponse {
|
|
|
268
268
|
customTermsInfos: OrderSheetCustomTermsInfo[];
|
|
269
269
|
undeliverableCountries?: Array<CountryCode>;
|
|
270
270
|
internationalPaymentInfo?: InternationalPaymentInfo;
|
|
271
|
+
blockUseAccumulationWhenUseCoupon: boolean;
|
|
271
272
|
}
|
|
272
273
|
export interface ForeignPartner {
|
|
273
274
|
partnerName: string;
|