@vertikalx/vtx-backend-client 3.0.0-dev.0 → 3.0.0-dev.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
- 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,6 +5330,18 @@ exports.default = {
5310
5330
  ]
5311
5331
  }
5312
5332
  ],
5333
+ "findMemberForUser": [
5334
+ 134,
5335
+ {
5336
+ "loginEmail": [
5337
+ 1,
5338
+ "String!"
5339
+ ]
5340
+ }
5341
+ ],
5342
+ "getDonationsByMember": [
5343
+ 133
5344
+ ],
5313
5345
  "__typename": [
5314
5346
  1
5315
5347
  ]
@@ -5371,7 +5403,7 @@ exports.default = {
5371
5403
  5,
5372
5404
  {
5373
5405
  "tenant": [
5374
- 224,
5406
+ 225,
5375
5407
  "CreateTenantInput!"
5376
5408
  ]
5377
5409
  }
@@ -5380,7 +5412,7 @@ exports.default = {
5380
5412
  11,
5381
5413
  {
5382
5414
  "tenant": [
5383
- 224,
5415
+ 225,
5384
5416
  "CreateTenantInput!"
5385
5417
  ]
5386
5418
  }
@@ -5389,7 +5421,7 @@ exports.default = {
5389
5421
  3,
5390
5422
  {
5391
5423
  "user": [
5392
- 225,
5424
+ 226,
5393
5425
  "CreateActiveUserInput!"
5394
5426
  ]
5395
5427
  }
@@ -5424,7 +5456,7 @@ exports.default = {
5424
5456
  0,
5425
5457
  {
5426
5458
  "input": [
5427
- 226,
5459
+ 227,
5428
5460
  "RegisterUserToDomainFromEmailInput!"
5429
5461
  ]
5430
5462
  }
@@ -5433,7 +5465,7 @@ exports.default = {
5433
5465
  8,
5434
5466
  {
5435
5467
  "dto": [
5436
- 227,
5468
+ 228,
5437
5469
  "RefreshTokenInput!"
5438
5470
  ]
5439
5471
  }
@@ -5442,7 +5474,7 @@ exports.default = {
5442
5474
  33,
5443
5475
  {
5444
5476
  "input": [
5445
- 228,
5477
+ 229,
5446
5478
  "AWSS3DeleteUseTypeFileDto!"
5447
5479
  ]
5448
5480
  }
@@ -5451,7 +5483,7 @@ exports.default = {
5451
5483
  33,
5452
5484
  {
5453
5485
  "input": [
5454
- 229,
5486
+ 230,
5455
5487
  "AWSS3DeleteBucketFileDto!"
5456
5488
  ]
5457
5489
  }
@@ -5460,7 +5492,7 @@ exports.default = {
5460
5492
  33,
5461
5493
  {
5462
5494
  "input": [
5463
- 230,
5495
+ 231,
5464
5496
  "AWSS3DeleteUseTypeKeyDto!"
5465
5497
  ]
5466
5498
  }
@@ -5478,7 +5510,7 @@ exports.default = {
5478
5510
  56,
5479
5511
  {
5480
5512
  "input": [
5481
- 231,
5513
+ 232,
5482
5514
  "CreateIndustryDto!"
5483
5515
  ]
5484
5516
  }
@@ -5487,7 +5519,7 @@ exports.default = {
5487
5519
  39,
5488
5520
  {
5489
5521
  "input": [
5490
- 232,
5522
+ 233,
5491
5523
  "CreateBrandDto!"
5492
5524
  ]
5493
5525
  }
@@ -5496,7 +5528,7 @@ exports.default = {
5496
5528
  59,
5497
5529
  {
5498
5530
  "input": [
5499
- 234,
5531
+ 235,
5500
5532
  "RegisterSponsorInput!"
5501
5533
  ]
5502
5534
  }
@@ -5505,7 +5537,7 @@ exports.default = {
5505
5537
  59,
5506
5538
  {
5507
5539
  "input": [
5508
- 235,
5540
+ 236,
5509
5541
  "CreateSponsorDto!"
5510
5542
  ]
5511
5543
  }
@@ -5520,7 +5552,7 @@ exports.default = {
5520
5552
  }
5521
5553
  ],
5522
5554
  "forceDeleteAthleteCompetition": [
5523
- 134,
5555
+ 136,
5524
5556
  {
5525
5557
  "input": [
5526
5558
  170,
@@ -5532,22 +5564,22 @@ exports.default = {
5532
5564
  100,
5533
5565
  {
5534
5566
  "input": [
5535
- 236,
5567
+ 237,
5536
5568
  "RegisterAthleteDto!"
5537
5569
  ]
5538
5570
  }
5539
5571
  ],
5540
5572
  "editProfileValue": [
5541
- 133,
5573
+ 135,
5542
5574
  {
5543
5575
  "input": [
5544
- 237,
5576
+ 238,
5545
5577
  "EditValueDto!"
5546
5578
  ]
5547
5579
  }
5548
5580
  ],
5549
5581
  "editPicture": [
5550
- 138,
5582
+ 140,
5551
5583
  {
5552
5584
  "input": [
5553
5585
  174,
@@ -5556,7 +5588,7 @@ exports.default = {
5556
5588
  }
5557
5589
  ],
5558
5590
  "AddAlbumPictures": [
5559
- 139,
5591
+ 141,
5560
5592
  {
5561
5593
  "input": [
5562
5594
  176,
@@ -5574,7 +5606,7 @@ exports.default = {
5574
5606
  }
5575
5607
  ],
5576
5608
  "deleteAthleteCompetition": [
5577
- 134,
5609
+ 136,
5578
5610
  {
5579
5611
  "input": [
5580
5612
  170,
@@ -5595,7 +5627,7 @@ exports.default = {
5595
5627
  80,
5596
5628
  {
5597
5629
  "input": [
5598
- 238,
5630
+ 239,
5599
5631
  "EditDisplayIndexDto!"
5600
5632
  ]
5601
5633
  }
@@ -5610,7 +5642,7 @@ exports.default = {
5610
5642
  }
5611
5643
  ],
5612
5644
  "deleteAthleteAlbum": [
5613
- 134,
5645
+ 136,
5614
5646
  {
5615
5647
  "input": [
5616
5648
  170,
@@ -5643,7 +5675,7 @@ exports.default = {
5643
5675
  89,
5644
5676
  {
5645
5677
  "input": [
5646
- 240,
5678
+ 241,
5647
5679
  "SetCurrentCampaignDto!"
5648
5680
  ]
5649
5681
  }
@@ -5652,7 +5684,7 @@ exports.default = {
5652
5684
  67,
5653
5685
  {
5654
5686
  "input": [
5655
- 241,
5687
+ 242,
5656
5688
  "CreateSportDto!"
5657
5689
  ]
5658
5690
  }
@@ -5661,7 +5693,7 @@ exports.default = {
5661
5693
  67,
5662
5694
  {
5663
5695
  "input": [
5664
- 242,
5696
+ 243,
5665
5697
  "UpdateSportDto!"
5666
5698
  ]
5667
5699
  }
@@ -5670,7 +5702,7 @@ exports.default = {
5670
5702
  70,
5671
5703
  {
5672
5704
  "input": [
5673
- 243,
5705
+ 244,
5674
5706
  "CreateSportLevelDto!"
5675
5707
  ]
5676
5708
  }
@@ -5679,7 +5711,7 @@ exports.default = {
5679
5711
  65,
5680
5712
  {
5681
5713
  "input": [
5682
- 245,
5714
+ 246,
5683
5715
  "CreateSponsorshipDto!"
5684
5716
  ]
5685
5717
  }
@@ -5688,7 +5720,7 @@ exports.default = {
5688
5720
  45,
5689
5721
  {
5690
5722
  "input": [
5691
- 252,
5723
+ 253,
5692
5724
  "CreateCountryDto!"
5693
5725
  ]
5694
5726
  }
@@ -5697,7 +5729,7 @@ exports.default = {
5697
5729
  44,
5698
5730
  {
5699
5731
  "input": [
5700
- 253,
5732
+ 254,
5701
5733
  "CreateStateDto!"
5702
5734
  ]
5703
5735
  }
@@ -5706,7 +5738,7 @@ exports.default = {
5706
5738
  43,
5707
5739
  {
5708
5740
  "input": [
5709
- 254,
5741
+ 255,
5710
5742
  "CreateCityDto!"
5711
5743
  ]
5712
5744
  }
@@ -5747,7 +5779,7 @@ exports.default = {
5747
5779
  ]
5748
5780
  }
5749
5781
  ],
5750
- "registerMemberUser": [
5782
+ "registerUser": [
5751
5783
  0,
5752
5784
  {
5753
5785
  "input": [
@@ -5779,7 +5811,7 @@ exports.default = {
5779
5811
  }
5780
5812
  ],
5781
5813
  "createResetPasswordCode": [
5782
- 133,
5814
+ 135,
5783
5815
  {
5784
5816
  "input": [
5785
5817
  1,
@@ -5788,7 +5820,7 @@ exports.default = {
5788
5820
  }
5789
5821
  ],
5790
5822
  "resetUserPassword": [
5791
- 133,
5823
+ 135,
5792
5824
  {
5793
5825
  "input": [
5794
5826
  192,
@@ -5797,7 +5829,7 @@ exports.default = {
5797
5829
  }
5798
5830
  ],
5799
5831
  "validateToken": [
5800
- 146,
5832
+ 148,
5801
5833
  {
5802
5834
  "input": [
5803
5835
  1,
@@ -5809,7 +5841,7 @@ exports.default = {
5809
5841
  105,
5810
5842
  {
5811
5843
  "data": [
5812
- 255,
5844
+ 256,
5813
5845
  "RegisterStravaDto!"
5814
5846
  ]
5815
5847
  }
@@ -5827,7 +5859,7 @@ exports.default = {
5827
5859
  75,
5828
5860
  {
5829
5861
  "input": [
5830
- 256,
5862
+ 257,
5831
5863
  "CreateSportEventDto!"
5832
5864
  ]
5833
5865
  }
@@ -5869,7 +5901,7 @@ exports.default = {
5869
5901
  }
5870
5902
  ],
5871
5903
  "deleteFundingCampaign": [
5872
- 134,
5904
+ 136,
5873
5905
  {
5874
5906
  "input": [
5875
5907
  170,
@@ -5950,7 +5982,7 @@ exports.default = {
5950
5982
  }
5951
5983
  ],
5952
5984
  "deleteAthleteMembershipAffilation": [
5953
- 134,
5985
+ 136,
5954
5986
  {
5955
5987
  "input": [
5956
5988
  170,
@@ -5971,7 +6003,7 @@ exports.default = {
5971
6003
  97,
5972
6004
  {
5973
6005
  "input": [
5974
- 257,
6006
+ 258,
5975
6007
  "CreateStripeAccountDto!"
5976
6008
  ]
5977
6009
  }
@@ -5994,6 +6026,15 @@ exports.default = {
5994
6026
  "createStripeAccountLink": [
5995
6027
  1
5996
6028
  ],
6029
+ "registerMember": [
6030
+ 134,
6031
+ {
6032
+ "input": [
6033
+ 216,
6034
+ "RegisterMemberDto!"
6035
+ ]
6036
+ }
6037
+ ],
5997
6038
  "__typename": [
5998
6039
  1
5999
6040
  ]
@@ -6121,7 +6162,7 @@ exports.default = {
6121
6162
  175
6122
6163
  ],
6123
6164
  "translations": [
6124
- 233
6165
+ 234
6125
6166
  ],
6126
6167
  "__typename": [
6127
6168
  1
@@ -6274,7 +6315,7 @@ exports.default = {
6274
6315
  },
6275
6316
  "EditDisplayIndexDto": {
6276
6317
  "updates": [
6277
- 239
6318
+ 240
6278
6319
  ],
6279
6320
  "__typename": [
6280
6321
  1
@@ -6338,7 +6379,7 @@ exports.default = {
6338
6379
  18
6339
6380
  ],
6340
6381
  "translations": [
6341
- 244
6382
+ 245
6342
6383
  ],
6343
6384
  "__typename": [
6344
6385
  1
@@ -6375,7 +6416,7 @@ exports.default = {
6375
6416
  175
6376
6417
  ],
6377
6418
  "criteria": [
6378
- 246
6419
+ 247
6379
6420
  ],
6380
6421
  "deadline": [
6381
6422
  14
@@ -6384,13 +6425,13 @@ exports.default = {
6384
6425
  14
6385
6426
  ],
6386
6427
  "duration": [
6387
- 248
6428
+ 249
6388
6429
  ],
6389
6430
  "sponsorshipItems": [
6390
- 249
6431
+ 250
6391
6432
  ],
6392
6433
  "commitments": [
6393
- 250
6434
+ 251
6394
6435
  ],
6395
6436
  "terms": [
6396
6437
  1
@@ -6402,7 +6443,7 @@ exports.default = {
6402
6443
  2
6403
6444
  ],
6404
6445
  "translations": [
6405
- 251
6446
+ 252
6406
6447
  ],
6407
6448
  "__typename": [
6408
6449
  1
@@ -6416,7 +6457,7 @@ exports.default = {
6416
6457
  1
6417
6458
  ],
6418
6459
  "qualificationsBag": [
6419
- 247
6460
+ 248
6420
6461
  ],
6421
6462
  "__typename": [
6422
6463
  1