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

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