@vertikalx/vtx-backend-client 3.0.0-dev-max.2 → 3.0.0-dev-alejo.2

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.
@@ -9,9 +9,9 @@ exports.default = {
9
9
  102,
10
10
  127,
11
11
  128,
12
- 146,
13
- 150,
14
- 217
12
+ 144,
13
+ 148,
14
+ 216
15
15
  ],
16
16
  "types": {
17
17
  "User": {
@@ -2779,7 +2779,7 @@ exports.default = {
2779
2779
  89
2780
2780
  ],
2781
2781
  "mode": [
2782
- 217
2782
+ 216
2783
2783
  ],
2784
2784
  "athleteId": [
2785
2785
  1
@@ -3327,70 +3327,6 @@ 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
- },
3394
3330
  "EditValueResponse": {
3395
3331
  "field": [
3396
3332
  1
@@ -3435,7 +3371,7 @@ exports.default = {
3435
3371
  },
3436
3372
  "CursorPaginationResponse": {
3437
3373
  "sort": [
3438
- 137
3374
+ 135
3439
3375
  ],
3440
3376
  "initialCursorId": [
3441
3377
  1
@@ -3467,7 +3403,7 @@ exports.default = {
3467
3403
  100
3468
3404
  ],
3469
3405
  "cursor": [
3470
- 138
3406
+ 136
3471
3407
  ],
3472
3408
  "__typename": [
3473
3409
  1
@@ -3531,7 +3467,7 @@ exports.default = {
3531
3467
  },
3532
3468
  "CompetitionDeleteVerificationResponse": {
3533
3469
  "reasons": [
3534
- 143
3470
+ 141
3535
3471
  ],
3536
3472
  "__typename": [
3537
3473
  1
@@ -3542,7 +3478,7 @@ exports.default = {
3542
3478
  1
3543
3479
  ],
3544
3480
  "json": [
3545
- 146
3481
+ 144
3546
3482
  ],
3547
3483
  "__typename": [
3548
3484
  1
@@ -3612,7 +3548,7 @@ exports.default = {
3612
3548
  1
3613
3549
  ],
3614
3550
  "status": [
3615
- 150
3551
+ 148
3616
3552
  ],
3617
3553
  "lastError": [
3618
3554
  1
@@ -3636,6 +3572,70 @@ exports.default = {
3636
3572
  1
3637
3573
  ]
3638
3574
  },
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,26 +4826,6 @@ 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
- },
4849
4829
  "DonationMode": {},
4850
4830
  "Query": {
4851
4831
  "findTenantById": [
@@ -4917,7 +4897,7 @@ exports.default = {
4917
4897
  32,
4918
4898
  {
4919
4899
  "input": [
4920
- 219,
4900
+ 218,
4921
4901
  "AWSS3GetUploadDto!"
4922
4902
  ]
4923
4903
  }
@@ -4979,13 +4959,13 @@ exports.default = {
4979
4959
  104,
4980
4960
  {
4981
4961
  "input": [
4982
- 220,
4962
+ 219,
4983
4963
  "FindSponsorAthleteInvitationDto!"
4984
4964
  ]
4985
4965
  }
4986
4966
  ],
4987
4967
  "verifyAthleteCompetitionLinkedForDelete": [
4988
- 144,
4968
+ 142,
4989
4969
  {
4990
4970
  "input": [
4991
4971
  178,
@@ -4997,7 +4977,7 @@ exports.default = {
4997
4977
  100
4998
4978
  ],
4999
4979
  "queryAthleteFundingCampaigns": [
5000
- 139,
4980
+ 137,
5001
4981
  {
5002
4982
  "input": [
5003
4983
  173,
@@ -5048,7 +5028,7 @@ exports.default = {
5048
5028
  81,
5049
5029
  {
5050
5030
  "input": [
5051
- 221,
5031
+ 220,
5052
5032
  "GetAthleteCompetitionsDto!"
5053
5033
  ]
5054
5034
  }
@@ -5093,7 +5073,7 @@ exports.default = {
5093
5073
  }
5094
5074
  ],
5095
5075
  "queryAthleteWithFilter": [
5096
- 139,
5076
+ 137,
5097
5077
  {
5098
5078
  "input": [
5099
5079
  173,
@@ -5111,7 +5091,7 @@ exports.default = {
5111
5091
  }
5112
5092
  ],
5113
5093
  "screenNameAvailability": [
5114
- 142,
5094
+ 140,
5115
5095
  {
5116
5096
  "input": [
5117
5097
  178,
@@ -5213,7 +5193,7 @@ exports.default = {
5213
5193
  0,
5214
5194
  {
5215
5195
  "input": [
5216
- 222,
5196
+ 221,
5217
5197
  "FindVtxUserDto!"
5218
5198
  ]
5219
5199
  }
@@ -5232,7 +5212,7 @@ exports.default = {
5232
5212
  }
5233
5213
  ],
5234
5214
  "getUserImagesFromEmail": [
5235
- 147,
5215
+ 145,
5236
5216
  {
5237
5217
  "loginEmail": [
5238
5218
  1,
@@ -5265,7 +5245,7 @@ exports.default = {
5265
5245
  75,
5266
5246
  {
5267
5247
  "input": [
5268
- 223,
5248
+ 222,
5269
5249
  "GetSportEventsDto!"
5270
5250
  ]
5271
5251
  }
@@ -5295,7 +5275,7 @@ exports.default = {
5295
5275
  116
5296
5276
  ],
5297
5277
  "stripeQuery": [
5298
- 145,
5278
+ 143,
5299
5279
  {
5300
5280
  "input": [
5301
5281
  211,
@@ -5330,14 +5310,8 @@ exports.default = {
5330
5310
  ]
5331
5311
  }
5332
5312
  ],
5333
- "findMemberForUser": [
5334
- 134,
5335
- {
5336
- "loginEmail": [
5337
- 1,
5338
- "String!"
5339
- ]
5340
- }
5313
+ "getDonationsByMember": [
5314
+ 117
5341
5315
  ],
5342
5316
  "__typename": [
5343
5317
  1
@@ -5400,7 +5374,7 @@ exports.default = {
5400
5374
  5,
5401
5375
  {
5402
5376
  "tenant": [
5403
- 225,
5377
+ 224,
5404
5378
  "CreateTenantInput!"
5405
5379
  ]
5406
5380
  }
@@ -5409,7 +5383,7 @@ exports.default = {
5409
5383
  11,
5410
5384
  {
5411
5385
  "tenant": [
5412
- 225,
5386
+ 224,
5413
5387
  "CreateTenantInput!"
5414
5388
  ]
5415
5389
  }
@@ -5418,7 +5392,7 @@ exports.default = {
5418
5392
  3,
5419
5393
  {
5420
5394
  "user": [
5421
- 226,
5395
+ 225,
5422
5396
  "CreateActiveUserInput!"
5423
5397
  ]
5424
5398
  }
@@ -5453,7 +5427,7 @@ exports.default = {
5453
5427
  0,
5454
5428
  {
5455
5429
  "input": [
5456
- 227,
5430
+ 226,
5457
5431
  "RegisterUserToDomainFromEmailInput!"
5458
5432
  ]
5459
5433
  }
@@ -5462,7 +5436,7 @@ exports.default = {
5462
5436
  8,
5463
5437
  {
5464
5438
  "dto": [
5465
- 228,
5439
+ 227,
5466
5440
  "RefreshTokenInput!"
5467
5441
  ]
5468
5442
  }
@@ -5471,7 +5445,7 @@ exports.default = {
5471
5445
  33,
5472
5446
  {
5473
5447
  "input": [
5474
- 229,
5448
+ 228,
5475
5449
  "AWSS3DeleteUseTypeFileDto!"
5476
5450
  ]
5477
5451
  }
@@ -5480,7 +5454,7 @@ exports.default = {
5480
5454
  33,
5481
5455
  {
5482
5456
  "input": [
5483
- 230,
5457
+ 229,
5484
5458
  "AWSS3DeleteBucketFileDto!"
5485
5459
  ]
5486
5460
  }
@@ -5489,7 +5463,7 @@ exports.default = {
5489
5463
  33,
5490
5464
  {
5491
5465
  "input": [
5492
- 231,
5466
+ 230,
5493
5467
  "AWSS3DeleteUseTypeKeyDto!"
5494
5468
  ]
5495
5469
  }
@@ -5507,7 +5481,7 @@ exports.default = {
5507
5481
  56,
5508
5482
  {
5509
5483
  "input": [
5510
- 232,
5484
+ 231,
5511
5485
  "CreateIndustryDto!"
5512
5486
  ]
5513
5487
  }
@@ -5516,7 +5490,7 @@ exports.default = {
5516
5490
  39,
5517
5491
  {
5518
5492
  "input": [
5519
- 233,
5493
+ 232,
5520
5494
  "CreateBrandDto!"
5521
5495
  ]
5522
5496
  }
@@ -5525,7 +5499,7 @@ exports.default = {
5525
5499
  59,
5526
5500
  {
5527
5501
  "input": [
5528
- 235,
5502
+ 234,
5529
5503
  "RegisterSponsorInput!"
5530
5504
  ]
5531
5505
  }
@@ -5534,7 +5508,7 @@ exports.default = {
5534
5508
  59,
5535
5509
  {
5536
5510
  "input": [
5537
- 236,
5511
+ 235,
5538
5512
  "CreateSponsorDto!"
5539
5513
  ]
5540
5514
  }
@@ -5549,7 +5523,7 @@ exports.default = {
5549
5523
  }
5550
5524
  ],
5551
5525
  "forceDeleteAthleteCompetition": [
5552
- 136,
5526
+ 134,
5553
5527
  {
5554
5528
  "input": [
5555
5529
  170,
@@ -5561,22 +5535,22 @@ exports.default = {
5561
5535
  100,
5562
5536
  {
5563
5537
  "input": [
5564
- 237,
5538
+ 236,
5565
5539
  "RegisterAthleteDto!"
5566
5540
  ]
5567
5541
  }
5568
5542
  ],
5569
5543
  "editProfileValue": [
5570
- 135,
5544
+ 133,
5571
5545
  {
5572
5546
  "input": [
5573
- 238,
5547
+ 237,
5574
5548
  "EditValueDto!"
5575
5549
  ]
5576
5550
  }
5577
5551
  ],
5578
5552
  "editPicture": [
5579
- 140,
5553
+ 138,
5580
5554
  {
5581
5555
  "input": [
5582
5556
  174,
@@ -5585,7 +5559,7 @@ exports.default = {
5585
5559
  }
5586
5560
  ],
5587
5561
  "AddAlbumPictures": [
5588
- 141,
5562
+ 139,
5589
5563
  {
5590
5564
  "input": [
5591
5565
  176,
@@ -5603,7 +5577,7 @@ exports.default = {
5603
5577
  }
5604
5578
  ],
5605
5579
  "deleteAthleteCompetition": [
5606
- 136,
5580
+ 134,
5607
5581
  {
5608
5582
  "input": [
5609
5583
  170,
@@ -5624,7 +5598,7 @@ exports.default = {
5624
5598
  80,
5625
5599
  {
5626
5600
  "input": [
5627
- 239,
5601
+ 238,
5628
5602
  "EditDisplayIndexDto!"
5629
5603
  ]
5630
5604
  }
@@ -5639,7 +5613,7 @@ exports.default = {
5639
5613
  }
5640
5614
  ],
5641
5615
  "deleteAthleteAlbum": [
5642
- 136,
5616
+ 134,
5643
5617
  {
5644
5618
  "input": [
5645
5619
  170,
@@ -5672,7 +5646,7 @@ exports.default = {
5672
5646
  89,
5673
5647
  {
5674
5648
  "input": [
5675
- 241,
5649
+ 240,
5676
5650
  "SetCurrentCampaignDto!"
5677
5651
  ]
5678
5652
  }
@@ -5681,7 +5655,7 @@ exports.default = {
5681
5655
  67,
5682
5656
  {
5683
5657
  "input": [
5684
- 242,
5658
+ 241,
5685
5659
  "CreateSportDto!"
5686
5660
  ]
5687
5661
  }
@@ -5690,7 +5664,7 @@ exports.default = {
5690
5664
  67,
5691
5665
  {
5692
5666
  "input": [
5693
- 243,
5667
+ 242,
5694
5668
  "UpdateSportDto!"
5695
5669
  ]
5696
5670
  }
@@ -5699,7 +5673,7 @@ exports.default = {
5699
5673
  70,
5700
5674
  {
5701
5675
  "input": [
5702
- 244,
5676
+ 243,
5703
5677
  "CreateSportLevelDto!"
5704
5678
  ]
5705
5679
  }
@@ -5708,7 +5682,7 @@ exports.default = {
5708
5682
  65,
5709
5683
  {
5710
5684
  "input": [
5711
- 246,
5685
+ 245,
5712
5686
  "CreateSponsorshipDto!"
5713
5687
  ]
5714
5688
  }
@@ -5717,7 +5691,7 @@ exports.default = {
5717
5691
  45,
5718
5692
  {
5719
5693
  "input": [
5720
- 253,
5694
+ 252,
5721
5695
  "CreateCountryDto!"
5722
5696
  ]
5723
5697
  }
@@ -5726,7 +5700,7 @@ exports.default = {
5726
5700
  44,
5727
5701
  {
5728
5702
  "input": [
5729
- 254,
5703
+ 253,
5730
5704
  "CreateStateDto!"
5731
5705
  ]
5732
5706
  }
@@ -5735,7 +5709,7 @@ exports.default = {
5735
5709
  43,
5736
5710
  {
5737
5711
  "input": [
5738
- 255,
5712
+ 254,
5739
5713
  "CreateCityDto!"
5740
5714
  ]
5741
5715
  }
@@ -5808,7 +5782,7 @@ exports.default = {
5808
5782
  }
5809
5783
  ],
5810
5784
  "createResetPasswordCode": [
5811
- 135,
5785
+ 133,
5812
5786
  {
5813
5787
  "input": [
5814
5788
  1,
@@ -5817,7 +5791,7 @@ exports.default = {
5817
5791
  }
5818
5792
  ],
5819
5793
  "resetUserPassword": [
5820
- 135,
5794
+ 133,
5821
5795
  {
5822
5796
  "input": [
5823
5797
  192,
@@ -5826,7 +5800,7 @@ exports.default = {
5826
5800
  }
5827
5801
  ],
5828
5802
  "validateToken": [
5829
- 148,
5803
+ 146,
5830
5804
  {
5831
5805
  "input": [
5832
5806
  1,
@@ -5838,7 +5812,7 @@ exports.default = {
5838
5812
  105,
5839
5813
  {
5840
5814
  "data": [
5841
- 256,
5815
+ 255,
5842
5816
  "RegisterStravaDto!"
5843
5817
  ]
5844
5818
  }
@@ -5856,7 +5830,7 @@ exports.default = {
5856
5830
  75,
5857
5831
  {
5858
5832
  "input": [
5859
- 257,
5833
+ 256,
5860
5834
  "CreateSportEventDto!"
5861
5835
  ]
5862
5836
  }
@@ -5898,7 +5872,7 @@ exports.default = {
5898
5872
  }
5899
5873
  ],
5900
5874
  "deleteFundingCampaign": [
5901
- 136,
5875
+ 134,
5902
5876
  {
5903
5877
  "input": [
5904
5878
  170,
@@ -5979,7 +5953,7 @@ exports.default = {
5979
5953
  }
5980
5954
  ],
5981
5955
  "deleteAthleteMembershipAffilation": [
5982
- 136,
5956
+ 134,
5983
5957
  {
5984
5958
  "input": [
5985
5959
  170,
@@ -6000,7 +5974,7 @@ exports.default = {
6000
5974
  97,
6001
5975
  {
6002
5976
  "input": [
6003
- 258,
5977
+ 257,
6004
5978
  "CreateStripeAccountDto!"
6005
5979
  ]
6006
5980
  }
@@ -6023,15 +5997,6 @@ exports.default = {
6023
5997
  "createStripeAccountLink": [
6024
5998
  1
6025
5999
  ],
6026
- "registerMember": [
6027
- 134,
6028
- {
6029
- "input": [
6030
- 216,
6031
- "RegisterMemberDto!"
6032
- ]
6033
- }
6034
- ],
6035
6000
  "__typename": [
6036
6001
  1
6037
6002
  ]
@@ -6159,7 +6124,7 @@ exports.default = {
6159
6124
  175
6160
6125
  ],
6161
6126
  "translations": [
6162
- 234
6127
+ 233
6163
6128
  ],
6164
6129
  "__typename": [
6165
6130
  1
@@ -6312,7 +6277,7 @@ exports.default = {
6312
6277
  },
6313
6278
  "EditDisplayIndexDto": {
6314
6279
  "updates": [
6315
- 240
6280
+ 239
6316
6281
  ],
6317
6282
  "__typename": [
6318
6283
  1
@@ -6376,7 +6341,7 @@ exports.default = {
6376
6341
  18
6377
6342
  ],
6378
6343
  "translations": [
6379
- 245
6344
+ 244
6380
6345
  ],
6381
6346
  "__typename": [
6382
6347
  1
@@ -6413,7 +6378,7 @@ exports.default = {
6413
6378
  175
6414
6379
  ],
6415
6380
  "criteria": [
6416
- 247
6381
+ 246
6417
6382
  ],
6418
6383
  "deadline": [
6419
6384
  14
@@ -6422,13 +6387,13 @@ exports.default = {
6422
6387
  14
6423
6388
  ],
6424
6389
  "duration": [
6425
- 249
6390
+ 248
6426
6391
  ],
6427
6392
  "sponsorshipItems": [
6428
- 250
6393
+ 249
6429
6394
  ],
6430
6395
  "commitments": [
6431
- 251
6396
+ 250
6432
6397
  ],
6433
6398
  "terms": [
6434
6399
  1
@@ -6440,7 +6405,7 @@ exports.default = {
6440
6405
  2
6441
6406
  ],
6442
6407
  "translations": [
6443
- 252
6408
+ 251
6444
6409
  ],
6445
6410
  "__typename": [
6446
6411
  1
@@ -6454,7 +6419,7 @@ exports.default = {
6454
6419
  1
6455
6420
  ],
6456
6421
  "qualificationsBag": [
6457
- 248
6422
+ 247
6458
6423
  ],
6459
6424
  "__typename": [
6460
6425
  1