@vertikalx/vtx-backend-client 1.0.0-dev-geo.64 → 1.0.0-dev-carlos.21
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 +6 -7
- package/src/api/vtx-base-api.js +190 -130
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +150 -30
- package/src/client/schema.js +51 -2
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +61 -18
- package/src/client/types.js +265 -160
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.default = {
|
|
|
6
6
|
2,
|
|
7
7
|
14,
|
|
8
8
|
17,
|
|
9
|
-
|
|
9
|
+
120
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -2686,6 +2686,122 @@ exports.default = {
|
|
|
2686
2686
|
1
|
|
2687
2687
|
]
|
|
2688
2688
|
},
|
|
2689
|
+
"InstagramCursors": {
|
|
2690
|
+
"before": [
|
|
2691
|
+
1
|
|
2692
|
+
],
|
|
2693
|
+
"after": [
|
|
2694
|
+
1
|
|
2695
|
+
],
|
|
2696
|
+
"__typename": [
|
|
2697
|
+
1
|
|
2698
|
+
]
|
|
2699
|
+
},
|
|
2700
|
+
"InstagramPaging": {
|
|
2701
|
+
"cursors": [
|
|
2702
|
+
103
|
|
2703
|
+
],
|
|
2704
|
+
"next": [
|
|
2705
|
+
1
|
|
2706
|
+
],
|
|
2707
|
+
"__typename": [
|
|
2708
|
+
1
|
|
2709
|
+
]
|
|
2710
|
+
},
|
|
2711
|
+
"InstagramMetric": {
|
|
2712
|
+
"name": [
|
|
2713
|
+
1
|
|
2714
|
+
],
|
|
2715
|
+
"period": [
|
|
2716
|
+
1
|
|
2717
|
+
],
|
|
2718
|
+
"values": [
|
|
2719
|
+
1
|
|
2720
|
+
],
|
|
2721
|
+
"__typename": [
|
|
2722
|
+
1
|
|
2723
|
+
]
|
|
2724
|
+
},
|
|
2725
|
+
"InstagramInsights": {
|
|
2726
|
+
"data": [
|
|
2727
|
+
105
|
|
2728
|
+
],
|
|
2729
|
+
"__typename": [
|
|
2730
|
+
1
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
"InstagramMediaItem": {
|
|
2734
|
+
"id": [
|
|
2735
|
+
1
|
|
2736
|
+
],
|
|
2737
|
+
"caption": [
|
|
2738
|
+
1
|
|
2739
|
+
],
|
|
2740
|
+
"media_type": [
|
|
2741
|
+
1
|
|
2742
|
+
],
|
|
2743
|
+
"media_url": [
|
|
2744
|
+
1
|
|
2745
|
+
],
|
|
2746
|
+
"permalink": [
|
|
2747
|
+
1
|
|
2748
|
+
],
|
|
2749
|
+
"thumbnail_url": [
|
|
2750
|
+
1
|
|
2751
|
+
],
|
|
2752
|
+
"timestamp": [
|
|
2753
|
+
1
|
|
2754
|
+
],
|
|
2755
|
+
"username": [
|
|
2756
|
+
1
|
|
2757
|
+
],
|
|
2758
|
+
"like_count": [
|
|
2759
|
+
17
|
|
2760
|
+
],
|
|
2761
|
+
"comments_count": [
|
|
2762
|
+
17
|
|
2763
|
+
],
|
|
2764
|
+
"insights": [
|
|
2765
|
+
106
|
|
2766
|
+
],
|
|
2767
|
+
"__typename": [
|
|
2768
|
+
1
|
|
2769
|
+
]
|
|
2770
|
+
},
|
|
2771
|
+
"InstagramMediaData": {
|
|
2772
|
+
"data": [
|
|
2773
|
+
107
|
|
2774
|
+
],
|
|
2775
|
+
"paging": [
|
|
2776
|
+
104
|
|
2777
|
+
],
|
|
2778
|
+
"__typename": [
|
|
2779
|
+
1
|
|
2780
|
+
]
|
|
2781
|
+
},
|
|
2782
|
+
"InstagramUserData": {
|
|
2783
|
+
"user_id": [
|
|
2784
|
+
1
|
|
2785
|
+
],
|
|
2786
|
+
"username": [
|
|
2787
|
+
1
|
|
2788
|
+
],
|
|
2789
|
+
"name": [
|
|
2790
|
+
1
|
|
2791
|
+
],
|
|
2792
|
+
"account_type": [
|
|
2793
|
+
1
|
|
2794
|
+
],
|
|
2795
|
+
"followers_count": [
|
|
2796
|
+
1
|
|
2797
|
+
],
|
|
2798
|
+
"media_count": [
|
|
2799
|
+
17
|
|
2800
|
+
],
|
|
2801
|
+
"__typename": [
|
|
2802
|
+
1
|
|
2803
|
+
]
|
|
2804
|
+
},
|
|
2689
2805
|
"AthleteIntegrationReference": {
|
|
2690
2806
|
"_id": [
|
|
2691
2807
|
1
|
|
@@ -2702,6 +2818,18 @@ exports.default = {
|
|
|
2702
2818
|
"stravaAthleteData": [
|
|
2703
2819
|
102
|
|
2704
2820
|
],
|
|
2821
|
+
"hasInstagramIntegration": [
|
|
2822
|
+
2
|
|
2823
|
+
],
|
|
2824
|
+
"instagramTokenExpires": [
|
|
2825
|
+
14
|
|
2826
|
+
],
|
|
2827
|
+
"instagramUserData": [
|
|
2828
|
+
109
|
|
2829
|
+
],
|
|
2830
|
+
"instagramMediaData": [
|
|
2831
|
+
108
|
|
2832
|
+
],
|
|
2705
2833
|
"__typename": [
|
|
2706
2834
|
1
|
|
2707
2835
|
]
|
|
@@ -2742,7 +2870,7 @@ exports.default = {
|
|
|
2742
2870
|
2
|
|
2743
2871
|
],
|
|
2744
2872
|
"failureReason": [
|
|
2745
|
-
|
|
2873
|
+
112
|
|
2746
2874
|
],
|
|
2747
2875
|
"__typename": [
|
|
2748
2876
|
1
|
|
@@ -2761,7 +2889,7 @@ exports.default = {
|
|
|
2761
2889
|
},
|
|
2762
2890
|
"CursorPaginationResponse": {
|
|
2763
2891
|
"sort": [
|
|
2764
|
-
|
|
2892
|
+
114
|
|
2765
2893
|
],
|
|
2766
2894
|
"initialCursorId": [
|
|
2767
2895
|
1
|
|
@@ -2793,7 +2921,7 @@ exports.default = {
|
|
|
2793
2921
|
97
|
|
2794
2922
|
],
|
|
2795
2923
|
"cursor": [
|
|
2796
|
-
|
|
2924
|
+
115
|
|
2797
2925
|
],
|
|
2798
2926
|
"__typename": [
|
|
2799
2927
|
1
|
|
@@ -2824,7 +2952,7 @@ exports.default = {
|
|
|
2824
2952
|
1
|
|
2825
2953
|
],
|
|
2826
2954
|
"failureReason": [
|
|
2827
|
-
|
|
2955
|
+
112
|
|
2828
2956
|
],
|
|
2829
2957
|
"result": [
|
|
2830
2958
|
1
|
|
@@ -2838,7 +2966,7 @@ exports.default = {
|
|
|
2838
2966
|
1
|
|
2839
2967
|
],
|
|
2840
2968
|
"json": [
|
|
2841
|
-
|
|
2969
|
+
120
|
|
2842
2970
|
],
|
|
2843
2971
|
"__typename": [
|
|
2844
2972
|
1
|
|
@@ -2867,7 +2995,7 @@ exports.default = {
|
|
|
2867
2995
|
1
|
|
2868
2996
|
],
|
|
2869
2997
|
"failureReason": [
|
|
2870
|
-
|
|
2998
|
+
112
|
|
2871
2999
|
],
|
|
2872
3000
|
"result": [
|
|
2873
3001
|
1
|
|
@@ -3036,7 +3164,7 @@ exports.default = {
|
|
|
3036
3164
|
1
|
|
3037
3165
|
],
|
|
3038
3166
|
"invitations": [
|
|
3039
|
-
|
|
3167
|
+
132
|
|
3040
3168
|
],
|
|
3041
3169
|
"__typename": [
|
|
3042
3170
|
1
|
|
@@ -3099,7 +3227,7 @@ exports.default = {
|
|
|
3099
3227
|
1
|
|
3100
3228
|
],
|
|
3101
3229
|
"result": [
|
|
3102
|
-
|
|
3230
|
+
134
|
|
3103
3231
|
],
|
|
3104
3232
|
"cityId": [
|
|
3105
3233
|
1
|
|
@@ -3122,7 +3250,7 @@ exports.default = {
|
|
|
3122
3250
|
1
|
|
3123
3251
|
],
|
|
3124
3252
|
"result": [
|
|
3125
|
-
|
|
3253
|
+
134
|
|
3126
3254
|
],
|
|
3127
3255
|
"cityId": [
|
|
3128
3256
|
1
|
|
@@ -3158,13 +3286,13 @@ exports.default = {
|
|
|
3158
3286
|
},
|
|
3159
3287
|
"CursorPaginationDto": {
|
|
3160
3288
|
"sortCriteria": [
|
|
3161
|
-
|
|
3289
|
+
139
|
|
3162
3290
|
],
|
|
3163
3291
|
"limit": [
|
|
3164
3292
|
17
|
|
3165
3293
|
],
|
|
3166
3294
|
"cursorPosition": [
|
|
3167
|
-
|
|
3295
|
+
138
|
|
3168
3296
|
],
|
|
3169
3297
|
"__typename": [
|
|
3170
3298
|
1
|
|
@@ -3239,7 +3367,7 @@ exports.default = {
|
|
|
3239
3367
|
1
|
|
3240
3368
|
],
|
|
3241
3369
|
"currentCampaign": [
|
|
3242
|
-
|
|
3370
|
+
142
|
|
3243
3371
|
],
|
|
3244
3372
|
"sports": [
|
|
3245
3373
|
1
|
|
@@ -3295,10 +3423,10 @@ exports.default = {
|
|
|
3295
3423
|
},
|
|
3296
3424
|
"AthleteQueryDto": {
|
|
3297
3425
|
"cursor": [
|
|
3298
|
-
|
|
3426
|
+
140
|
|
3299
3427
|
],
|
|
3300
3428
|
"filters": [
|
|
3301
|
-
|
|
3429
|
+
143
|
|
3302
3430
|
],
|
|
3303
3431
|
"__typename": [
|
|
3304
3432
|
1
|
|
@@ -3309,7 +3437,7 @@ exports.default = {
|
|
|
3309
3437
|
1
|
|
3310
3438
|
],
|
|
3311
3439
|
"newPicture": [
|
|
3312
|
-
|
|
3440
|
+
146
|
|
3313
3441
|
],
|
|
3314
3442
|
"__typename": [
|
|
3315
3443
|
1
|
|
@@ -3343,7 +3471,7 @@ exports.default = {
|
|
|
3343
3471
|
1
|
|
3344
3472
|
],
|
|
3345
3473
|
"pictures": [
|
|
3346
|
-
|
|
3474
|
+
146
|
|
3347
3475
|
],
|
|
3348
3476
|
"__typename": [
|
|
3349
3477
|
1
|
|
@@ -3498,17 +3626,6 @@ exports.default = {
|
|
|
3498
3626
|
1
|
|
3499
3627
|
]
|
|
3500
3628
|
},
|
|
3501
|
-
"resetPasswordDto": {
|
|
3502
|
-
"code": [
|
|
3503
|
-
124
|
|
3504
|
-
],
|
|
3505
|
-
"newPassword": [
|
|
3506
|
-
1
|
|
3507
|
-
],
|
|
3508
|
-
"__typename": [
|
|
3509
|
-
1
|
|
3510
|
-
]
|
|
3511
|
-
},
|
|
3512
3629
|
"DeleteValuesDto": {
|
|
3513
3630
|
"idsToDelete": [
|
|
3514
3631
|
1
|
|
@@ -3556,7 +3673,7 @@ exports.default = {
|
|
|
3556
3673
|
17
|
|
3557
3674
|
],
|
|
3558
3675
|
"items": [
|
|
3559
|
-
|
|
3676
|
+
159
|
|
3560
3677
|
],
|
|
3561
3678
|
"__typename": [
|
|
3562
3679
|
1
|
|
@@ -3567,7 +3684,7 @@ exports.default = {
|
|
|
3567
3684
|
17
|
|
3568
3685
|
],
|
|
3569
3686
|
"items": [
|
|
3570
|
-
|
|
3687
|
+
159
|
|
3571
3688
|
],
|
|
3572
3689
|
"athleteCompetitionId": [
|
|
3573
3690
|
1
|
|
@@ -3602,10 +3719,10 @@ exports.default = {
|
|
|
3602
3719
|
14
|
|
3603
3720
|
],
|
|
3604
3721
|
"budget": [
|
|
3605
|
-
|
|
3722
|
+
161
|
|
3606
3723
|
],
|
|
3607
3724
|
"competitionBudgets": [
|
|
3608
|
-
|
|
3725
|
+
162
|
|
3609
3726
|
],
|
|
3610
3727
|
"competitionIds": [
|
|
3611
3728
|
1
|
|
@@ -3640,10 +3757,10 @@ exports.default = {
|
|
|
3640
3757
|
14
|
|
3641
3758
|
],
|
|
3642
3759
|
"budget": [
|
|
3643
|
-
|
|
3760
|
+
161
|
|
3644
3761
|
],
|
|
3645
3762
|
"competitionBudgets": [
|
|
3646
|
-
|
|
3763
|
+
162
|
|
3647
3764
|
],
|
|
3648
3765
|
"competitionIds": [
|
|
3649
3766
|
1
|
|
@@ -3680,7 +3797,7 @@ exports.default = {
|
|
|
3680
3797
|
1
|
|
3681
3798
|
],
|
|
3682
3799
|
"logo": [
|
|
3683
|
-
|
|
3800
|
+
146
|
|
3684
3801
|
],
|
|
3685
3802
|
"countryId": [
|
|
3686
3803
|
1
|
|
@@ -3842,7 +3959,7 @@ exports.default = {
|
|
|
3842
3959
|
31,
|
|
3843
3960
|
{
|
|
3844
3961
|
"input": [
|
|
3845
|
-
|
|
3962
|
+
172,
|
|
3846
3963
|
"AWSS3GetUploadDto!"
|
|
3847
3964
|
]
|
|
3848
3965
|
}
|
|
@@ -3904,7 +4021,7 @@ exports.default = {
|
|
|
3904
4021
|
98,
|
|
3905
4022
|
{
|
|
3906
4023
|
"input": [
|
|
3907
|
-
|
|
4024
|
+
173,
|
|
3908
4025
|
"FindSponsorAthleteInvitationDto!"
|
|
3909
4026
|
]
|
|
3910
4027
|
}
|
|
@@ -3913,10 +4030,10 @@ exports.default = {
|
|
|
3913
4030
|
97
|
|
3914
4031
|
],
|
|
3915
4032
|
"queryAthleteFundingCampaigns": [
|
|
3916
|
-
|
|
4033
|
+
116,
|
|
3917
4034
|
{
|
|
3918
4035
|
"input": [
|
|
3919
|
-
|
|
4036
|
+
144,
|
|
3920
4037
|
"AthleteQueryDto!"
|
|
3921
4038
|
]
|
|
3922
4039
|
}
|
|
@@ -3964,7 +4081,7 @@ exports.default = {
|
|
|
3964
4081
|
78,
|
|
3965
4082
|
{
|
|
3966
4083
|
"input": [
|
|
3967
|
-
|
|
4084
|
+
174,
|
|
3968
4085
|
"GetAthleteCompetitionsDto!"
|
|
3969
4086
|
]
|
|
3970
4087
|
}
|
|
@@ -4000,10 +4117,10 @@ exports.default = {
|
|
|
4000
4117
|
}
|
|
4001
4118
|
],
|
|
4002
4119
|
"queryAthleteWithFilter": [
|
|
4003
|
-
|
|
4120
|
+
116,
|
|
4004
4121
|
{
|
|
4005
4122
|
"input": [
|
|
4006
|
-
|
|
4123
|
+
144,
|
|
4007
4124
|
"AthleteQueryDto!"
|
|
4008
4125
|
]
|
|
4009
4126
|
}
|
|
@@ -4075,7 +4192,7 @@ exports.default = {
|
|
|
4075
4192
|
0,
|
|
4076
4193
|
{
|
|
4077
4194
|
"input": [
|
|
4078
|
-
|
|
4195
|
+
175,
|
|
4079
4196
|
"FindVtxUserDto!"
|
|
4080
4197
|
]
|
|
4081
4198
|
}
|
|
@@ -4094,7 +4211,7 @@ exports.default = {
|
|
|
4094
4211
|
}
|
|
4095
4212
|
],
|
|
4096
4213
|
"getUserImagesFromEmail": [
|
|
4097
|
-
|
|
4214
|
+
121,
|
|
4098
4215
|
{
|
|
4099
4216
|
"loginEmail": [
|
|
4100
4217
|
1,
|
|
@@ -4102,24 +4219,6 @@ exports.default = {
|
|
|
4102
4219
|
]
|
|
4103
4220
|
}
|
|
4104
4221
|
],
|
|
4105
|
-
"getResetVerificationCode": [
|
|
4106
|
-
28,
|
|
4107
|
-
{
|
|
4108
|
-
"input": [
|
|
4109
|
-
1,
|
|
4110
|
-
"String!"
|
|
4111
|
-
]
|
|
4112
|
-
}
|
|
4113
|
-
],
|
|
4114
|
-
"verifyCode": [
|
|
4115
|
-
35,
|
|
4116
|
-
{
|
|
4117
|
-
"input": [
|
|
4118
|
-
124,
|
|
4119
|
-
"VerifyCodeDto!"
|
|
4120
|
-
]
|
|
4121
|
-
}
|
|
4122
|
-
],
|
|
4123
4222
|
"getStravaLoginUrl": [
|
|
4124
4223
|
1
|
|
4125
4224
|
],
|
|
@@ -4127,7 +4226,7 @@ exports.default = {
|
|
|
4127
4226
|
74,
|
|
4128
4227
|
{
|
|
4129
4228
|
"input": [
|
|
4130
|
-
|
|
4229
|
+
176,
|
|
4131
4230
|
"GetSportEventsDto!"
|
|
4132
4231
|
]
|
|
4133
4232
|
}
|
|
@@ -4135,14 +4234,20 @@ exports.default = {
|
|
|
4135
4234
|
"getMembershipOrganizations": [
|
|
4136
4235
|
79
|
|
4137
4236
|
],
|
|
4138
|
-
"
|
|
4139
|
-
|
|
4237
|
+
"getAthleteStravaIntegration": [
|
|
4238
|
+
110
|
|
4239
|
+
],
|
|
4240
|
+
"getAthleteInstagramIntegration": [
|
|
4241
|
+
110
|
|
4242
|
+
],
|
|
4243
|
+
"getAthleteIntegrations": [
|
|
4244
|
+
110
|
|
4140
4245
|
],
|
|
4141
4246
|
"stripeQuery": [
|
|
4142
|
-
|
|
4247
|
+
119,
|
|
4143
4248
|
{
|
|
4144
4249
|
"input": [
|
|
4145
|
-
|
|
4250
|
+
169,
|
|
4146
4251
|
"StripeQueryDto!"
|
|
4147
4252
|
]
|
|
4148
4253
|
}
|
|
@@ -4151,7 +4256,7 @@ exports.default = {
|
|
|
4151
4256
|
34,
|
|
4152
4257
|
{
|
|
4153
4258
|
"input": [
|
|
4154
|
-
|
|
4259
|
+
129,
|
|
4155
4260
|
"GetDatabaseFileDto!"
|
|
4156
4261
|
]
|
|
4157
4262
|
}
|
|
@@ -4217,7 +4322,7 @@ exports.default = {
|
|
|
4217
4322
|
5,
|
|
4218
4323
|
{
|
|
4219
4324
|
"tenant": [
|
|
4220
|
-
|
|
4325
|
+
178,
|
|
4221
4326
|
"CreateTenantInput!"
|
|
4222
4327
|
]
|
|
4223
4328
|
}
|
|
@@ -4226,7 +4331,7 @@ exports.default = {
|
|
|
4226
4331
|
11,
|
|
4227
4332
|
{
|
|
4228
4333
|
"tenant": [
|
|
4229
|
-
|
|
4334
|
+
178,
|
|
4230
4335
|
"CreateTenantInput!"
|
|
4231
4336
|
]
|
|
4232
4337
|
}
|
|
@@ -4235,7 +4340,7 @@ exports.default = {
|
|
|
4235
4340
|
3,
|
|
4236
4341
|
{
|
|
4237
4342
|
"user": [
|
|
4238
|
-
|
|
4343
|
+
179,
|
|
4239
4344
|
"CreateActiveUserInput!"
|
|
4240
4345
|
]
|
|
4241
4346
|
}
|
|
@@ -4270,7 +4375,7 @@ exports.default = {
|
|
|
4270
4375
|
0,
|
|
4271
4376
|
{
|
|
4272
4377
|
"input": [
|
|
4273
|
-
|
|
4378
|
+
180,
|
|
4274
4379
|
"RegisterUserToDomainFromEmailInput!"
|
|
4275
4380
|
]
|
|
4276
4381
|
}
|
|
@@ -4279,7 +4384,7 @@ exports.default = {
|
|
|
4279
4384
|
8,
|
|
4280
4385
|
{
|
|
4281
4386
|
"dto": [
|
|
4282
|
-
|
|
4387
|
+
181,
|
|
4283
4388
|
"RefreshTokenInput!"
|
|
4284
4389
|
]
|
|
4285
4390
|
}
|
|
@@ -4288,7 +4393,7 @@ exports.default = {
|
|
|
4288
4393
|
32,
|
|
4289
4394
|
{
|
|
4290
4395
|
"input": [
|
|
4291
|
-
|
|
4396
|
+
182,
|
|
4292
4397
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4293
4398
|
]
|
|
4294
4399
|
}
|
|
@@ -4297,7 +4402,7 @@ exports.default = {
|
|
|
4297
4402
|
32,
|
|
4298
4403
|
{
|
|
4299
4404
|
"input": [
|
|
4300
|
-
|
|
4405
|
+
183,
|
|
4301
4406
|
"AWSS3DeleteBucketFileDto!"
|
|
4302
4407
|
]
|
|
4303
4408
|
}
|
|
@@ -4306,7 +4411,7 @@ exports.default = {
|
|
|
4306
4411
|
32,
|
|
4307
4412
|
{
|
|
4308
4413
|
"input": [
|
|
4309
|
-
|
|
4414
|
+
184,
|
|
4310
4415
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4311
4416
|
]
|
|
4312
4417
|
}
|
|
@@ -4315,7 +4420,7 @@ exports.default = {
|
|
|
4315
4420
|
26,
|
|
4316
4421
|
{
|
|
4317
4422
|
"input": [
|
|
4318
|
-
|
|
4423
|
+
146,
|
|
4319
4424
|
"AWSS3UploadedFileDto!"
|
|
4320
4425
|
]
|
|
4321
4426
|
}
|
|
@@ -4324,7 +4429,7 @@ exports.default = {
|
|
|
4324
4429
|
55,
|
|
4325
4430
|
{
|
|
4326
4431
|
"input": [
|
|
4327
|
-
|
|
4432
|
+
185,
|
|
4328
4433
|
"CreateIndustryDto!"
|
|
4329
4434
|
]
|
|
4330
4435
|
}
|
|
@@ -4333,7 +4438,7 @@ exports.default = {
|
|
|
4333
4438
|
38,
|
|
4334
4439
|
{
|
|
4335
4440
|
"input": [
|
|
4336
|
-
|
|
4441
|
+
186,
|
|
4337
4442
|
"CreateBrandDto!"
|
|
4338
4443
|
]
|
|
4339
4444
|
}
|
|
@@ -4342,7 +4447,7 @@ exports.default = {
|
|
|
4342
4447
|
58,
|
|
4343
4448
|
{
|
|
4344
4449
|
"input": [
|
|
4345
|
-
|
|
4450
|
+
188,
|
|
4346
4451
|
"RegisterSponsorInput!"
|
|
4347
4452
|
]
|
|
4348
4453
|
}
|
|
@@ -4351,7 +4456,7 @@ exports.default = {
|
|
|
4351
4456
|
58,
|
|
4352
4457
|
{
|
|
4353
4458
|
"input": [
|
|
4354
|
-
|
|
4459
|
+
189,
|
|
4355
4460
|
"CreateSponsorDto!"
|
|
4356
4461
|
]
|
|
4357
4462
|
}
|
|
@@ -4360,7 +4465,7 @@ exports.default = {
|
|
|
4360
4465
|
98,
|
|
4361
4466
|
{
|
|
4362
4467
|
"input": [
|
|
4363
|
-
|
|
4468
|
+
133,
|
|
4364
4469
|
"InviteAthletesDto!"
|
|
4365
4470
|
]
|
|
4366
4471
|
}
|
|
@@ -4369,52 +4474,61 @@ exports.default = {
|
|
|
4369
4474
|
97,
|
|
4370
4475
|
{
|
|
4371
4476
|
"input": [
|
|
4372
|
-
|
|
4477
|
+
190,
|
|
4373
4478
|
"RegisterAthleteDto!"
|
|
4374
4479
|
]
|
|
4375
4480
|
}
|
|
4376
4481
|
],
|
|
4377
4482
|
"editProfileValue": [
|
|
4378
|
-
|
|
4483
|
+
111,
|
|
4379
4484
|
{
|
|
4380
4485
|
"input": [
|
|
4381
|
-
|
|
4486
|
+
191,
|
|
4382
4487
|
"EditValueDto!"
|
|
4383
4488
|
]
|
|
4384
4489
|
}
|
|
4385
4490
|
],
|
|
4386
4491
|
"editPicture": [
|
|
4387
|
-
|
|
4492
|
+
117,
|
|
4388
4493
|
{
|
|
4389
4494
|
"input": [
|
|
4390
|
-
|
|
4495
|
+
145,
|
|
4391
4496
|
"EditPictureDto!"
|
|
4392
4497
|
]
|
|
4393
4498
|
}
|
|
4394
4499
|
],
|
|
4395
4500
|
"AddAlbumPictures": [
|
|
4396
|
-
|
|
4501
|
+
118,
|
|
4397
4502
|
{
|
|
4398
4503
|
"input": [
|
|
4399
|
-
|
|
4504
|
+
147,
|
|
4400
4505
|
"UploadAlbumsPicturesDto!"
|
|
4401
4506
|
]
|
|
4402
4507
|
}
|
|
4403
4508
|
],
|
|
4509
|
+
"DeletePictureBuket": [
|
|
4510
|
+
113,
|
|
4511
|
+
{
|
|
4512
|
+
"input": [
|
|
4513
|
+
182,
|
|
4514
|
+
"AWSS3DeleteUseTypeFileDto!"
|
|
4515
|
+
]
|
|
4516
|
+
}
|
|
4517
|
+
],
|
|
4404
4518
|
"addAthleteCompetition": [
|
|
4405
4519
|
78,
|
|
4406
4520
|
{
|
|
4407
4521
|
"input": [
|
|
4408
|
-
|
|
4522
|
+
136,
|
|
4409
4523
|
"CreateAthleteCompetitionDto!"
|
|
4410
4524
|
]
|
|
4411
4525
|
}
|
|
4412
4526
|
],
|
|
4413
4527
|
"deleteAthleteCompetition": [
|
|
4414
|
-
|
|
4528
|
+
113,
|
|
4415
4529
|
{
|
|
4416
4530
|
"input": [
|
|
4417
|
-
|
|
4531
|
+
141,
|
|
4418
4532
|
"DeleteSingleValueDto!"
|
|
4419
4533
|
]
|
|
4420
4534
|
}
|
|
@@ -4423,25 +4537,34 @@ exports.default = {
|
|
|
4423
4537
|
95,
|
|
4424
4538
|
{
|
|
4425
4539
|
"input": [
|
|
4426
|
-
|
|
4540
|
+
147,
|
|
4427
4541
|
"UploadAlbumsPicturesDto!"
|
|
4428
4542
|
]
|
|
4429
4543
|
}
|
|
4430
4544
|
],
|
|
4431
4545
|
"deleteAthleteAlbum": [
|
|
4432
|
-
|
|
4546
|
+
113,
|
|
4433
4547
|
{
|
|
4434
4548
|
"input": [
|
|
4435
|
-
|
|
4549
|
+
141,
|
|
4436
4550
|
"DeleteSingleValueDto!"
|
|
4437
4551
|
]
|
|
4438
4552
|
}
|
|
4439
4553
|
],
|
|
4554
|
+
"saveAthleteCompetitionResult": [
|
|
4555
|
+
75,
|
|
4556
|
+
{
|
|
4557
|
+
"input": [
|
|
4558
|
+
135,
|
|
4559
|
+
"SetCompetitionResultDto!"
|
|
4560
|
+
]
|
|
4561
|
+
}
|
|
4562
|
+
],
|
|
4440
4563
|
"createSport": [
|
|
4441
4564
|
66,
|
|
4442
4565
|
{
|
|
4443
4566
|
"input": [
|
|
4444
|
-
|
|
4567
|
+
192,
|
|
4445
4568
|
"CreateSportDto!"
|
|
4446
4569
|
]
|
|
4447
4570
|
}
|
|
@@ -4450,7 +4573,7 @@ exports.default = {
|
|
|
4450
4573
|
66,
|
|
4451
4574
|
{
|
|
4452
4575
|
"input": [
|
|
4453
|
-
|
|
4576
|
+
193,
|
|
4454
4577
|
"UpdateSportDto!"
|
|
4455
4578
|
]
|
|
4456
4579
|
}
|
|
@@ -4459,7 +4582,7 @@ exports.default = {
|
|
|
4459
4582
|
69,
|
|
4460
4583
|
{
|
|
4461
4584
|
"input": [
|
|
4462
|
-
|
|
4585
|
+
194,
|
|
4463
4586
|
"CreateSportLevelDto!"
|
|
4464
4587
|
]
|
|
4465
4588
|
}
|
|
@@ -4468,7 +4591,7 @@ exports.default = {
|
|
|
4468
4591
|
64,
|
|
4469
4592
|
{
|
|
4470
4593
|
"input": [
|
|
4471
|
-
|
|
4594
|
+
196,
|
|
4472
4595
|
"CreateSponsorshipDto!"
|
|
4473
4596
|
]
|
|
4474
4597
|
}
|
|
@@ -4477,7 +4600,7 @@ exports.default = {
|
|
|
4477
4600
|
44,
|
|
4478
4601
|
{
|
|
4479
4602
|
"input": [
|
|
4480
|
-
|
|
4603
|
+
203,
|
|
4481
4604
|
"CreateCountryDto!"
|
|
4482
4605
|
]
|
|
4483
4606
|
}
|
|
@@ -4486,7 +4609,7 @@ exports.default = {
|
|
|
4486
4609
|
43,
|
|
4487
4610
|
{
|
|
4488
4611
|
"input": [
|
|
4489
|
-
|
|
4612
|
+
204,
|
|
4490
4613
|
"CreateStateDto!"
|
|
4491
4614
|
]
|
|
4492
4615
|
}
|
|
@@ -4495,7 +4618,7 @@ exports.default = {
|
|
|
4495
4618
|
42,
|
|
4496
4619
|
{
|
|
4497
4620
|
"input": [
|
|
4498
|
-
|
|
4621
|
+
205,
|
|
4499
4622
|
"CreateCityDto!"
|
|
4500
4623
|
]
|
|
4501
4624
|
}
|
|
@@ -4504,7 +4627,7 @@ exports.default = {
|
|
|
4504
4627
|
28,
|
|
4505
4628
|
{
|
|
4506
4629
|
"input": [
|
|
4507
|
-
|
|
4630
|
+
157,
|
|
4508
4631
|
"RegisterUserDto!"
|
|
4509
4632
|
]
|
|
4510
4633
|
}
|
|
@@ -4513,7 +4636,7 @@ exports.default = {
|
|
|
4513
4636
|
3,
|
|
4514
4637
|
{
|
|
4515
4638
|
"input": [
|
|
4516
|
-
|
|
4639
|
+
131,
|
|
4517
4640
|
"VerifyCodeDto!"
|
|
4518
4641
|
]
|
|
4519
4642
|
}
|
|
@@ -4522,7 +4645,7 @@ exports.default = {
|
|
|
4522
4645
|
0,
|
|
4523
4646
|
{
|
|
4524
4647
|
"input": [
|
|
4525
|
-
|
|
4648
|
+
131,
|
|
4526
4649
|
"VerifyCodeDto!"
|
|
4527
4650
|
]
|
|
4528
4651
|
}
|
|
@@ -4531,7 +4654,7 @@ exports.default = {
|
|
|
4531
4654
|
0,
|
|
4532
4655
|
{
|
|
4533
4656
|
"input": [
|
|
4534
|
-
|
|
4657
|
+
157,
|
|
4535
4658
|
"RegisterUserDto!"
|
|
4536
4659
|
]
|
|
4537
4660
|
}
|
|
@@ -4540,7 +4663,7 @@ exports.default = {
|
|
|
4540
4663
|
0,
|
|
4541
4664
|
{
|
|
4542
4665
|
"input": [
|
|
4543
|
-
|
|
4666
|
+
157,
|
|
4544
4667
|
"RegisterUserDto!"
|
|
4545
4668
|
]
|
|
4546
4669
|
}
|
|
@@ -4558,29 +4681,11 @@ exports.default = {
|
|
|
4558
4681
|
]
|
|
4559
4682
|
}
|
|
4560
4683
|
],
|
|
4561
|
-
"createResetPasswordCode": [
|
|
4562
|
-
104,
|
|
4563
|
-
{
|
|
4564
|
-
"input": [
|
|
4565
|
-
1,
|
|
4566
|
-
"String!"
|
|
4567
|
-
]
|
|
4568
|
-
}
|
|
4569
|
-
],
|
|
4570
|
-
"resetUserPassword": [
|
|
4571
|
-
104,
|
|
4572
|
-
{
|
|
4573
|
-
"input": [
|
|
4574
|
-
151,
|
|
4575
|
-
"resetPasswordDto!"
|
|
4576
|
-
]
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
4684
|
"handleStravaCallback": [
|
|
4580
4685
|
99,
|
|
4581
4686
|
{
|
|
4582
4687
|
"data": [
|
|
4583
|
-
|
|
4688
|
+
206,
|
|
4584
4689
|
"RegisterStravaDto!"
|
|
4585
4690
|
]
|
|
4586
4691
|
}
|
|
@@ -4598,7 +4703,7 @@ exports.default = {
|
|
|
4598
4703
|
74,
|
|
4599
4704
|
{
|
|
4600
4705
|
"input": [
|
|
4601
|
-
|
|
4706
|
+
207,
|
|
4602
4707
|
"CreateSportEventDto!"
|
|
4603
4708
|
]
|
|
4604
4709
|
}
|
|
@@ -4607,7 +4712,7 @@ exports.default = {
|
|
|
4607
4712
|
85,
|
|
4608
4713
|
{
|
|
4609
4714
|
"input": [
|
|
4610
|
-
|
|
4715
|
+
165,
|
|
4611
4716
|
"SetFundingStatusDto!"
|
|
4612
4717
|
]
|
|
4613
4718
|
}
|
|
@@ -4616,7 +4721,7 @@ exports.default = {
|
|
|
4616
4721
|
85,
|
|
4617
4722
|
{
|
|
4618
4723
|
"input": [
|
|
4619
|
-
|
|
4724
|
+
163,
|
|
4620
4725
|
"CreateFundingCampaignDto!"
|
|
4621
4726
|
]
|
|
4622
4727
|
}
|
|
@@ -4625,7 +4730,7 @@ exports.default = {
|
|
|
4625
4730
|
79,
|
|
4626
4731
|
{
|
|
4627
4732
|
"input": [
|
|
4628
|
-
|
|
4733
|
+
166,
|
|
4629
4734
|
"CreateMembershipOrganizationDto!"
|
|
4630
4735
|
]
|
|
4631
4736
|
}
|
|
@@ -4634,16 +4739,16 @@ exports.default = {
|
|
|
4634
4739
|
81,
|
|
4635
4740
|
{
|
|
4636
4741
|
"input": [
|
|
4637
|
-
|
|
4742
|
+
167,
|
|
4638
4743
|
"CreateAthleteMembershipDto!"
|
|
4639
4744
|
]
|
|
4640
4745
|
}
|
|
4641
4746
|
],
|
|
4642
4747
|
"deleteAthleteMembershipAffilation": [
|
|
4643
|
-
|
|
4748
|
+
113,
|
|
4644
4749
|
{
|
|
4645
4750
|
"input": [
|
|
4646
|
-
|
|
4751
|
+
141,
|
|
4647
4752
|
"DeleteSingleValueDto!"
|
|
4648
4753
|
]
|
|
4649
4754
|
}
|
|
@@ -4655,7 +4760,7 @@ exports.default = {
|
|
|
4655
4760
|
93,
|
|
4656
4761
|
{
|
|
4657
4762
|
"input": [
|
|
4658
|
-
|
|
4763
|
+
208,
|
|
4659
4764
|
"CreateStripeAccountDto!"
|
|
4660
4765
|
]
|
|
4661
4766
|
}
|
|
@@ -4667,7 +4772,7 @@ exports.default = {
|
|
|
4667
4772
|
101,
|
|
4668
4773
|
{
|
|
4669
4774
|
"input": [
|
|
4670
|
-
|
|
4775
|
+
168,
|
|
4671
4776
|
"DonationCheckoutDto!"
|
|
4672
4777
|
]
|
|
4673
4778
|
}
|
|
@@ -4790,13 +4895,13 @@ exports.default = {
|
|
|
4790
4895
|
1
|
|
4791
4896
|
],
|
|
4792
4897
|
"logo": [
|
|
4793
|
-
|
|
4898
|
+
146
|
|
4794
4899
|
],
|
|
4795
4900
|
"banner": [
|
|
4796
|
-
|
|
4901
|
+
146
|
|
4797
4902
|
],
|
|
4798
4903
|
"translations": [
|
|
4799
|
-
|
|
4904
|
+
187
|
|
4800
4905
|
],
|
|
4801
4906
|
"__typename": [
|
|
4802
4907
|
1
|
|
@@ -4819,10 +4924,10 @@ exports.default = {
|
|
|
4819
4924
|
1
|
|
4820
4925
|
],
|
|
4821
4926
|
"logo": [
|
|
4822
|
-
|
|
4927
|
+
146
|
|
4823
4928
|
],
|
|
4824
4929
|
"banner": [
|
|
4825
|
-
|
|
4930
|
+
146
|
|
4826
4931
|
],
|
|
4827
4932
|
"__typename": [
|
|
4828
4933
|
1
|
|
@@ -4927,10 +5032,10 @@ exports.default = {
|
|
|
4927
5032
|
1
|
|
4928
5033
|
],
|
|
4929
5034
|
"profilePicture": [
|
|
4930
|
-
|
|
5035
|
+
146
|
|
4931
5036
|
],
|
|
4932
5037
|
"cardPicture": [
|
|
4933
|
-
|
|
5038
|
+
146
|
|
4934
5039
|
],
|
|
4935
5040
|
"__typename": [
|
|
4936
5041
|
1
|
|
@@ -4983,7 +5088,7 @@ exports.default = {
|
|
|
4983
5088
|
17
|
|
4984
5089
|
],
|
|
4985
5090
|
"translations": [
|
|
4986
|
-
|
|
5091
|
+
195
|
|
4987
5092
|
],
|
|
4988
5093
|
"__typename": [
|
|
4989
5094
|
1
|
|
@@ -5017,10 +5122,10 @@ exports.default = {
|
|
|
5017
5122
|
17
|
|
5018
5123
|
],
|
|
5019
5124
|
"banner": [
|
|
5020
|
-
|
|
5125
|
+
146
|
|
5021
5126
|
],
|
|
5022
5127
|
"criteria": [
|
|
5023
|
-
|
|
5128
|
+
197
|
|
5024
5129
|
],
|
|
5025
5130
|
"deadline": [
|
|
5026
5131
|
14
|
|
@@ -5029,13 +5134,13 @@ exports.default = {
|
|
|
5029
5134
|
14
|
|
5030
5135
|
],
|
|
5031
5136
|
"duration": [
|
|
5032
|
-
|
|
5137
|
+
199
|
|
5033
5138
|
],
|
|
5034
5139
|
"sponsorshipItems": [
|
|
5035
|
-
|
|
5140
|
+
200
|
|
5036
5141
|
],
|
|
5037
5142
|
"commitments": [
|
|
5038
|
-
|
|
5143
|
+
201
|
|
5039
5144
|
],
|
|
5040
5145
|
"terms": [
|
|
5041
5146
|
1
|
|
@@ -5047,7 +5152,7 @@ exports.default = {
|
|
|
5047
5152
|
2
|
|
5048
5153
|
],
|
|
5049
5154
|
"translations": [
|
|
5050
|
-
|
|
5155
|
+
202
|
|
5051
5156
|
],
|
|
5052
5157
|
"__typename": [
|
|
5053
5158
|
1
|
|
@@ -5061,7 +5166,7 @@ exports.default = {
|
|
|
5061
5166
|
1
|
|
5062
5167
|
],
|
|
5063
5168
|
"qualificationsBag": [
|
|
5064
|
-
|
|
5169
|
+
198
|
|
5065
5170
|
],
|
|
5066
5171
|
"__typename": [
|
|
5067
5172
|
1
|
|
@@ -5069,28 +5174,28 @@ exports.default = {
|
|
|
5069
5174
|
},
|
|
5070
5175
|
"QualificationsBagDto": {
|
|
5071
5176
|
"ageQualifications": [
|
|
5072
|
-
|
|
5177
|
+
149
|
|
5073
5178
|
],
|
|
5074
5179
|
"genderQualifications": [
|
|
5075
|
-
|
|
5180
|
+
150
|
|
5076
5181
|
],
|
|
5077
5182
|
"scoreQualifications": [
|
|
5078
|
-
|
|
5183
|
+
152
|
|
5079
5184
|
],
|
|
5080
5185
|
"locationQualifications": [
|
|
5081
|
-
|
|
5186
|
+
153
|
|
5082
5187
|
],
|
|
5083
5188
|
"nationalityQualifications": [
|
|
5084
|
-
|
|
5189
|
+
151
|
|
5085
5190
|
],
|
|
5086
5191
|
"distanceQualifications": [
|
|
5087
|
-
|
|
5192
|
+
154
|
|
5088
5193
|
],
|
|
5089
5194
|
"sportsQualifications": [
|
|
5090
|
-
|
|
5195
|
+
155
|
|
5091
5196
|
],
|
|
5092
5197
|
"levelQualifications": [
|
|
5093
|
-
|
|
5198
|
+
156
|
|
5094
5199
|
],
|
|
5095
5200
|
"__typename": [
|
|
5096
5201
|
1
|
|
@@ -5167,7 +5272,7 @@ exports.default = {
|
|
|
5167
5272
|
1
|
|
5168
5273
|
],
|
|
5169
5274
|
"banner": [
|
|
5170
|
-
|
|
5275
|
+
146
|
|
5171
5276
|
],
|
|
5172
5277
|
"terms": [
|
|
5173
5278
|
1
|
|
@@ -5285,7 +5390,7 @@ exports.default = {
|
|
|
5285
5390
|
1
|
|
5286
5391
|
],
|
|
5287
5392
|
"banner": [
|
|
5288
|
-
|
|
5393
|
+
146
|
|
5289
5394
|
],
|
|
5290
5395
|
"__typename": [
|
|
5291
5396
|
1
|