@longvansoftware/service-js-client 1.6.3 → 1.6.4

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.
@@ -232,10 +232,10 @@ class AuthService extends serviceSDK_1.Service {
232
232
  };
233
233
  try {
234
234
  const response = yield this.graphqlQuery(query, variables);
235
- return response.CHECK_USERNAME_EXISTED;
235
+ return response.getUserLoginsByPartyId;
236
236
  }
237
237
  catch (error) {
238
- console.log(`Error in CHECK_USERNAME_EXISTED: ${error}`);
238
+ console.log(`Error in getUserLoginsByPartyId: ${error}`);
239
239
  throw error;
240
240
  }
241
241
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [