@shopby/shop-sdk 1.73.5 → 1.73.6

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.73.6](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.73.5...v1.73.6) (2024-06-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * oauth2 openid에 기존 회원 정보 타입 추가 ([325a4bf](https://gitlab.e-ncp.com/ncp-client/shop-sdk/commit/325a4bfd3f76ae7654e04708fe4989fd6c93c365))
11
+
5
12
  ### [1.73.5](https://gitlab.e-ncp.com/ncp-client/shop-sdk/compare/v1.73.4...v1.73.5) (2024-06-04)
6
13
 
7
14
 
@@ -121,6 +121,7 @@ export interface OauthTokenResponseV2 {
121
121
  refreshTokenExpiresIn: number;
122
122
  passwordChangeRequired: boolean;
123
123
  dormantMemberResponse?: DormantMemberResponse;
124
+ ordinaryMemberResponse?: OrdinaryMemberResponse;
124
125
  daysFromLastPasswordChange: number;
125
126
  accessToken: string;
126
127
  tokenType: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopby/shop-sdk",
3
- "version": "1.73.5",
3
+ "version": "1.73.6",
4
4
  "description": "",
5
5
  "main": "build/src/index.js",
6
6
  "types": "build/types/index.d.ts",