@vertikalx/vtx-backend-client 1.0.0-dev-daniel.193 → 1.0.0-dev-daniel.195
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.js +11 -0
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +30 -0
- package/src/client/schema.graphql +13 -0
- package/src/client/schema.js +8 -1
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +13 -0
- package/src/client/types.js +139 -104
- package/src/client/types.js.map +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/src/client/types.js
CHANGED
|
@@ -1670,7 +1670,7 @@ exports.default = {
|
|
|
1670
1670
|
74
|
|
1671
1671
|
],
|
|
1672
1672
|
"athlete": [
|
|
1673
|
-
|
|
1673
|
+
82
|
|
1674
1674
|
],
|
|
1675
1675
|
"membershipNumber": [
|
|
1676
1676
|
1
|
|
@@ -1741,7 +1741,7 @@ exports.default = {
|
|
|
1741
1741
|
1
|
|
1742
1742
|
],
|
|
1743
1743
|
"athlete": [
|
|
1744
|
-
|
|
1744
|
+
82
|
|
1745
1745
|
],
|
|
1746
1746
|
"budgetMode": [
|
|
1747
1747
|
1
|
|
@@ -1783,6 +1783,38 @@ exports.default = {
|
|
|
1783
1783
|
1
|
|
1784
1784
|
]
|
|
1785
1785
|
},
|
|
1786
|
+
"StripeAccount": {
|
|
1787
|
+
"_id": [
|
|
1788
|
+
1
|
|
1789
|
+
],
|
|
1790
|
+
"stripeAccountId": [
|
|
1791
|
+
1
|
|
1792
|
+
],
|
|
1793
|
+
"email": [
|
|
1794
|
+
1
|
|
1795
|
+
],
|
|
1796
|
+
"initialized": [
|
|
1797
|
+
2
|
|
1798
|
+
],
|
|
1799
|
+
"needsUpdate": [
|
|
1800
|
+
2
|
|
1801
|
+
],
|
|
1802
|
+
"countryId": [
|
|
1803
|
+
1
|
|
1804
|
+
],
|
|
1805
|
+
"defaultCurrency": [
|
|
1806
|
+
1
|
|
1807
|
+
],
|
|
1808
|
+
"created": [
|
|
1809
|
+
17
|
|
1810
|
+
],
|
|
1811
|
+
"accountData": [
|
|
1812
|
+
1
|
|
1813
|
+
],
|
|
1814
|
+
"__typename": [
|
|
1815
|
+
1
|
|
1816
|
+
]
|
|
1817
|
+
},
|
|
1786
1818
|
"AthleteReference": {
|
|
1787
1819
|
"_id": [
|
|
1788
1820
|
1
|
|
@@ -1948,6 +1980,9 @@ exports.default = {
|
|
|
1948
1980
|
"fundingCampaigns": [
|
|
1949
1981
|
80
|
|
1950
1982
|
],
|
|
1983
|
+
"stripeAccount": [
|
|
1984
|
+
81
|
|
1985
|
+
],
|
|
1951
1986
|
"__typename": [
|
|
1952
1987
|
1
|
|
1953
1988
|
]
|
|
@@ -2034,7 +2069,7 @@ exports.default = {
|
|
|
2034
2069
|
2
|
|
2035
2070
|
],
|
|
2036
2071
|
"failureReason": [
|
|
2037
|
-
|
|
2072
|
+
87
|
|
2038
2073
|
],
|
|
2039
2074
|
"__typename": [
|
|
2040
2075
|
1
|
|
@@ -2053,7 +2088,7 @@ exports.default = {
|
|
|
2053
2088
|
},
|
|
2054
2089
|
"CursorPaginationResponse": {
|
|
2055
2090
|
"sort": [
|
|
2056
|
-
|
|
2091
|
+
89
|
|
2057
2092
|
],
|
|
2058
2093
|
"initialCursorId": [
|
|
2059
2094
|
1
|
|
@@ -2082,10 +2117,10 @@ exports.default = {
|
|
|
2082
2117
|
},
|
|
2083
2118
|
"AthleteQueryResponse": {
|
|
2084
2119
|
"athletes": [
|
|
2085
|
-
|
|
2120
|
+
83
|
|
2086
2121
|
],
|
|
2087
2122
|
"cursor": [
|
|
2088
|
-
|
|
2123
|
+
90
|
|
2089
2124
|
],
|
|
2090
2125
|
"__typename": [
|
|
2091
2126
|
1
|
|
@@ -2113,7 +2148,7 @@ exports.default = {
|
|
|
2113
2148
|
1
|
|
2114
2149
|
],
|
|
2115
2150
|
"failureReason": [
|
|
2116
|
-
|
|
2151
|
+
87
|
|
2117
2152
|
],
|
|
2118
2153
|
"result": [
|
|
2119
2154
|
1
|
|
@@ -2178,7 +2213,7 @@ exports.default = {
|
|
|
2178
2213
|
1
|
|
2179
2214
|
],
|
|
2180
2215
|
"invitations": [
|
|
2181
|
-
|
|
2216
|
+
96
|
|
2182
2217
|
],
|
|
2183
2218
|
"__typename": [
|
|
2184
2219
|
1
|
|
@@ -2241,7 +2276,7 @@ exports.default = {
|
|
|
2241
2276
|
1
|
|
2242
2277
|
],
|
|
2243
2278
|
"result": [
|
|
2244
|
-
|
|
2279
|
+
98
|
|
2245
2280
|
],
|
|
2246
2281
|
"cityId": [
|
|
2247
2282
|
1
|
|
@@ -2264,7 +2299,7 @@ exports.default = {
|
|
|
2264
2299
|
1
|
|
2265
2300
|
],
|
|
2266
2301
|
"result": [
|
|
2267
|
-
|
|
2302
|
+
98
|
|
2268
2303
|
],
|
|
2269
2304
|
"cityId": [
|
|
2270
2305
|
1
|
|
@@ -2300,13 +2335,13 @@ exports.default = {
|
|
|
2300
2335
|
},
|
|
2301
2336
|
"CursorPaginationDto": {
|
|
2302
2337
|
"sortCriteria": [
|
|
2303
|
-
|
|
2338
|
+
103
|
|
2304
2339
|
],
|
|
2305
2340
|
"limit": [
|
|
2306
2341
|
17
|
|
2307
2342
|
],
|
|
2308
2343
|
"cursorPosition": [
|
|
2309
|
-
|
|
2344
|
+
102
|
|
2310
2345
|
],
|
|
2311
2346
|
"__typename": [
|
|
2312
2347
|
1
|
|
@@ -2378,7 +2413,7 @@ exports.default = {
|
|
|
2378
2413
|
1
|
|
2379
2414
|
],
|
|
2380
2415
|
"currentCampaign": [
|
|
2381
|
-
|
|
2416
|
+
106
|
|
2382
2417
|
],
|
|
2383
2418
|
"sports": [
|
|
2384
2419
|
1
|
|
@@ -2431,10 +2466,10 @@ exports.default = {
|
|
|
2431
2466
|
},
|
|
2432
2467
|
"AthleteQueryDto": {
|
|
2433
2468
|
"cursor": [
|
|
2434
|
-
|
|
2469
|
+
104
|
|
2435
2470
|
],
|
|
2436
2471
|
"filters": [
|
|
2437
|
-
|
|
2472
|
+
107
|
|
2438
2473
|
],
|
|
2439
2474
|
"__typename": [
|
|
2440
2475
|
1
|
|
@@ -2636,7 +2671,7 @@ exports.default = {
|
|
|
2636
2671
|
17
|
|
2637
2672
|
],
|
|
2638
2673
|
"items": [
|
|
2639
|
-
|
|
2674
|
+
120
|
|
2640
2675
|
],
|
|
2641
2676
|
"__typename": [
|
|
2642
2677
|
1
|
|
@@ -2647,7 +2682,7 @@ exports.default = {
|
|
|
2647
2682
|
17
|
|
2648
2683
|
],
|
|
2649
2684
|
"items": [
|
|
2650
|
-
|
|
2685
|
+
120
|
|
2651
2686
|
],
|
|
2652
2687
|
"athleteCompetitionId": [
|
|
2653
2688
|
1
|
|
@@ -2682,10 +2717,10 @@ exports.default = {
|
|
|
2682
2717
|
14
|
|
2683
2718
|
],
|
|
2684
2719
|
"budget": [
|
|
2685
|
-
|
|
2720
|
+
122
|
|
2686
2721
|
],
|
|
2687
2722
|
"competitionBudgets": [
|
|
2688
|
-
|
|
2723
|
+
123
|
|
2689
2724
|
],
|
|
2690
2725
|
"competitionIds": [
|
|
2691
2726
|
1
|
|
@@ -2720,10 +2755,10 @@ exports.default = {
|
|
|
2720
2755
|
14
|
|
2721
2756
|
],
|
|
2722
2757
|
"budget": [
|
|
2723
|
-
|
|
2758
|
+
122
|
|
2724
2759
|
],
|
|
2725
2760
|
"competitionBudgets": [
|
|
2726
|
-
|
|
2761
|
+
123
|
|
2727
2762
|
],
|
|
2728
2763
|
"competitionIds": [
|
|
2729
2764
|
1
|
|
@@ -2749,7 +2784,7 @@ exports.default = {
|
|
|
2749
2784
|
1
|
|
2750
2785
|
],
|
|
2751
2786
|
"logo": [
|
|
2752
|
-
|
|
2787
|
+
127
|
|
2753
2788
|
],
|
|
2754
2789
|
"countryId": [
|
|
2755
2790
|
1
|
|
@@ -2874,7 +2909,7 @@ exports.default = {
|
|
|
2874
2909
|
31,
|
|
2875
2910
|
{
|
|
2876
2911
|
"input": [
|
|
2877
|
-
|
|
2912
|
+
130,
|
|
2878
2913
|
"AWSS3GetUploadDto!"
|
|
2879
2914
|
]
|
|
2880
2915
|
}
|
|
@@ -2933,28 +2968,28 @@ exports.default = {
|
|
|
2933
2968
|
53
|
|
2934
2969
|
],
|
|
2935
2970
|
"findSponsorAthleteInvitation": [
|
|
2936
|
-
|
|
2971
|
+
84,
|
|
2937
2972
|
{
|
|
2938
2973
|
"input": [
|
|
2939
|
-
|
|
2974
|
+
131,
|
|
2940
2975
|
"FindSponsorAthleteInvitationDto!"
|
|
2941
2976
|
]
|
|
2942
2977
|
}
|
|
2943
2978
|
],
|
|
2944
2979
|
"getAthletes": [
|
|
2945
|
-
|
|
2980
|
+
83
|
|
2946
2981
|
],
|
|
2947
2982
|
"queryAthleteFundingCampaigns": [
|
|
2948
|
-
|
|
2983
|
+
91,
|
|
2949
2984
|
{
|
|
2950
2985
|
"input": [
|
|
2951
|
-
|
|
2986
|
+
108,
|
|
2952
2987
|
"AthleteQueryDto!"
|
|
2953
2988
|
]
|
|
2954
2989
|
}
|
|
2955
2990
|
],
|
|
2956
2991
|
"searchAthletes": [
|
|
2957
|
-
|
|
2992
|
+
83,
|
|
2958
2993
|
{
|
|
2959
2994
|
"searchString": [
|
|
2960
2995
|
1,
|
|
@@ -2963,7 +2998,7 @@ exports.default = {
|
|
|
2963
2998
|
}
|
|
2964
2999
|
],
|
|
2965
3000
|
"findAthleteById": [
|
|
2966
|
-
|
|
3001
|
+
83,
|
|
2967
3002
|
{
|
|
2968
3003
|
"athleteId": [
|
|
2969
3004
|
1,
|
|
@@ -2972,7 +3007,7 @@ exports.default = {
|
|
|
2972
3007
|
}
|
|
2973
3008
|
],
|
|
2974
3009
|
"findAthleteForUser": [
|
|
2975
|
-
|
|
3010
|
+
83,
|
|
2976
3011
|
{
|
|
2977
3012
|
"loginEmail": [
|
|
2978
3013
|
1,
|
|
@@ -2981,7 +3016,7 @@ exports.default = {
|
|
|
2981
3016
|
}
|
|
2982
3017
|
],
|
|
2983
3018
|
"getRecommendedAthletes": [
|
|
2984
|
-
|
|
3019
|
+
83,
|
|
2985
3020
|
{
|
|
2986
3021
|
"loginEmail": [
|
|
2987
3022
|
1,
|
|
@@ -2990,13 +3025,13 @@ exports.default = {
|
|
|
2990
3025
|
}
|
|
2991
3026
|
],
|
|
2992
3027
|
"getSponsorAthletesForTenant": [
|
|
2993
|
-
|
|
3028
|
+
83
|
|
2994
3029
|
],
|
|
2995
3030
|
"getAthleteCompetitions": [
|
|
2996
3031
|
73,
|
|
2997
3032
|
{
|
|
2998
3033
|
"input": [
|
|
2999
|
-
|
|
3034
|
+
132,
|
|
3000
3035
|
"GetAthleteCompetitionsDto!"
|
|
3001
3036
|
]
|
|
3002
3037
|
}
|
|
@@ -3074,7 +3109,7 @@ exports.default = {
|
|
|
3074
3109
|
0,
|
|
3075
3110
|
{
|
|
3076
3111
|
"input": [
|
|
3077
|
-
|
|
3112
|
+
133,
|
|
3078
3113
|
"FindVtxUserDto!"
|
|
3079
3114
|
]
|
|
3080
3115
|
}
|
|
@@ -3093,7 +3128,7 @@ exports.default = {
|
|
|
3093
3128
|
}
|
|
3094
3129
|
],
|
|
3095
3130
|
"getUserImagesFromEmail": [
|
|
3096
|
-
|
|
3131
|
+
92,
|
|
3097
3132
|
{
|
|
3098
3133
|
"loginEmail": [
|
|
3099
3134
|
1,
|
|
@@ -3108,7 +3143,7 @@ exports.default = {
|
|
|
3108
3143
|
69,
|
|
3109
3144
|
{
|
|
3110
3145
|
"input": [
|
|
3111
|
-
|
|
3146
|
+
134,
|
|
3112
3147
|
"GetSportEventsDto!"
|
|
3113
3148
|
]
|
|
3114
3149
|
}
|
|
@@ -3177,7 +3212,7 @@ exports.default = {
|
|
|
3177
3212
|
5,
|
|
3178
3213
|
{
|
|
3179
3214
|
"tenant": [
|
|
3180
|
-
|
|
3215
|
+
136,
|
|
3181
3216
|
"CreateTenantInput!"
|
|
3182
3217
|
]
|
|
3183
3218
|
}
|
|
@@ -3186,7 +3221,7 @@ exports.default = {
|
|
|
3186
3221
|
11,
|
|
3187
3222
|
{
|
|
3188
3223
|
"tenant": [
|
|
3189
|
-
|
|
3224
|
+
136,
|
|
3190
3225
|
"CreateTenantInput!"
|
|
3191
3226
|
]
|
|
3192
3227
|
}
|
|
@@ -3195,7 +3230,7 @@ exports.default = {
|
|
|
3195
3230
|
3,
|
|
3196
3231
|
{
|
|
3197
3232
|
"user": [
|
|
3198
|
-
|
|
3233
|
+
137,
|
|
3199
3234
|
"CreateActiveUserInput!"
|
|
3200
3235
|
]
|
|
3201
3236
|
}
|
|
@@ -3230,7 +3265,7 @@ exports.default = {
|
|
|
3230
3265
|
0,
|
|
3231
3266
|
{
|
|
3232
3267
|
"input": [
|
|
3233
|
-
|
|
3268
|
+
138,
|
|
3234
3269
|
"RegisterUserToDomainFromEmailInput!"
|
|
3235
3270
|
]
|
|
3236
3271
|
}
|
|
@@ -3239,7 +3274,7 @@ exports.default = {
|
|
|
3239
3274
|
8,
|
|
3240
3275
|
{
|
|
3241
3276
|
"dto": [
|
|
3242
|
-
|
|
3277
|
+
139,
|
|
3243
3278
|
"RefreshTokenInput!"
|
|
3244
3279
|
]
|
|
3245
3280
|
}
|
|
@@ -3248,7 +3283,7 @@ exports.default = {
|
|
|
3248
3283
|
32,
|
|
3249
3284
|
{
|
|
3250
3285
|
"input": [
|
|
3251
|
-
|
|
3286
|
+
140,
|
|
3252
3287
|
"AWSS3DeleteUseTypeFileDto!"
|
|
3253
3288
|
]
|
|
3254
3289
|
}
|
|
@@ -3257,7 +3292,7 @@ exports.default = {
|
|
|
3257
3292
|
32,
|
|
3258
3293
|
{
|
|
3259
3294
|
"input": [
|
|
3260
|
-
|
|
3295
|
+
141,
|
|
3261
3296
|
"AWSS3DeleteBucketFileDto!"
|
|
3262
3297
|
]
|
|
3263
3298
|
}
|
|
@@ -3266,7 +3301,7 @@ exports.default = {
|
|
|
3266
3301
|
26,
|
|
3267
3302
|
{
|
|
3268
3303
|
"input": [
|
|
3269
|
-
|
|
3304
|
+
127,
|
|
3270
3305
|
"AWSS3UploadedFileDto!"
|
|
3271
3306
|
]
|
|
3272
3307
|
}
|
|
@@ -3275,7 +3310,7 @@ exports.default = {
|
|
|
3275
3310
|
50,
|
|
3276
3311
|
{
|
|
3277
3312
|
"input": [
|
|
3278
|
-
|
|
3313
|
+
142,
|
|
3279
3314
|
"CreateIndustryDto!"
|
|
3280
3315
|
]
|
|
3281
3316
|
}
|
|
@@ -3284,7 +3319,7 @@ exports.default = {
|
|
|
3284
3319
|
36,
|
|
3285
3320
|
{
|
|
3286
3321
|
"input": [
|
|
3287
|
-
|
|
3322
|
+
143,
|
|
3288
3323
|
"CreateBrandDto!"
|
|
3289
3324
|
]
|
|
3290
3325
|
}
|
|
@@ -3293,7 +3328,7 @@ exports.default = {
|
|
|
3293
3328
|
53,
|
|
3294
3329
|
{
|
|
3295
3330
|
"input": [
|
|
3296
|
-
|
|
3331
|
+
145,
|
|
3297
3332
|
"RegisterSponsorInput!"
|
|
3298
3333
|
]
|
|
3299
3334
|
}
|
|
@@ -3302,34 +3337,34 @@ exports.default = {
|
|
|
3302
3337
|
53,
|
|
3303
3338
|
{
|
|
3304
3339
|
"input": [
|
|
3305
|
-
|
|
3340
|
+
146,
|
|
3306
3341
|
"CreateSponsorDto!"
|
|
3307
3342
|
]
|
|
3308
3343
|
}
|
|
3309
3344
|
],
|
|
3310
3345
|
"sendAthleteInvitations": [
|
|
3311
|
-
|
|
3346
|
+
84,
|
|
3312
3347
|
{
|
|
3313
3348
|
"input": [
|
|
3314
|
-
|
|
3349
|
+
97,
|
|
3315
3350
|
"InviteAthletesDto!"
|
|
3316
3351
|
]
|
|
3317
3352
|
}
|
|
3318
3353
|
],
|
|
3319
3354
|
"registerAthlete": [
|
|
3320
|
-
|
|
3355
|
+
83,
|
|
3321
3356
|
{
|
|
3322
3357
|
"input": [
|
|
3323
|
-
|
|
3358
|
+
147,
|
|
3324
3359
|
"RegisterAthleteDto!"
|
|
3325
3360
|
]
|
|
3326
3361
|
}
|
|
3327
3362
|
],
|
|
3328
3363
|
"editProfileValue": [
|
|
3329
|
-
|
|
3364
|
+
86,
|
|
3330
3365
|
{
|
|
3331
3366
|
"input": [
|
|
3332
|
-
|
|
3367
|
+
148,
|
|
3333
3368
|
"EditValueDto!"
|
|
3334
3369
|
]
|
|
3335
3370
|
}
|
|
@@ -3338,16 +3373,16 @@ exports.default = {
|
|
|
3338
3373
|
73,
|
|
3339
3374
|
{
|
|
3340
3375
|
"input": [
|
|
3341
|
-
|
|
3376
|
+
100,
|
|
3342
3377
|
"CreateAthleteCompetitionDto!"
|
|
3343
3378
|
]
|
|
3344
3379
|
}
|
|
3345
3380
|
],
|
|
3346
3381
|
"deleteAthleteCompetition": [
|
|
3347
|
-
|
|
3382
|
+
88,
|
|
3348
3383
|
{
|
|
3349
3384
|
"input": [
|
|
3350
|
-
|
|
3385
|
+
105,
|
|
3351
3386
|
"DeleteSingleValueDto!"
|
|
3352
3387
|
]
|
|
3353
3388
|
}
|
|
@@ -3356,7 +3391,7 @@ exports.default = {
|
|
|
3356
3391
|
61,
|
|
3357
3392
|
{
|
|
3358
3393
|
"input": [
|
|
3359
|
-
|
|
3394
|
+
149,
|
|
3360
3395
|
"CreateSportDto!"
|
|
3361
3396
|
]
|
|
3362
3397
|
}
|
|
@@ -3365,7 +3400,7 @@ exports.default = {
|
|
|
3365
3400
|
61,
|
|
3366
3401
|
{
|
|
3367
3402
|
"input": [
|
|
3368
|
-
|
|
3403
|
+
150,
|
|
3369
3404
|
"UpdateSportDto!"
|
|
3370
3405
|
]
|
|
3371
3406
|
}
|
|
@@ -3374,7 +3409,7 @@ exports.default = {
|
|
|
3374
3409
|
64,
|
|
3375
3410
|
{
|
|
3376
3411
|
"input": [
|
|
3377
|
-
|
|
3412
|
+
151,
|
|
3378
3413
|
"CreateSportLevelDto!"
|
|
3379
3414
|
]
|
|
3380
3415
|
}
|
|
@@ -3383,7 +3418,7 @@ exports.default = {
|
|
|
3383
3418
|
59,
|
|
3384
3419
|
{
|
|
3385
3420
|
"input": [
|
|
3386
|
-
|
|
3421
|
+
153,
|
|
3387
3422
|
"CreateSponsorshipDto!"
|
|
3388
3423
|
]
|
|
3389
3424
|
}
|
|
@@ -3392,7 +3427,7 @@ exports.default = {
|
|
|
3392
3427
|
39,
|
|
3393
3428
|
{
|
|
3394
3429
|
"input": [
|
|
3395
|
-
|
|
3430
|
+
160,
|
|
3396
3431
|
"CreateCountryDto!"
|
|
3397
3432
|
]
|
|
3398
3433
|
}
|
|
@@ -3401,7 +3436,7 @@ exports.default = {
|
|
|
3401
3436
|
38,
|
|
3402
3437
|
{
|
|
3403
3438
|
"input": [
|
|
3404
|
-
|
|
3439
|
+
161,
|
|
3405
3440
|
"CreateStateDto!"
|
|
3406
3441
|
]
|
|
3407
3442
|
}
|
|
@@ -3410,7 +3445,7 @@ exports.default = {
|
|
|
3410
3445
|
37,
|
|
3411
3446
|
{
|
|
3412
3447
|
"input": [
|
|
3413
|
-
|
|
3448
|
+
162,
|
|
3414
3449
|
"CreateCityDto!"
|
|
3415
3450
|
]
|
|
3416
3451
|
}
|
|
@@ -3419,7 +3454,7 @@ exports.default = {
|
|
|
3419
3454
|
28,
|
|
3420
3455
|
{
|
|
3421
3456
|
"input": [
|
|
3422
|
-
|
|
3457
|
+
118,
|
|
3423
3458
|
"RegisterUserDto!"
|
|
3424
3459
|
]
|
|
3425
3460
|
}
|
|
@@ -3428,7 +3463,7 @@ exports.default = {
|
|
|
3428
3463
|
3,
|
|
3429
3464
|
{
|
|
3430
3465
|
"input": [
|
|
3431
|
-
|
|
3466
|
+
95,
|
|
3432
3467
|
"VerifyCodeDto!"
|
|
3433
3468
|
]
|
|
3434
3469
|
}
|
|
@@ -3437,7 +3472,7 @@ exports.default = {
|
|
|
3437
3472
|
0,
|
|
3438
3473
|
{
|
|
3439
3474
|
"input": [
|
|
3440
|
-
|
|
3475
|
+
95,
|
|
3441
3476
|
"VerifyCodeDto!"
|
|
3442
3477
|
]
|
|
3443
3478
|
}
|
|
@@ -3446,7 +3481,7 @@ exports.default = {
|
|
|
3446
3481
|
0,
|
|
3447
3482
|
{
|
|
3448
3483
|
"input": [
|
|
3449
|
-
|
|
3484
|
+
118,
|
|
3450
3485
|
"RegisterUserDto!"
|
|
3451
3486
|
]
|
|
3452
3487
|
}
|
|
@@ -3455,7 +3490,7 @@ exports.default = {
|
|
|
3455
3490
|
0,
|
|
3456
3491
|
{
|
|
3457
3492
|
"input": [
|
|
3458
|
-
|
|
3493
|
+
118,
|
|
3459
3494
|
"RegisterUserDto!"
|
|
3460
3495
|
]
|
|
3461
3496
|
}
|
|
@@ -3474,16 +3509,16 @@ exports.default = {
|
|
|
3474
3509
|
}
|
|
3475
3510
|
],
|
|
3476
3511
|
"handleStravaCallback": [
|
|
3477
|
-
|
|
3512
|
+
85,
|
|
3478
3513
|
{
|
|
3479
3514
|
"data": [
|
|
3480
|
-
|
|
3515
|
+
163,
|
|
3481
3516
|
"RegisterStravaDto!"
|
|
3482
3517
|
]
|
|
3483
3518
|
}
|
|
3484
3519
|
],
|
|
3485
3520
|
"refreshStravaToken": [
|
|
3486
|
-
|
|
3521
|
+
85,
|
|
3487
3522
|
{
|
|
3488
3523
|
"input": [
|
|
3489
3524
|
1,
|
|
@@ -3495,7 +3530,7 @@ exports.default = {
|
|
|
3495
3530
|
69,
|
|
3496
3531
|
{
|
|
3497
3532
|
"input": [
|
|
3498
|
-
|
|
3533
|
+
164,
|
|
3499
3534
|
"CreateSportEventDto!"
|
|
3500
3535
|
]
|
|
3501
3536
|
}
|
|
@@ -3504,7 +3539,7 @@ exports.default = {
|
|
|
3504
3539
|
80,
|
|
3505
3540
|
{
|
|
3506
3541
|
"input": [
|
|
3507
|
-
|
|
3542
|
+
124,
|
|
3508
3543
|
"CreateFundingCampaignDto!"
|
|
3509
3544
|
]
|
|
3510
3545
|
}
|
|
@@ -3513,7 +3548,7 @@ exports.default = {
|
|
|
3513
3548
|
74,
|
|
3514
3549
|
{
|
|
3515
3550
|
"input": [
|
|
3516
|
-
|
|
3551
|
+
126,
|
|
3517
3552
|
"CreateMembershipOrganizationDto!"
|
|
3518
3553
|
]
|
|
3519
3554
|
}
|
|
@@ -3522,16 +3557,16 @@ exports.default = {
|
|
|
3522
3557
|
76,
|
|
3523
3558
|
{
|
|
3524
3559
|
"input": [
|
|
3525
|
-
|
|
3560
|
+
128,
|
|
3526
3561
|
"CreateAthleteMembershipDto!"
|
|
3527
3562
|
]
|
|
3528
3563
|
}
|
|
3529
3564
|
],
|
|
3530
3565
|
"deleteAthleteMembershipAffilation": [
|
|
3531
|
-
|
|
3566
|
+
88,
|
|
3532
3567
|
{
|
|
3533
3568
|
"input": [
|
|
3534
|
-
|
|
3569
|
+
105,
|
|
3535
3570
|
"DeleteSingleValueDto!"
|
|
3536
3571
|
]
|
|
3537
3572
|
}
|
|
@@ -3643,13 +3678,13 @@ exports.default = {
|
|
|
3643
3678
|
1
|
|
3644
3679
|
],
|
|
3645
3680
|
"logo": [
|
|
3646
|
-
|
|
3681
|
+
127
|
|
3647
3682
|
],
|
|
3648
3683
|
"banner": [
|
|
3649
|
-
|
|
3684
|
+
127
|
|
3650
3685
|
],
|
|
3651
3686
|
"translations": [
|
|
3652
|
-
|
|
3687
|
+
144
|
|
3653
3688
|
],
|
|
3654
3689
|
"__typename": [
|
|
3655
3690
|
1
|
|
@@ -3672,10 +3707,10 @@ exports.default = {
|
|
|
3672
3707
|
1
|
|
3673
3708
|
],
|
|
3674
3709
|
"logo": [
|
|
3675
|
-
|
|
3710
|
+
127
|
|
3676
3711
|
],
|
|
3677
3712
|
"banner": [
|
|
3678
|
-
|
|
3713
|
+
127
|
|
3679
3714
|
],
|
|
3680
3715
|
"__typename": [
|
|
3681
3716
|
1
|
|
@@ -3780,10 +3815,10 @@ exports.default = {
|
|
|
3780
3815
|
1
|
|
3781
3816
|
],
|
|
3782
3817
|
"profilePicture": [
|
|
3783
|
-
|
|
3818
|
+
127
|
|
3784
3819
|
],
|
|
3785
3820
|
"cardPicture": [
|
|
3786
|
-
|
|
3821
|
+
127
|
|
3787
3822
|
],
|
|
3788
3823
|
"__typename": [
|
|
3789
3824
|
1
|
|
@@ -3833,7 +3868,7 @@ exports.default = {
|
|
|
3833
3868
|
17
|
|
3834
3869
|
],
|
|
3835
3870
|
"translations": [
|
|
3836
|
-
|
|
3871
|
+
152
|
|
3837
3872
|
],
|
|
3838
3873
|
"__typename": [
|
|
3839
3874
|
1
|
|
@@ -3867,10 +3902,10 @@ exports.default = {
|
|
|
3867
3902
|
17
|
|
3868
3903
|
],
|
|
3869
3904
|
"banner": [
|
|
3870
|
-
|
|
3905
|
+
127
|
|
3871
3906
|
],
|
|
3872
3907
|
"criteria": [
|
|
3873
|
-
|
|
3908
|
+
154
|
|
3874
3909
|
],
|
|
3875
3910
|
"deadline": [
|
|
3876
3911
|
14
|
|
@@ -3879,13 +3914,13 @@ exports.default = {
|
|
|
3879
3914
|
14
|
|
3880
3915
|
],
|
|
3881
3916
|
"duration": [
|
|
3882
|
-
|
|
3917
|
+
156
|
|
3883
3918
|
],
|
|
3884
3919
|
"sponsorshipItems": [
|
|
3885
|
-
|
|
3920
|
+
157
|
|
3886
3921
|
],
|
|
3887
3922
|
"commitments": [
|
|
3888
|
-
|
|
3923
|
+
158
|
|
3889
3924
|
],
|
|
3890
3925
|
"terms": [
|
|
3891
3926
|
1
|
|
@@ -3897,7 +3932,7 @@ exports.default = {
|
|
|
3897
3932
|
2
|
|
3898
3933
|
],
|
|
3899
3934
|
"translations": [
|
|
3900
|
-
|
|
3935
|
+
159
|
|
3901
3936
|
],
|
|
3902
3937
|
"__typename": [
|
|
3903
3938
|
1
|
|
@@ -3911,7 +3946,7 @@ exports.default = {
|
|
|
3911
3946
|
1
|
|
3912
3947
|
],
|
|
3913
3948
|
"qualificationsBag": [
|
|
3914
|
-
|
|
3949
|
+
155
|
|
3915
3950
|
],
|
|
3916
3951
|
"__typename": [
|
|
3917
3952
|
1
|
|
@@ -3919,28 +3954,28 @@ exports.default = {
|
|
|
3919
3954
|
},
|
|
3920
3955
|
"QualificationsBagDto": {
|
|
3921
3956
|
"ageQualifications": [
|
|
3922
|
-
|
|
3957
|
+
110
|
|
3923
3958
|
],
|
|
3924
3959
|
"genderQualifications": [
|
|
3925
|
-
|
|
3960
|
+
111
|
|
3926
3961
|
],
|
|
3927
3962
|
"scoreQualifications": [
|
|
3928
|
-
|
|
3963
|
+
113
|
|
3929
3964
|
],
|
|
3930
3965
|
"locationQualifications": [
|
|
3931
|
-
|
|
3966
|
+
114
|
|
3932
3967
|
],
|
|
3933
3968
|
"nationalityQualifications": [
|
|
3934
|
-
|
|
3969
|
+
112
|
|
3935
3970
|
],
|
|
3936
3971
|
"distanceQualifications": [
|
|
3937
|
-
|
|
3972
|
+
115
|
|
3938
3973
|
],
|
|
3939
3974
|
"sportsQualifications": [
|
|
3940
|
-
|
|
3975
|
+
116
|
|
3941
3976
|
],
|
|
3942
3977
|
"levelQualifications": [
|
|
3943
|
-
|
|
3978
|
+
117
|
|
3944
3979
|
],
|
|
3945
3980
|
"__typename": [
|
|
3946
3981
|
1
|
|
@@ -4017,7 +4052,7 @@ exports.default = {
|
|
|
4017
4052
|
1
|
|
4018
4053
|
],
|
|
4019
4054
|
"banner": [
|
|
4020
|
-
|
|
4055
|
+
127
|
|
4021
4056
|
],
|
|
4022
4057
|
"terms": [
|
|
4023
4058
|
1
|
|
@@ -4135,7 +4170,7 @@ exports.default = {
|
|
|
4135
4170
|
1
|
|
4136
4171
|
],
|
|
4137
4172
|
"banner": [
|
|
4138
|
-
|
|
4173
|
+
127
|
|
4139
4174
|
],
|
|
4140
4175
|
"__typename": [
|
|
4141
4176
|
1
|