@vertikalx/vtx-backend-client 3.0.0-dev.13 → 3.0.0-dev.15
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 +1 -0
- package/src/api/vtx-base-api.js +29 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +25 -4
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +19 -5
- package/src/client/types.js +131 -93
- 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
|
147,
|
|
13
13
|
152,
|
|
14
|
-
|
|
14
|
+
221
|
|
15
15
|
],
|
|
16
16
|
"types": {
|
|
17
17
|
"User": {
|
|
@@ -1633,6 +1633,12 @@ exports.default = {
|
|
|
1633
1633
|
"resultType": [
|
|
1634
1634
|
1
|
|
1635
1635
|
],
|
|
1636
|
+
"verified": [
|
|
1637
|
+
2
|
|
1638
|
+
],
|
|
1639
|
+
"priority": [
|
|
1640
|
+
18
|
|
1641
|
+
],
|
|
1636
1642
|
"__typename": [
|
|
1637
1643
|
1
|
|
1638
1644
|
]
|
|
@@ -2785,7 +2791,7 @@ exports.default = {
|
|
|
2785
2791
|
89
|
|
2786
2792
|
],
|
|
2787
2793
|
"mode": [
|
|
2788
|
-
|
|
2794
|
+
221
|
|
2789
2795
|
],
|
|
2790
2796
|
"athleteId": [
|
|
2791
2797
|
1
|
|
@@ -4083,22 +4089,22 @@ exports.default = {
|
|
|
4083
4089
|
1
|
|
4084
4090
|
]
|
|
4085
4091
|
},
|
|
4086
|
-
"
|
|
4087
|
-
"
|
|
4092
|
+
"SortCriteriaDto": {
|
|
4093
|
+
"sortField": [
|
|
4088
4094
|
1
|
|
4089
4095
|
],
|
|
4090
|
-
"
|
|
4096
|
+
"order": [
|
|
4091
4097
|
1
|
|
4092
4098
|
],
|
|
4093
4099
|
"__typename": [
|
|
4094
4100
|
1
|
|
4095
4101
|
]
|
|
4096
4102
|
},
|
|
4097
|
-
"
|
|
4098
|
-
"
|
|
4103
|
+
"CursorPositionDto": {
|
|
4104
|
+
"cursorId": [
|
|
4099
4105
|
1
|
|
4100
4106
|
],
|
|
4101
|
-
"
|
|
4107
|
+
"cursorFieldValue": [
|
|
4102
4108
|
1
|
|
4103
4109
|
],
|
|
4104
4110
|
"__typename": [
|
|
@@ -4107,13 +4113,13 @@ exports.default = {
|
|
|
4107
4113
|
},
|
|
4108
4114
|
"CursorPaginationDto": {
|
|
4109
4115
|
"sortCriteria": [
|
|
4110
|
-
|
|
4116
|
+
170
|
|
4111
4117
|
],
|
|
4112
4118
|
"limit": [
|
|
4113
4119
|
18
|
|
4114
4120
|
],
|
|
4115
4121
|
"cursorPosition": [
|
|
4116
|
-
|
|
4122
|
+
171
|
|
4117
4123
|
],
|
|
4118
4124
|
"__typename": [
|
|
4119
4125
|
1
|
|
@@ -4371,6 +4377,20 @@ exports.default = {
|
|
|
4371
4377
|
1
|
|
4372
4378
|
]
|
|
4373
4379
|
},
|
|
4380
|
+
"OffsetPaginationDto": {
|
|
4381
|
+
"pageNumber": [
|
|
4382
|
+
18
|
|
4383
|
+
],
|
|
4384
|
+
"pageSize": [
|
|
4385
|
+
18
|
|
4386
|
+
],
|
|
4387
|
+
"sortCriteria": [
|
|
4388
|
+
170
|
|
4389
|
+
],
|
|
4390
|
+
"__typename": [
|
|
4391
|
+
1
|
|
4392
|
+
]
|
|
4393
|
+
},
|
|
4374
4394
|
"QualificationDto": {
|
|
4375
4395
|
"type": [
|
|
4376
4396
|
1
|
|
@@ -4629,7 +4649,7 @@ exports.default = {
|
|
|
4629
4649
|
18
|
|
4630
4650
|
],
|
|
4631
4651
|
"items": [
|
|
4632
|
-
|
|
4652
|
+
201
|
|
4633
4653
|
],
|
|
4634
4654
|
"__typename": [
|
|
4635
4655
|
1
|
|
@@ -4640,7 +4660,7 @@ exports.default = {
|
|
|
4640
4660
|
18
|
|
4641
4661
|
],
|
|
4642
4662
|
"items": [
|
|
4643
|
-
|
|
4663
|
+
201
|
|
4644
4664
|
],
|
|
4645
4665
|
"athleteCompetitionId": [
|
|
4646
4666
|
1
|
|
@@ -4689,16 +4709,16 @@ exports.default = {
|
|
|
4689
4709
|
14
|
|
4690
4710
|
],
|
|
4691
4711
|
"budget": [
|
|
4692
|
-
|
|
4712
|
+
203
|
|
4693
4713
|
],
|
|
4694
4714
|
"competitionBudgets": [
|
|
4695
|
-
|
|
4715
|
+
204
|
|
4696
4716
|
],
|
|
4697
4717
|
"competitionIds": [
|
|
4698
4718
|
1
|
|
4699
4719
|
],
|
|
4700
4720
|
"video": [
|
|
4701
|
-
|
|
4721
|
+
205
|
|
4702
4722
|
],
|
|
4703
4723
|
"__typename": [
|
|
4704
4724
|
1
|
|
@@ -4730,16 +4750,16 @@ exports.default = {
|
|
|
4730
4750
|
14
|
|
4731
4751
|
],
|
|
4732
4752
|
"budget": [
|
|
4733
|
-
|
|
4753
|
+
203
|
|
4734
4754
|
],
|
|
4735
4755
|
"competitionBudgets": [
|
|
4736
|
-
|
|
4756
|
+
204
|
|
4737
4757
|
],
|
|
4738
4758
|
"competitionIds": [
|
|
4739
4759
|
1
|
|
4740
4760
|
],
|
|
4741
4761
|
"video": [
|
|
4742
|
-
|
|
4762
|
+
205
|
|
4743
4763
|
],
|
|
4744
4764
|
"loginEmail": [
|
|
4745
4765
|
1
|
|
@@ -4774,16 +4794,16 @@ exports.default = {
|
|
|
4774
4794
|
14
|
|
4775
4795
|
],
|
|
4776
4796
|
"budget": [
|
|
4777
|
-
|
|
4797
|
+
203
|
|
4778
4798
|
],
|
|
4779
4799
|
"competitionBudgets": [
|
|
4780
|
-
|
|
4800
|
+
204
|
|
4781
4801
|
],
|
|
4782
4802
|
"competitionIds": [
|
|
4783
4803
|
1
|
|
4784
4804
|
],
|
|
4785
4805
|
"video": [
|
|
4786
|
-
|
|
4806
|
+
205
|
|
4787
4807
|
],
|
|
4788
4808
|
"_id": [
|
|
4789
4809
|
1
|
|
@@ -4805,7 +4825,7 @@ exports.default = {
|
|
|
4805
4825
|
},
|
|
4806
4826
|
"BudgetDto": {
|
|
4807
4827
|
"items": [
|
|
4808
|
-
|
|
4828
|
+
201
|
|
4809
4829
|
],
|
|
4810
4830
|
"fundingMode": [
|
|
4811
4831
|
1
|
|
@@ -4819,7 +4839,7 @@ exports.default = {
|
|
|
4819
4839
|
1
|
|
4820
4840
|
],
|
|
4821
4841
|
"budget": [
|
|
4822
|
-
|
|
4842
|
+
210
|
|
4823
4843
|
],
|
|
4824
4844
|
"__typename": [
|
|
4825
4845
|
1
|
|
@@ -4830,7 +4850,7 @@ exports.default = {
|
|
|
4830
4850
|
1
|
|
4831
4851
|
],
|
|
4832
4852
|
"budget": [
|
|
4833
|
-
|
|
4853
|
+
210
|
|
4834
4854
|
],
|
|
4835
4855
|
"__typename": [
|
|
4836
4856
|
1
|
|
@@ -4850,7 +4870,7 @@ exports.default = {
|
|
|
4850
4870
|
18
|
|
4851
4871
|
],
|
|
4852
4872
|
"budget": [
|
|
4853
|
-
|
|
4873
|
+
210
|
|
4854
4874
|
],
|
|
4855
4875
|
"__typename": [
|
|
4856
4876
|
1
|
|
@@ -5043,7 +5063,7 @@ exports.default = {
|
|
|
5043
5063
|
32,
|
|
5044
5064
|
{
|
|
5045
5065
|
"input": [
|
|
5046
|
-
|
|
5066
|
+
223,
|
|
5047
5067
|
"AWSS3GetUploadDto!"
|
|
5048
5068
|
]
|
|
5049
5069
|
}
|
|
@@ -5105,7 +5125,7 @@ exports.default = {
|
|
|
5105
5125
|
104,
|
|
5106
5126
|
{
|
|
5107
5127
|
"input": [
|
|
5108
|
-
|
|
5128
|
+
224,
|
|
5109
5129
|
"FindSponsorAthleteInvitationDto!"
|
|
5110
5130
|
]
|
|
5111
5131
|
}
|
|
@@ -5174,7 +5194,7 @@ exports.default = {
|
|
|
5174
5194
|
81,
|
|
5175
5195
|
{
|
|
5176
5196
|
"input": [
|
|
5177
|
-
|
|
5197
|
+
225,
|
|
5178
5198
|
"GetAthleteCompetitionsDto!"
|
|
5179
5199
|
]
|
|
5180
5200
|
}
|
|
@@ -5293,6 +5313,15 @@ exports.default = {
|
|
|
5293
5313
|
"getSports": [
|
|
5294
5314
|
67
|
|
5295
5315
|
],
|
|
5316
|
+
"getSportsPaginated": [
|
|
5317
|
+
67,
|
|
5318
|
+
{
|
|
5319
|
+
"pagination": [
|
|
5320
|
+
185,
|
|
5321
|
+
"OffsetPaginationDto!"
|
|
5322
|
+
]
|
|
5323
|
+
}
|
|
5324
|
+
],
|
|
5296
5325
|
"findSportById": [
|
|
5297
5326
|
67,
|
|
5298
5327
|
{
|
|
@@ -5357,7 +5386,7 @@ exports.default = {
|
|
|
5357
5386
|
0,
|
|
5358
5387
|
{
|
|
5359
5388
|
"input": [
|
|
5360
|
-
|
|
5389
|
+
226,
|
|
5361
5390
|
"FindVtxUserDto!"
|
|
5362
5391
|
]
|
|
5363
5392
|
}
|
|
@@ -5402,6 +5431,15 @@ exports.default = {
|
|
|
5402
5431
|
]
|
|
5403
5432
|
}
|
|
5404
5433
|
],
|
|
5434
|
+
"isUserSuspended": [
|
|
5435
|
+
2,
|
|
5436
|
+
{
|
|
5437
|
+
"loginEmail": [
|
|
5438
|
+
1,
|
|
5439
|
+
"String!"
|
|
5440
|
+
]
|
|
5441
|
+
}
|
|
5442
|
+
],
|
|
5405
5443
|
"getStravaLoginUrl": [
|
|
5406
5444
|
1
|
|
5407
5445
|
],
|
|
@@ -5409,7 +5447,7 @@ exports.default = {
|
|
|
5409
5447
|
75,
|
|
5410
5448
|
{
|
|
5411
5449
|
"input": [
|
|
5412
|
-
|
|
5450
|
+
227,
|
|
5413
5451
|
"GetSportEventsDto!"
|
|
5414
5452
|
]
|
|
5415
5453
|
}
|
|
@@ -5454,7 +5492,7 @@ exports.default = {
|
|
|
5454
5492
|
146,
|
|
5455
5493
|
{
|
|
5456
5494
|
"input": [
|
|
5457
|
-
|
|
5495
|
+
198,
|
|
5458
5496
|
"StripeQueryDto!"
|
|
5459
5497
|
]
|
|
5460
5498
|
}
|
|
@@ -5472,7 +5510,7 @@ exports.default = {
|
|
|
5472
5510
|
117,
|
|
5473
5511
|
{
|
|
5474
5512
|
"input": [
|
|
5475
|
-
|
|
5513
|
+
197,
|
|
5476
5514
|
"GetReceiptDto!"
|
|
5477
5515
|
]
|
|
5478
5516
|
}
|
|
@@ -5481,7 +5519,7 @@ exports.default = {
|
|
|
5481
5519
|
118,
|
|
5482
5520
|
{
|
|
5483
5521
|
"input": [
|
|
5484
|
-
|
|
5522
|
+
197,
|
|
5485
5523
|
"GetReceiptDto!"
|
|
5486
5524
|
]
|
|
5487
5525
|
}
|
|
@@ -5490,7 +5528,7 @@ exports.default = {
|
|
|
5490
5528
|
150,
|
|
5491
5529
|
{
|
|
5492
5530
|
"input": [
|
|
5493
|
-
|
|
5531
|
+
199,
|
|
5494
5532
|
"GetTransactionDetailsDto!"
|
|
5495
5533
|
]
|
|
5496
5534
|
}
|
|
@@ -5568,7 +5606,7 @@ exports.default = {
|
|
|
5568
5606
|
5,
|
|
5569
5607
|
{
|
|
5570
5608
|
"tenant": [
|
|
5571
|
-
|
|
5609
|
+
229,
|
|
5572
5610
|
"CreateTenantInput!"
|
|
5573
5611
|
]
|
|
5574
5612
|
}
|
|
@@ -5577,7 +5615,7 @@ exports.default = {
|
|
|
5577
5615
|
11,
|
|
5578
5616
|
{
|
|
5579
5617
|
"tenant": [
|
|
5580
|
-
|
|
5618
|
+
229,
|
|
5581
5619
|
"CreateTenantInput!"
|
|
5582
5620
|
]
|
|
5583
5621
|
}
|
|
@@ -5586,7 +5624,7 @@ exports.default = {
|
|
|
5586
5624
|
3,
|
|
5587
5625
|
{
|
|
5588
5626
|
"user": [
|
|
5589
|
-
|
|
5627
|
+
230,
|
|
5590
5628
|
"CreateActiveUserInput!"
|
|
5591
5629
|
]
|
|
5592
5630
|
}
|
|
@@ -5621,7 +5659,7 @@ exports.default = {
|
|
|
5621
5659
|
0,
|
|
5622
5660
|
{
|
|
5623
5661
|
"input": [
|
|
5624
|
-
|
|
5662
|
+
231,
|
|
5625
5663
|
"RegisterUserToDomainFromEmailInput!"
|
|
5626
5664
|
]
|
|
5627
5665
|
}
|
|
@@ -5630,7 +5668,7 @@ exports.default = {
|
|
|
5630
5668
|
8,
|
|
5631
5669
|
{
|
|
5632
5670
|
"dto": [
|
|
5633
|
-
|
|
5671
|
+
232,
|
|
5634
5672
|
"RefreshTokenInput!"
|
|
5635
5673
|
]
|
|
5636
5674
|
}
|
|
@@ -5639,7 +5677,7 @@ exports.default = {
|
|
|
5639
5677
|
33,
|
|
5640
5678
|
{
|
|
5641
5679
|
"input": [
|
|
5642
|
-
|
|
5680
|
+
233,
|
|
5643
5681
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5644
5682
|
]
|
|
5645
5683
|
}
|
|
@@ -5648,7 +5686,7 @@ exports.default = {
|
|
|
5648
5686
|
33,
|
|
5649
5687
|
{
|
|
5650
5688
|
"input": [
|
|
5651
|
-
|
|
5689
|
+
234,
|
|
5652
5690
|
"AWSS3DeleteBucketFileDto!"
|
|
5653
5691
|
]
|
|
5654
5692
|
}
|
|
@@ -5657,7 +5695,7 @@ exports.default = {
|
|
|
5657
5695
|
33,
|
|
5658
5696
|
{
|
|
5659
5697
|
"input": [
|
|
5660
|
-
|
|
5698
|
+
235,
|
|
5661
5699
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5662
5700
|
]
|
|
5663
5701
|
}
|
|
@@ -5675,7 +5713,7 @@ exports.default = {
|
|
|
5675
5713
|
56,
|
|
5676
5714
|
{
|
|
5677
5715
|
"input": [
|
|
5678
|
-
|
|
5716
|
+
236,
|
|
5679
5717
|
"CreateIndustryDto!"
|
|
5680
5718
|
]
|
|
5681
5719
|
}
|
|
@@ -5684,7 +5722,7 @@ exports.default = {
|
|
|
5684
5722
|
39,
|
|
5685
5723
|
{
|
|
5686
5724
|
"input": [
|
|
5687
|
-
|
|
5725
|
+
237,
|
|
5688
5726
|
"CreateBrandDto!"
|
|
5689
5727
|
]
|
|
5690
5728
|
}
|
|
@@ -5693,7 +5731,7 @@ exports.default = {
|
|
|
5693
5731
|
59,
|
|
5694
5732
|
{
|
|
5695
5733
|
"input": [
|
|
5696
|
-
|
|
5734
|
+
239,
|
|
5697
5735
|
"RegisterSponsorInput!"
|
|
5698
5736
|
]
|
|
5699
5737
|
}
|
|
@@ -5702,7 +5740,7 @@ exports.default = {
|
|
|
5702
5740
|
59,
|
|
5703
5741
|
{
|
|
5704
5742
|
"input": [
|
|
5705
|
-
|
|
5743
|
+
240,
|
|
5706
5744
|
"CreateSponsorDto!"
|
|
5707
5745
|
]
|
|
5708
5746
|
}
|
|
@@ -5729,7 +5767,7 @@ exports.default = {
|
|
|
5729
5767
|
100,
|
|
5730
5768
|
{
|
|
5731
5769
|
"input": [
|
|
5732
|
-
|
|
5770
|
+
241,
|
|
5733
5771
|
"RegisterAthleteDto!"
|
|
5734
5772
|
]
|
|
5735
5773
|
}
|
|
@@ -5738,7 +5776,7 @@ exports.default = {
|
|
|
5738
5776
|
135,
|
|
5739
5777
|
{
|
|
5740
5778
|
"input": [
|
|
5741
|
-
|
|
5779
|
+
242,
|
|
5742
5780
|
"EditValueDto!"
|
|
5743
5781
|
]
|
|
5744
5782
|
}
|
|
@@ -5792,7 +5830,7 @@ exports.default = {
|
|
|
5792
5830
|
80,
|
|
5793
5831
|
{
|
|
5794
5832
|
"input": [
|
|
5795
|
-
|
|
5833
|
+
243,
|
|
5796
5834
|
"EditDisplayIndexDto!"
|
|
5797
5835
|
]
|
|
5798
5836
|
}
|
|
@@ -5840,7 +5878,7 @@ exports.default = {
|
|
|
5840
5878
|
89,
|
|
5841
5879
|
{
|
|
5842
5880
|
"input": [
|
|
5843
|
-
|
|
5881
|
+
245,
|
|
5844
5882
|
"SetCurrentCampaignDto!"
|
|
5845
5883
|
]
|
|
5846
5884
|
}
|
|
@@ -5849,7 +5887,7 @@ exports.default = {
|
|
|
5849
5887
|
67,
|
|
5850
5888
|
{
|
|
5851
5889
|
"input": [
|
|
5852
|
-
|
|
5890
|
+
246,
|
|
5853
5891
|
"CreateSportDto!"
|
|
5854
5892
|
]
|
|
5855
5893
|
}
|
|
@@ -5858,7 +5896,7 @@ exports.default = {
|
|
|
5858
5896
|
67,
|
|
5859
5897
|
{
|
|
5860
5898
|
"input": [
|
|
5861
|
-
|
|
5899
|
+
247,
|
|
5862
5900
|
"UpdateSportDto!"
|
|
5863
5901
|
]
|
|
5864
5902
|
}
|
|
@@ -5867,7 +5905,7 @@ exports.default = {
|
|
|
5867
5905
|
70,
|
|
5868
5906
|
{
|
|
5869
5907
|
"input": [
|
|
5870
|
-
|
|
5908
|
+
248,
|
|
5871
5909
|
"CreateSportLevelDto!"
|
|
5872
5910
|
]
|
|
5873
5911
|
}
|
|
@@ -5876,7 +5914,7 @@ exports.default = {
|
|
|
5876
5914
|
65,
|
|
5877
5915
|
{
|
|
5878
5916
|
"input": [
|
|
5879
|
-
|
|
5917
|
+
250,
|
|
5880
5918
|
"CreateSponsorshipDto!"
|
|
5881
5919
|
]
|
|
5882
5920
|
}
|
|
@@ -5885,7 +5923,7 @@ exports.default = {
|
|
|
5885
5923
|
45,
|
|
5886
5924
|
{
|
|
5887
5925
|
"input": [
|
|
5888
|
-
|
|
5926
|
+
257,
|
|
5889
5927
|
"CreateCountryDto!"
|
|
5890
5928
|
]
|
|
5891
5929
|
}
|
|
@@ -5894,7 +5932,7 @@ exports.default = {
|
|
|
5894
5932
|
44,
|
|
5895
5933
|
{
|
|
5896
5934
|
"input": [
|
|
5897
|
-
|
|
5935
|
+
258,
|
|
5898
5936
|
"CreateStateDto!"
|
|
5899
5937
|
]
|
|
5900
5938
|
}
|
|
@@ -5903,7 +5941,7 @@ exports.default = {
|
|
|
5903
5941
|
43,
|
|
5904
5942
|
{
|
|
5905
5943
|
"input": [
|
|
5906
|
-
|
|
5944
|
+
259,
|
|
5907
5945
|
"CreateCityDto!"
|
|
5908
5946
|
]
|
|
5909
5947
|
}
|
|
@@ -5912,7 +5950,7 @@ exports.default = {
|
|
|
5912
5950
|
29,
|
|
5913
5951
|
{
|
|
5914
5952
|
"input": [
|
|
5915
|
-
|
|
5953
|
+
195,
|
|
5916
5954
|
"RegisterUserDto!"
|
|
5917
5955
|
]
|
|
5918
5956
|
}
|
|
@@ -5939,7 +5977,7 @@ exports.default = {
|
|
|
5939
5977
|
0,
|
|
5940
5978
|
{
|
|
5941
5979
|
"input": [
|
|
5942
|
-
|
|
5980
|
+
195,
|
|
5943
5981
|
"RegisterUserDto!"
|
|
5944
5982
|
]
|
|
5945
5983
|
}
|
|
@@ -5948,7 +5986,7 @@ exports.default = {
|
|
|
5948
5986
|
0,
|
|
5949
5987
|
{
|
|
5950
5988
|
"input": [
|
|
5951
|
-
|
|
5989
|
+
195,
|
|
5952
5990
|
"RegisterUserDto!"
|
|
5953
5991
|
]
|
|
5954
5992
|
}
|
|
@@ -5957,7 +5995,7 @@ exports.default = {
|
|
|
5957
5995
|
0,
|
|
5958
5996
|
{
|
|
5959
5997
|
"input": [
|
|
5960
|
-
|
|
5998
|
+
195,
|
|
5961
5999
|
"RegisterUserDto!"
|
|
5962
6000
|
]
|
|
5963
6001
|
}
|
|
@@ -5988,7 +6026,7 @@ exports.default = {
|
|
|
5988
6026
|
135,
|
|
5989
6027
|
{
|
|
5990
6028
|
"input": [
|
|
5991
|
-
|
|
6029
|
+
196,
|
|
5992
6030
|
"resetPasswordDto!"
|
|
5993
6031
|
]
|
|
5994
6032
|
}
|
|
@@ -6006,7 +6044,7 @@ exports.default = {
|
|
|
6006
6044
|
105,
|
|
6007
6045
|
{
|
|
6008
6046
|
"data": [
|
|
6009
|
-
|
|
6047
|
+
260,
|
|
6010
6048
|
"RegisterStravaDto!"
|
|
6011
6049
|
]
|
|
6012
6050
|
}
|
|
@@ -6024,7 +6062,7 @@ exports.default = {
|
|
|
6024
6062
|
75,
|
|
6025
6063
|
{
|
|
6026
6064
|
"input": [
|
|
6027
|
-
|
|
6065
|
+
261,
|
|
6028
6066
|
"CreateSportEventDto!"
|
|
6029
6067
|
]
|
|
6030
6068
|
}
|
|
@@ -6033,7 +6071,7 @@ exports.default = {
|
|
|
6033
6071
|
130,
|
|
6034
6072
|
{
|
|
6035
6073
|
"input": [
|
|
6036
|
-
|
|
6074
|
+
200,
|
|
6037
6075
|
"MergeSportsEventsDto!"
|
|
6038
6076
|
]
|
|
6039
6077
|
}
|
|
@@ -6042,7 +6080,7 @@ exports.default = {
|
|
|
6042
6080
|
89,
|
|
6043
6081
|
{
|
|
6044
6082
|
"input": [
|
|
6045
|
-
|
|
6083
|
+
209,
|
|
6046
6084
|
"SetFundingStatusDto!"
|
|
6047
6085
|
]
|
|
6048
6086
|
}
|
|
@@ -6051,7 +6089,7 @@ exports.default = {
|
|
|
6051
6089
|
89,
|
|
6052
6090
|
{
|
|
6053
6091
|
"input": [
|
|
6054
|
-
|
|
6092
|
+
206,
|
|
6055
6093
|
"CreateFundingCampaignDto!"
|
|
6056
6094
|
]
|
|
6057
6095
|
}
|
|
@@ -6060,7 +6098,7 @@ exports.default = {
|
|
|
6060
6098
|
89,
|
|
6061
6099
|
{
|
|
6062
6100
|
"input": [
|
|
6063
|
-
|
|
6101
|
+
208,
|
|
6064
6102
|
"UpdateFundingCampaignDto!"
|
|
6065
6103
|
]
|
|
6066
6104
|
}
|
|
@@ -6096,7 +6134,7 @@ exports.default = {
|
|
|
6096
6134
|
2,
|
|
6097
6135
|
{
|
|
6098
6136
|
"input": [
|
|
6099
|
-
|
|
6137
|
+
211,
|
|
6100
6138
|
"AddCompetitionBudgetDto!"
|
|
6101
6139
|
]
|
|
6102
6140
|
}
|
|
@@ -6105,7 +6143,7 @@ exports.default = {
|
|
|
6105
6143
|
2,
|
|
6106
6144
|
{
|
|
6107
6145
|
"input": [
|
|
6108
|
-
|
|
6146
|
+
212,
|
|
6109
6147
|
"EditCompetitionBudgetDto!"
|
|
6110
6148
|
]
|
|
6111
6149
|
}
|
|
@@ -6114,7 +6152,7 @@ exports.default = {
|
|
|
6114
6152
|
2,
|
|
6115
6153
|
{
|
|
6116
6154
|
"input": [
|
|
6117
|
-
|
|
6155
|
+
213,
|
|
6118
6156
|
"EditCampaignBudgetDto!"
|
|
6119
6157
|
]
|
|
6120
6158
|
}
|
|
@@ -6123,7 +6161,7 @@ exports.default = {
|
|
|
6123
6161
|
2,
|
|
6124
6162
|
{
|
|
6125
6163
|
"input": [
|
|
6126
|
-
|
|
6164
|
+
213,
|
|
6127
6165
|
"EditCampaignBudgetDto!"
|
|
6128
6166
|
]
|
|
6129
6167
|
}
|
|
@@ -6132,7 +6170,7 @@ exports.default = {
|
|
|
6132
6170
|
82,
|
|
6133
6171
|
{
|
|
6134
6172
|
"input": [
|
|
6135
|
-
|
|
6173
|
+
214,
|
|
6136
6174
|
"CreateMembershipOrganizationDto!"
|
|
6137
6175
|
]
|
|
6138
6176
|
}
|
|
@@ -6141,7 +6179,7 @@ exports.default = {
|
|
|
6141
6179
|
84,
|
|
6142
6180
|
{
|
|
6143
6181
|
"input": [
|
|
6144
|
-
|
|
6182
|
+
215,
|
|
6145
6183
|
"CreateAthleteMembershipDto!"
|
|
6146
6184
|
]
|
|
6147
6185
|
}
|
|
@@ -6168,7 +6206,7 @@ exports.default = {
|
|
|
6168
6206
|
97,
|
|
6169
6207
|
{
|
|
6170
6208
|
"input": [
|
|
6171
|
-
|
|
6209
|
+
262,
|
|
6172
6210
|
"CreateStripeAccountDto!"
|
|
6173
6211
|
]
|
|
6174
6212
|
}
|
|
@@ -6195,7 +6233,7 @@ exports.default = {
|
|
|
6195
6233
|
134,
|
|
6196
6234
|
{
|
|
6197
6235
|
"input": [
|
|
6198
|
-
|
|
6236
|
+
220,
|
|
6199
6237
|
"RegisterMemberDto!"
|
|
6200
6238
|
]
|
|
6201
6239
|
}
|
|
@@ -6327,7 +6365,7 @@ exports.default = {
|
|
|
6327
6365
|
178
|
|
6328
6366
|
],
|
|
6329
6367
|
"translations": [
|
|
6330
|
-
|
|
6368
|
+
238
|
|
6331
6369
|
],
|
|
6332
6370
|
"__typename": [
|
|
6333
6371
|
1
|
|
@@ -6480,7 +6518,7 @@ exports.default = {
|
|
|
6480
6518
|
},
|
|
6481
6519
|
"EditDisplayIndexDto": {
|
|
6482
6520
|
"updates": [
|
|
6483
|
-
|
|
6521
|
+
244
|
|
6484
6522
|
],
|
|
6485
6523
|
"__typename": [
|
|
6486
6524
|
1
|
|
@@ -6544,7 +6582,7 @@ exports.default = {
|
|
|
6544
6582
|
18
|
|
6545
6583
|
],
|
|
6546
6584
|
"translations": [
|
|
6547
|
-
|
|
6585
|
+
249
|
|
6548
6586
|
],
|
|
6549
6587
|
"__typename": [
|
|
6550
6588
|
1
|
|
@@ -6581,7 +6619,7 @@ exports.default = {
|
|
|
6581
6619
|
178
|
|
6582
6620
|
],
|
|
6583
6621
|
"criteria": [
|
|
6584
|
-
|
|
6622
|
+
251
|
|
6585
6623
|
],
|
|
6586
6624
|
"deadline": [
|
|
6587
6625
|
14
|
|
@@ -6590,13 +6628,13 @@ exports.default = {
|
|
|
6590
6628
|
14
|
|
6591
6629
|
],
|
|
6592
6630
|
"duration": [
|
|
6593
|
-
|
|
6631
|
+
253
|
|
6594
6632
|
],
|
|
6595
6633
|
"sponsorshipItems": [
|
|
6596
|
-
|
|
6634
|
+
254
|
|
6597
6635
|
],
|
|
6598
6636
|
"commitments": [
|
|
6599
|
-
|
|
6637
|
+
255
|
|
6600
6638
|
],
|
|
6601
6639
|
"terms": [
|
|
6602
6640
|
1
|
|
@@ -6608,7 +6646,7 @@ exports.default = {
|
|
|
6608
6646
|
2
|
|
6609
6647
|
],
|
|
6610
6648
|
"translations": [
|
|
6611
|
-
|
|
6649
|
+
256
|
|
6612
6650
|
],
|
|
6613
6651
|
"__typename": [
|
|
6614
6652
|
1
|
|
@@ -6622,7 +6660,7 @@ exports.default = {
|
|
|
6622
6660
|
1
|
|
6623
6661
|
],
|
|
6624
6662
|
"qualificationsBag": [
|
|
6625
|
-
|
|
6663
|
+
252
|
|
6626
6664
|
],
|
|
6627
6665
|
"__typename": [
|
|
6628
6666
|
1
|
|
@@ -6630,28 +6668,28 @@ exports.default = {
|
|
|
6630
6668
|
},
|
|
6631
6669
|
"QualificationsBagDto": {
|
|
6632
6670
|
"ageQualifications": [
|
|
6633
|
-
|
|
6671
|
+
187
|
|
6634
6672
|
],
|
|
6635
6673
|
"genderQualifications": [
|
|
6636
|
-
|
|
6674
|
+
188
|
|
6637
6675
|
],
|
|
6638
6676
|
"scoreQualifications": [
|
|
6639
|
-
|
|
6677
|
+
190
|
|
6640
6678
|
],
|
|
6641
6679
|
"locationQualifications": [
|
|
6642
|
-
|
|
6680
|
+
191
|
|
6643
6681
|
],
|
|
6644
6682
|
"nationalityQualifications": [
|
|
6645
|
-
|
|
6683
|
+
189
|
|
6646
6684
|
],
|
|
6647
6685
|
"distanceQualifications": [
|
|
6648
|
-
|
|
6686
|
+
192
|
|
6649
6687
|
],
|
|
6650
6688
|
"sportsQualifications": [
|
|
6651
|
-
|
|
6689
|
+
193
|
|
6652
6690
|
],
|
|
6653
6691
|
"levelQualifications": [
|
|
6654
|
-
|
|
6692
|
+
194
|
|
6655
6693
|
],
|
|
6656
6694
|
"__typename": [
|
|
6657
6695
|
1
|