@vertikalx/vtx-backend-client 1.0.0-dev-carlos.30 → 1.0.0-dev-geo.78
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 +12 -9
- package/src/api/vtx-base-api.js +274 -206
- package/src/api/vtx-base-api.js.map +1 -1
- package/src/client/schema.d.ts +104 -209
- package/src/client/schema.js +23 -72
- package/src/client/schema.js.map +1 -1
- package/src/client/types.d.ts +50 -85
- package/src/client/types.js +258 -339
- 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
|
+
114
|
|
10
10
|
],
|
|
11
11
|
"types": {
|
|
12
12
|
"User": {
|
|
@@ -1973,6 +1973,34 @@ exports.default = {
|
|
|
1973
1973
|
1
|
|
1974
1974
|
]
|
|
1975
1975
|
},
|
|
1976
|
+
"PhotoAlbum": {
|
|
1977
|
+
"_id": [
|
|
1978
|
+
1
|
|
1979
|
+
],
|
|
1980
|
+
"photo": [
|
|
1981
|
+
26
|
|
1982
|
+
],
|
|
1983
|
+
"__typename": [
|
|
1984
|
+
1
|
|
1985
|
+
]
|
|
1986
|
+
},
|
|
1987
|
+
"Album": {
|
|
1988
|
+
"_id": [
|
|
1989
|
+
1
|
|
1990
|
+
],
|
|
1991
|
+
"label": [
|
|
1992
|
+
1
|
|
1993
|
+
],
|
|
1994
|
+
"description": [
|
|
1995
|
+
1
|
|
1996
|
+
],
|
|
1997
|
+
"photos": [
|
|
1998
|
+
84
|
|
1999
|
+
],
|
|
2000
|
+
"__typename": [
|
|
2001
|
+
1
|
|
2002
|
+
]
|
|
2003
|
+
},
|
|
1976
2004
|
"AthletePreferences": {
|
|
1977
2005
|
"_id": [
|
|
1978
2006
|
1
|
|
@@ -1980,6 +2008,9 @@ exports.default = {
|
|
|
1980
2008
|
"showProfileHelper": [
|
|
1981
2009
|
2
|
|
1982
2010
|
],
|
|
2011
|
+
"defaultAlbum": [
|
|
2012
|
+
85
|
|
2013
|
+
],
|
|
1983
2014
|
"__typename": [
|
|
1984
2015
|
1
|
|
1985
2016
|
]
|
|
@@ -2239,7 +2270,7 @@ exports.default = {
|
|
|
2239
2270
|
},
|
|
2240
2271
|
"StripeRequirementType": {
|
|
2241
2272
|
"alternatives": [
|
|
2242
|
-
|
|
2273
|
+
89
|
|
2243
2274
|
],
|
|
2244
2275
|
"current_deadline": [
|
|
2245
2276
|
14
|
|
@@ -2251,7 +2282,7 @@ exports.default = {
|
|
|
2251
2282
|
1
|
|
2252
2283
|
],
|
|
2253
2284
|
"errors": [
|
|
2254
|
-
|
|
2285
|
+
91
|
|
2255
2286
|
],
|
|
2256
2287
|
"eventually_due": [
|
|
2257
2288
|
1
|
|
@@ -2268,7 +2299,7 @@ exports.default = {
|
|
|
2268
2299
|
},
|
|
2269
2300
|
"StripeFutureRequirementType": {
|
|
2270
2301
|
"alternatives": [
|
|
2271
|
-
|
|
2302
|
+
90
|
|
2272
2303
|
],
|
|
2273
2304
|
"current_deadline": [
|
|
2274
2305
|
14
|
|
@@ -2280,7 +2311,7 @@ exports.default = {
|
|
|
2280
2311
|
1
|
|
2281
2312
|
],
|
|
2282
2313
|
"errors": [
|
|
2283
|
-
|
|
2314
|
+
91
|
|
2284
2315
|
],
|
|
2285
2316
|
"eventually_due": [
|
|
2286
2317
|
1
|
|
@@ -2312,13 +2343,13 @@ exports.default = {
|
|
|
2312
2343
|
1
|
|
2313
2344
|
],
|
|
2314
2345
|
"capabilities": [
|
|
2315
|
-
|
|
2346
|
+
88
|
|
2316
2347
|
],
|
|
2317
2348
|
"requirements": [
|
|
2318
|
-
|
|
2349
|
+
92
|
|
2319
2350
|
],
|
|
2320
2351
|
"future_requirements": [
|
|
2321
|
-
|
|
2352
|
+
93
|
|
2322
2353
|
],
|
|
2323
2354
|
"type": [
|
|
2324
2355
|
1
|
|
@@ -2347,34 +2378,6 @@ exports.default = {
|
|
|
2347
2378
|
1
|
|
2348
2379
|
],
|
|
2349
2380
|
"account": [
|
|
2350
|
-
92
|
|
2351
|
-
],
|
|
2352
|
-
"__typename": [
|
|
2353
|
-
1
|
|
2354
|
-
]
|
|
2355
|
-
},
|
|
2356
|
-
"PhotoAlbum": {
|
|
2357
|
-
"_id": [
|
|
2358
|
-
1
|
|
2359
|
-
],
|
|
2360
|
-
"photo": [
|
|
2361
|
-
26
|
|
2362
|
-
],
|
|
2363
|
-
"__typename": [
|
|
2364
|
-
1
|
|
2365
|
-
]
|
|
2366
|
-
},
|
|
2367
|
-
"Album": {
|
|
2368
|
-
"_id": [
|
|
2369
|
-
1
|
|
2370
|
-
],
|
|
2371
|
-
"label": [
|
|
2372
|
-
1
|
|
2373
|
-
],
|
|
2374
|
-
"description": [
|
|
2375
|
-
1
|
|
2376
|
-
],
|
|
2377
|
-
"photos": [
|
|
2378
2381
|
94
|
|
2379
2382
|
],
|
|
2380
2383
|
"__typename": [
|
|
@@ -2449,7 +2452,7 @@ exports.default = {
|
|
|
2449
2452
|
1
|
|
2450
2453
|
],
|
|
2451
2454
|
"preferences": [
|
|
2452
|
-
|
|
2455
|
+
86
|
|
2453
2456
|
],
|
|
2454
2457
|
"__typename": [
|
|
2455
2458
|
1
|
|
@@ -2523,7 +2526,7 @@ exports.default = {
|
|
|
2523
2526
|
1
|
|
2524
2527
|
],
|
|
2525
2528
|
"preferences": [
|
|
2526
|
-
|
|
2529
|
+
86
|
|
2527
2530
|
],
|
|
2528
2531
|
"allSports": [
|
|
2529
2532
|
66
|
|
@@ -2547,16 +2550,16 @@ exports.default = {
|
|
|
2547
2550
|
83
|
|
2548
2551
|
],
|
|
2549
2552
|
"currentCampaign": [
|
|
2550
|
-
|
|
2553
|
+
87
|
|
2551
2554
|
],
|
|
2552
2555
|
"fundingCampaigns": [
|
|
2553
|
-
|
|
2556
|
+
87
|
|
2554
2557
|
],
|
|
2555
2558
|
"stripeAccountReference": [
|
|
2556
|
-
|
|
2559
|
+
95
|
|
2557
2560
|
],
|
|
2558
2561
|
"albums": [
|
|
2559
|
-
|
|
2562
|
+
85
|
|
2560
2563
|
],
|
|
2561
2564
|
"__typename": [
|
|
2562
2565
|
1
|
|
@@ -2686,122 +2689,6 @@ exports.default = {
|
|
|
2686
2689
|
1
|
|
2687
2690
|
]
|
|
2688
2691
|
},
|
|
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
2692
|
"AthleteIntegrationReference": {
|
|
2806
2693
|
"_id": [
|
|
2807
2694
|
1
|
|
@@ -2818,18 +2705,6 @@ exports.default = {
|
|
|
2818
2705
|
"stravaAthleteData": [
|
|
2819
2706
|
102
|
|
2820
2707
|
],
|
|
2821
|
-
"hasInstagramIntegration": [
|
|
2822
|
-
2
|
|
2823
|
-
],
|
|
2824
|
-
"instagramTokenExpires": [
|
|
2825
|
-
14
|
|
2826
|
-
],
|
|
2827
|
-
"instagramUserData": [
|
|
2828
|
-
109
|
|
2829
|
-
],
|
|
2830
|
-
"instagramMediaData": [
|
|
2831
|
-
108
|
|
2832
|
-
],
|
|
2833
2708
|
"__typename": [
|
|
2834
2709
|
1
|
|
2835
2710
|
]
|
|
@@ -2862,6 +2737,23 @@ exports.default = {
|
|
|
2862
2737
|
1
|
|
2863
2738
|
]
|
|
2864
2739
|
},
|
|
2740
|
+
"DeleteValuesResponse": {
|
|
2741
|
+
"deleted": [
|
|
2742
|
+
1
|
|
2743
|
+
],
|
|
2744
|
+
"failedToDelete": [
|
|
2745
|
+
1
|
|
2746
|
+
],
|
|
2747
|
+
"failureReason": [
|
|
2748
|
+
105
|
|
2749
|
+
],
|
|
2750
|
+
"result": [
|
|
2751
|
+
1
|
|
2752
|
+
],
|
|
2753
|
+
"__typename": [
|
|
2754
|
+
1
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2865
2757
|
"DeleteSingleValueResponse": {
|
|
2866
2758
|
"idToDelete": [
|
|
2867
2759
|
1
|
|
@@ -2870,7 +2762,7 @@ exports.default = {
|
|
|
2870
2762
|
2
|
|
2871
2763
|
],
|
|
2872
2764
|
"failureReason": [
|
|
2873
|
-
|
|
2765
|
+
105
|
|
2874
2766
|
],
|
|
2875
2767
|
"__typename": [
|
|
2876
2768
|
1
|
|
@@ -2889,7 +2781,7 @@ exports.default = {
|
|
|
2889
2781
|
},
|
|
2890
2782
|
"CursorPaginationResponse": {
|
|
2891
2783
|
"sort": [
|
|
2892
|
-
|
|
2784
|
+
108
|
|
2893
2785
|
],
|
|
2894
2786
|
"initialCursorId": [
|
|
2895
2787
|
1
|
|
@@ -2921,7 +2813,7 @@ exports.default = {
|
|
|
2921
2813
|
97
|
|
2922
2814
|
],
|
|
2923
2815
|
"cursor": [
|
|
2924
|
-
|
|
2816
|
+
109
|
|
2925
2817
|
],
|
|
2926
2818
|
"__typename": [
|
|
2927
2819
|
1
|
|
@@ -2952,7 +2844,7 @@ exports.default = {
|
|
|
2952
2844
|
1
|
|
2953
2845
|
],
|
|
2954
2846
|
"failureReason": [
|
|
2955
|
-
|
|
2847
|
+
105
|
|
2956
2848
|
],
|
|
2957
2849
|
"result": [
|
|
2958
2850
|
1
|
|
@@ -2966,7 +2858,7 @@ exports.default = {
|
|
|
2966
2858
|
1
|
|
2967
2859
|
],
|
|
2968
2860
|
"json": [
|
|
2969
|
-
|
|
2861
|
+
114
|
|
2970
2862
|
],
|
|
2971
2863
|
"__typename": [
|
|
2972
2864
|
1
|
|
@@ -2987,23 +2879,6 @@ exports.default = {
|
|
|
2987
2879
|
1
|
|
2988
2880
|
]
|
|
2989
2881
|
},
|
|
2990
|
-
"DeleteValuesResponse": {
|
|
2991
|
-
"deleted": [
|
|
2992
|
-
1
|
|
2993
|
-
],
|
|
2994
|
-
"failedToDelete": [
|
|
2995
|
-
1
|
|
2996
|
-
],
|
|
2997
|
-
"failureReason": [
|
|
2998
|
-
112
|
|
2999
|
-
],
|
|
3000
|
-
"result": [
|
|
3001
|
-
1
|
|
3002
|
-
],
|
|
3003
|
-
"__typename": [
|
|
3004
|
-
1
|
|
3005
|
-
]
|
|
3006
|
-
},
|
|
3007
2882
|
"CreateDatabaseFileDto": {
|
|
3008
2883
|
"identifier": [
|
|
3009
2884
|
1
|
|
@@ -3164,7 +3039,7 @@ exports.default = {
|
|
|
3164
3039
|
1
|
|
3165
3040
|
],
|
|
3166
3041
|
"invitations": [
|
|
3167
|
-
|
|
3042
|
+
125
|
|
3168
3043
|
],
|
|
3169
3044
|
"__typename": [
|
|
3170
3045
|
1
|
|
@@ -3227,7 +3102,7 @@ exports.default = {
|
|
|
3227
3102
|
1
|
|
3228
3103
|
],
|
|
3229
3104
|
"result": [
|
|
3230
|
-
|
|
3105
|
+
127
|
|
3231
3106
|
],
|
|
3232
3107
|
"cityId": [
|
|
3233
3108
|
1
|
|
@@ -3250,7 +3125,7 @@ exports.default = {
|
|
|
3250
3125
|
1
|
|
3251
3126
|
],
|
|
3252
3127
|
"result": [
|
|
3253
|
-
|
|
3128
|
+
127
|
|
3254
3129
|
],
|
|
3255
3130
|
"cityId": [
|
|
3256
3131
|
1
|
|
@@ -3286,13 +3161,13 @@ exports.default = {
|
|
|
3286
3161
|
},
|
|
3287
3162
|
"CursorPaginationDto": {
|
|
3288
3163
|
"sortCriteria": [
|
|
3289
|
-
|
|
3164
|
+
132
|
|
3290
3165
|
],
|
|
3291
3166
|
"limit": [
|
|
3292
3167
|
17
|
|
3293
3168
|
],
|
|
3294
3169
|
"cursorPosition": [
|
|
3295
|
-
|
|
3170
|
+
131
|
|
3296
3171
|
],
|
|
3297
3172
|
"__typename": [
|
|
3298
3173
|
1
|
|
@@ -3367,7 +3242,7 @@ exports.default = {
|
|
|
3367
3242
|
1
|
|
3368
3243
|
],
|
|
3369
3244
|
"currentCampaign": [
|
|
3370
|
-
|
|
3245
|
+
135
|
|
3371
3246
|
],
|
|
3372
3247
|
"sports": [
|
|
3373
3248
|
1
|
|
@@ -3423,10 +3298,10 @@ exports.default = {
|
|
|
3423
3298
|
},
|
|
3424
3299
|
"AthleteQueryDto": {
|
|
3425
3300
|
"cursor": [
|
|
3426
|
-
|
|
3301
|
+
133
|
|
3427
3302
|
],
|
|
3428
3303
|
"filters": [
|
|
3429
|
-
|
|
3304
|
+
136
|
|
3430
3305
|
],
|
|
3431
3306
|
"__typename": [
|
|
3432
3307
|
1
|
|
@@ -3437,7 +3312,7 @@ exports.default = {
|
|
|
3437
3312
|
1
|
|
3438
3313
|
],
|
|
3439
3314
|
"newPicture": [
|
|
3440
|
-
|
|
3315
|
+
139
|
|
3441
3316
|
],
|
|
3442
3317
|
"__typename": [
|
|
3443
3318
|
1
|
|
@@ -3471,7 +3346,21 @@ exports.default = {
|
|
|
3471
3346
|
1
|
|
3472
3347
|
],
|
|
3473
3348
|
"pictures": [
|
|
3474
|
-
|
|
3349
|
+
139
|
|
3350
|
+
],
|
|
3351
|
+
"albumId": [
|
|
3352
|
+
1
|
|
3353
|
+
],
|
|
3354
|
+
"__typename": [
|
|
3355
|
+
1
|
|
3356
|
+
]
|
|
3357
|
+
},
|
|
3358
|
+
"DeleteValuesDto": {
|
|
3359
|
+
"idsToDelete": [
|
|
3360
|
+
1
|
|
3361
|
+
],
|
|
3362
|
+
"allOrNone": [
|
|
3363
|
+
2
|
|
3475
3364
|
],
|
|
3476
3365
|
"__typename": [
|
|
3477
3366
|
1
|
|
@@ -3626,12 +3515,12 @@ exports.default = {
|
|
|
3626
3515
|
1
|
|
3627
3516
|
]
|
|
3628
3517
|
},
|
|
3629
|
-
"
|
|
3630
|
-
"
|
|
3631
|
-
|
|
3518
|
+
"resetPasswordDto": {
|
|
3519
|
+
"code": [
|
|
3520
|
+
124
|
|
3632
3521
|
],
|
|
3633
|
-
"
|
|
3634
|
-
|
|
3522
|
+
"newPassword": [
|
|
3523
|
+
1
|
|
3635
3524
|
],
|
|
3636
3525
|
"__typename": [
|
|
3637
3526
|
1
|
|
@@ -3673,7 +3562,7 @@ exports.default = {
|
|
|
3673
3562
|
17
|
|
3674
3563
|
],
|
|
3675
3564
|
"items": [
|
|
3676
|
-
|
|
3565
|
+
153
|
|
3677
3566
|
],
|
|
3678
3567
|
"__typename": [
|
|
3679
3568
|
1
|
|
@@ -3684,7 +3573,7 @@ exports.default = {
|
|
|
3684
3573
|
17
|
|
3685
3574
|
],
|
|
3686
3575
|
"items": [
|
|
3687
|
-
|
|
3576
|
+
153
|
|
3688
3577
|
],
|
|
3689
3578
|
"athleteCompetitionId": [
|
|
3690
3579
|
1
|
|
@@ -3719,10 +3608,10 @@ exports.default = {
|
|
|
3719
3608
|
14
|
|
3720
3609
|
],
|
|
3721
3610
|
"budget": [
|
|
3722
|
-
|
|
3611
|
+
155
|
|
3723
3612
|
],
|
|
3724
3613
|
"competitionBudgets": [
|
|
3725
|
-
|
|
3614
|
+
156
|
|
3726
3615
|
],
|
|
3727
3616
|
"competitionIds": [
|
|
3728
3617
|
1
|
|
@@ -3757,10 +3646,10 @@ exports.default = {
|
|
|
3757
3646
|
14
|
|
3758
3647
|
],
|
|
3759
3648
|
"budget": [
|
|
3760
|
-
|
|
3649
|
+
155
|
|
3761
3650
|
],
|
|
3762
3651
|
"competitionBudgets": [
|
|
3763
|
-
|
|
3652
|
+
156
|
|
3764
3653
|
],
|
|
3765
3654
|
"competitionIds": [
|
|
3766
3655
|
1
|
|
@@ -3797,7 +3686,7 @@ exports.default = {
|
|
|
3797
3686
|
1
|
|
3798
3687
|
],
|
|
3799
3688
|
"logo": [
|
|
3800
|
-
|
|
3689
|
+
139
|
|
3801
3690
|
],
|
|
3802
3691
|
"countryId": [
|
|
3803
3692
|
1
|
|
@@ -3959,7 +3848,7 @@ exports.default = {
|
|
|
3959
3848
|
31,
|
|
3960
3849
|
{
|
|
3961
3850
|
"input": [
|
|
3962
|
-
|
|
3851
|
+
166,
|
|
3963
3852
|
"AWSS3GetUploadDto!"
|
|
3964
3853
|
]
|
|
3965
3854
|
}
|
|
@@ -4021,7 +3910,7 @@ exports.default = {
|
|
|
4021
3910
|
98,
|
|
4022
3911
|
{
|
|
4023
3912
|
"input": [
|
|
4024
|
-
|
|
3913
|
+
167,
|
|
4025
3914
|
"FindSponsorAthleteInvitationDto!"
|
|
4026
3915
|
]
|
|
4027
3916
|
}
|
|
@@ -4030,10 +3919,10 @@ exports.default = {
|
|
|
4030
3919
|
97
|
|
4031
3920
|
],
|
|
4032
3921
|
"queryAthleteFundingCampaigns": [
|
|
4033
|
-
|
|
3922
|
+
110,
|
|
4034
3923
|
{
|
|
4035
3924
|
"input": [
|
|
4036
|
-
|
|
3925
|
+
137,
|
|
4037
3926
|
"AthleteQueryDto!"
|
|
4038
3927
|
]
|
|
4039
3928
|
}
|
|
@@ -4081,7 +3970,7 @@ exports.default = {
|
|
|
4081
3970
|
78,
|
|
4082
3971
|
{
|
|
4083
3972
|
"input": [
|
|
4084
|
-
|
|
3973
|
+
168,
|
|
4085
3974
|
"GetAthleteCompetitionsDto!"
|
|
4086
3975
|
]
|
|
4087
3976
|
}
|
|
@@ -4105,10 +3994,19 @@ exports.default = {
|
|
|
4105
3994
|
}
|
|
4106
3995
|
],
|
|
4107
3996
|
"getAthleteAlbums": [
|
|
4108
|
-
|
|
3997
|
+
85
|
|
3998
|
+
],
|
|
3999
|
+
"getAndSetAlbumById": [
|
|
4000
|
+
85,
|
|
4001
|
+
{
|
|
4002
|
+
"input": [
|
|
4003
|
+
1,
|
|
4004
|
+
"String!"
|
|
4005
|
+
]
|
|
4006
|
+
}
|
|
4109
4007
|
],
|
|
4110
4008
|
"getAthleteAlbumId": [
|
|
4111
|
-
|
|
4009
|
+
85,
|
|
4112
4010
|
{
|
|
4113
4011
|
"input": [
|
|
4114
4012
|
1,
|
|
@@ -4117,10 +4015,10 @@ exports.default = {
|
|
|
4117
4015
|
}
|
|
4118
4016
|
],
|
|
4119
4017
|
"queryAthleteWithFilter": [
|
|
4120
|
-
|
|
4018
|
+
110,
|
|
4121
4019
|
{
|
|
4122
4020
|
"input": [
|
|
4123
|
-
|
|
4021
|
+
137,
|
|
4124
4022
|
"AthleteQueryDto!"
|
|
4125
4023
|
]
|
|
4126
4024
|
}
|
|
@@ -4192,7 +4090,7 @@ exports.default = {
|
|
|
4192
4090
|
0,
|
|
4193
4091
|
{
|
|
4194
4092
|
"input": [
|
|
4195
|
-
|
|
4093
|
+
169,
|
|
4196
4094
|
"FindVtxUserDto!"
|
|
4197
4095
|
]
|
|
4198
4096
|
}
|
|
@@ -4211,7 +4109,7 @@ exports.default = {
|
|
|
4211
4109
|
}
|
|
4212
4110
|
],
|
|
4213
4111
|
"getUserImagesFromEmail": [
|
|
4214
|
-
|
|
4112
|
+
115,
|
|
4215
4113
|
{
|
|
4216
4114
|
"loginEmail": [
|
|
4217
4115
|
1,
|
|
@@ -4219,6 +4117,24 @@ exports.default = {
|
|
|
4219
4117
|
]
|
|
4220
4118
|
}
|
|
4221
4119
|
],
|
|
4120
|
+
"getResetVerificationCode": [
|
|
4121
|
+
28,
|
|
4122
|
+
{
|
|
4123
|
+
"input": [
|
|
4124
|
+
1,
|
|
4125
|
+
"String!"
|
|
4126
|
+
]
|
|
4127
|
+
}
|
|
4128
|
+
],
|
|
4129
|
+
"verifyCode": [
|
|
4130
|
+
35,
|
|
4131
|
+
{
|
|
4132
|
+
"input": [
|
|
4133
|
+
124,
|
|
4134
|
+
"VerifyCodeDto!"
|
|
4135
|
+
]
|
|
4136
|
+
}
|
|
4137
|
+
],
|
|
4222
4138
|
"getStravaLoginUrl": [
|
|
4223
4139
|
1
|
|
4224
4140
|
],
|
|
@@ -4226,7 +4142,7 @@ exports.default = {
|
|
|
4226
4142
|
74,
|
|
4227
4143
|
{
|
|
4228
4144
|
"input": [
|
|
4229
|
-
|
|
4145
|
+
170,
|
|
4230
4146
|
"GetSportEventsDto!"
|
|
4231
4147
|
]
|
|
4232
4148
|
}
|
|
@@ -4234,20 +4150,14 @@ exports.default = {
|
|
|
4234
4150
|
"getMembershipOrganizations": [
|
|
4235
4151
|
79
|
|
4236
4152
|
],
|
|
4237
|
-
"
|
|
4238
|
-
|
|
4239
|
-
],
|
|
4240
|
-
"getAthleteInstagramIntegration": [
|
|
4241
|
-
110
|
|
4242
|
-
],
|
|
4243
|
-
"getAthleteIntegrations": [
|
|
4244
|
-
110
|
|
4153
|
+
"getAthleteIntegrationsByAthlete": [
|
|
4154
|
+
103
|
|
4245
4155
|
],
|
|
4246
4156
|
"stripeQuery": [
|
|
4247
|
-
|
|
4157
|
+
113,
|
|
4248
4158
|
{
|
|
4249
4159
|
"input": [
|
|
4250
|
-
|
|
4160
|
+
163,
|
|
4251
4161
|
"StripeQueryDto!"
|
|
4252
4162
|
]
|
|
4253
4163
|
}
|
|
@@ -4256,7 +4166,7 @@ exports.default = {
|
|
|
4256
4166
|
34,
|
|
4257
4167
|
{
|
|
4258
4168
|
"input": [
|
|
4259
|
-
|
|
4169
|
+
122,
|
|
4260
4170
|
"GetDatabaseFileDto!"
|
|
4261
4171
|
]
|
|
4262
4172
|
}
|
|
@@ -4322,7 +4232,7 @@ exports.default = {
|
|
|
4322
4232
|
5,
|
|
4323
4233
|
{
|
|
4324
4234
|
"tenant": [
|
|
4325
|
-
|
|
4235
|
+
172,
|
|
4326
4236
|
"CreateTenantInput!"
|
|
4327
4237
|
]
|
|
4328
4238
|
}
|
|
@@ -4331,7 +4241,7 @@ exports.default = {
|
|
|
4331
4241
|
11,
|
|
4332
4242
|
{
|
|
4333
4243
|
"tenant": [
|
|
4334
|
-
|
|
4244
|
+
172,
|
|
4335
4245
|
"CreateTenantInput!"
|
|
4336
4246
|
]
|
|
4337
4247
|
}
|
|
@@ -4340,7 +4250,7 @@ exports.default = {
|
|
|
4340
4250
|
3,
|
|
4341
4251
|
{
|
|
4342
4252
|
"user": [
|
|
4343
|
-
|
|
4253
|
+
173,
|
|
4344
4254
|
"CreateActiveUserInput!"
|
|
4345
4255
|
]
|
|
4346
4256
|
}
|
|
@@ -4375,7 +4285,7 @@ exports.default = {
|
|
|
4375
4285
|
0,
|
|
4376
4286
|
{
|
|
4377
4287
|
"input": [
|
|
4378
|
-
|
|
4288
|
+
174,
|
|
4379
4289
|
"RegisterUserToDomainFromEmailInput!"
|
|
4380
4290
|
]
|
|
4381
4291
|
}
|
|
@@ -4384,7 +4294,7 @@ exports.default = {
|
|
|
4384
4294
|
8,
|
|
4385
4295
|
{
|
|
4386
4296
|
"dto": [
|
|
4387
|
-
|
|
4297
|
+
175,
|
|
4388
4298
|
"RefreshTokenInput!"
|
|
4389
4299
|
]
|
|
4390
4300
|
}
|
|
@@ -4393,7 +4303,7 @@ exports.default = {
|
|
|
4393
4303
|
32,
|
|
4394
4304
|
{
|
|
4395
4305
|
"input": [
|
|
4396
|
-
|
|
4306
|
+
176,
|
|
4397
4307
|
"AWSS3DeleteUseTypeFileDto!"
|
|
4398
4308
|
]
|
|
4399
4309
|
}
|
|
@@ -4402,7 +4312,7 @@ exports.default = {
|
|
|
4402
4312
|
32,
|
|
4403
4313
|
{
|
|
4404
4314
|
"input": [
|
|
4405
|
-
|
|
4315
|
+
177,
|
|
4406
4316
|
"AWSS3DeleteBucketFileDto!"
|
|
4407
4317
|
]
|
|
4408
4318
|
}
|
|
@@ -4411,7 +4321,7 @@ exports.default = {
|
|
|
4411
4321
|
32,
|
|
4412
4322
|
{
|
|
4413
4323
|
"input": [
|
|
4414
|
-
|
|
4324
|
+
178,
|
|
4415
4325
|
"AWSS3DeleteUseTypeKeyDto!"
|
|
4416
4326
|
]
|
|
4417
4327
|
}
|
|
@@ -4420,7 +4330,7 @@ exports.default = {
|
|
|
4420
4330
|
26,
|
|
4421
4331
|
{
|
|
4422
4332
|
"input": [
|
|
4423
|
-
|
|
4333
|
+
139,
|
|
4424
4334
|
"AWSS3UploadedFileDto!"
|
|
4425
4335
|
]
|
|
4426
4336
|
}
|
|
@@ -4429,7 +4339,7 @@ exports.default = {
|
|
|
4429
4339
|
55,
|
|
4430
4340
|
{
|
|
4431
4341
|
"input": [
|
|
4432
|
-
|
|
4342
|
+
179,
|
|
4433
4343
|
"CreateIndustryDto!"
|
|
4434
4344
|
]
|
|
4435
4345
|
}
|
|
@@ -4438,7 +4348,7 @@ exports.default = {
|
|
|
4438
4348
|
38,
|
|
4439
4349
|
{
|
|
4440
4350
|
"input": [
|
|
4441
|
-
|
|
4351
|
+
180,
|
|
4442
4352
|
"CreateBrandDto!"
|
|
4443
4353
|
]
|
|
4444
4354
|
}
|
|
@@ -4447,7 +4357,7 @@ exports.default = {
|
|
|
4447
4357
|
58,
|
|
4448
4358
|
{
|
|
4449
4359
|
"input": [
|
|
4450
|
-
|
|
4360
|
+
182,
|
|
4451
4361
|
"RegisterSponsorInput!"
|
|
4452
4362
|
]
|
|
4453
4363
|
}
|
|
@@ -4456,7 +4366,7 @@ exports.default = {
|
|
|
4456
4366
|
58,
|
|
4457
4367
|
{
|
|
4458
4368
|
"input": [
|
|
4459
|
-
|
|
4369
|
+
183,
|
|
4460
4370
|
"CreateSponsorDto!"
|
|
4461
4371
|
]
|
|
4462
4372
|
}
|
|
@@ -4465,7 +4375,7 @@ exports.default = {
|
|
|
4465
4375
|
98,
|
|
4466
4376
|
{
|
|
4467
4377
|
"input": [
|
|
4468
|
-
|
|
4378
|
+
126,
|
|
4469
4379
|
"InviteAthletesDto!"
|
|
4470
4380
|
]
|
|
4471
4381
|
}
|
|
@@ -4474,100 +4384,97 @@ exports.default = {
|
|
|
4474
4384
|
97,
|
|
4475
4385
|
{
|
|
4476
4386
|
"input": [
|
|
4477
|
-
|
|
4387
|
+
184,
|
|
4478
4388
|
"RegisterAthleteDto!"
|
|
4479
4389
|
]
|
|
4480
4390
|
}
|
|
4481
4391
|
],
|
|
4482
4392
|
"editProfileValue": [
|
|
4483
|
-
|
|
4393
|
+
104,
|
|
4484
4394
|
{
|
|
4485
4395
|
"input": [
|
|
4486
|
-
|
|
4396
|
+
185,
|
|
4487
4397
|
"EditValueDto!"
|
|
4488
4398
|
]
|
|
4489
4399
|
}
|
|
4490
4400
|
],
|
|
4491
4401
|
"editPicture": [
|
|
4492
|
-
|
|
4402
|
+
111,
|
|
4493
4403
|
{
|
|
4494
4404
|
"input": [
|
|
4495
|
-
|
|
4405
|
+
138,
|
|
4496
4406
|
"EditPictureDto!"
|
|
4497
4407
|
]
|
|
4498
4408
|
}
|
|
4499
4409
|
],
|
|
4500
4410
|
"AddAlbumPictures": [
|
|
4501
|
-
|
|
4411
|
+
112,
|
|
4502
4412
|
{
|
|
4503
4413
|
"input": [
|
|
4504
|
-
|
|
4414
|
+
140,
|
|
4505
4415
|
"UploadAlbumsPicturesDto!"
|
|
4506
4416
|
]
|
|
4507
4417
|
}
|
|
4508
4418
|
],
|
|
4509
|
-
"DeletePictureBuket": [
|
|
4510
|
-
113,
|
|
4511
|
-
{
|
|
4512
|
-
"input": [
|
|
4513
|
-
182,
|
|
4514
|
-
"AWSS3DeleteUseTypeFileDto!"
|
|
4515
|
-
]
|
|
4516
|
-
}
|
|
4517
|
-
],
|
|
4518
4419
|
"addAthleteCompetition": [
|
|
4519
4420
|
78,
|
|
4520
4421
|
{
|
|
4521
4422
|
"input": [
|
|
4522
|
-
|
|
4423
|
+
129,
|
|
4523
4424
|
"CreateAthleteCompetitionDto!"
|
|
4524
4425
|
]
|
|
4525
4426
|
}
|
|
4526
4427
|
],
|
|
4527
4428
|
"deleteAthleteCompetition": [
|
|
4528
|
-
|
|
4429
|
+
107,
|
|
4529
4430
|
{
|
|
4530
4431
|
"input": [
|
|
4531
|
-
|
|
4432
|
+
134,
|
|
4532
4433
|
"DeleteSingleValueDto!"
|
|
4533
4434
|
]
|
|
4534
4435
|
}
|
|
4535
4436
|
],
|
|
4536
4437
|
"createAthleteAlbum": [
|
|
4537
|
-
|
|
4438
|
+
85,
|
|
4538
4439
|
{
|
|
4539
4440
|
"input": [
|
|
4540
|
-
|
|
4441
|
+
140,
|
|
4442
|
+
"UploadAlbumsPicturesDto!"
|
|
4443
|
+
]
|
|
4444
|
+
}
|
|
4445
|
+
],
|
|
4446
|
+
"editAlbum": [
|
|
4447
|
+
85,
|
|
4448
|
+
{
|
|
4449
|
+
"input": [
|
|
4450
|
+
140,
|
|
4541
4451
|
"UploadAlbumsPicturesDto!"
|
|
4542
4452
|
]
|
|
4543
4453
|
}
|
|
4544
4454
|
],
|
|
4545
4455
|
"deleteAthleteAlbum": [
|
|
4546
|
-
|
|
4456
|
+
107,
|
|
4547
4457
|
{
|
|
4548
4458
|
"input": [
|
|
4549
|
-
|
|
4459
|
+
134,
|
|
4550
4460
|
"DeleteSingleValueDto!"
|
|
4551
4461
|
]
|
|
4552
4462
|
}
|
|
4553
4463
|
],
|
|
4554
|
-
"
|
|
4555
|
-
|
|
4464
|
+
"deleteAthletePhotos": [
|
|
4465
|
+
106,
|
|
4556
4466
|
{
|
|
4557
4467
|
"input": [
|
|
4558
|
-
|
|
4559
|
-
"
|
|
4468
|
+
141,
|
|
4469
|
+
"DeleteValuesDto!"
|
|
4560
4470
|
]
|
|
4561
4471
|
}
|
|
4562
4472
|
],
|
|
4563
|
-
"updateAthleteTpiScore": [
|
|
4564
|
-
97
|
|
4565
|
-
],
|
|
4566
4473
|
"createSport": [
|
|
4567
4474
|
66,
|
|
4568
4475
|
{
|
|
4569
4476
|
"input": [
|
|
4570
|
-
|
|
4477
|
+
186,
|
|
4571
4478
|
"CreateSportDto!"
|
|
4572
4479
|
]
|
|
4573
4480
|
}
|
|
@@ -4576,7 +4483,7 @@ exports.default = {
|
|
|
4576
4483
|
66,
|
|
4577
4484
|
{
|
|
4578
4485
|
"input": [
|
|
4579
|
-
|
|
4486
|
+
187,
|
|
4580
4487
|
"UpdateSportDto!"
|
|
4581
4488
|
]
|
|
4582
4489
|
}
|
|
@@ -4585,7 +4492,7 @@ exports.default = {
|
|
|
4585
4492
|
69,
|
|
4586
4493
|
{
|
|
4587
4494
|
"input": [
|
|
4588
|
-
|
|
4495
|
+
188,
|
|
4589
4496
|
"CreateSportLevelDto!"
|
|
4590
4497
|
]
|
|
4591
4498
|
}
|
|
@@ -4594,7 +4501,7 @@ exports.default = {
|
|
|
4594
4501
|
64,
|
|
4595
4502
|
{
|
|
4596
4503
|
"input": [
|
|
4597
|
-
|
|
4504
|
+
190,
|
|
4598
4505
|
"CreateSponsorshipDto!"
|
|
4599
4506
|
]
|
|
4600
4507
|
}
|
|
@@ -4603,7 +4510,7 @@ exports.default = {
|
|
|
4603
4510
|
44,
|
|
4604
4511
|
{
|
|
4605
4512
|
"input": [
|
|
4606
|
-
|
|
4513
|
+
197,
|
|
4607
4514
|
"CreateCountryDto!"
|
|
4608
4515
|
]
|
|
4609
4516
|
}
|
|
@@ -4612,7 +4519,7 @@ exports.default = {
|
|
|
4612
4519
|
43,
|
|
4613
4520
|
{
|
|
4614
4521
|
"input": [
|
|
4615
|
-
|
|
4522
|
+
198,
|
|
4616
4523
|
"CreateStateDto!"
|
|
4617
4524
|
]
|
|
4618
4525
|
}
|
|
@@ -4621,7 +4528,7 @@ exports.default = {
|
|
|
4621
4528
|
42,
|
|
4622
4529
|
{
|
|
4623
4530
|
"input": [
|
|
4624
|
-
|
|
4531
|
+
199,
|
|
4625
4532
|
"CreateCityDto!"
|
|
4626
4533
|
]
|
|
4627
4534
|
}
|
|
@@ -4630,7 +4537,7 @@ exports.default = {
|
|
|
4630
4537
|
28,
|
|
4631
4538
|
{
|
|
4632
4539
|
"input": [
|
|
4633
|
-
|
|
4540
|
+
151,
|
|
4634
4541
|
"RegisterUserDto!"
|
|
4635
4542
|
]
|
|
4636
4543
|
}
|
|
@@ -4639,7 +4546,7 @@ exports.default = {
|
|
|
4639
4546
|
3,
|
|
4640
4547
|
{
|
|
4641
4548
|
"input": [
|
|
4642
|
-
|
|
4549
|
+
124,
|
|
4643
4550
|
"VerifyCodeDto!"
|
|
4644
4551
|
]
|
|
4645
4552
|
}
|
|
@@ -4648,7 +4555,7 @@ exports.default = {
|
|
|
4648
4555
|
0,
|
|
4649
4556
|
{
|
|
4650
4557
|
"input": [
|
|
4651
|
-
|
|
4558
|
+
124,
|
|
4652
4559
|
"VerifyCodeDto!"
|
|
4653
4560
|
]
|
|
4654
4561
|
}
|
|
@@ -4657,7 +4564,7 @@ exports.default = {
|
|
|
4657
4564
|
0,
|
|
4658
4565
|
{
|
|
4659
4566
|
"input": [
|
|
4660
|
-
|
|
4567
|
+
151,
|
|
4661
4568
|
"RegisterUserDto!"
|
|
4662
4569
|
]
|
|
4663
4570
|
}
|
|
@@ -4666,7 +4573,7 @@ exports.default = {
|
|
|
4666
4573
|
0,
|
|
4667
4574
|
{
|
|
4668
4575
|
"input": [
|
|
4669
|
-
|
|
4576
|
+
151,
|
|
4670
4577
|
"RegisterUserDto!"
|
|
4671
4578
|
]
|
|
4672
4579
|
}
|
|
@@ -4684,11 +4591,29 @@ exports.default = {
|
|
|
4684
4591
|
]
|
|
4685
4592
|
}
|
|
4686
4593
|
],
|
|
4594
|
+
"createResetPasswordCode": [
|
|
4595
|
+
104,
|
|
4596
|
+
{
|
|
4597
|
+
"input": [
|
|
4598
|
+
1,
|
|
4599
|
+
"String!"
|
|
4600
|
+
]
|
|
4601
|
+
}
|
|
4602
|
+
],
|
|
4603
|
+
"resetUserPassword": [
|
|
4604
|
+
104,
|
|
4605
|
+
{
|
|
4606
|
+
"input": [
|
|
4607
|
+
152,
|
|
4608
|
+
"resetPasswordDto!"
|
|
4609
|
+
]
|
|
4610
|
+
}
|
|
4611
|
+
],
|
|
4687
4612
|
"handleStravaCallback": [
|
|
4688
4613
|
99,
|
|
4689
4614
|
{
|
|
4690
4615
|
"data": [
|
|
4691
|
-
|
|
4616
|
+
200,
|
|
4692
4617
|
"RegisterStravaDto!"
|
|
4693
4618
|
]
|
|
4694
4619
|
}
|
|
@@ -4706,25 +4631,25 @@ exports.default = {
|
|
|
4706
4631
|
74,
|
|
4707
4632
|
{
|
|
4708
4633
|
"input": [
|
|
4709
|
-
|
|
4634
|
+
201,
|
|
4710
4635
|
"CreateSportEventDto!"
|
|
4711
4636
|
]
|
|
4712
4637
|
}
|
|
4713
4638
|
],
|
|
4714
4639
|
"setFundingStatus": [
|
|
4715
|
-
|
|
4640
|
+
87,
|
|
4716
4641
|
{
|
|
4717
4642
|
"input": [
|
|
4718
|
-
|
|
4643
|
+
159,
|
|
4719
4644
|
"SetFundingStatusDto!"
|
|
4720
4645
|
]
|
|
4721
4646
|
}
|
|
4722
4647
|
],
|
|
4723
4648
|
"createFundingCampaign": [
|
|
4724
|
-
|
|
4649
|
+
87,
|
|
4725
4650
|
{
|
|
4726
4651
|
"input": [
|
|
4727
|
-
|
|
4652
|
+
157,
|
|
4728
4653
|
"CreateFundingCampaignDto!"
|
|
4729
4654
|
]
|
|
4730
4655
|
}
|
|
@@ -4733,7 +4658,7 @@ exports.default = {
|
|
|
4733
4658
|
79,
|
|
4734
4659
|
{
|
|
4735
4660
|
"input": [
|
|
4736
|
-
|
|
4661
|
+
160,
|
|
4737
4662
|
"CreateMembershipOrganizationDto!"
|
|
4738
4663
|
]
|
|
4739
4664
|
}
|
|
@@ -4742,34 +4667,28 @@ exports.default = {
|
|
|
4742
4667
|
81,
|
|
4743
4668
|
{
|
|
4744
4669
|
"input": [
|
|
4745
|
-
|
|
4670
|
+
161,
|
|
4746
4671
|
"CreateAthleteMembershipDto!"
|
|
4747
4672
|
]
|
|
4748
4673
|
}
|
|
4749
4674
|
],
|
|
4750
4675
|
"deleteAthleteMembershipAffilation": [
|
|
4751
|
-
|
|
4676
|
+
107,
|
|
4752
4677
|
{
|
|
4753
4678
|
"input": [
|
|
4754
|
-
|
|
4679
|
+
134,
|
|
4755
4680
|
"DeleteSingleValueDto!"
|
|
4756
4681
|
]
|
|
4757
4682
|
}
|
|
4758
4683
|
],
|
|
4759
|
-
"
|
|
4760
|
-
2
|
|
4761
|
-
{
|
|
4762
|
-
"type": [
|
|
4763
|
-
1,
|
|
4764
|
-
"String!"
|
|
4765
|
-
]
|
|
4766
|
-
}
|
|
4684
|
+
"deleteAthleteIntegration": [
|
|
4685
|
+
2
|
|
4767
4686
|
],
|
|
4768
4687
|
"createStripeAccount": [
|
|
4769
|
-
|
|
4688
|
+
95,
|
|
4770
4689
|
{
|
|
4771
4690
|
"input": [
|
|
4772
|
-
|
|
4691
|
+
202,
|
|
4773
4692
|
"CreateStripeAccountDto!"
|
|
4774
4693
|
]
|
|
4775
4694
|
}
|
|
@@ -4781,7 +4700,7 @@ exports.default = {
|
|
|
4781
4700
|
101,
|
|
4782
4701
|
{
|
|
4783
4702
|
"input": [
|
|
4784
|
-
|
|
4703
|
+
162,
|
|
4785
4704
|
"DonationCheckoutDto!"
|
|
4786
4705
|
]
|
|
4787
4706
|
}
|
|
@@ -4904,13 +4823,13 @@ exports.default = {
|
|
|
4904
4823
|
1
|
|
4905
4824
|
],
|
|
4906
4825
|
"logo": [
|
|
4907
|
-
|
|
4826
|
+
139
|
|
4908
4827
|
],
|
|
4909
4828
|
"banner": [
|
|
4910
|
-
|
|
4829
|
+
139
|
|
4911
4830
|
],
|
|
4912
4831
|
"translations": [
|
|
4913
|
-
|
|
4832
|
+
181
|
|
4914
4833
|
],
|
|
4915
4834
|
"__typename": [
|
|
4916
4835
|
1
|
|
@@ -4933,10 +4852,10 @@ exports.default = {
|
|
|
4933
4852
|
1
|
|
4934
4853
|
],
|
|
4935
4854
|
"logo": [
|
|
4936
|
-
|
|
4855
|
+
139
|
|
4937
4856
|
],
|
|
4938
4857
|
"banner": [
|
|
4939
|
-
|
|
4858
|
+
139
|
|
4940
4859
|
],
|
|
4941
4860
|
"__typename": [
|
|
4942
4861
|
1
|
|
@@ -5041,10 +4960,10 @@ exports.default = {
|
|
|
5041
4960
|
1
|
|
5042
4961
|
],
|
|
5043
4962
|
"profilePicture": [
|
|
5044
|
-
|
|
4963
|
+
139
|
|
5045
4964
|
],
|
|
5046
4965
|
"cardPicture": [
|
|
5047
|
-
|
|
4966
|
+
139
|
|
5048
4967
|
],
|
|
5049
4968
|
"__typename": [
|
|
5050
4969
|
1
|
|
@@ -5097,7 +5016,7 @@ exports.default = {
|
|
|
5097
5016
|
17
|
|
5098
5017
|
],
|
|
5099
5018
|
"translations": [
|
|
5100
|
-
|
|
5019
|
+
189
|
|
5101
5020
|
],
|
|
5102
5021
|
"__typename": [
|
|
5103
5022
|
1
|
|
@@ -5131,10 +5050,10 @@ exports.default = {
|
|
|
5131
5050
|
17
|
|
5132
5051
|
],
|
|
5133
5052
|
"banner": [
|
|
5134
|
-
|
|
5053
|
+
139
|
|
5135
5054
|
],
|
|
5136
5055
|
"criteria": [
|
|
5137
|
-
|
|
5056
|
+
191
|
|
5138
5057
|
],
|
|
5139
5058
|
"deadline": [
|
|
5140
5059
|
14
|
|
@@ -5143,13 +5062,13 @@ exports.default = {
|
|
|
5143
5062
|
14
|
|
5144
5063
|
],
|
|
5145
5064
|
"duration": [
|
|
5146
|
-
|
|
5065
|
+
193
|
|
5147
5066
|
],
|
|
5148
5067
|
"sponsorshipItems": [
|
|
5149
|
-
|
|
5068
|
+
194
|
|
5150
5069
|
],
|
|
5151
5070
|
"commitments": [
|
|
5152
|
-
|
|
5071
|
+
195
|
|
5153
5072
|
],
|
|
5154
5073
|
"terms": [
|
|
5155
5074
|
1
|
|
@@ -5161,7 +5080,7 @@ exports.default = {
|
|
|
5161
5080
|
2
|
|
5162
5081
|
],
|
|
5163
5082
|
"translations": [
|
|
5164
|
-
|
|
5083
|
+
196
|
|
5165
5084
|
],
|
|
5166
5085
|
"__typename": [
|
|
5167
5086
|
1
|
|
@@ -5175,7 +5094,7 @@ exports.default = {
|
|
|
5175
5094
|
1
|
|
5176
5095
|
],
|
|
5177
5096
|
"qualificationsBag": [
|
|
5178
|
-
|
|
5097
|
+
192
|
|
5179
5098
|
],
|
|
5180
5099
|
"__typename": [
|
|
5181
5100
|
1
|
|
@@ -5183,28 +5102,28 @@ exports.default = {
|
|
|
5183
5102
|
},
|
|
5184
5103
|
"QualificationsBagDto": {
|
|
5185
5104
|
"ageQualifications": [
|
|
5186
|
-
|
|
5105
|
+
143
|
|
5187
5106
|
],
|
|
5188
5107
|
"genderQualifications": [
|
|
5189
|
-
|
|
5108
|
+
144
|
|
5190
5109
|
],
|
|
5191
5110
|
"scoreQualifications": [
|
|
5192
|
-
|
|
5111
|
+
146
|
|
5193
5112
|
],
|
|
5194
5113
|
"locationQualifications": [
|
|
5195
|
-
|
|
5114
|
+
147
|
|
5196
5115
|
],
|
|
5197
5116
|
"nationalityQualifications": [
|
|
5198
|
-
|
|
5117
|
+
145
|
|
5199
5118
|
],
|
|
5200
5119
|
"distanceQualifications": [
|
|
5201
|
-
|
|
5120
|
+
148
|
|
5202
5121
|
],
|
|
5203
5122
|
"sportsQualifications": [
|
|
5204
|
-
|
|
5123
|
+
149
|
|
5205
5124
|
],
|
|
5206
5125
|
"levelQualifications": [
|
|
5207
|
-
|
|
5126
|
+
150
|
|
5208
5127
|
],
|
|
5209
5128
|
"__typename": [
|
|
5210
5129
|
1
|
|
@@ -5281,7 +5200,7 @@ exports.default = {
|
|
|
5281
5200
|
1
|
|
5282
5201
|
],
|
|
5283
5202
|
"banner": [
|
|
5284
|
-
|
|
5203
|
+
139
|
|
5285
5204
|
],
|
|
5286
5205
|
"terms": [
|
|
5287
5206
|
1
|
|
@@ -5399,7 +5318,7 @@ exports.default = {
|
|
|
5399
5318
|
1
|
|
5400
5319
|
],
|
|
5401
5320
|
"banner": [
|
|
5402
|
-
|
|
5321
|
+
139
|
|
5403
5322
|
],
|
|
5404
5323
|
"__typename": [
|
|
5405
5324
|
1
|