@vertikalx/vtx-backend-client 2.0.0-dev-alejo.3 → 2.0.0-dev-max.1
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/LICENSE.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { User, AddValuesResponse, UserToken, UserWithToken, Athlete, RegisterAthleteDto, Brand, CreateBrandDto, BrandGenqlSelection, AWSS3UploadUrl, AWSS3GetUploadDto, CreateTenantInput, Tenant, TenantWithUserLogin, RegisterUserToDomainFromEmailInput, DecodedToken, Sponsorship, SponsorshipGenqlSelection, CreateSponsorshipDto, SponsorAthleteInvitation, InviteAthletesDto, RegisterUserDto, VerificationCode, VerifyCodeDto, FindSponsorAthleteInvitationDto, FindVtxUserDto, City, SportLevel, Sport, UserImages, EditValueResponse, CreateAthleteCompetitionDto, AthleteCompetition, GetSportEventsDto, SportsEvent, CreateSportEventDto, GetAthleteCompetitionsDto, AthleteMembership, AthleteMembershipGenqlSelection, MembershipOrganizationReferenceGenqlSelection, MembershipOrganizationReference, CreateMembershipOrganizationDto, CreateAthleteMembershipDto, DeleteSingleValueDto, DeleteSingleValueResponse, FundRaisingCampaign, CreateFundingCampaignDto, FundRaisingCampaignGenqlSelection, AthleteQueryDto, AthleteQueryResponse, StripeSessionGenqlSelection, CreateStripeAccountDto, StripeSession, StripeAccountReferenceGenqlSelection, StripeAccountReference, StripeCheckoutSessionGenqlSelection, StripeCheckoutSession, DonationCheckoutDto, GetDatabaseFileDto, TextDatabaseFileGenqlSelection, TextDatabaseFile, StripeQueryDto, StripeObject, SetFundingStatusDto, EditPictureResponse, UploadAlbumsPicturesDto, EditPictureDto, Album, State, Country, AWSS3DeleteUseTypeKeyDto, AthleteIntegrationReference, AWSS3CallResult, SetCompetitionResultDto, AthleteCompetitionResult, CodeVerificationResponse, resetPasswordDto, DeleteValuesDto, existValueDto, ExistValueResponse, Receipt, ReceiptUrl, GetReceiptDto, DeleteValuesResponse, BudgetData, AddCompetitionBudgetDto, EditCompetitionBudgetDto, EditCampaignBudgetDto,
|
|
1
|
+
import { User, AddValuesResponse, UserToken, UserWithToken, Athlete, RegisterAthleteDto, Brand, CreateBrandDto, BrandGenqlSelection, AWSS3UploadUrl, AWSS3GetUploadDto, CreateTenantInput, Tenant, TenantWithUserLogin, RegisterUserToDomainFromEmailInput, DecodedToken, Sponsorship, SponsorshipGenqlSelection, CreateSponsorshipDto, SponsorAthleteInvitation, InviteAthletesDto, RegisterUserDto, VerificationCode, VerifyCodeDto, FindSponsorAthleteInvitationDto, FindVtxUserDto, City, SportLevel, Sport, UserImages, EditValueResponse, CreateAthleteCompetitionDto, AthleteCompetition, GetSportEventsDto, SportsEvent, CreateSportEventDto, GetAthleteCompetitionsDto, AthleteMembership, AthleteMembershipGenqlSelection, MembershipOrganizationReferenceGenqlSelection, MembershipOrganizationReference, CreateMembershipOrganizationDto, CreateAthleteMembershipDto, DeleteSingleValueDto, DeleteSingleValueResponse, FundRaisingCampaign, CreateFundingCampaignDto, FundRaisingCampaignGenqlSelection, AthleteQueryDto, AthleteQueryResponse, StripeSessionGenqlSelection, CreateStripeAccountDto, StripeSession, StripeAccountReferenceGenqlSelection, StripeAccountReference, StripeCheckoutSessionGenqlSelection, StripeCheckoutSession, DonationCheckoutDto, GetDatabaseFileDto, TextDatabaseFileGenqlSelection, TextDatabaseFile, StripeQueryDto, StripeObject, SetFundingStatusDto, EditPictureResponse, UploadAlbumsPicturesDto, EditPictureDto, Album, State, Country, AWSS3DeleteUseTypeKeyDto, AthleteIntegrationReference, AWSS3CallResult, SetCompetitionResultDto, AthleteCompetitionResult, CodeVerificationResponse, resetPasswordDto, DeleteValuesDto, existValueDto, ExistValueResponse, Receipt, ReceiptUrl, GetReceiptDto, DeleteValuesResponse, BudgetData, AddCompetitionBudgetDto, EditCompetitionBudgetDto, EditCampaignBudgetDto, GetAthleteCampaignsDto, UpdateFundingCampaignDto, SetCurrentCampaignDto } from '../client';
|
|
2
2
|
import { ITypedBackendResponse } from './backend-response';
|
|
3
3
|
import { APICallHeaders } from './api-call-headers';
|
|
4
4
|
import { VerificationCodeType } from '@stackbus/common-types';
|
package/src/api/vtx-base-api.js
CHANGED
|
@@ -3995,11 +3995,6 @@ class VTXBaseAPI {
|
|
|
3995
3995
|
outcome: true,
|
|
3996
3996
|
totalParticipants: true,
|
|
3997
3997
|
adversary: true,
|
|
3998
|
-
genderPosition: true,
|
|
3999
|
-
genderParticipants: true,
|
|
4000
|
-
categoryPosition: true,
|
|
4001
|
-
categoryParticipants: true,
|
|
4002
|
-
categoryName: true
|
|
4003
3998
|
},
|
|
4004
3999
|
fundRaisingCampaignIds: true,
|
|
4005
4000
|
budget: {
|
|
@@ -5315,12 +5310,6 @@ class VTXBaseAPI {
|
|
|
5315
5310
|
finishTimeMS: true,
|
|
5316
5311
|
resultWebLink: true,
|
|
5317
5312
|
totalParticipants: true,
|
|
5318
|
-
outcome: true,
|
|
5319
|
-
genderPosition: true,
|
|
5320
|
-
genderParticipants: true,
|
|
5321
|
-
categoryPosition: true,
|
|
5322
|
-
categoryParticipants: true,
|
|
5323
|
-
categoryName: true
|
|
5324
5313
|
}
|
|
5325
5314
|
},
|
|
5326
5315
|
affiliations: {
|
|
@@ -6944,12 +6933,7 @@ class VTXBaseAPI {
|
|
|
6944
6933
|
resultWebLink: true,
|
|
6945
6934
|
totalParticipants: true,
|
|
6946
6935
|
outcome: true,
|
|
6947
|
-
adversary: true
|
|
6948
|
-
genderPosition: true,
|
|
6949
|
-
genderParticipants: true,
|
|
6950
|
-
categoryPosition: true,
|
|
6951
|
-
categoryParticipants: true,
|
|
6952
|
-
categoryName: true
|
|
6936
|
+
adversary: true
|
|
6953
6937
|
};
|
|
6954
6938
|
try {
|
|
6955
6939
|
const response = await client.mutation({
|