@vertikalx/vtx-backend-client 1.0.1-dev-max.16 → 1.0.1-dev-max.18

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.1-dev-max.16",
3
+ "version": "1.0.1-dev-max.18",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -2767,13 +2767,6 @@ class VTXBaseAPI {
2767
2767
  _id: true,
2768
2768
  showProfileHelper: true
2769
2769
  },
2770
- userDomain: {
2771
- user: {
2772
- _id: true,
2773
- suspended: true,
2774
- loginEmail: true,
2775
- }
2776
- }
2777
2770
  };
2778
2771
  let retValue;
2779
2772
  try {