@vertikalx/vtx-backend-client 1.0.0-dev-carlos.25 → 1.0.0-dev-david.0
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 +2 -5
- package/src/api/vtx-base-api.js +5 -192
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +2 -144
- package/src/client/schema.js +2 -51
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +1 -58
- package/src/client/types.js +115 -258
- 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
|
+
113
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -2686,122 +2686,6 @@ 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
|
-
},
|
|
2805
2689
|
"AthleteIntegrationReference": {
|
|
2806
2690
|
"_id": [
|
|
2807
2691
|
1
|
|
@@ -2818,18 +2702,6 @@ exports.default = {
|
|
|
2818
2702
|
"stravaAthleteData": [
|
|
2819
2703
|
102
|
|
2820
2704
|
],
|
|
2821
|
-
"hasInstagramIntegration": [
|
|
2822
|
-
2
|
|
2823
|
-
],
|
|
2824
|
-
"instagramTokenExpires": [
|
|
2825
|
-
14
|
|
2826
|
-
],
|
|
2827
|
-
"instagramUserData": [
|
|
2828
|
-
109
|
|
2829
|
-
],
|
|
2830
|
-
"instagramMediaData": [
|
|
2831
|
-
108
|
|
2832
|
-
],
|
|
2833
2705
|
"__typename": [
|
|
2834
2706
|
1
|
|
2835
2707
|
]
|
|
@@ -2870,7 +2742,7 @@ exports.default = {
|
|
|
2870
2742
|
2
|
|
2871
2743
|
],
|
|
2872
2744
|
"failureReason": [
|
|
2873
|
-
|
|
2745
|
+
105
|
|
2874
2746
|
],
|
|
2875
2747
|
"__typename": [
|
|
2876
2748
|
1
|
|
@@ -2889,7 +2761,7 @@ exports.default = {
|
|
|
2889
2761
|
},
|
|
2890
2762
|
"CursorPaginationResponse": {
|
|
2891
2763
|
"sort": [
|
|
2892
|
-
|
|
2764
|
+
107
|
|
2893
2765
|
],
|
|
2894
2766
|
"initialCursorId": [
|
|
2895
2767
|
1
|
|
@@ -2921,7 +2793,7 @@ exports.default = {
|
|
|
2921
2793
|
97
|
|
2922
2794
|
],
|
|
2923
2795
|
"cursor": [
|
|
2924
|
-
|
|
2796
|
+
108
|
|
2925
2797
|
],
|
|
2926
2798
|
"__typename": [
|
|
2927
2799
|
1
|
|
@@ -2952,7 +2824,7 @@ exports.default = {
|
|
|
2952
2824
|
1
|
|
2953
2825
|
],
|
|
2954
2826
|
"failureReason": [
|
|
2955
|
-
|
|
2827
|
+
105
|
|
2956
2828
|
],
|
|
2957
2829
|
"result": [
|
|
2958
2830
|
1
|
|
@@ -2966,7 +2838,7 @@ exports.default = {
|
|
|
2966
2838
|
1
|
|
2967
2839
|
],
|
|
2968
2840
|
"json": [
|
|
2969
|
-
|
|
2841
|
+
113
|
|
2970
2842
|
],
|
|
2971
2843
|
"__typename": [
|
|
2972
2844
|
1
|
|
@@ -2995,7 +2867,7 @@ exports.default = {
|
|
|
2995
2867
|
1
|
|
2996
2868
|
],
|
|
2997
2869
|
"failureReason": [
|
|
2998
|
-
|
|
2870
|
+
105
|
|
2999
2871
|
],
|
|
3000
2872
|
"result": [
|
|
3001
2873
|
1
|
|
@@ -3164,7 +3036,7 @@ exports.default = {
|
|
|
3164
3036
|
1
|
|
3165
3037
|
],
|
|
3166
3038
|
"invitations": [
|
|
3167
|
-
|
|
3039
|
+
125
|
|
3168
3040
|
],
|
|
3169
3041
|
"__typename": [
|
|
3170
3042
|
1
|
|
@@ -3227,7 +3099,7 @@ exports.default = {
|
|
|
3227
3099
|
1
|
|
3228
3100
|
],
|
|
3229
3101
|
"result": [
|
|
3230
|
-
|
|
3102
|
+
127
|
|
3231
3103
|
],
|
|
3232
3104
|
"cityId": [
|
|
3233
3105
|
1
|
|
@@ -3250,7 +3122,7 @@ exports.default = {
|
|
|
3250
3122
|
1
|
|
3251
3123
|
],
|
|
3252
3124
|
"result": [
|
|
3253
|
-
|
|
3125
|
+
127
|
|
3254
3126
|
],
|
|
3255
3127
|
"cityId": [
|
|
3256
3128
|
1
|
|
@@ -3286,13 +3158,13 @@ exports.default = {
|
|
|
3286
3158
|
},
|
|
3287
3159
|
"CursorPaginationDto": {
|
|
3288
3160
|
"sortCriteria": [
|
|
3289
|
-
|
|
3161
|
+
132
|
|
3290
3162
|
],
|
|
3291
3163
|
"limit": [
|
|
3292
3164
|
17
|
|
3293
3165
|
],
|
|
3294
3166
|
"cursorPosition": [
|
|
3295
|
-
|
|
3167
|
+
131
|
|
3296
3168
|
],
|
|
3297
3169
|
"__typename": [
|
|
3298
3170
|
1
|
|
@@ -3367,7 +3239,7 @@ exports.default = {
|
|
|
3367
3239
|
1
|
|
3368
3240
|
],
|
|
3369
3241
|
"currentCampaign": [
|
|
3370
|
-
|
|
3242
|
+
135
|
|
3371
3243
|
],
|
|
3372
3244
|
"sports": [
|
|
3373
3245
|
1
|
|
@@ -3423,10 +3295,10 @@ exports.default = {
|
|
|
3423
3295
|
},
|
|
3424
3296
|
"AthleteQueryDto": {
|
|
3425
3297
|
"cursor": [
|
|
3426
|
-
|
|
3298
|
+
133
|
|
3427
3299
|
],
|
|
3428
3300
|
"filters": [
|
|
3429
|
-
|
|
3301
|
+
136
|
|
3430
3302
|
],
|
|
3431
3303
|
"__typename": [
|
|
3432
3304
|
1
|
|
@@ -3437,7 +3309,7 @@ exports.default = {
|
|
|
3437
3309
|
1
|
|
3438
3310
|
],
|
|
3439
3311
|
"newPicture": [
|
|
3440
|
-
|
|
3312
|
+
139
|
|
3441
3313
|
],
|
|
3442
3314
|
"__typename": [
|
|
3443
3315
|
1
|
|
@@ -3471,7 +3343,7 @@ exports.default = {
|
|
|
3471
3343
|
1
|
|
3472
3344
|
],
|
|
3473
3345
|
"pictures": [
|
|
3474
|
-
|
|
3346
|
+
139
|
|
3475
3347
|
],
|
|
3476
3348
|
"__typename": [
|
|
3477
3349
|
1
|
|
@@ -3673,7 +3545,7 @@ exports.default = {
|
|
|
3673
3545
|
17
|
|
3674
3546
|
],
|
|
3675
3547
|
"items": [
|
|
3676
|
-
|
|
3548
|
+
152
|
|
3677
3549
|
],
|
|
3678
3550
|
"__typename": [
|
|
3679
3551
|
1
|
|
@@ -3684,7 +3556,7 @@ exports.default = {
|
|
|
3684
3556
|
17
|
|
3685
3557
|
],
|
|
3686
3558
|
"items": [
|
|
3687
|
-
|
|
3559
|
+
152
|
|
3688
3560
|
],
|
|
3689
3561
|
"athleteCompetitionId": [
|
|
3690
3562
|
1
|
|
@@ -3719,10 +3591,10 @@ exports.default = {
|
|
|
3719
3591
|
14
|
|
3720
3592
|
],
|
|
3721
3593
|
"budget": [
|
|
3722
|
-
|
|
3594
|
+
154
|
|
3723
3595
|
],
|
|
3724
3596
|
"competitionBudgets": [
|
|
3725
|
-
|
|
3597
|
+
155
|
|
3726
3598
|
],
|
|
3727
3599
|
"competitionIds": [
|
|
3728
3600
|
1
|
|
@@ -3757,10 +3629,10 @@ exports.default = {
|
|
|
3757
3629
|
14
|
|
3758
3630
|
],
|
|
3759
3631
|
"budget": [
|
|
3760
|
-
|
|
3632
|
+
154
|
|
3761
3633
|
],
|
|
3762
3634
|
"competitionBudgets": [
|
|
3763
|
-
|
|
3635
|
+
155
|
|
3764
3636
|
],
|
|
3765
3637
|
"competitionIds": [
|
|
3766
3638
|
1
|
|
@@ -3797,7 +3669,7 @@ exports.default = {
|
|
|
3797
3669
|
1
|
|
3798
3670
|
],
|
|
3799
3671
|
"logo": [
|
|
3800
|
-
|
|
3672
|
+
139
|
|
3801
3673
|
],
|
|
3802
3674
|
"countryId": [
|
|
3803
3675
|
1
|
|
@@ -3959,7 +3831,7 @@ exports.default = {
|
|
|
3959
3831
|
31,
|
|
3960
3832
|
{
|
|
3961
3833
|
"input": [
|
|
3962
|
-
|
|
3834
|
+
165,
|
|
3963
3835
|
"AWSS3GetUploadDto!"
|
|
3964
3836
|
]
|
|
3965
3837
|
}
|
|
@@ -4021,7 +3893,7 @@ exports.default = {
|
|
|
4021
3893
|
98,
|
|
4022
3894
|
{
|
|
4023
3895
|
"input": [
|
|
4024
|
-
|
|
3896
|
+
166,
|
|
4025
3897
|
"FindSponsorAthleteInvitationDto!"
|
|
4026
3898
|
]
|
|
4027
3899
|
}
|
|
@@ -4030,10 +3902,10 @@ exports.default = {
|
|
|
4030
3902
|
97
|
|
4031
3903
|
],
|
|
4032
3904
|
"queryAthleteFundingCampaigns": [
|
|
4033
|
-
|
|
3905
|
+
109,
|
|
4034
3906
|
{
|
|
4035
3907
|
"input": [
|
|
4036
|
-
|
|
3908
|
+
137,
|
|
4037
3909
|
"AthleteQueryDto!"
|
|
4038
3910
|
]
|
|
4039
3911
|
}
|
|
@@ -4081,7 +3953,7 @@ exports.default = {
|
|
|
4081
3953
|
78,
|
|
4082
3954
|
{
|
|
4083
3955
|
"input": [
|
|
4084
|
-
|
|
3956
|
+
167,
|
|
4085
3957
|
"GetAthleteCompetitionsDto!"
|
|
4086
3958
|
]
|
|
4087
3959
|
}
|
|
@@ -4117,10 +3989,10 @@ exports.default = {
|
|
|
4117
3989
|
}
|
|
4118
3990
|
],
|
|
4119
3991
|
"queryAthleteWithFilter": [
|
|
4120
|
-
|
|
3992
|
+
109,
|
|
4121
3993
|
{
|
|
4122
3994
|
"input": [
|
|
4123
|
-
|
|
3995
|
+
137,
|
|
4124
3996
|
"AthleteQueryDto!"
|
|
4125
3997
|
]
|
|
4126
3998
|
}
|
|
@@ -4192,7 +4064,7 @@ exports.default = {
|
|
|
4192
4064
|
0,
|
|
4193
4065
|
{
|
|
4194
4066
|
"input": [
|
|
4195
|
-
|
|
4067
|
+
168,
|
|
4196
4068
|
"FindVtxUserDto!"
|
|
4197
4069
|
]
|
|
4198
4070
|
}
|
|
@@ -4211,7 +4083,7 @@ exports.default = {
|
|
|
4211
4083
|
}
|
|
4212
4084
|
],
|
|
4213
4085
|
"getUserImagesFromEmail": [
|
|
4214
|
-
|
|
4086
|
+
114,
|
|
4215
4087
|
{
|
|
4216
4088
|
"loginEmail": [
|
|
4217
4089
|
1,
|
|
@@ -4226,7 +4098,7 @@ exports.default = {
|
|
|
4226
4098
|
74,
|
|
4227
4099
|
{
|
|
4228
4100
|
"input": [
|
|
4229
|
-
|
|
4101
|
+
169,
|
|
4230
4102
|
"GetSportEventsDto!"
|
|
4231
4103
|
]
|
|
4232
4104
|
}
|
|
@@ -4234,20 +4106,14 @@ exports.default = {
|
|
|
4234
4106
|
"getMembershipOrganizations": [
|
|
4235
4107
|
79
|
|
4236
4108
|
],
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4239
|
-
],
|
|
4240
|
-
"getAthleteInstagramIntegration": [
|
|
4241
|
-
110
|
|
4242
|
-
],
|
|
4243
|
-
"getAthleteIntegrations": [
|
|
4244
|
-
110
|
|
4109
|
+
"getAthleteIntegrationsByAthlete": [
|
|
4110
|
+
103
|
|
4245
4111
|
],
|
|
4246
4112
|
"stripeQuery": [
|
|
4247
|
-
|
|
4113
|
+
112,
|
|
4248
4114
|
{
|
|
4249
4115
|
"input": [
|
|
4250
|
-
|
|
4116
|
+
162,
|
|
4251
4117
|
"StripeQueryDto!"
|
|
4252
4118
|
]
|
|
4253
4119
|
}
|
|
@@ -4256,7 +4122,7 @@ exports.default = {
|
|
|
4256
4122
|
34,
|
|
4257
4123
|
{
|
|
4258
4124
|
"input": [
|
|
4259
|
-
|
|
4125
|
+
122,
|
|
4260
4126
|
"GetDatabaseFileDto!"
|
|
4261
4127
|
]
|
|
4262
4128
|
}
|
|
@@ -4322,7 +4188,7 @@ exports.default = {
|
|
|
4322
4188
|
5,
|
|
4323
4189
|
{
|
|
4324
4190
|
"tenant": [
|
|
4325
|
-
|
|
4191
|
+
171,
|
|
4326
4192
|
"CreateTenantInput!"
|
|
4327
4193
|
]
|
|
4328
4194
|
}
|
|
@@ -4331,7 +4197,7 @@ exports.default = {
|
|
|
4331
4197
|
11,
|
|
4332
4198
|
{
|
|
4333
4199
|
"tenant": [
|
|
4334
|
-
|
|
4200
|
+
171,
|
|
4335
4201
|
"CreateTenantInput!"
|
|
4336
4202
|
]
|
|
4337
4203
|
}
|
|
@@ -4340,7 +4206,7 @@ exports.default = {
|
|
|
4340
4206
|
3,
|
|
4341
4207
|
{
|
|
4342
4208
|
"user": [
|
|
4343
|
-
|
|
4209
|
+
172,
|
|
4344
4210
|
"CreateActiveUserInput!"
|
|
4345
4211
|
]
|
|
4346
4212
|
}
|
|
@@ -4375,7 +4241,7 @@ exports.default = {
|
|
|
4375
4241
|
0,
|
|
4376
4242
|
{
|
|
4377
4243
|
"input": [
|
|
4378
|
-
|
|
4244
|
+
173,
|
|
4379
4245
|
"RegisterUserToDomainFromEmailInput!"
|
|
4380
4246
|
]
|
|
4381
4247
|
}
|
|
@@ -4384,7 +4250,7 @@ exports.default = {
|
|
|
4384
4250
|
8,
|
|
4385
4251
|
{
|
|
4386
4252
|
"dto": [
|
|
4387
|
-
|
|
4253
|
+
174,
|
|
4388
4254
|
"RefreshTokenInput!"
|
|
4389
4255
|
]
|
|
4390
4256
|
}
|
|
@@ -4393,7 +4259,7 @@ exports.default = {
|
|
|
4393
4259
|
32,
|
|
4394
4260
|
{
|
|
4395
4261
|
"input": [
|
|
4396
|
-
|
|
4262
|
+
175,
|
|
4397
4263
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4398
4264
|
]
|
|
4399
4265
|
}
|
|
@@ -4402,7 +4268,7 @@ exports.default = {
|
|
|
4402
4268
|
32,
|
|
4403
4269
|
{
|
|
4404
4270
|
"input": [
|
|
4405
|
-
|
|
4271
|
+
176,
|
|
4406
4272
|
"AWSS3DeleteBucketFileDto!"
|
|
4407
4273
|
]
|
|
4408
4274
|
}
|
|
@@ -4411,7 +4277,7 @@ exports.default = {
|
|
|
4411
4277
|
32,
|
|
4412
4278
|
{
|
|
4413
4279
|
"input": [
|
|
4414
|
-
|
|
4280
|
+
177,
|
|
4415
4281
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4416
4282
|
]
|
|
4417
4283
|
}
|
|
@@ -4420,7 +4286,7 @@ exports.default = {
|
|
|
4420
4286
|
26,
|
|
4421
4287
|
{
|
|
4422
4288
|
"input": [
|
|
4423
|
-
|
|
4289
|
+
139,
|
|
4424
4290
|
"AWSS3UploadedFileDto!"
|
|
4425
4291
|
]
|
|
4426
4292
|
}
|
|
@@ -4429,7 +4295,7 @@ exports.default = {
|
|
|
4429
4295
|
55,
|
|
4430
4296
|
{
|
|
4431
4297
|
"input": [
|
|
4432
|
-
|
|
4298
|
+
178,
|
|
4433
4299
|
"CreateIndustryDto!"
|
|
4434
4300
|
]
|
|
4435
4301
|
}
|
|
@@ -4438,7 +4304,7 @@ exports.default = {
|
|
|
4438
4304
|
38,
|
|
4439
4305
|
{
|
|
4440
4306
|
"input": [
|
|
4441
|
-
|
|
4307
|
+
179,
|
|
4442
4308
|
"CreateBrandDto!"
|
|
4443
4309
|
]
|
|
4444
4310
|
}
|
|
@@ -4447,7 +4313,7 @@ exports.default = {
|
|
|
4447
4313
|
58,
|
|
4448
4314
|
{
|
|
4449
4315
|
"input": [
|
|
4450
|
-
|
|
4316
|
+
181,
|
|
4451
4317
|
"RegisterSponsorInput!"
|
|
4452
4318
|
]
|
|
4453
4319
|
}
|
|
@@ -4456,7 +4322,7 @@ exports.default = {
|
|
|
4456
4322
|
58,
|
|
4457
4323
|
{
|
|
4458
4324
|
"input": [
|
|
4459
|
-
|
|
4325
|
+
182,
|
|
4460
4326
|
"CreateSponsorDto!"
|
|
4461
4327
|
]
|
|
4462
4328
|
}
|
|
@@ -4465,7 +4331,7 @@ exports.default = {
|
|
|
4465
4331
|
98,
|
|
4466
4332
|
{
|
|
4467
4333
|
"input": [
|
|
4468
|
-
|
|
4334
|
+
126,
|
|
4469
4335
|
"InviteAthletesDto!"
|
|
4470
4336
|
]
|
|
4471
4337
|
}
|
|
@@ -4474,43 +4340,43 @@ exports.default = {
|
|
|
4474
4340
|
97,
|
|
4475
4341
|
{
|
|
4476
4342
|
"input": [
|
|
4477
|
-
|
|
4343
|
+
183,
|
|
4478
4344
|
"RegisterAthleteDto!"
|
|
4479
4345
|
]
|
|
4480
4346
|
}
|
|
4481
4347
|
],
|
|
4482
4348
|
"editProfileValue": [
|
|
4483
|
-
|
|
4349
|
+
104,
|
|
4484
4350
|
{
|
|
4485
4351
|
"input": [
|
|
4486
|
-
|
|
4352
|
+
184,
|
|
4487
4353
|
"EditValueDto!"
|
|
4488
4354
|
]
|
|
4489
4355
|
}
|
|
4490
4356
|
],
|
|
4491
4357
|
"editPicture": [
|
|
4492
|
-
|
|
4358
|
+
110,
|
|
4493
4359
|
{
|
|
4494
4360
|
"input": [
|
|
4495
|
-
|
|
4361
|
+
138,
|
|
4496
4362
|
"EditPictureDto!"
|
|
4497
4363
|
]
|
|
4498
4364
|
}
|
|
4499
4365
|
],
|
|
4500
4366
|
"AddAlbumPictures": [
|
|
4501
|
-
|
|
4367
|
+
111,
|
|
4502
4368
|
{
|
|
4503
4369
|
"input": [
|
|
4504
|
-
|
|
4370
|
+
140,
|
|
4505
4371
|
"UploadAlbumsPicturesDto!"
|
|
4506
4372
|
]
|
|
4507
4373
|
}
|
|
4508
4374
|
],
|
|
4509
4375
|
"DeletePictureBuket": [
|
|
4510
|
-
|
|
4376
|
+
106,
|
|
4511
4377
|
{
|
|
4512
4378
|
"input": [
|
|
4513
|
-
|
|
4379
|
+
175,
|
|
4514
4380
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4515
4381
|
]
|
|
4516
4382
|
}
|
|
@@ -4519,16 +4385,16 @@ exports.default = {
|
|
|
4519
4385
|
78,
|
|
4520
4386
|
{
|
|
4521
4387
|
"input": [
|
|
4522
|
-
|
|
4388
|
+
129,
|
|
4523
4389
|
"CreateAthleteCompetitionDto!"
|
|
4524
4390
|
]
|
|
4525
4391
|
}
|
|
4526
4392
|
],
|
|
4527
4393
|
"deleteAthleteCompetition": [
|
|
4528
|
-
|
|
4394
|
+
106,
|
|
4529
4395
|
{
|
|
4530
4396
|
"input": [
|
|
4531
|
-
|
|
4397
|
+
134,
|
|
4532
4398
|
"DeleteSingleValueDto!"
|
|
4533
4399
|
]
|
|
4534
4400
|
}
|
|
@@ -4537,34 +4403,25 @@ exports.default = {
|
|
|
4537
4403
|
95,
|
|
4538
4404
|
{
|
|
4539
4405
|
"input": [
|
|
4540
|
-
|
|
4406
|
+
140,
|
|
4541
4407
|
"UploadAlbumsPicturesDto!"
|
|
4542
4408
|
]
|
|
4543
4409
|
}
|
|
4544
4410
|
],
|
|
4545
4411
|
"deleteAthleteAlbum": [
|
|
4546
|
-
|
|
4412
|
+
106,
|
|
4547
4413
|
{
|
|
4548
4414
|
"input": [
|
|
4549
|
-
|
|
4415
|
+
134,
|
|
4550
4416
|
"DeleteSingleValueDto!"
|
|
4551
4417
|
]
|
|
4552
4418
|
}
|
|
4553
4419
|
],
|
|
4554
|
-
"saveAthleteCompetitionResult": [
|
|
4555
|
-
75,
|
|
4556
|
-
{
|
|
4557
|
-
"input": [
|
|
4558
|
-
135,
|
|
4559
|
-
"SetCompetitionResultDto!"
|
|
4560
|
-
]
|
|
4561
|
-
}
|
|
4562
|
-
],
|
|
4563
4420
|
"createSport": [
|
|
4564
4421
|
66,
|
|
4565
4422
|
{
|
|
4566
4423
|
"input": [
|
|
4567
|
-
|
|
4424
|
+
185,
|
|
4568
4425
|
"CreateSportDto!"
|
|
4569
4426
|
]
|
|
4570
4427
|
}
|
|
@@ -4573,7 +4430,7 @@ exports.default = {
|
|
|
4573
4430
|
66,
|
|
4574
4431
|
{
|
|
4575
4432
|
"input": [
|
|
4576
|
-
|
|
4433
|
+
186,
|
|
4577
4434
|
"UpdateSportDto!"
|
|
4578
4435
|
]
|
|
4579
4436
|
}
|
|
@@ -4582,7 +4439,7 @@ exports.default = {
|
|
|
4582
4439
|
69,
|
|
4583
4440
|
{
|
|
4584
4441
|
"input": [
|
|
4585
|
-
|
|
4442
|
+
187,
|
|
4586
4443
|
"CreateSportLevelDto!"
|
|
4587
4444
|
]
|
|
4588
4445
|
}
|
|
@@ -4591,7 +4448,7 @@ exports.default = {
|
|
|
4591
4448
|
64,
|
|
4592
4449
|
{
|
|
4593
4450
|
"input": [
|
|
4594
|
-
|
|
4451
|
+
189,
|
|
4595
4452
|
"CreateSponsorshipDto!"
|
|
4596
4453
|
]
|
|
4597
4454
|
}
|
|
@@ -4600,7 +4457,7 @@ exports.default = {
|
|
|
4600
4457
|
44,
|
|
4601
4458
|
{
|
|
4602
4459
|
"input": [
|
|
4603
|
-
|
|
4460
|
+
196,
|
|
4604
4461
|
"CreateCountryDto!"
|
|
4605
4462
|
]
|
|
4606
4463
|
}
|
|
@@ -4609,7 +4466,7 @@ exports.default = {
|
|
|
4609
4466
|
43,
|
|
4610
4467
|
{
|
|
4611
4468
|
"input": [
|
|
4612
|
-
|
|
4469
|
+
197,
|
|
4613
4470
|
"CreateStateDto!"
|
|
4614
4471
|
]
|
|
4615
4472
|
}
|
|
@@ -4618,7 +4475,7 @@ exports.default = {
|
|
|
4618
4475
|
42,
|
|
4619
4476
|
{
|
|
4620
4477
|
"input": [
|
|
4621
|
-
|
|
4478
|
+
198,
|
|
4622
4479
|
"CreateCityDto!"
|
|
4623
4480
|
]
|
|
4624
4481
|
}
|
|
@@ -4627,7 +4484,7 @@ exports.default = {
|
|
|
4627
4484
|
28,
|
|
4628
4485
|
{
|
|
4629
4486
|
"input": [
|
|
4630
|
-
|
|
4487
|
+
150,
|
|
4631
4488
|
"RegisterUserDto!"
|
|
4632
4489
|
]
|
|
4633
4490
|
}
|
|
@@ -4636,7 +4493,7 @@ exports.default = {
|
|
|
4636
4493
|
3,
|
|
4637
4494
|
{
|
|
4638
4495
|
"input": [
|
|
4639
|
-
|
|
4496
|
+
124,
|
|
4640
4497
|
"VerifyCodeDto!"
|
|
4641
4498
|
]
|
|
4642
4499
|
}
|
|
@@ -4645,7 +4502,7 @@ exports.default = {
|
|
|
4645
4502
|
0,
|
|
4646
4503
|
{
|
|
4647
4504
|
"input": [
|
|
4648
|
-
|
|
4505
|
+
124,
|
|
4649
4506
|
"VerifyCodeDto!"
|
|
4650
4507
|
]
|
|
4651
4508
|
}
|
|
@@ -4654,7 +4511,7 @@ exports.default = {
|
|
|
4654
4511
|
0,
|
|
4655
4512
|
{
|
|
4656
4513
|
"input": [
|
|
4657
|
-
|
|
4514
|
+
150,
|
|
4658
4515
|
"RegisterUserDto!"
|
|
4659
4516
|
]
|
|
4660
4517
|
}
|
|
@@ -4663,7 +4520,7 @@ exports.default = {
|
|
|
4663
4520
|
0,
|
|
4664
4521
|
{
|
|
4665
4522
|
"input": [
|
|
4666
|
-
|
|
4523
|
+
150,
|
|
4667
4524
|
"RegisterUserDto!"
|
|
4668
4525
|
]
|
|
4669
4526
|
}
|
|
@@ -4685,7 +4542,7 @@ exports.default = {
|
|
|
4685
4542
|
99,
|
|
4686
4543
|
{
|
|
4687
4544
|
"data": [
|
|
4688
|
-
|
|
4545
|
+
199,
|
|
4689
4546
|
"RegisterStravaDto!"
|
|
4690
4547
|
]
|
|
4691
4548
|
}
|
|
@@ -4703,7 +4560,7 @@ exports.default = {
|
|
|
4703
4560
|
74,
|
|
4704
4561
|
{
|
|
4705
4562
|
"input": [
|
|
4706
|
-
|
|
4563
|
+
200,
|
|
4707
4564
|
"CreateSportEventDto!"
|
|
4708
4565
|
]
|
|
4709
4566
|
}
|
|
@@ -4712,7 +4569,7 @@ exports.default = {
|
|
|
4712
4569
|
85,
|
|
4713
4570
|
{
|
|
4714
4571
|
"input": [
|
|
4715
|
-
|
|
4572
|
+
158,
|
|
4716
4573
|
"SetFundingStatusDto!"
|
|
4717
4574
|
]
|
|
4718
4575
|
}
|
|
@@ -4721,7 +4578,7 @@ exports.default = {
|
|
|
4721
4578
|
85,
|
|
4722
4579
|
{
|
|
4723
4580
|
"input": [
|
|
4724
|
-
|
|
4581
|
+
156,
|
|
4725
4582
|
"CreateFundingCampaignDto!"
|
|
4726
4583
|
]
|
|
4727
4584
|
}
|
|
@@ -4730,7 +4587,7 @@ exports.default = {
|
|
|
4730
4587
|
79,
|
|
4731
4588
|
{
|
|
4732
4589
|
"input": [
|
|
4733
|
-
|
|
4590
|
+
159,
|
|
4734
4591
|
"CreateMembershipOrganizationDto!"
|
|
4735
4592
|
]
|
|
4736
4593
|
}
|
|
@@ -4739,16 +4596,16 @@ exports.default = {
|
|
|
4739
4596
|
81,
|
|
4740
4597
|
{
|
|
4741
4598
|
"input": [
|
|
4742
|
-
|
|
4599
|
+
160,
|
|
4743
4600
|
"CreateAthleteMembershipDto!"
|
|
4744
4601
|
]
|
|
4745
4602
|
}
|
|
4746
4603
|
],
|
|
4747
4604
|
"deleteAthleteMembershipAffilation": [
|
|
4748
|
-
|
|
4605
|
+
106,
|
|
4749
4606
|
{
|
|
4750
4607
|
"input": [
|
|
4751
|
-
|
|
4608
|
+
134,
|
|
4752
4609
|
"DeleteSingleValueDto!"
|
|
4753
4610
|
]
|
|
4754
4611
|
}
|
|
@@ -4760,7 +4617,7 @@ exports.default = {
|
|
|
4760
4617
|
93,
|
|
4761
4618
|
{
|
|
4762
4619
|
"input": [
|
|
4763
|
-
|
|
4620
|
+
201,
|
|
4764
4621
|
"CreateStripeAccountDto!"
|
|
4765
4622
|
]
|
|
4766
4623
|
}
|
|
@@ -4772,7 +4629,7 @@ exports.default = {
|
|
|
4772
4629
|
101,
|
|
4773
4630
|
{
|
|
4774
4631
|
"input": [
|
|
4775
|
-
|
|
4632
|
+
161,
|
|
4776
4633
|
"DonationCheckoutDto!"
|
|
4777
4634
|
]
|
|
4778
4635
|
}
|
|
@@ -4895,13 +4752,13 @@ exports.default = {
|
|
|
4895
4752
|
1
|
|
4896
4753
|
],
|
|
4897
4754
|
"logo": [
|
|
4898
|
-
|
|
4755
|
+
139
|
|
4899
4756
|
],
|
|
4900
4757
|
"banner": [
|
|
4901
|
-
|
|
4758
|
+
139
|
|
4902
4759
|
],
|
|
4903
4760
|
"translations": [
|
|
4904
|
-
|
|
4761
|
+
180
|
|
4905
4762
|
],
|
|
4906
4763
|
"__typename": [
|
|
4907
4764
|
1
|
|
@@ -4924,10 +4781,10 @@ exports.default = {
|
|
|
4924
4781
|
1
|
|
4925
4782
|
],
|
|
4926
4783
|
"logo": [
|
|
4927
|
-
|
|
4784
|
+
139
|
|
4928
4785
|
],
|
|
4929
4786
|
"banner": [
|
|
4930
|
-
|
|
4787
|
+
139
|
|
4931
4788
|
],
|
|
4932
4789
|
"__typename": [
|
|
4933
4790
|
1
|
|
@@ -5032,10 +4889,10 @@ exports.default = {
|
|
|
5032
4889
|
1
|
|
5033
4890
|
],
|
|
5034
4891
|
"profilePicture": [
|
|
5035
|
-
|
|
4892
|
+
139
|
|
5036
4893
|
],
|
|
5037
4894
|
"cardPicture": [
|
|
5038
|
-
|
|
4895
|
+
139
|
|
5039
4896
|
],
|
|
5040
4897
|
"__typename": [
|
|
5041
4898
|
1
|
|
@@ -5088,7 +4945,7 @@ exports.default = {
|
|
|
5088
4945
|
17
|
|
5089
4946
|
],
|
|
5090
4947
|
"translations": [
|
|
5091
|
-
|
|
4948
|
+
188
|
|
5092
4949
|
],
|
|
5093
4950
|
"__typename": [
|
|
5094
4951
|
1
|
|
@@ -5122,10 +4979,10 @@ exports.default = {
|
|
|
5122
4979
|
17
|
|
5123
4980
|
],
|
|
5124
4981
|
"banner": [
|
|
5125
|
-
|
|
4982
|
+
139
|
|
5126
4983
|
],
|
|
5127
4984
|
"criteria": [
|
|
5128
|
-
|
|
4985
|
+
190
|
|
5129
4986
|
],
|
|
5130
4987
|
"deadline": [
|
|
5131
4988
|
14
|
|
@@ -5134,13 +4991,13 @@ exports.default = {
|
|
|
5134
4991
|
14
|
|
5135
4992
|
],
|
|
5136
4993
|
"duration": [
|
|
5137
|
-
|
|
4994
|
+
192
|
|
5138
4995
|
],
|
|
5139
4996
|
"sponsorshipItems": [
|
|
5140
|
-
|
|
4997
|
+
193
|
|
5141
4998
|
],
|
|
5142
4999
|
"commitments": [
|
|
5143
|
-
|
|
5000
|
+
194
|
|
5144
5001
|
],
|
|
5145
5002
|
"terms": [
|
|
5146
5003
|
1
|
|
@@ -5152,7 +5009,7 @@ exports.default = {
|
|
|
5152
5009
|
2
|
|
5153
5010
|
],
|
|
5154
5011
|
"translations": [
|
|
5155
|
-
|
|
5012
|
+
195
|
|
5156
5013
|
],
|
|
5157
5014
|
"__typename": [
|
|
5158
5015
|
1
|
|
@@ -5166,7 +5023,7 @@ exports.default = {
|
|
|
5166
5023
|
1
|
|
5167
5024
|
],
|
|
5168
5025
|
"qualificationsBag": [
|
|
5169
|
-
|
|
5026
|
+
191
|
|
5170
5027
|
],
|
|
5171
5028
|
"__typename": [
|
|
5172
5029
|
1
|
|
@@ -5174,28 +5031,28 @@ exports.default = {
|
|
|
5174
5031
|
},
|
|
5175
5032
|
"QualificationsBagDto": {
|
|
5176
5033
|
"ageQualifications": [
|
|
5177
|
-
|
|
5034
|
+
142
|
|
5178
5035
|
],
|
|
5179
5036
|
"genderQualifications": [
|
|
5180
|
-
|
|
5037
|
+
143
|
|
5181
5038
|
],
|
|
5182
5039
|
"scoreQualifications": [
|
|
5183
|
-
|
|
5040
|
+
145
|
|
5184
5041
|
],
|
|
5185
5042
|
"locationQualifications": [
|
|
5186
|
-
|
|
5043
|
+
146
|
|
5187
5044
|
],
|
|
5188
5045
|
"nationalityQualifications": [
|
|
5189
|
-
|
|
5046
|
+
144
|
|
5190
5047
|
],
|
|
5191
5048
|
"distanceQualifications": [
|
|
5192
|
-
|
|
5049
|
+
147
|
|
5193
5050
|
],
|
|
5194
5051
|
"sportsQualifications": [
|
|
5195
|
-
|
|
5052
|
+
148
|
|
5196
5053
|
],
|
|
5197
5054
|
"levelQualifications": [
|
|
5198
|
-
|
|
5055
|
+
149
|
|
5199
5056
|
],
|
|
5200
5057
|
"__typename": [
|
|
5201
5058
|
1
|
|
@@ -5272,7 +5129,7 @@ exports.default = {
|
|
|
5272
5129
|
1
|
|
5273
5130
|
],
|
|
5274
5131
|
"banner": [
|
|
5275
|
-
|
|
5132
|
+
139
|
|
5276
5133
|
],
|
|
5277
5134
|
"terms": [
|
|
5278
5135
|
1
|
|
@@ -5390,7 +5247,7 @@ exports.default = {
|
|
|
5390
5247
|
1
|
|
5391
5248
|
],
|
|
5392
5249
|
"banner": [
|
|
5393
|
-
|
|
5250
|
+
139
|
|
5394
5251
|
],
|
|
5395
5252
|
"__typename": [
|
|
5396
5253
|
1
|