@vertikalx/vtx-backend-client 3.0.0-dev-max.15 → 3.0.0-dev-max.16

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": "3.0.0-dev-max.15",
3
+ "version": "3.0.0-dev-max.16",
4
4
  "description": "GraphQL API generated client for VTX",
5
5
  "types": "src/index.d.ts",
6
6
  "main": "src/index.js",
@@ -1576,7 +1576,7 @@ export interface Mutation {
1576
1576
  createResetPasswordCode: EditValueResponse;
1577
1577
  resetUserPassword: EditValueResponse;
1578
1578
  validateToken: ValidatedToken;
1579
- updateUserSuspendedStatus: AdminUserView;
1579
+ updateUserSuspendedStatus: EditValueResponse;
1580
1580
  handleStravaCallback: StravaToken;
1581
1581
  refreshStravaToken: StravaToken;
1582
1582
  createSportsEvent: SportsEvent;
@@ -4168,7 +4168,7 @@ export interface MutationGenqlSelection {
4168
4168
  input: Scalars['String'];
4169
4169
  };
4170
4170
  });
4171
- updateUserSuspendedStatus?: (AdminUserViewGenqlSelection & {
4171
+ updateUserSuspendedStatus?: (EditValueResponseGenqlSelection & {
4172
4172
  __args: {
4173
4173
  input: UpdateUserSuspendedStatusDto;
4174
4174
  };
@@ -6047,7 +6047,7 @@ exports.default = {
6047
6047
  }
6048
6048
  ],
6049
6049
  "updateUserSuspendedStatus": [
6050
- 135,
6050
+ 136,
6051
6051
  {
6052
6052
  "input": [
6053
6053
  260,