@longvansoftware/service-js-client 1.10.3 → 1.10.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.
@@ -231,7 +231,7 @@ class AuthService extends serviceSDK_1.Service {
231
231
  partyId,
232
232
  };
233
233
  try {
234
- const response = yield this.graphqlQuery(query, variables);
234
+ const response = yield this.graphqlQueryV2(query, variables);
235
235
  return response.getUserLoginsByPartyId;
236
236
  }
237
237
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [