@longvansoftware/storefront-js-client 3.1.0 → 3.1.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.
@@ -114,8 +114,8 @@ exports.UPDATE_PROFILE_MUTATION = (0, graphql_tag_1.gql) `
114
114
  `;
115
115
  exports.LINKING_USER_LOGIN_AND_USER_DETAIL_MUTATION = (0, graphql_tag_1.gql) `
116
116
  mutation LinkingUserLoginAndUserDetail(
117
- $userLoginId: String
118
- $partyId: String
117
+ $userLoginId: String!
118
+ $partyId: String!
119
119
  ) {
120
120
  linkingUserLoginAndUserDetail(userLoginId: $userLoginId, partyId: $partyId)
121
121
  }
@@ -35,7 +35,7 @@ export declare class AuthService extends Service {
35
35
  updateProfile(userLoginId: string, name: string, phone: string, email: string): Promise<any>;
36
36
  getUserLoginByUserLoginId(userLoginId: string): Promise<any>;
37
37
  checkUsernameExisted(username: string): Promise<any>;
38
- linkingUserLoginAndUserDetail(userLoginId: string | null, partyId: string | null): Promise<any>;
38
+ linkingUserLoginAndUserDetail(userLoginId: string, partyId: string): Promise<any>;
39
39
  createUserDetail(userLoginId: string): Promise<any>;
40
40
  sendSmsVerifyCode(username: string): Promise<any>;
41
41
  verifyCode(username: string, code: string): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [