@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
package/src/client/schema.d.ts
CHANGED
|
@@ -1576,7 +1576,7 @@ export interface Mutation {
|
|
|
1576
1576
|
createResetPasswordCode: EditValueResponse;
|
|
1577
1577
|
resetUserPassword: EditValueResponse;
|
|
1578
1578
|
validateToken: ValidatedToken;
|
|
1579
|
-
updateUserSuspendedStatus:
|
|
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?: (
|
|
4171
|
+
updateUserSuspendedStatus?: (EditValueResponseGenqlSelection & {
|
|
4172
4172
|
__args: {
|
|
4173
4173
|
input: UpdateUserSuspendedStatusDto;
|
|
4174
4174
|
};
|