@vertikalx/vtx-backend-client 3.0.0-dev-alejo.7 → 3.0.0-dev-max.4
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 +1 -1
- package/src/api/vtx-base-api.d.ts +5 -4
- package/src/api/vtx-base-api.js +81 -23
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +61 -44
- package/src/client/schema.js +8 -8
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +31 -18
- package/src/client/types.js +150 -115
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -9,9 +9,9 @@ exports.default = {
|
|
|
9
9
|
102,
|
|
10
10
|
127,
|
|
11
11
|
128,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
146,
|
|
13
|
+
150,
|
|
14
|
+
217
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -2779,7 +2779,7 @@ exports.default = {
|
|
|
2779
2779
|
89
|
|
2780
2780
|
],
|
|
2781
2781
|
"mode": [
|
|
2782
|
-
|
|
2782
|
+
217
|
|
2783
2783
|
],
|
|
2784
2784
|
"athleteId": [
|
|
2785
2785
|
1
|
|
@@ -3327,6 +3327,50 @@ exports.default = {
|
|
|
3327
3327
|
1
|
|
3328
3328
|
]
|
|
3329
3329
|
},
|
|
3330
|
+
"Donation": {
|
|
3331
|
+
"checkoutSessionId": [
|
|
3332
|
+
1
|
|
3333
|
+
],
|
|
3334
|
+
"fundingCheckoutSessionDataId": [
|
|
3335
|
+
1
|
|
3336
|
+
],
|
|
3337
|
+
"donationMode": [
|
|
3338
|
+
1
|
|
3339
|
+
],
|
|
3340
|
+
"completed": [
|
|
3341
|
+
2
|
|
3342
|
+
],
|
|
3343
|
+
"confirmed": [
|
|
3344
|
+
2
|
|
3345
|
+
],
|
|
3346
|
+
"donationAmount": [
|
|
3347
|
+
18
|
|
3348
|
+
],
|
|
3349
|
+
"completedDate": [
|
|
3350
|
+
14
|
|
3351
|
+
],
|
|
3352
|
+
"createdDate": [
|
|
3353
|
+
14
|
|
3354
|
+
],
|
|
3355
|
+
"athleteId": [
|
|
3356
|
+
1
|
|
3357
|
+
],
|
|
3358
|
+
"athleteName": [
|
|
3359
|
+
1
|
|
3360
|
+
],
|
|
3361
|
+
"message": [
|
|
3362
|
+
1
|
|
3363
|
+
],
|
|
3364
|
+
"athleteReference": [
|
|
3365
|
+
99
|
|
3366
|
+
],
|
|
3367
|
+
"campaignReference": [
|
|
3368
|
+
89
|
|
3369
|
+
],
|
|
3370
|
+
"__typename": [
|
|
3371
|
+
1
|
|
3372
|
+
]
|
|
3373
|
+
},
|
|
3330
3374
|
"Member": {
|
|
3331
3375
|
"_id": [
|
|
3332
3376
|
1
|
|
@@ -3341,7 +3385,7 @@ exports.default = {
|
|
|
3341
3385
|
27
|
|
3342
3386
|
],
|
|
3343
3387
|
"donations": [
|
|
3344
|
-
|
|
3388
|
+
133
|
|
3345
3389
|
],
|
|
3346
3390
|
"__typename": [
|
|
3347
3391
|
1
|
|
@@ -3391,7 +3435,7 @@ exports.default = {
|
|
|
3391
3435
|
},
|
|
3392
3436
|
"CursorPaginationResponse": {
|
|
3393
3437
|
"sort": [
|
|
3394
|
-
|
|
3438
|
+
137
|
|
3395
3439
|
],
|
|
3396
3440
|
"initialCursorId": [
|
|
3397
3441
|
1
|
|
@@ -3423,7 +3467,7 @@ exports.default = {
|
|
|
3423
3467
|
100
|
|
3424
3468
|
],
|
|
3425
3469
|
"cursor": [
|
|
3426
|
-
|
|
3470
|
+
138
|
|
3427
3471
|
],
|
|
3428
3472
|
"__typename": [
|
|
3429
3473
|
1
|
|
@@ -3487,7 +3531,7 @@ exports.default = {
|
|
|
3487
3531
|
},
|
|
3488
3532
|
"CompetitionDeleteVerificationResponse": {
|
|
3489
3533
|
"reasons": [
|
|
3490
|
-
|
|
3534
|
+
143
|
|
3491
3535
|
],
|
|
3492
3536
|
"__typename": [
|
|
3493
3537
|
1
|
|
@@ -3498,7 +3542,7 @@ exports.default = {
|
|
|
3498
3542
|
1
|
|
3499
3543
|
],
|
|
3500
3544
|
"json": [
|
|
3501
|
-
|
|
3545
|
+
146
|
|
3502
3546
|
],
|
|
3503
3547
|
"__typename": [
|
|
3504
3548
|
1
|
|
@@ -3568,7 +3612,7 @@ exports.default = {
|
|
|
3568
3612
|
1
|
|
3569
3613
|
],
|
|
3570
3614
|
"status": [
|
|
3571
|
-
|
|
3615
|
+
150
|
|
3572
3616
|
],
|
|
3573
3617
|
"lastError": [
|
|
3574
3618
|
1
|
|
@@ -3592,50 +3636,6 @@ exports.default = {
|
|
|
3592
3636
|
1
|
|
3593
3637
|
]
|
|
3594
3638
|
},
|
|
3595
|
-
"Donation": {
|
|
3596
|
-
"checkoutSessionId": [
|
|
3597
|
-
1
|
|
3598
|
-
],
|
|
3599
|
-
"fundingCheckoutSessionDataId": [
|
|
3600
|
-
1
|
|
3601
|
-
],
|
|
3602
|
-
"donationMode": [
|
|
3603
|
-
1
|
|
3604
|
-
],
|
|
3605
|
-
"completed": [
|
|
3606
|
-
2
|
|
3607
|
-
],
|
|
3608
|
-
"confirmed": [
|
|
3609
|
-
2
|
|
3610
|
-
],
|
|
3611
|
-
"donationAmount": [
|
|
3612
|
-
18
|
|
3613
|
-
],
|
|
3614
|
-
"completedDate": [
|
|
3615
|
-
14
|
|
3616
|
-
],
|
|
3617
|
-
"createdDate": [
|
|
3618
|
-
14
|
|
3619
|
-
],
|
|
3620
|
-
"athleteId": [
|
|
3621
|
-
1
|
|
3622
|
-
],
|
|
3623
|
-
"athleteName": [
|
|
3624
|
-
1
|
|
3625
|
-
],
|
|
3626
|
-
"message": [
|
|
3627
|
-
1
|
|
3628
|
-
],
|
|
3629
|
-
"athleteReference": [
|
|
3630
|
-
99
|
|
3631
|
-
],
|
|
3632
|
-
"campaignReference": [
|
|
3633
|
-
89
|
|
3634
|
-
],
|
|
3635
|
-
"__typename": [
|
|
3636
|
-
1
|
|
3637
|
-
]
|
|
3638
|
-
},
|
|
3639
3639
|
"CreateDatabaseFileDto": {
|
|
3640
3640
|
"identifier": [
|
|
3641
3641
|
1
|
|
@@ -4826,6 +4826,26 @@ exports.default = {
|
|
|
4826
4826
|
1
|
|
4827
4827
|
]
|
|
4828
4828
|
},
|
|
4829
|
+
"RegisterMemberDto": {
|
|
4830
|
+
"email": [
|
|
4831
|
+
1
|
|
4832
|
+
],
|
|
4833
|
+
"firstName": [
|
|
4834
|
+
1
|
|
4835
|
+
],
|
|
4836
|
+
"lastName": [
|
|
4837
|
+
1
|
|
4838
|
+
],
|
|
4839
|
+
"screenName": [
|
|
4840
|
+
1
|
|
4841
|
+
],
|
|
4842
|
+
"profilePicture": [
|
|
4843
|
+
175
|
|
4844
|
+
],
|
|
4845
|
+
"__typename": [
|
|
4846
|
+
1
|
|
4847
|
+
]
|
|
4848
|
+
},
|
|
4829
4849
|
"DonationMode": {},
|
|
4830
4850
|
"Query": {
|
|
4831
4851
|
"findTenantById": [
|
|
@@ -4897,7 +4917,7 @@ exports.default = {
|
|
|
4897
4917
|
32,
|
|
4898
4918
|
{
|
|
4899
4919
|
"input": [
|
|
4900
|
-
|
|
4920
|
+
219,
|
|
4901
4921
|
"AWSS3GetUploadDto!"
|
|
4902
4922
|
]
|
|
4903
4923
|
}
|
|
@@ -4959,13 +4979,13 @@ exports.default = {
|
|
|
4959
4979
|
104,
|
|
4960
4980
|
{
|
|
4961
4981
|
"input": [
|
|
4962
|
-
|
|
4982
|
+
220,
|
|
4963
4983
|
"FindSponsorAthleteInvitationDto!"
|
|
4964
4984
|
]
|
|
4965
4985
|
}
|
|
4966
4986
|
],
|
|
4967
4987
|
"verifyAthleteCompetitionLinkedForDelete": [
|
|
4968
|
-
|
|
4988
|
+
144,
|
|
4969
4989
|
{
|
|
4970
4990
|
"input": [
|
|
4971
4991
|
178,
|
|
@@ -4977,7 +4997,7 @@ exports.default = {
|
|
|
4977
4997
|
100
|
|
4978
4998
|
],
|
|
4979
4999
|
"queryAthleteFundingCampaigns": [
|
|
4980
|
-
|
|
5000
|
+
139,
|
|
4981
5001
|
{
|
|
4982
5002
|
"input": [
|
|
4983
5003
|
173,
|
|
@@ -5028,7 +5048,7 @@ exports.default = {
|
|
|
5028
5048
|
81,
|
|
5029
5049
|
{
|
|
5030
5050
|
"input": [
|
|
5031
|
-
|
|
5051
|
+
221,
|
|
5032
5052
|
"GetAthleteCompetitionsDto!"
|
|
5033
5053
|
]
|
|
5034
5054
|
}
|
|
@@ -5073,7 +5093,7 @@ exports.default = {
|
|
|
5073
5093
|
}
|
|
5074
5094
|
],
|
|
5075
5095
|
"queryAthleteWithFilter": [
|
|
5076
|
-
|
|
5096
|
+
139,
|
|
5077
5097
|
{
|
|
5078
5098
|
"input": [
|
|
5079
5099
|
173,
|
|
@@ -5091,7 +5111,7 @@ exports.default = {
|
|
|
5091
5111
|
}
|
|
5092
5112
|
],
|
|
5093
5113
|
"screenNameAvailability": [
|
|
5094
|
-
|
|
5114
|
+
142,
|
|
5095
5115
|
{
|
|
5096
5116
|
"input": [
|
|
5097
5117
|
178,
|
|
@@ -5193,7 +5213,7 @@ exports.default = {
|
|
|
5193
5213
|
0,
|
|
5194
5214
|
{
|
|
5195
5215
|
"input": [
|
|
5196
|
-
|
|
5216
|
+
222,
|
|
5197
5217
|
"FindVtxUserDto!"
|
|
5198
5218
|
]
|
|
5199
5219
|
}
|
|
@@ -5212,7 +5232,7 @@ exports.default = {
|
|
|
5212
5232
|
}
|
|
5213
5233
|
],
|
|
5214
5234
|
"getUserImagesFromEmail": [
|
|
5215
|
-
|
|
5235
|
+
147,
|
|
5216
5236
|
{
|
|
5217
5237
|
"loginEmail": [
|
|
5218
5238
|
1,
|
|
@@ -5245,7 +5265,7 @@ exports.default = {
|
|
|
5245
5265
|
75,
|
|
5246
5266
|
{
|
|
5247
5267
|
"input": [
|
|
5248
|
-
|
|
5268
|
+
223,
|
|
5249
5269
|
"GetSportEventsDto!"
|
|
5250
5270
|
]
|
|
5251
5271
|
}
|
|
@@ -5275,7 +5295,7 @@ exports.default = {
|
|
|
5275
5295
|
116
|
|
5276
5296
|
],
|
|
5277
5297
|
"stripeQuery": [
|
|
5278
|
-
|
|
5298
|
+
145,
|
|
5279
5299
|
{
|
|
5280
5300
|
"input": [
|
|
5281
5301
|
211,
|
|
@@ -5310,10 +5330,16 @@ exports.default = {
|
|
|
5310
5330
|
]
|
|
5311
5331
|
}
|
|
5312
5332
|
],
|
|
5313
|
-
"getDonationsByMember": [
|
|
5314
|
-
117
|
|
5315
|
-
],
|
|
5316
5333
|
"findMemberForUser": [
|
|
5334
|
+
134,
|
|
5335
|
+
{
|
|
5336
|
+
"loginEmail": [
|
|
5337
|
+
1,
|
|
5338
|
+
"String!"
|
|
5339
|
+
]
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5342
|
+
"getDonationsByMember": [
|
|
5317
5343
|
133
|
|
5318
5344
|
],
|
|
5319
5345
|
"__typename": [
|
|
@@ -5377,7 +5403,7 @@ exports.default = {
|
|
|
5377
5403
|
5,
|
|
5378
5404
|
{
|
|
5379
5405
|
"tenant": [
|
|
5380
|
-
|
|
5406
|
+
225,
|
|
5381
5407
|
"CreateTenantInput!"
|
|
5382
5408
|
]
|
|
5383
5409
|
}
|
|
@@ -5386,7 +5412,7 @@ exports.default = {
|
|
|
5386
5412
|
11,
|
|
5387
5413
|
{
|
|
5388
5414
|
"tenant": [
|
|
5389
|
-
|
|
5415
|
+
225,
|
|
5390
5416
|
"CreateTenantInput!"
|
|
5391
5417
|
]
|
|
5392
5418
|
}
|
|
@@ -5395,7 +5421,7 @@ exports.default = {
|
|
|
5395
5421
|
3,
|
|
5396
5422
|
{
|
|
5397
5423
|
"user": [
|
|
5398
|
-
|
|
5424
|
+
226,
|
|
5399
5425
|
"CreateActiveUserInput!"
|
|
5400
5426
|
]
|
|
5401
5427
|
}
|
|
@@ -5430,7 +5456,7 @@ exports.default = {
|
|
|
5430
5456
|
0,
|
|
5431
5457
|
{
|
|
5432
5458
|
"input": [
|
|
5433
|
-
|
|
5459
|
+
227,
|
|
5434
5460
|
"RegisterUserToDomainFromEmailInput!"
|
|
5435
5461
|
]
|
|
5436
5462
|
}
|
|
@@ -5439,7 +5465,7 @@ exports.default = {
|
|
|
5439
5465
|
8,
|
|
5440
5466
|
{
|
|
5441
5467
|
"dto": [
|
|
5442
|
-
|
|
5468
|
+
228,
|
|
5443
5469
|
"RefreshTokenInput!"
|
|
5444
5470
|
]
|
|
5445
5471
|
}
|
|
@@ -5448,7 +5474,7 @@ exports.default = {
|
|
|
5448
5474
|
33,
|
|
5449
5475
|
{
|
|
5450
5476
|
"input": [
|
|
5451
|
-
|
|
5477
|
+
229,
|
|
5452
5478
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5453
5479
|
]
|
|
5454
5480
|
}
|
|
@@ -5457,7 +5483,7 @@ exports.default = {
|
|
|
5457
5483
|
33,
|
|
5458
5484
|
{
|
|
5459
5485
|
"input": [
|
|
5460
|
-
|
|
5486
|
+
230,
|
|
5461
5487
|
"AWSS3DeleteBucketFileDto!"
|
|
5462
5488
|
]
|
|
5463
5489
|
}
|
|
@@ -5466,7 +5492,7 @@ exports.default = {
|
|
|
5466
5492
|
33,
|
|
5467
5493
|
{
|
|
5468
5494
|
"input": [
|
|
5469
|
-
|
|
5495
|
+
231,
|
|
5470
5496
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5471
5497
|
]
|
|
5472
5498
|
}
|
|
@@ -5484,7 +5510,7 @@ exports.default = {
|
|
|
5484
5510
|
56,
|
|
5485
5511
|
{
|
|
5486
5512
|
"input": [
|
|
5487
|
-
|
|
5513
|
+
232,
|
|
5488
5514
|
"CreateIndustryDto!"
|
|
5489
5515
|
]
|
|
5490
5516
|
}
|
|
@@ -5493,7 +5519,7 @@ exports.default = {
|
|
|
5493
5519
|
39,
|
|
5494
5520
|
{
|
|
5495
5521
|
"input": [
|
|
5496
|
-
|
|
5522
|
+
233,
|
|
5497
5523
|
"CreateBrandDto!"
|
|
5498
5524
|
]
|
|
5499
5525
|
}
|
|
@@ -5502,7 +5528,7 @@ exports.default = {
|
|
|
5502
5528
|
59,
|
|
5503
5529
|
{
|
|
5504
5530
|
"input": [
|
|
5505
|
-
|
|
5531
|
+
235,
|
|
5506
5532
|
"RegisterSponsorInput!"
|
|
5507
5533
|
]
|
|
5508
5534
|
}
|
|
@@ -5511,7 +5537,7 @@ exports.default = {
|
|
|
5511
5537
|
59,
|
|
5512
5538
|
{
|
|
5513
5539
|
"input": [
|
|
5514
|
-
|
|
5540
|
+
236,
|
|
5515
5541
|
"CreateSponsorDto!"
|
|
5516
5542
|
]
|
|
5517
5543
|
}
|
|
@@ -5526,7 +5552,7 @@ exports.default = {
|
|
|
5526
5552
|
}
|
|
5527
5553
|
],
|
|
5528
5554
|
"forceDeleteAthleteCompetition": [
|
|
5529
|
-
|
|
5555
|
+
136,
|
|
5530
5556
|
{
|
|
5531
5557
|
"input": [
|
|
5532
5558
|
170,
|
|
@@ -5538,22 +5564,22 @@ exports.default = {
|
|
|
5538
5564
|
100,
|
|
5539
5565
|
{
|
|
5540
5566
|
"input": [
|
|
5541
|
-
|
|
5567
|
+
237,
|
|
5542
5568
|
"RegisterAthleteDto!"
|
|
5543
5569
|
]
|
|
5544
5570
|
}
|
|
5545
5571
|
],
|
|
5546
5572
|
"editProfileValue": [
|
|
5547
|
-
|
|
5573
|
+
135,
|
|
5548
5574
|
{
|
|
5549
5575
|
"input": [
|
|
5550
|
-
|
|
5576
|
+
238,
|
|
5551
5577
|
"EditValueDto!"
|
|
5552
5578
|
]
|
|
5553
5579
|
}
|
|
5554
5580
|
],
|
|
5555
5581
|
"editPicture": [
|
|
5556
|
-
|
|
5582
|
+
140,
|
|
5557
5583
|
{
|
|
5558
5584
|
"input": [
|
|
5559
5585
|
174,
|
|
@@ -5562,7 +5588,7 @@ exports.default = {
|
|
|
5562
5588
|
}
|
|
5563
5589
|
],
|
|
5564
5590
|
"AddAlbumPictures": [
|
|
5565
|
-
|
|
5591
|
+
141,
|
|
5566
5592
|
{
|
|
5567
5593
|
"input": [
|
|
5568
5594
|
176,
|
|
@@ -5580,7 +5606,7 @@ exports.default = {
|
|
|
5580
5606
|
}
|
|
5581
5607
|
],
|
|
5582
5608
|
"deleteAthleteCompetition": [
|
|
5583
|
-
|
|
5609
|
+
136,
|
|
5584
5610
|
{
|
|
5585
5611
|
"input": [
|
|
5586
5612
|
170,
|
|
@@ -5601,7 +5627,7 @@ exports.default = {
|
|
|
5601
5627
|
80,
|
|
5602
5628
|
{
|
|
5603
5629
|
"input": [
|
|
5604
|
-
|
|
5630
|
+
239,
|
|
5605
5631
|
"EditDisplayIndexDto!"
|
|
5606
5632
|
]
|
|
5607
5633
|
}
|
|
@@ -5616,7 +5642,7 @@ exports.default = {
|
|
|
5616
5642
|
}
|
|
5617
5643
|
],
|
|
5618
5644
|
"deleteAthleteAlbum": [
|
|
5619
|
-
|
|
5645
|
+
136,
|
|
5620
5646
|
{
|
|
5621
5647
|
"input": [
|
|
5622
5648
|
170,
|
|
@@ -5649,7 +5675,7 @@ exports.default = {
|
|
|
5649
5675
|
89,
|
|
5650
5676
|
{
|
|
5651
5677
|
"input": [
|
|
5652
|
-
|
|
5678
|
+
241,
|
|
5653
5679
|
"SetCurrentCampaignDto!"
|
|
5654
5680
|
]
|
|
5655
5681
|
}
|
|
@@ -5658,7 +5684,7 @@ exports.default = {
|
|
|
5658
5684
|
67,
|
|
5659
5685
|
{
|
|
5660
5686
|
"input": [
|
|
5661
|
-
|
|
5687
|
+
242,
|
|
5662
5688
|
"CreateSportDto!"
|
|
5663
5689
|
]
|
|
5664
5690
|
}
|
|
@@ -5667,7 +5693,7 @@ exports.default = {
|
|
|
5667
5693
|
67,
|
|
5668
5694
|
{
|
|
5669
5695
|
"input": [
|
|
5670
|
-
|
|
5696
|
+
243,
|
|
5671
5697
|
"UpdateSportDto!"
|
|
5672
5698
|
]
|
|
5673
5699
|
}
|
|
@@ -5676,7 +5702,7 @@ exports.default = {
|
|
|
5676
5702
|
70,
|
|
5677
5703
|
{
|
|
5678
5704
|
"input": [
|
|
5679
|
-
|
|
5705
|
+
244,
|
|
5680
5706
|
"CreateSportLevelDto!"
|
|
5681
5707
|
]
|
|
5682
5708
|
}
|
|
@@ -5685,7 +5711,7 @@ exports.default = {
|
|
|
5685
5711
|
65,
|
|
5686
5712
|
{
|
|
5687
5713
|
"input": [
|
|
5688
|
-
|
|
5714
|
+
246,
|
|
5689
5715
|
"CreateSponsorshipDto!"
|
|
5690
5716
|
]
|
|
5691
5717
|
}
|
|
@@ -5694,7 +5720,7 @@ exports.default = {
|
|
|
5694
5720
|
45,
|
|
5695
5721
|
{
|
|
5696
5722
|
"input": [
|
|
5697
|
-
|
|
5723
|
+
253,
|
|
5698
5724
|
"CreateCountryDto!"
|
|
5699
5725
|
]
|
|
5700
5726
|
}
|
|
@@ -5703,7 +5729,7 @@ exports.default = {
|
|
|
5703
5729
|
44,
|
|
5704
5730
|
{
|
|
5705
5731
|
"input": [
|
|
5706
|
-
|
|
5732
|
+
254,
|
|
5707
5733
|
"CreateStateDto!"
|
|
5708
5734
|
]
|
|
5709
5735
|
}
|
|
@@ -5712,7 +5738,7 @@ exports.default = {
|
|
|
5712
5738
|
43,
|
|
5713
5739
|
{
|
|
5714
5740
|
"input": [
|
|
5715
|
-
|
|
5741
|
+
255,
|
|
5716
5742
|
"CreateCityDto!"
|
|
5717
5743
|
]
|
|
5718
5744
|
}
|
|
@@ -5753,7 +5779,7 @@ exports.default = {
|
|
|
5753
5779
|
]
|
|
5754
5780
|
}
|
|
5755
5781
|
],
|
|
5756
|
-
"
|
|
5782
|
+
"registerUser": [
|
|
5757
5783
|
0,
|
|
5758
5784
|
{
|
|
5759
5785
|
"input": [
|
|
@@ -5785,7 +5811,7 @@ exports.default = {
|
|
|
5785
5811
|
}
|
|
5786
5812
|
],
|
|
5787
5813
|
"createResetPasswordCode": [
|
|
5788
|
-
|
|
5814
|
+
135,
|
|
5789
5815
|
{
|
|
5790
5816
|
"input": [
|
|
5791
5817
|
1,
|
|
@@ -5794,7 +5820,7 @@ exports.default = {
|
|
|
5794
5820
|
}
|
|
5795
5821
|
],
|
|
5796
5822
|
"resetUserPassword": [
|
|
5797
|
-
|
|
5823
|
+
135,
|
|
5798
5824
|
{
|
|
5799
5825
|
"input": [
|
|
5800
5826
|
192,
|
|
@@ -5803,7 +5829,7 @@ exports.default = {
|
|
|
5803
5829
|
}
|
|
5804
5830
|
],
|
|
5805
5831
|
"validateToken": [
|
|
5806
|
-
|
|
5832
|
+
148,
|
|
5807
5833
|
{
|
|
5808
5834
|
"input": [
|
|
5809
5835
|
1,
|
|
@@ -5815,7 +5841,7 @@ exports.default = {
|
|
|
5815
5841
|
105,
|
|
5816
5842
|
{
|
|
5817
5843
|
"data": [
|
|
5818
|
-
|
|
5844
|
+
256,
|
|
5819
5845
|
"RegisterStravaDto!"
|
|
5820
5846
|
]
|
|
5821
5847
|
}
|
|
@@ -5833,7 +5859,7 @@ exports.default = {
|
|
|
5833
5859
|
75,
|
|
5834
5860
|
{
|
|
5835
5861
|
"input": [
|
|
5836
|
-
|
|
5862
|
+
257,
|
|
5837
5863
|
"CreateSportEventDto!"
|
|
5838
5864
|
]
|
|
5839
5865
|
}
|
|
@@ -5875,7 +5901,7 @@ exports.default = {
|
|
|
5875
5901
|
}
|
|
5876
5902
|
],
|
|
5877
5903
|
"deleteFundingCampaign": [
|
|
5878
|
-
|
|
5904
|
+
136,
|
|
5879
5905
|
{
|
|
5880
5906
|
"input": [
|
|
5881
5907
|
170,
|
|
@@ -5956,7 +5982,7 @@ exports.default = {
|
|
|
5956
5982
|
}
|
|
5957
5983
|
],
|
|
5958
5984
|
"deleteAthleteMembershipAffilation": [
|
|
5959
|
-
|
|
5985
|
+
136,
|
|
5960
5986
|
{
|
|
5961
5987
|
"input": [
|
|
5962
5988
|
170,
|
|
@@ -5977,7 +6003,7 @@ exports.default = {
|
|
|
5977
6003
|
97,
|
|
5978
6004
|
{
|
|
5979
6005
|
"input": [
|
|
5980
|
-
|
|
6006
|
+
258,
|
|
5981
6007
|
"CreateStripeAccountDto!"
|
|
5982
6008
|
]
|
|
5983
6009
|
}
|
|
@@ -6000,6 +6026,15 @@ exports.default = {
|
|
|
6000
6026
|
"createStripeAccountLink": [
|
|
6001
6027
|
1
|
|
6002
6028
|
],
|
|
6029
|
+
"registerMember": [
|
|
6030
|
+
134,
|
|
6031
|
+
{
|
|
6032
|
+
"input": [
|
|
6033
|
+
216,
|
|
6034
|
+
"RegisterMemberDto!"
|
|
6035
|
+
]
|
|
6036
|
+
}
|
|
6037
|
+
],
|
|
6003
6038
|
"__typename": [
|
|
6004
6039
|
1
|
|
6005
6040
|
]
|
|
@@ -6127,7 +6162,7 @@ exports.default = {
|
|
|
6127
6162
|
175
|
|
6128
6163
|
],
|
|
6129
6164
|
"translations": [
|
|
6130
|
-
|
|
6165
|
+
234
|
|
6131
6166
|
],
|
|
6132
6167
|
"__typename": [
|
|
6133
6168
|
1
|
|
@@ -6280,7 +6315,7 @@ exports.default = {
|
|
|
6280
6315
|
},
|
|
6281
6316
|
"EditDisplayIndexDto": {
|
|
6282
6317
|
"updates": [
|
|
6283
|
-
|
|
6318
|
+
240
|
|
6284
6319
|
],
|
|
6285
6320
|
"__typename": [
|
|
6286
6321
|
1
|
|
@@ -6344,7 +6379,7 @@ exports.default = {
|
|
|
6344
6379
|
18
|
|
6345
6380
|
],
|
|
6346
6381
|
"translations": [
|
|
6347
|
-
|
|
6382
|
+
245
|
|
6348
6383
|
],
|
|
6349
6384
|
"__typename": [
|
|
6350
6385
|
1
|
|
@@ -6381,7 +6416,7 @@ exports.default = {
|
|
|
6381
6416
|
175
|
|
6382
6417
|
],
|
|
6383
6418
|
"criteria": [
|
|
6384
|
-
|
|
6419
|
+
247
|
|
6385
6420
|
],
|
|
6386
6421
|
"deadline": [
|
|
6387
6422
|
14
|
|
@@ -6390,13 +6425,13 @@ exports.default = {
|
|
|
6390
6425
|
14
|
|
6391
6426
|
],
|
|
6392
6427
|
"duration": [
|
|
6393
|
-
|
|
6428
|
+
249
|
|
6394
6429
|
],
|
|
6395
6430
|
"sponsorshipItems": [
|
|
6396
|
-
|
|
6431
|
+
250
|
|
6397
6432
|
],
|
|
6398
6433
|
"commitments": [
|
|
6399
|
-
|
|
6434
|
+
251
|
|
6400
6435
|
],
|
|
6401
6436
|
"terms": [
|
|
6402
6437
|
1
|
|
@@ -6408,7 +6443,7 @@ exports.default = {
|
|
|
6408
6443
|
2
|
|
6409
6444
|
],
|
|
6410
6445
|
"translations": [
|
|
6411
|
-
|
|
6446
|
+
252
|
|
6412
6447
|
],
|
|
6413
6448
|
"__typename": [
|
|
6414
6449
|
1
|
|
@@ -6422,7 +6457,7 @@ exports.default = {
|
|
|
6422
6457
|
1
|
|
6423
6458
|
],
|
|
6424
6459
|
"qualificationsBag": [
|
|
6425
|
-
|
|
6460
|
+
248
|
|
6426
6461
|
],
|
|
6427
6462
|
"__typename": [
|
|
6428
6463
|
1
|