@vertikalx/vtx-backend-client 1.0.0-dev-max.11 → 1.0.0-dev-max.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertikalx/vtx-backend-client",
3
- "version": "1.0.0-dev-max.11",
3
+ "version": "1.0.0-dev-max.12",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -2776,13 +2776,6 @@ class VTXBaseAPI {
2776
2776
  preferences: {
2777
2777
  _id: true,
2778
2778
  showProfileHelper: true
2779
- },
2780
- userDomain: {
2781
- user: {
2782
- _id: true,
2783
- suspended: true,
2784
- loginEmail: true,
2785
- }
2786
2779
  }
2787
2780
  };
2788
2781
  let retValue;