@vertikalx/vtx-backend-client 2.0.0-dev-max.6 → 2.0.0-dev-max.7

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.
@@ -1466,7 +1466,7 @@ export interface Mutation {
1466
1466
  handleStravaCallback: StravaToken;
1467
1467
  refreshStravaToken: StravaToken;
1468
1468
  createSportsEvent: SportsEvent;
1469
- mergeSportsEvents: EditValueResponse;
1469
+ mergeSportsEvents: MergeEventsResponse;
1470
1470
  setFundingStatus: FundRaisingCampaign;
1471
1471
  createFundingCampaign: FundRaisingCampaign;
1472
1472
  updateFundingCampaign: FundRaisingCampaign;
@@ -3889,7 +3889,7 @@ export interface MutationGenqlSelection {
3889
3889
  input: CreateSportEventDto;
3890
3890
  };
3891
3891
  });
3892
- mergeSportsEvents?: (EditValueResponseGenqlSelection & {
3892
+ mergeSportsEvents?: (MergeEventsResponseGenqlSelection & {
3893
3893
  __args: {
3894
3894
  input: MergeSportsEventsDto;
3895
3895
  };
@@ -5663,7 +5663,7 @@ exports.default = {
5663
5663
  }
5664
5664
  ],
5665
5665
  "mergeSportsEvents": [
5666
- 131,
5666
+ 130,
5667
5667
  {
5668
5668
  "input": [
5669
5669
  188,