@vertikalx/vtx-backend-client 3.0.0-dev.14 → 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/client/schema.d.ts +19 -4
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +16 -5
- package/src/client/types.js +122 -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
|
}
|
|
@@ -5418,7 +5447,7 @@ exports.default = {
|
|
|
5418
5447
|
75,
|
|
5419
5448
|
{
|
|
5420
5449
|
"input": [
|
|
5421
|
-
|
|
5450
|
+
227,
|
|
5422
5451
|
"GetSportEventsDto!"
|
|
5423
5452
|
]
|
|
5424
5453
|
}
|
|
@@ -5463,7 +5492,7 @@ exports.default = {
|
|
|
5463
5492
|
146,
|
|
5464
5493
|
{
|
|
5465
5494
|
"input": [
|
|
5466
|
-
|
|
5495
|
+
198,
|
|
5467
5496
|
"StripeQueryDto!"
|
|
5468
5497
|
]
|
|
5469
5498
|
}
|
|
@@ -5481,7 +5510,7 @@ exports.default = {
|
|
|
5481
5510
|
117,
|
|
5482
5511
|
{
|
|
5483
5512
|
"input": [
|
|
5484
|
-
|
|
5513
|
+
197,
|
|
5485
5514
|
"GetReceiptDto!"
|
|
5486
5515
|
]
|
|
5487
5516
|
}
|
|
@@ -5490,7 +5519,7 @@ exports.default = {
|
|
|
5490
5519
|
118,
|
|
5491
5520
|
{
|
|
5492
5521
|
"input": [
|
|
5493
|
-
|
|
5522
|
+
197,
|
|
5494
5523
|
"GetReceiptDto!"
|
|
5495
5524
|
]
|
|
5496
5525
|
}
|
|
@@ -5499,7 +5528,7 @@ exports.default = {
|
|
|
5499
5528
|
150,
|
|
5500
5529
|
{
|
|
5501
5530
|
"input": [
|
|
5502
|
-
|
|
5531
|
+
199,
|
|
5503
5532
|
"GetTransactionDetailsDto!"
|
|
5504
5533
|
]
|
|
5505
5534
|
}
|
|
@@ -5577,7 +5606,7 @@ exports.default = {
|
|
|
5577
5606
|
5,
|
|
5578
5607
|
{
|
|
5579
5608
|
"tenant": [
|
|
5580
|
-
|
|
5609
|
+
229,
|
|
5581
5610
|
"CreateTenantInput!"
|
|
5582
5611
|
]
|
|
5583
5612
|
}
|
|
@@ -5586,7 +5615,7 @@ exports.default = {
|
|
|
5586
5615
|
11,
|
|
5587
5616
|
{
|
|
5588
5617
|
"tenant": [
|
|
5589
|
-
|
|
5618
|
+
229,
|
|
5590
5619
|
"CreateTenantInput!"
|
|
5591
5620
|
]
|
|
5592
5621
|
}
|
|
@@ -5595,7 +5624,7 @@ exports.default = {
|
|
|
5595
5624
|
3,
|
|
5596
5625
|
{
|
|
5597
5626
|
"user": [
|
|
5598
|
-
|
|
5627
|
+
230,
|
|
5599
5628
|
"CreateActiveUserInput!"
|
|
5600
5629
|
]
|
|
5601
5630
|
}
|
|
@@ -5630,7 +5659,7 @@ exports.default = {
|
|
|
5630
5659
|
0,
|
|
5631
5660
|
{
|
|
5632
5661
|
"input": [
|
|
5633
|
-
|
|
5662
|
+
231,
|
|
5634
5663
|
"RegisterUserToDomainFromEmailInput!"
|
|
5635
5664
|
]
|
|
5636
5665
|
}
|
|
@@ -5639,7 +5668,7 @@ exports.default = {
|
|
|
5639
5668
|
8,
|
|
5640
5669
|
{
|
|
5641
5670
|
"dto": [
|
|
5642
|
-
|
|
5671
|
+
232,
|
|
5643
5672
|
"RefreshTokenInput!"
|
|
5644
5673
|
]
|
|
5645
5674
|
}
|
|
@@ -5648,7 +5677,7 @@ exports.default = {
|
|
|
5648
5677
|
33,
|
|
5649
5678
|
{
|
|
5650
5679
|
"input": [
|
|
5651
|
-
|
|
5680
|
+
233,
|
|
5652
5681
|
"AWSS3DeleteUseTypeFileDto!"
|
|
5653
5682
|
]
|
|
5654
5683
|
}
|
|
@@ -5657,7 +5686,7 @@ exports.default = {
|
|
|
5657
5686
|
33,
|
|
5658
5687
|
{
|
|
5659
5688
|
"input": [
|
|
5660
|
-
|
|
5689
|
+
234,
|
|
5661
5690
|
"AWSS3DeleteBucketFileDto!"
|
|
5662
5691
|
]
|
|
5663
5692
|
}
|
|
@@ -5666,7 +5695,7 @@ exports.default = {
|
|
|
5666
5695
|
33,
|
|
5667
5696
|
{
|
|
5668
5697
|
"input": [
|
|
5669
|
-
|
|
5698
|
+
235,
|
|
5670
5699
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
5671
5700
|
]
|
|
5672
5701
|
}
|
|
@@ -5684,7 +5713,7 @@ exports.default = {
|
|
|
5684
5713
|
56,
|
|
5685
5714
|
{
|
|
5686
5715
|
"input": [
|
|
5687
|
-
|
|
5716
|
+
236,
|
|
5688
5717
|
"CreateIndustryDto!"
|
|
5689
5718
|
]
|
|
5690
5719
|
}
|
|
@@ -5693,7 +5722,7 @@ exports.default = {
|
|
|
5693
5722
|
39,
|
|
5694
5723
|
{
|
|
5695
5724
|
"input": [
|
|
5696
|
-
|
|
5725
|
+
237,
|
|
5697
5726
|
"CreateBrandDto!"
|
|
5698
5727
|
]
|
|
5699
5728
|
}
|
|
@@ -5702,7 +5731,7 @@ exports.default = {
|
|
|
5702
5731
|
59,
|
|
5703
5732
|
{
|
|
5704
5733
|
"input": [
|
|
5705
|
-
|
|
5734
|
+
239,
|
|
5706
5735
|
"RegisterSponsorInput!"
|
|
5707
5736
|
]
|
|
5708
5737
|
}
|
|
@@ -5711,7 +5740,7 @@ exports.default = {
|
|
|
5711
5740
|
59,
|
|
5712
5741
|
{
|
|
5713
5742
|
"input": [
|
|
5714
|
-
|
|
5743
|
+
240,
|
|
5715
5744
|
"CreateSponsorDto!"
|
|
5716
5745
|
]
|
|
5717
5746
|
}
|
|
@@ -5738,7 +5767,7 @@ exports.default = {
|
|
|
5738
5767
|
100,
|
|
5739
5768
|
{
|
|
5740
5769
|
"input": [
|
|
5741
|
-
|
|
5770
|
+
241,
|
|
5742
5771
|
"RegisterAthleteDto!"
|
|
5743
5772
|
]
|
|
5744
5773
|
}
|
|
@@ -5747,7 +5776,7 @@ exports.default = {
|
|
|
5747
5776
|
135,
|
|
5748
5777
|
{
|
|
5749
5778
|
"input": [
|
|
5750
|
-
|
|
5779
|
+
242,
|
|
5751
5780
|
"EditValueDto!"
|
|
5752
5781
|
]
|
|
5753
5782
|
}
|
|
@@ -5801,7 +5830,7 @@ exports.default = {
|
|
|
5801
5830
|
80,
|
|
5802
5831
|
{
|
|
5803
5832
|
"input": [
|
|
5804
|
-
|
|
5833
|
+
243,
|
|
5805
5834
|
"EditDisplayIndexDto!"
|
|
5806
5835
|
]
|
|
5807
5836
|
}
|
|
@@ -5849,7 +5878,7 @@ exports.default = {
|
|
|
5849
5878
|
89,
|
|
5850
5879
|
{
|
|
5851
5880
|
"input": [
|
|
5852
|
-
|
|
5881
|
+
245,
|
|
5853
5882
|
"SetCurrentCampaignDto!"
|
|
5854
5883
|
]
|
|
5855
5884
|
}
|
|
@@ -5858,7 +5887,7 @@ exports.default = {
|
|
|
5858
5887
|
67,
|
|
5859
5888
|
{
|
|
5860
5889
|
"input": [
|
|
5861
|
-
|
|
5890
|
+
246,
|
|
5862
5891
|
"CreateSportDto!"
|
|
5863
5892
|
]
|
|
5864
5893
|
}
|
|
@@ -5867,7 +5896,7 @@ exports.default = {
|
|
|
5867
5896
|
67,
|
|
5868
5897
|
{
|
|
5869
5898
|
"input": [
|
|
5870
|
-
|
|
5899
|
+
247,
|
|
5871
5900
|
"UpdateSportDto!"
|
|
5872
5901
|
]
|
|
5873
5902
|
}
|
|
@@ -5876,7 +5905,7 @@ exports.default = {
|
|
|
5876
5905
|
70,
|
|
5877
5906
|
{
|
|
5878
5907
|
"input": [
|
|
5879
|
-
|
|
5908
|
+
248,
|
|
5880
5909
|
"CreateSportLevelDto!"
|
|
5881
5910
|
]
|
|
5882
5911
|
}
|
|
@@ -5885,7 +5914,7 @@ exports.default = {
|
|
|
5885
5914
|
65,
|
|
5886
5915
|
{
|
|
5887
5916
|
"input": [
|
|
5888
|
-
|
|
5917
|
+
250,
|
|
5889
5918
|
"CreateSponsorshipDto!"
|
|
5890
5919
|
]
|
|
5891
5920
|
}
|
|
@@ -5894,7 +5923,7 @@ exports.default = {
|
|
|
5894
5923
|
45,
|
|
5895
5924
|
{
|
|
5896
5925
|
"input": [
|
|
5897
|
-
|
|
5926
|
+
257,
|
|
5898
5927
|
"CreateCountryDto!"
|
|
5899
5928
|
]
|
|
5900
5929
|
}
|
|
@@ -5903,7 +5932,7 @@ exports.default = {
|
|
|
5903
5932
|
44,
|
|
5904
5933
|
{
|
|
5905
5934
|
"input": [
|
|
5906
|
-
|
|
5935
|
+
258,
|
|
5907
5936
|
"CreateStateDto!"
|
|
5908
5937
|
]
|
|
5909
5938
|
}
|
|
@@ -5912,7 +5941,7 @@ exports.default = {
|
|
|
5912
5941
|
43,
|
|
5913
5942
|
{
|
|
5914
5943
|
"input": [
|
|
5915
|
-
|
|
5944
|
+
259,
|
|
5916
5945
|
"CreateCityDto!"
|
|
5917
5946
|
]
|
|
5918
5947
|
}
|
|
@@ -5921,7 +5950,7 @@ exports.default = {
|
|
|
5921
5950
|
29,
|
|
5922
5951
|
{
|
|
5923
5952
|
"input": [
|
|
5924
|
-
|
|
5953
|
+
195,
|
|
5925
5954
|
"RegisterUserDto!"
|
|
5926
5955
|
]
|
|
5927
5956
|
}
|
|
@@ -5948,7 +5977,7 @@ exports.default = {
|
|
|
5948
5977
|
0,
|
|
5949
5978
|
{
|
|
5950
5979
|
"input": [
|
|
5951
|
-
|
|
5980
|
+
195,
|
|
5952
5981
|
"RegisterUserDto!"
|
|
5953
5982
|
]
|
|
5954
5983
|
}
|
|
@@ -5957,7 +5986,7 @@ exports.default = {
|
|
|
5957
5986
|
0,
|
|
5958
5987
|
{
|
|
5959
5988
|
"input": [
|
|
5960
|
-
|
|
5989
|
+
195,
|
|
5961
5990
|
"RegisterUserDto!"
|
|
5962
5991
|
]
|
|
5963
5992
|
}
|
|
@@ -5966,7 +5995,7 @@ exports.default = {
|
|
|
5966
5995
|
0,
|
|
5967
5996
|
{
|
|
5968
5997
|
"input": [
|
|
5969
|
-
|
|
5998
|
+
195,
|
|
5970
5999
|
"RegisterUserDto!"
|
|
5971
6000
|
]
|
|
5972
6001
|
}
|
|
@@ -5997,7 +6026,7 @@ exports.default = {
|
|
|
5997
6026
|
135,
|
|
5998
6027
|
{
|
|
5999
6028
|
"input": [
|
|
6000
|
-
|
|
6029
|
+
196,
|
|
6001
6030
|
"resetPasswordDto!"
|
|
6002
6031
|
]
|
|
6003
6032
|
}
|
|
@@ -6015,7 +6044,7 @@ exports.default = {
|
|
|
6015
6044
|
105,
|
|
6016
6045
|
{
|
|
6017
6046
|
"data": [
|
|
6018
|
-
|
|
6047
|
+
260,
|
|
6019
6048
|
"RegisterStravaDto!"
|
|
6020
6049
|
]
|
|
6021
6050
|
}
|
|
@@ -6033,7 +6062,7 @@ exports.default = {
|
|
|
6033
6062
|
75,
|
|
6034
6063
|
{
|
|
6035
6064
|
"input": [
|
|
6036
|
-
|
|
6065
|
+
261,
|
|
6037
6066
|
"CreateSportEventDto!"
|
|
6038
6067
|
]
|
|
6039
6068
|
}
|
|
@@ -6042,7 +6071,7 @@ exports.default = {
|
|
|
6042
6071
|
130,
|
|
6043
6072
|
{
|
|
6044
6073
|
"input": [
|
|
6045
|
-
|
|
6074
|
+
200,
|
|
6046
6075
|
"MergeSportsEventsDto!"
|
|
6047
6076
|
]
|
|
6048
6077
|
}
|
|
@@ -6051,7 +6080,7 @@ exports.default = {
|
|
|
6051
6080
|
89,
|
|
6052
6081
|
{
|
|
6053
6082
|
"input": [
|
|
6054
|
-
|
|
6083
|
+
209,
|
|
6055
6084
|
"SetFundingStatusDto!"
|
|
6056
6085
|
]
|
|
6057
6086
|
}
|
|
@@ -6060,7 +6089,7 @@ exports.default = {
|
|
|
6060
6089
|
89,
|
|
6061
6090
|
{
|
|
6062
6091
|
"input": [
|
|
6063
|
-
|
|
6092
|
+
206,
|
|
6064
6093
|
"CreateFundingCampaignDto!"
|
|
6065
6094
|
]
|
|
6066
6095
|
}
|
|
@@ -6069,7 +6098,7 @@ exports.default = {
|
|
|
6069
6098
|
89,
|
|
6070
6099
|
{
|
|
6071
6100
|
"input": [
|
|
6072
|
-
|
|
6101
|
+
208,
|
|
6073
6102
|
"UpdateFundingCampaignDto!"
|
|
6074
6103
|
]
|
|
6075
6104
|
}
|
|
@@ -6105,7 +6134,7 @@ exports.default = {
|
|
|
6105
6134
|
2,
|
|
6106
6135
|
{
|
|
6107
6136
|
"input": [
|
|
6108
|
-
|
|
6137
|
+
211,
|
|
6109
6138
|
"AddCompetitionBudgetDto!"
|
|
6110
6139
|
]
|
|
6111
6140
|
}
|
|
@@ -6114,7 +6143,7 @@ exports.default = {
|
|
|
6114
6143
|
2,
|
|
6115
6144
|
{
|
|
6116
6145
|
"input": [
|
|
6117
|
-
|
|
6146
|
+
212,
|
|
6118
6147
|
"EditCompetitionBudgetDto!"
|
|
6119
6148
|
]
|
|
6120
6149
|
}
|
|
@@ -6123,7 +6152,7 @@ exports.default = {
|
|
|
6123
6152
|
2,
|
|
6124
6153
|
{
|
|
6125
6154
|
"input": [
|
|
6126
|
-
|
|
6155
|
+
213,
|
|
6127
6156
|
"EditCampaignBudgetDto!"
|
|
6128
6157
|
]
|
|
6129
6158
|
}
|
|
@@ -6132,7 +6161,7 @@ exports.default = {
|
|
|
6132
6161
|
2,
|
|
6133
6162
|
{
|
|
6134
6163
|
"input": [
|
|
6135
|
-
|
|
6164
|
+
213,
|
|
6136
6165
|
"EditCampaignBudgetDto!"
|
|
6137
6166
|
]
|
|
6138
6167
|
}
|
|
@@ -6141,7 +6170,7 @@ exports.default = {
|
|
|
6141
6170
|
82,
|
|
6142
6171
|
{
|
|
6143
6172
|
"input": [
|
|
6144
|
-
|
|
6173
|
+
214,
|
|
6145
6174
|
"CreateMembershipOrganizationDto!"
|
|
6146
6175
|
]
|
|
6147
6176
|
}
|
|
@@ -6150,7 +6179,7 @@ exports.default = {
|
|
|
6150
6179
|
84,
|
|
6151
6180
|
{
|
|
6152
6181
|
"input": [
|
|
6153
|
-
|
|
6182
|
+
215,
|
|
6154
6183
|
"CreateAthleteMembershipDto!"
|
|
6155
6184
|
]
|
|
6156
6185
|
}
|
|
@@ -6177,7 +6206,7 @@ exports.default = {
|
|
|
6177
6206
|
97,
|
|
6178
6207
|
{
|
|
6179
6208
|
"input": [
|
|
6180
|
-
|
|
6209
|
+
262,
|
|
6181
6210
|
"CreateStripeAccountDto!"
|
|
6182
6211
|
]
|
|
6183
6212
|
}
|
|
@@ -6204,7 +6233,7 @@ exports.default = {
|
|
|
6204
6233
|
134,
|
|
6205
6234
|
{
|
|
6206
6235
|
"input": [
|
|
6207
|
-
|
|
6236
|
+
220,
|
|
6208
6237
|
"RegisterMemberDto!"
|
|
6209
6238
|
]
|
|
6210
6239
|
}
|
|
@@ -6336,7 +6365,7 @@ exports.default = {
|
|
|
6336
6365
|
178
|
|
6337
6366
|
],
|
|
6338
6367
|
"translations": [
|
|
6339
|
-
|
|
6368
|
+
238
|
|
6340
6369
|
],
|
|
6341
6370
|
"__typename": [
|
|
6342
6371
|
1
|
|
@@ -6489,7 +6518,7 @@ exports.default = {
|
|
|
6489
6518
|
},
|
|
6490
6519
|
"EditDisplayIndexDto": {
|
|
6491
6520
|
"updates": [
|
|
6492
|
-
|
|
6521
|
+
244
|
|
6493
6522
|
],
|
|
6494
6523
|
"__typename": [
|
|
6495
6524
|
1
|
|
@@ -6553,7 +6582,7 @@ exports.default = {
|
|
|
6553
6582
|
18
|
|
6554
6583
|
],
|
|
6555
6584
|
"translations": [
|
|
6556
|
-
|
|
6585
|
+
249
|
|
6557
6586
|
],
|
|
6558
6587
|
"__typename": [
|
|
6559
6588
|
1
|
|
@@ -6590,7 +6619,7 @@ exports.default = {
|
|
|
6590
6619
|
178
|
|
6591
6620
|
],
|
|
6592
6621
|
"criteria": [
|
|
6593
|
-
|
|
6622
|
+
251
|
|
6594
6623
|
],
|
|
6595
6624
|
"deadline": [
|
|
6596
6625
|
14
|
|
@@ -6599,13 +6628,13 @@ exports.default = {
|
|
|
6599
6628
|
14
|
|
6600
6629
|
],
|
|
6601
6630
|
"duration": [
|
|
6602
|
-
|
|
6631
|
+
253
|
|
6603
6632
|
],
|
|
6604
6633
|
"sponsorshipItems": [
|
|
6605
|
-
|
|
6634
|
+
254
|
|
6606
6635
|
],
|
|
6607
6636
|
"commitments": [
|
|
6608
|
-
|
|
6637
|
+
255
|
|
6609
6638
|
],
|
|
6610
6639
|
"terms": [
|
|
6611
6640
|
1
|
|
@@ -6617,7 +6646,7 @@ exports.default = {
|
|
|
6617
6646
|
2
|
|
6618
6647
|
],
|
|
6619
6648
|
"translations": [
|
|
6620
|
-
|
|
6649
|
+
256
|
|
6621
6650
|
],
|
|
6622
6651
|
"__typename": [
|
|
6623
6652
|
1
|
|
@@ -6631,7 +6660,7 @@ exports.default = {
|
|
|
6631
6660
|
1
|
|
6632
6661
|
],
|
|
6633
6662
|
"qualificationsBag": [
|
|
6634
|
-
|
|
6663
|
+
252
|
|
6635
6664
|
],
|
|
6636
6665
|
"__typename": [
|
|
6637
6666
|
1
|
|
@@ -6639,28 +6668,28 @@ exports.default = {
|
|
|
6639
6668
|
},
|
|
6640
6669
|
"QualificationsBagDto": {
|
|
6641
6670
|
"ageQualifications": [
|
|
6642
|
-
|
|
6671
|
+
187
|
|
6643
6672
|
],
|
|
6644
6673
|
"genderQualifications": [
|
|
6645
|
-
|
|
6674
|
+
188
|
|
6646
6675
|
],
|
|
6647
6676
|
"scoreQualifications": [
|
|
6648
|
-
|
|
6677
|
+
190
|
|
6649
6678
|
],
|
|
6650
6679
|
"locationQualifications": [
|
|
6651
|
-
|
|
6680
|
+
191
|
|
6652
6681
|
],
|
|
6653
6682
|
"nationalityQualifications": [
|
|
6654
|
-
|
|
6683
|
+
189
|
|
6655
6684
|
],
|
|
6656
6685
|
"distanceQualifications": [
|
|
6657
|
-
|
|
6686
|
+
192
|
|
6658
6687
|
],
|
|
6659
6688
|
"sportsQualifications": [
|
|
6660
|
-
|
|
6689
|
+
193
|
|
6661
6690
|
],
|
|
6662
6691
|
"levelQualifications": [
|
|
6663
|
-
|
|
6692
|
+
194
|
|
6664
6693
|
],
|
|
6665
6694
|
"__typename": [
|
|
6666
6695
|
1
|