@vertikalx/vtx-backend-client 3.0.0-dev-daniel.0 → 3.0.0-dev-max.0
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 +0 -1
- package/src/api/vtx-base-api.js +0 -38
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +63 -56
- package/src/client/schema.js +15 -15
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +32 -24
- package/src/client/types.js +150 -130
- 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,70 @@ 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
|
+
},
|
|
3374
|
+
"Member": {
|
|
3375
|
+
"_id": [
|
|
3376
|
+
1
|
|
3377
|
+
],
|
|
3378
|
+
"fullName": [
|
|
3379
|
+
1
|
|
3380
|
+
],
|
|
3381
|
+
"screenName": [
|
|
3382
|
+
1
|
|
3383
|
+
],
|
|
3384
|
+
"memberPicture": [
|
|
3385
|
+
27
|
|
3386
|
+
],
|
|
3387
|
+
"donations": [
|
|
3388
|
+
133
|
|
3389
|
+
],
|
|
3390
|
+
"__typename": [
|
|
3391
|
+
1
|
|
3392
|
+
]
|
|
3393
|
+
},
|
|
3330
3394
|
"EditValueResponse": {
|
|
3331
3395
|
"field": [
|
|
3332
3396
|
1
|
|
@@ -3371,7 +3435,7 @@ exports.default = {
|
|
|
3371
3435
|
},
|
|
3372
3436
|
"CursorPaginationResponse": {
|
|
3373
3437
|
"sort": [
|
|
3374
|
-
|
|
3438
|
+
137
|
|
3375
3439
|
],
|
|
3376
3440
|
"initialCursorId": [
|
|
3377
3441
|
1
|
|
@@ -3403,7 +3467,7 @@ exports.default = {
|
|
|
3403
3467
|
100
|
|
3404
3468
|
],
|
|
3405
3469
|
"cursor": [
|
|
3406
|
-
|
|
3470
|
+
138
|
|
3407
3471
|
],
|
|
3408
3472
|
"__typename": [
|
|
3409
3473
|
1
|
|
@@ -3467,7 +3531,7 @@ exports.default = {
|
|
|
3467
3531
|
},
|
|
3468
3532
|
"CompetitionDeleteVerificationResponse": {
|
|
3469
3533
|
"reasons": [
|
|
3470
|
-
|
|
3534
|
+
143
|
|
3471
3535
|
],
|
|
3472
3536
|
"__typename": [
|
|
3473
3537
|
1
|
|
@@ -3478,7 +3542,7 @@ exports.default = {
|
|
|
3478
3542
|
1
|
|
3479
3543
|
],
|
|
3480
3544
|
"json": [
|
|
3481
|
-
|
|
3545
|
+
146
|
|
3482
3546
|
],
|
|
3483
3547
|
"__typename": [
|
|
3484
3548
|
1
|
|
@@ -3548,7 +3612,7 @@ exports.default = {
|
|
|
3548
3612
|
1
|
|
3549
3613
|
],
|
|
3550
3614
|
"status": [
|
|
3551
|
-
|
|
3615
|
+
150
|
|
3552
3616
|
],
|
|
3553
3617
|
"lastError": [
|
|
3554
3618
|
1
|
|
@@ -3572,70 +3636,6 @@ exports.default = {
|
|
|
3572
3636
|
1
|
|
3573
3637
|
]
|
|
3574
3638
|
},
|
|
3575
|
-
"Donation": {
|
|
3576
|
-
"checkoutSessionId": [
|
|
3577
|
-
1
|
|
3578
|
-
],
|
|
3579
|
-
"fundingCheckoutSessionDataId": [
|
|
3580
|
-
1
|
|
3581
|
-
],
|
|
3582
|
-
"donationMode": [
|
|
3583
|
-
1
|
|
3584
|
-
],
|
|
3585
|
-
"completed": [
|
|
3586
|
-
2
|
|
3587
|
-
],
|
|
3588
|
-
"confirmed": [
|
|
3589
|
-
2
|
|
3590
|
-
],
|
|
3591
|
-
"donationAmount": [
|
|
3592
|
-
18
|
|
3593
|
-
],
|
|
3594
|
-
"completedDate": [
|
|
3595
|
-
14
|
|
3596
|
-
],
|
|
3597
|
-
"createdDate": [
|
|
3598
|
-
14
|
|
3599
|
-
],
|
|
3600
|
-
"athleteId": [
|
|
3601
|
-
1
|
|
3602
|
-
],
|
|
3603
|
-
"athleteName": [
|
|
3604
|
-
1
|
|
3605
|
-
],
|
|
3606
|
-
"message": [
|
|
3607
|
-
1
|
|
3608
|
-
],
|
|
3609
|
-
"athleteReference": [
|
|
3610
|
-
99
|
|
3611
|
-
],
|
|
3612
|
-
"campaignReference": [
|
|
3613
|
-
89
|
|
3614
|
-
],
|
|
3615
|
-
"__typename": [
|
|
3616
|
-
1
|
|
3617
|
-
]
|
|
3618
|
-
},
|
|
3619
|
-
"Member": {
|
|
3620
|
-
"_id": [
|
|
3621
|
-
1
|
|
3622
|
-
],
|
|
3623
|
-
"fullName": [
|
|
3624
|
-
1
|
|
3625
|
-
],
|
|
3626
|
-
"screenName": [
|
|
3627
|
-
1
|
|
3628
|
-
],
|
|
3629
|
-
"memberPicture": [
|
|
3630
|
-
27
|
|
3631
|
-
],
|
|
3632
|
-
"donations": [
|
|
3633
|
-
150
|
|
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,
|
|
@@ -5371,7 +5391,7 @@ exports.default = {
|
|
|
5371
5391
|
5,
|
|
5372
5392
|
{
|
|
5373
5393
|
"tenant": [
|
|
5374
|
-
|
|
5394
|
+
225,
|
|
5375
5395
|
"CreateTenantInput!"
|
|
5376
5396
|
]
|
|
5377
5397
|
}
|
|
@@ -5380,7 +5400,7 @@ exports.default = {
|
|
|
5380
5400
|
11,
|
|
5381
5401
|
{
|
|
5382
5402
|
"tenant": [
|
|
5383
|
-
|
|
5403
|
+
225,
|
|
5384
5404
|
"CreateTenantInput!"
|
|
5385
5405
|
]
|
|
5386
5406
|
}
|
|
@@ -5389,7 +5409,7 @@ exports.default = {
|
|
|
5389
5409
|
3,
|
|
5390
5410
|
{
|
|
5391
5411
|
"user": [
|
|
5392
|
-
|
|
5412
|
+
226,
|
|
5393
5413
|
"CreateActiveUserInput!"
|
|
5394
5414
|
]
|
|
5395
5415
|
}
|
|
@@ -5424,7 +5444,7 @@ exports.default = {
|
|
|
5424
5444
|
0,
|
|
5425
5445
|
{
|
|
5426
5446
|
"input": [
|
|
5427
|
-
|
|
5447
|
+
227,
|
|
5428
5448
|
"RegisterUserToDomainFromEmailInput!"
|
|
5429
5449
|
]
|
|
5430
5450
|
}
|
|
@@ -5433,7 +5453,7 @@ exports.default = {
|
|
|
5433
5453
|
8,
|
|
5434
5454
|
{
|
|
5435
5455
|
"dto": [
|
|
5436
|
-
|
|
5456
|
+
228,
|
|
5437
5457
|
"RefreshTokenInput!"
|
|
5438
5458
|
]
|
|
5439
5459
|
}
|
|
@@ -5442,7 +5462,7 @@ exports.default = {
|
|
|
5442
5462
|
33,
|
|
5443
5463
|
{
|
|
5444
5464
|
"input": [
|
|
5445
|
-
|
|
5465
|
+
229,
|
|
5446
5466
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5447
5467
|
]
|
|
5448
5468
|
}
|
|
@@ -5451,7 +5471,7 @@ exports.default = {
|
|
|
5451
5471
|
33,
|
|
5452
5472
|
{
|
|
5453
5473
|
"input": [
|
|
5454
|
-
|
|
5474
|
+
230,
|
|
5455
5475
|
"AWSS3DeleteBucketFileDto!"
|
|
5456
5476
|
]
|
|
5457
5477
|
}
|
|
@@ -5460,7 +5480,7 @@ exports.default = {
|
|
|
5460
5480
|
33,
|
|
5461
5481
|
{
|
|
5462
5482
|
"input": [
|
|
5463
|
-
|
|
5483
|
+
231,
|
|
5464
5484
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5465
5485
|
]
|
|
5466
5486
|
}
|
|
@@ -5478,7 +5498,7 @@ exports.default = {
|
|
|
5478
5498
|
56,
|
|
5479
5499
|
{
|
|
5480
5500
|
"input": [
|
|
5481
|
-
|
|
5501
|
+
232,
|
|
5482
5502
|
"CreateIndustryDto!"
|
|
5483
5503
|
]
|
|
5484
5504
|
}
|
|
@@ -5487,7 +5507,7 @@ exports.default = {
|
|
|
5487
5507
|
39,
|
|
5488
5508
|
{
|
|
5489
5509
|
"input": [
|
|
5490
|
-
|
|
5510
|
+
233,
|
|
5491
5511
|
"CreateBrandDto!"
|
|
5492
5512
|
]
|
|
5493
5513
|
}
|
|
@@ -5496,7 +5516,7 @@ exports.default = {
|
|
|
5496
5516
|
59,
|
|
5497
5517
|
{
|
|
5498
5518
|
"input": [
|
|
5499
|
-
|
|
5519
|
+
235,
|
|
5500
5520
|
"RegisterSponsorInput!"
|
|
5501
5521
|
]
|
|
5502
5522
|
}
|
|
@@ -5505,7 +5525,7 @@ exports.default = {
|
|
|
5505
5525
|
59,
|
|
5506
5526
|
{
|
|
5507
5527
|
"input": [
|
|
5508
|
-
|
|
5528
|
+
236,
|
|
5509
5529
|
"CreateSponsorDto!"
|
|
5510
5530
|
]
|
|
5511
5531
|
}
|
|
@@ -5520,7 +5540,7 @@ exports.default = {
|
|
|
5520
5540
|
}
|
|
5521
5541
|
],
|
|
5522
5542
|
"forceDeleteAthleteCompetition": [
|
|
5523
|
-
|
|
5543
|
+
136,
|
|
5524
5544
|
{
|
|
5525
5545
|
"input": [
|
|
5526
5546
|
170,
|
|
@@ -5532,22 +5552,22 @@ exports.default = {
|
|
|
5532
5552
|
100,
|
|
5533
5553
|
{
|
|
5534
5554
|
"input": [
|
|
5535
|
-
|
|
5555
|
+
237,
|
|
5536
5556
|
"RegisterAthleteDto!"
|
|
5537
5557
|
]
|
|
5538
5558
|
}
|
|
5539
5559
|
],
|
|
5540
5560
|
"editProfileValue": [
|
|
5541
|
-
|
|
5561
|
+
135,
|
|
5542
5562
|
{
|
|
5543
5563
|
"input": [
|
|
5544
|
-
|
|
5564
|
+
238,
|
|
5545
5565
|
"EditValueDto!"
|
|
5546
5566
|
]
|
|
5547
5567
|
}
|
|
5548
5568
|
],
|
|
5549
5569
|
"editPicture": [
|
|
5550
|
-
|
|
5570
|
+
140,
|
|
5551
5571
|
{
|
|
5552
5572
|
"input": [
|
|
5553
5573
|
174,
|
|
@@ -5556,7 +5576,7 @@ exports.default = {
|
|
|
5556
5576
|
}
|
|
5557
5577
|
],
|
|
5558
5578
|
"AddAlbumPictures": [
|
|
5559
|
-
|
|
5579
|
+
141,
|
|
5560
5580
|
{
|
|
5561
5581
|
"input": [
|
|
5562
5582
|
176,
|
|
@@ -5574,7 +5594,7 @@ exports.default = {
|
|
|
5574
5594
|
}
|
|
5575
5595
|
],
|
|
5576
5596
|
"deleteAthleteCompetition": [
|
|
5577
|
-
|
|
5597
|
+
136,
|
|
5578
5598
|
{
|
|
5579
5599
|
"input": [
|
|
5580
5600
|
170,
|
|
@@ -5595,7 +5615,7 @@ exports.default = {
|
|
|
5595
5615
|
80,
|
|
5596
5616
|
{
|
|
5597
5617
|
"input": [
|
|
5598
|
-
|
|
5618
|
+
239,
|
|
5599
5619
|
"EditDisplayIndexDto!"
|
|
5600
5620
|
]
|
|
5601
5621
|
}
|
|
@@ -5610,7 +5630,7 @@ exports.default = {
|
|
|
5610
5630
|
}
|
|
5611
5631
|
],
|
|
5612
5632
|
"deleteAthleteAlbum": [
|
|
5613
|
-
|
|
5633
|
+
136,
|
|
5614
5634
|
{
|
|
5615
5635
|
"input": [
|
|
5616
5636
|
170,
|
|
@@ -5643,7 +5663,7 @@ exports.default = {
|
|
|
5643
5663
|
89,
|
|
5644
5664
|
{
|
|
5645
5665
|
"input": [
|
|
5646
|
-
|
|
5666
|
+
241,
|
|
5647
5667
|
"SetCurrentCampaignDto!"
|
|
5648
5668
|
]
|
|
5649
5669
|
}
|
|
@@ -5652,7 +5672,7 @@ exports.default = {
|
|
|
5652
5672
|
67,
|
|
5653
5673
|
{
|
|
5654
5674
|
"input": [
|
|
5655
|
-
|
|
5675
|
+
242,
|
|
5656
5676
|
"CreateSportDto!"
|
|
5657
5677
|
]
|
|
5658
5678
|
}
|
|
@@ -5661,7 +5681,7 @@ exports.default = {
|
|
|
5661
5681
|
67,
|
|
5662
5682
|
{
|
|
5663
5683
|
"input": [
|
|
5664
|
-
|
|
5684
|
+
243,
|
|
5665
5685
|
"UpdateSportDto!"
|
|
5666
5686
|
]
|
|
5667
5687
|
}
|
|
@@ -5670,7 +5690,7 @@ exports.default = {
|
|
|
5670
5690
|
70,
|
|
5671
5691
|
{
|
|
5672
5692
|
"input": [
|
|
5673
|
-
|
|
5693
|
+
244,
|
|
5674
5694
|
"CreateSportLevelDto!"
|
|
5675
5695
|
]
|
|
5676
5696
|
}
|
|
@@ -5679,7 +5699,7 @@ exports.default = {
|
|
|
5679
5699
|
65,
|
|
5680
5700
|
{
|
|
5681
5701
|
"input": [
|
|
5682
|
-
|
|
5702
|
+
246,
|
|
5683
5703
|
"CreateSponsorshipDto!"
|
|
5684
5704
|
]
|
|
5685
5705
|
}
|
|
@@ -5688,7 +5708,7 @@ exports.default = {
|
|
|
5688
5708
|
45,
|
|
5689
5709
|
{
|
|
5690
5710
|
"input": [
|
|
5691
|
-
|
|
5711
|
+
253,
|
|
5692
5712
|
"CreateCountryDto!"
|
|
5693
5713
|
]
|
|
5694
5714
|
}
|
|
@@ -5697,7 +5717,7 @@ exports.default = {
|
|
|
5697
5717
|
44,
|
|
5698
5718
|
{
|
|
5699
5719
|
"input": [
|
|
5700
|
-
|
|
5720
|
+
254,
|
|
5701
5721
|
"CreateStateDto!"
|
|
5702
5722
|
]
|
|
5703
5723
|
}
|
|
@@ -5706,7 +5726,7 @@ exports.default = {
|
|
|
5706
5726
|
43,
|
|
5707
5727
|
{
|
|
5708
5728
|
"input": [
|
|
5709
|
-
|
|
5729
|
+
255,
|
|
5710
5730
|
"CreateCityDto!"
|
|
5711
5731
|
]
|
|
5712
5732
|
}
|
|
@@ -5779,7 +5799,7 @@ exports.default = {
|
|
|
5779
5799
|
}
|
|
5780
5800
|
],
|
|
5781
5801
|
"createResetPasswordCode": [
|
|
5782
|
-
|
|
5802
|
+
135,
|
|
5783
5803
|
{
|
|
5784
5804
|
"input": [
|
|
5785
5805
|
1,
|
|
@@ -5788,7 +5808,7 @@ exports.default = {
|
|
|
5788
5808
|
}
|
|
5789
5809
|
],
|
|
5790
5810
|
"resetUserPassword": [
|
|
5791
|
-
|
|
5811
|
+
135,
|
|
5792
5812
|
{
|
|
5793
5813
|
"input": [
|
|
5794
5814
|
192,
|
|
@@ -5797,7 +5817,7 @@ exports.default = {
|
|
|
5797
5817
|
}
|
|
5798
5818
|
],
|
|
5799
5819
|
"validateToken": [
|
|
5800
|
-
|
|
5820
|
+
148,
|
|
5801
5821
|
{
|
|
5802
5822
|
"input": [
|
|
5803
5823
|
1,
|
|
@@ -5809,7 +5829,7 @@ exports.default = {
|
|
|
5809
5829
|
105,
|
|
5810
5830
|
{
|
|
5811
5831
|
"data": [
|
|
5812
|
-
|
|
5832
|
+
256,
|
|
5813
5833
|
"RegisterStravaDto!"
|
|
5814
5834
|
]
|
|
5815
5835
|
}
|
|
@@ -5827,7 +5847,7 @@ exports.default = {
|
|
|
5827
5847
|
75,
|
|
5828
5848
|
{
|
|
5829
5849
|
"input": [
|
|
5830
|
-
|
|
5850
|
+
257,
|
|
5831
5851
|
"CreateSportEventDto!"
|
|
5832
5852
|
]
|
|
5833
5853
|
}
|
|
@@ -5869,7 +5889,7 @@ exports.default = {
|
|
|
5869
5889
|
}
|
|
5870
5890
|
],
|
|
5871
5891
|
"deleteFundingCampaign": [
|
|
5872
|
-
|
|
5892
|
+
136,
|
|
5873
5893
|
{
|
|
5874
5894
|
"input": [
|
|
5875
5895
|
170,
|
|
@@ -5950,7 +5970,7 @@ exports.default = {
|
|
|
5950
5970
|
}
|
|
5951
5971
|
],
|
|
5952
5972
|
"deleteAthleteMembershipAffilation": [
|
|
5953
|
-
|
|
5973
|
+
136,
|
|
5954
5974
|
{
|
|
5955
5975
|
"input": [
|
|
5956
5976
|
170,
|
|
@@ -5971,7 +5991,7 @@ exports.default = {
|
|
|
5971
5991
|
97,
|
|
5972
5992
|
{
|
|
5973
5993
|
"input": [
|
|
5974
|
-
|
|
5994
|
+
258,
|
|
5975
5995
|
"CreateStripeAccountDto!"
|
|
5976
5996
|
]
|
|
5977
5997
|
}
|
|
@@ -6121,7 +6141,7 @@ exports.default = {
|
|
|
6121
6141
|
175
|
|
6122
6142
|
],
|
|
6123
6143
|
"translations": [
|
|
6124
|
-
|
|
6144
|
+
234
|
|
6125
6145
|
],
|
|
6126
6146
|
"__typename": [
|
|
6127
6147
|
1
|
|
@@ -6274,7 +6294,7 @@ exports.default = {
|
|
|
6274
6294
|
},
|
|
6275
6295
|
"EditDisplayIndexDto": {
|
|
6276
6296
|
"updates": [
|
|
6277
|
-
|
|
6297
|
+
240
|
|
6278
6298
|
],
|
|
6279
6299
|
"__typename": [
|
|
6280
6300
|
1
|
|
@@ -6338,7 +6358,7 @@ exports.default = {
|
|
|
6338
6358
|
18
|
|
6339
6359
|
],
|
|
6340
6360
|
"translations": [
|
|
6341
|
-
|
|
6361
|
+
245
|
|
6342
6362
|
],
|
|
6343
6363
|
"__typename": [
|
|
6344
6364
|
1
|
|
@@ -6375,7 +6395,7 @@ exports.default = {
|
|
|
6375
6395
|
175
|
|
6376
6396
|
],
|
|
6377
6397
|
"criteria": [
|
|
6378
|
-
|
|
6398
|
+
247
|
|
6379
6399
|
],
|
|
6380
6400
|
"deadline": [
|
|
6381
6401
|
14
|
|
@@ -6384,13 +6404,13 @@ exports.default = {
|
|
|
6384
6404
|
14
|
|
6385
6405
|
],
|
|
6386
6406
|
"duration": [
|
|
6387
|
-
|
|
6407
|
+
249
|
|
6388
6408
|
],
|
|
6389
6409
|
"sponsorshipItems": [
|
|
6390
|
-
|
|
6410
|
+
250
|
|
6391
6411
|
],
|
|
6392
6412
|
"commitments": [
|
|
6393
|
-
|
|
6413
|
+
251
|
|
6394
6414
|
],
|
|
6395
6415
|
"terms": [
|
|
6396
6416
|
1
|
|
@@ -6402,7 +6422,7 @@ exports.default = {
|
|
|
6402
6422
|
2
|
|
6403
6423
|
],
|
|
6404
6424
|
"translations": [
|
|
6405
|
-
|
|
6425
|
+
252
|
|
6406
6426
|
],
|
|
6407
6427
|
"__typename": [
|
|
6408
6428
|
1
|
|
@@ -6416,7 +6436,7 @@ exports.default = {
|
|
|
6416
6436
|
1
|
|
6417
6437
|
],
|
|
6418
6438
|
"qualificationsBag": [
|
|
6419
|
-
|
|
6439
|
+
248
|
|
6420
6440
|
],
|
|
6421
6441
|
"__typename": [
|
|
6422
6442
|
1
|