@vertikalx/vtx-backend-client 3.0.0-dev-alejo.8 → 3.0.0-dev-max.5
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 +4 -3
- package/src/api/vtx-base-api.js +53 -7
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +21 -4
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +15 -2
- package/src/client/types.js +81 -46
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -11,7 +11,7 @@ exports.default = {
|
|
|
11
11
|
128,
|
|
12
12
|
146,
|
|
13
13
|
150,
|
|
14
|
-
|
|
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
|
|
@@ -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,7 +4979,7 @@ exports.default = {
|
|
|
4959
4979
|
104,
|
|
4960
4980
|
{
|
|
4961
4981
|
"input": [
|
|
4962
|
-
|
|
4982
|
+
220,
|
|
4963
4983
|
"FindSponsorAthleteInvitationDto!"
|
|
4964
4984
|
]
|
|
4965
4985
|
}
|
|
@@ -5028,7 +5048,7 @@ exports.default = {
|
|
|
5028
5048
|
81,
|
|
5029
5049
|
{
|
|
5030
5050
|
"input": [
|
|
5031
|
-
|
|
5051
|
+
221,
|
|
5032
5052
|
"GetAthleteCompetitionsDto!"
|
|
5033
5053
|
]
|
|
5034
5054
|
}
|
|
@@ -5193,7 +5213,7 @@ exports.default = {
|
|
|
5193
5213
|
0,
|
|
5194
5214
|
{
|
|
5195
5215
|
"input": [
|
|
5196
|
-
|
|
5216
|
+
222,
|
|
5197
5217
|
"FindVtxUserDto!"
|
|
5198
5218
|
]
|
|
5199
5219
|
}
|
|
@@ -5245,7 +5265,7 @@ exports.default = {
|
|
|
5245
5265
|
75,
|
|
5246
5266
|
{
|
|
5247
5267
|
"input": [
|
|
5248
|
-
|
|
5268
|
+
223,
|
|
5249
5269
|
"GetSportEventsDto!"
|
|
5250
5270
|
]
|
|
5251
5271
|
}
|
|
@@ -5310,12 +5330,18 @@ exports.default = {
|
|
|
5310
5330
|
]
|
|
5311
5331
|
}
|
|
5312
5332
|
],
|
|
5333
|
+
"findMemberForUser": [
|
|
5334
|
+
134,
|
|
5335
|
+
{
|
|
5336
|
+
"loginEmail": [
|
|
5337
|
+
1,
|
|
5338
|
+
"String!"
|
|
5339
|
+
]
|
|
5340
|
+
}
|
|
5341
|
+
],
|
|
5313
5342
|
"getDonationsByMember": [
|
|
5314
5343
|
133
|
|
5315
5344
|
],
|
|
5316
|
-
"findMemberForUser": [
|
|
5317
|
-
134
|
|
5318
|
-
],
|
|
5319
5345
|
"__typename": [
|
|
5320
5346
|
1
|
|
5321
5347
|
]
|
|
@@ -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
|
}
|
|
@@ -5538,7 +5564,7 @@ exports.default = {
|
|
|
5538
5564
|
100,
|
|
5539
5565
|
{
|
|
5540
5566
|
"input": [
|
|
5541
|
-
|
|
5567
|
+
237,
|
|
5542
5568
|
"RegisterAthleteDto!"
|
|
5543
5569
|
]
|
|
5544
5570
|
}
|
|
@@ -5547,7 +5573,7 @@ exports.default = {
|
|
|
5547
5573
|
135,
|
|
5548
5574
|
{
|
|
5549
5575
|
"input": [
|
|
5550
|
-
|
|
5576
|
+
238,
|
|
5551
5577
|
"EditValueDto!"
|
|
5552
5578
|
]
|
|
5553
5579
|
}
|
|
@@ -5601,7 +5627,7 @@ exports.default = {
|
|
|
5601
5627
|
80,
|
|
5602
5628
|
{
|
|
5603
5629
|
"input": [
|
|
5604
|
-
|
|
5630
|
+
239,
|
|
5605
5631
|
"EditDisplayIndexDto!"
|
|
5606
5632
|
]
|
|
5607
5633
|
}
|
|
@@ -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": [
|
|
@@ -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
|
}
|
|
@@ -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
|